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