Uses of Interface
org.granite.generator.as3.EntityFactory

Packages that use EntityFactory
org.granite.builder   
org.granite.generator.ant   
org.granite.generator.as3   
 

Uses of EntityFactory in org.granite.builder
 

Methods in org.granite.builder that return EntityFactory
 EntityFactory BuilderConfiguration.getEntityFactory()
           
 

Uses of EntityFactory in org.granite.generator.ant
 

Methods in org.granite.generator.ant that return EntityFactory
 EntityFactory AntJavaAs3Task.getEntityFactory()
           
 

Uses of EntityFactory in org.granite.generator.as3
 

Classes in org.granite.generator.as3 that implement EntityFactory
 class BVEntityFactory
          Entity factory for converting Bean Validation / JSR-303 annotations to Flex
 class DefaultEntityFactory
           
 class HVEntityFactory
          Entity factory for converting Hibernate Validator 3.x annotations to Flex
 

Methods in org.granite.generator.as3 that return EntityFactory
 EntityFactory JavaAs3GroovyConfiguration.getEntityFactory()