protected <T extends RawEntity<K>,K> T |
SearchableEntityManager.getAndInstantiate(EntityInfo<T,K> entityInfo,
K key) |
protected <T extends RawEntity<K>,K> T |
EntityManager.getAndInstantiate(EntityInfo<T,K> entityInfo,
K key)
Creates a new instance of the entity of the specified type corresponding to the given primary key.
|
java.lang.String[] |
Query.getCanonicalFields(EntityInfo<?,?> entityInfo) |
static com.google.common.collect.ImmutableSet<java.lang.String> |
Common.getValueFieldsNames(EntityInfo<? extends RawEntity<?>,?> entityInfo,
FieldNameConverter converter)
Gets all the names of fields of an entity that correspond to a value field.
|
protected <T extends RawEntity<K>,K> T[] |
EntityManager.peer(EntityInfo<T,K> entityInfo,
K... keys) |
protected <T extends RawEntity<K>,K> T |
EntityManager.peer(EntityInfo<T,K> entityInfo,
K key) |
protected <K> java.lang.String |
Query.toSQL(EntityInfo<? extends RawEntity<K>,K> entityInfo,
DatabaseProvider provider,
TableNameConverter converter,
boolean count) |