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

Packages that use MappedSuperclassConfig
com.caucho.amber.cfg   
 

Uses of MappedSuperclassConfig in com.caucho.amber.cfg
 

Subclasses of MappedSuperclassConfig in com.caucho.amber.cfg
 class EntityConfig
           tag in the orm.xml
 

Methods in com.caucho.amber.cfg that return MappedSuperclassConfig
 MappedSuperclassConfig EntityMappingsConfig.getMappedSuperclass(java.lang.String name)
           
 MappedSuperclassConfig BaseConfigIntrospector.getMappedSuperclassConfig(java.lang.String className)
          Returns the mapped superclass config for a class name.
 

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

Methods in com.caucho.amber.cfg with parameters of type MappedSuperclassConfig
 void EntityMappingsConfig.addMappedSuperclass(MappedSuperclassConfig mappedSuperclass)