Uses of Class
com.caucho.amber.type.MappedSuperclassType

Packages that use MappedSuperclassType
com.caucho.amber.gen   
com.caucho.amber.manager   
 

Uses of MappedSuperclassType in com.caucho.amber.gen
 

Methods in com.caucho.amber.gen that return MappedSuperclassType
 MappedSuperclassType MappedSuperclassComponent.getMappedSuperclassType()
          Gets the mapped superclass type.
 

Methods in com.caucho.amber.gen with parameters of type MappedSuperclassType
 void MappedSuperclassComponent.setMappedSuperclassType(MappedSuperclassType mappedSuperclassType)
          Sets the bean info for the generator
 

Uses of MappedSuperclassType in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager that return MappedSuperclassType
 MappedSuperclassType AmberPersistenceUnit.createMappedSuperclass(java.lang.String name, java.lang.Class beanClass)
          Adds an entity.
 MappedSuperclassType AmberContainer.getMappedSuperclass(java.lang.String className)
          Returns the MappedSuperclassType for an introspected class.
 MappedSuperclassType AmberPersistenceUnit.getMappedSuperclass(java.lang.String className)
          Returns a matching mapped superclass.
 

Methods in com.caucho.amber.manager with parameters of type MappedSuperclassType
 void AmberContainer.addMappedSuperclass(java.lang.String className, MappedSuperclassType type)
          Adds a mapped superclass for an introspected class.