org.granite.generator.as3
Class BVEntityFactory

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

public class BVEntityFactory
extends DefaultEntityFactory

Entity factory for converting Bean Validation / JSR-303 annotations to Flex


Constructor Summary
BVEntityFactory()
           
 
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

BVEntityFactory

public BVEntityFactory()
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