org.granite.generator.as3
Class HVEntityFactory

java.lang.Object
  extended by org.granite.generator.as3.DefaultEntityFactory
      extended by org.granite.generator.as3.HVEntityFactory
All Implemented Interfaces:
EntityFactory

public class HVEntityFactory
extends DefaultEntityFactory

Entity factory for converting Hibernate Validator 3.x annotations to Flex


Constructor Summary
HVEntityFactory()
           
 
Method Summary
 JavaType newEntity(JavaTypeFactory provider, java.lang.Class<?> type, java.net.URL url)
           
 
Methods inherited from class org.granite.generator.as3.DefaultEntityFactory
isEntity, isId, isLazy, isVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HVEntityFactory

public HVEntityFactory()
Method Detail

newEntity

public JavaType newEntity(JavaTypeFactory provider,
                          java.lang.Class<?> type,
                          java.net.URL url)
Specified by:
newEntity in interface EntityFactory
Overrides:
newEntity in class DefaultEntityFactory