org.granite.generator.as3
Interface EntityFactory

All Known Implementing Classes:
BVEntityFactory, DefaultEntityFactory, HVEntityFactory

public interface EntityFactory


Method Summary
 boolean isEntity(java.lang.Class<?> clazz)
           
 boolean isId(JavaFieldProperty property)
           
 boolean isVersion(JavaProperty property)
           
 JavaType newEntity(JavaTypeFactory provider, java.lang.Class<?> type, java.net.URL url)
           
 

Method Detail

isEntity

boolean isEntity(java.lang.Class<?> clazz)

newEntity

JavaType newEntity(JavaTypeFactory provider,
                   java.lang.Class<?> type,
                   java.net.URL url)

isId

boolean isId(JavaFieldProperty property)

isVersion

boolean isVersion(JavaProperty property)