mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Support for @Identity - update ddl review
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user