Uses of Class
org.jminor.common.model.IdSource

Packages that use IdSource
org.jminor.common.model   
org.jminor.framework.domain   
 

Uses of IdSource in org.jminor.common.model
 

Methods in org.jminor.common.model that return IdSource
static IdSource IdSource.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdSource[] IdSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IdSource in org.jminor.framework.domain
 

Methods in org.jminor.framework.domain that return IdSource
 IdSource Entity.Definition.getIdSource()
           
static IdSource Entities.getIdSource(String entityID)
           
 

Methods in org.jminor.framework.domain with parameters of type IdSource
 Entity.Definition Entity.Definition.setIdSource(IdSource idSource)
          Sets the id source for this entity type, which specifies the primary key generation strategy to use.