public interface ModelMeta
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName(Object obj)
getEntityName.
|
EntityType |
getEntityType(Class<?> clazz)
getEntityType.
|
EntityType |
getEntityType(String entityName)
getEntityType.
|
Populator |
getPopulator()
Returns populator
|
Type |
getType(String name)
getType.
|
<T extends Entity<?>> |
newInstance(Class<T> clazz)
newInstance.
|
<T extends Entity<ID>,ID extends Serializable> |
newInstance(Class<T> clazz,
ID id)
newInstance.
|
<T extends Entity<?>> T newInstance(Class<T> clazz)
newInstance.
T - a T object.clazz - <T extends Entity<ID>,ID extends Serializable> T newInstance(Class<T> clazz, ID id)
newInstance.
T - a T object.clazz - a Class object.id - a Serializable object.EntityType getEntityType(String entityName)
getEntityType.
entityName - a String object.EntityType object.EntityType getEntityType(Class<?> clazz)
getEntityType.
clazz - a Class object.EntityType object.Populator getPopulator()
Copyright © 2005–2018 The Beangle Software. All rights reserved.