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

Packages that use EmbeddableConfig
com.caucho.amber.cfg   
 

Uses of EmbeddableConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return EmbeddableConfig
 EmbeddableConfig EntityMappingsConfig.getEmbeddable(java.lang.String name)
           
 

Methods in com.caucho.amber.cfg that return types with arguments of type EmbeddableConfig
 java.util.HashMap<java.lang.String,EmbeddableConfig> EntityMappingsConfig.getEmbeddableMap()
           
 

Methods in com.caucho.amber.cfg with parameters of type EmbeddableConfig
 void EntityMappingsConfig.addEmbeddable(EmbeddableConfig embeddable)