Uses of Class
com.caucho.amber.cfg.EntityMappingsConfig

Packages that use EntityMappingsConfig
com.caucho.amber.cfg   
com.caucho.amber.manager   
 

Uses of EntityMappingsConfig in com.caucho.amber.cfg
 

Method parameters in com.caucho.amber.cfg with type arguments of type EntityMappingsConfig
 void BaseConfigIntrospector.initMetaData(java.util.ArrayList<EntityMappingsConfig> entityMappingsList, AmberPersistenceUnit persistenceUnit)
          Initializes the persistence unit meta data: default listeners and so on.
 void BaseConfigIntrospector.setEntityMappingsList(java.util.ArrayList<EntityMappingsConfig> entityMappingsList)
          Sets the entity mappings list.
 

Uses of EntityMappingsConfig in com.caucho.amber.manager
 

Method parameters in com.caucho.amber.manager with type arguments of type EntityMappingsConfig
 void AmberPersistenceUnit.setEntityMappingsList(java.util.ArrayList<EntityMappingsConfig> entityMappingsList)
          Sets the entity mappings config.