Support for @Identity - update ddl review

This commit is contained in:
rob bygrave
2020-03-04 17:18:01 +13:00
parent 2ac19bea1a
commit 8685f2056a
5 changed files with 7 additions and 7 deletions
@@ -7,7 +7,7 @@ import javax.persistence.Id;
import static io.ebean.annotation.IdentityGenerated.BY_DEFAULT;
@Identity(generated = BY_DEFAULT)
@Identity(generated = BY_DEFAULT, start = 1000, cache = 100)
@Entity
// Just let Ebean define Identity mechanism for testing across all DB types
//@SequenceGenerator(name = "AD_SEQ_NAME", sequenceName = "AD_SEQ")