org.granite.generator.as3
Class DefaultEntityFactory
java.lang.Object
org.granite.generator.as3.DefaultEntityFactory
- All Implemented Interfaces:
- EntityFactory
- Direct Known Subclasses:
- BVEntityFactory, HVEntityFactory
public class DefaultEntityFactory
- extends Object
- implements EntityFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEntityFactory
public DefaultEntityFactory()
isEntity
public boolean isEntity(Class<?> clazz)
- Specified by:
isEntity in interface EntityFactory
newBean
public JavaType newBean(JavaTypeFactory provider,
Class<?> type,
URL url)
- Specified by:
newBean in interface EntityFactory
newEntity
public JavaType newEntity(JavaTypeFactory provider,
Class<?> type,
URL url)
- Specified by:
newEntity in interface EntityFactory
isId
public boolean isId(JavaFieldProperty fieldProperty)
- Specified by:
isId in interface EntityFactory
isVersion
public boolean isVersion(JavaProperty property)
- Specified by:
isVersion in interface EntityFactory
isLazy
public boolean isLazy(JavaProperty property)
- Specified by:
isLazy in interface EntityFactory