Uses of Class
com.avaje.ebean.config.dbplatform.IdType

Packages that use IdType
com.avaje.ebean.config.dbplatform Database platform specific support 
 

Uses of IdType in com.avaje.ebean.config.dbplatform
 

Methods in com.avaje.ebean.config.dbplatform that return IdType
 IdType DbIdentity.getIdType()
          Return the default ID generation type that should be used.
static IdType IdType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdType[] IdType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaje.ebean.config.dbplatform with parameters of type IdType
 void DbIdentity.setIdType(IdType idType)
          Set the default ID generation type that should be used.
 



Copyright © 2012. All Rights Reserved.