java.lang.Object
io.ebeaninternal.server.deploy.IdentityMode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentityMode(IdType type, io.ebean.annotation.IdentityGenerated auto, int start, int increment, int cache, String seqName) Create from migration model CreateTable.IdentityMode(DeployIdentityMode deploy) Create from deployment. -
Method Summary
-
Field Details
-
NONE
-
-
Constructor Details
-
Method Details
-
isPlatformDefault
public boolean isPlatformDefault() -
getIdType
-
getGenerated
public io.ebean.annotation.IdentityGenerated getGenerated() -
getStart
public int getStart() -
getIncrement
public int getIncrement() -
getCache
public int getCache() -
getSequenceName
-
isSequence
public boolean isSequence() -
isIdentity
public boolean isIdentity() -
isExternal
public boolean isExternal() -
isAuto
public boolean isAuto() -
isDatabaseIdentity
public boolean isDatabaseIdentity() -
hasOptions
public boolean hasOptions()
-