public class DefaultEntityFactory extends Object implements EntityFactory
| Constructor and Description |
|---|
DefaultEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEntity(Class<?> clazz) |
boolean |
isId(JavaFieldProperty fieldProperty) |
boolean |
isLazy(JavaProperty property) |
boolean |
isVersion(JavaProperty property) |
JavaType |
newBean(JavaTypeFactory provider,
Class<?> type,
URL url) |
JavaType |
newEntity(JavaTypeFactory provider,
Class<?> type,
URL url) |
public DefaultEntityFactory()
public boolean isEntity(Class<?> clazz)
isEntity in interface EntityFactorypublic JavaType newBean(JavaTypeFactory provider, Class<?> type, URL url)
newBean in interface EntityFactorypublic JavaType newEntity(JavaTypeFactory provider, Class<?> type, URL url)
newEntity in interface EntityFactorypublic boolean isId(JavaFieldProperty fieldProperty)
isId in interface EntityFactorypublic boolean isVersion(JavaProperty property)
isVersion in interface EntityFactorypublic boolean isLazy(JavaProperty property)
isLazy in interface EntityFactory