Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass

Packages that use MappedSuperclass
org.hibernate.jpamodelgen.xml   
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of MappedSuperclass in org.hibernate.jpamodelgen.xml
 

Constructors in org.hibernate.jpamodelgen.xml with parameters of type MappedSuperclass
XmlMetaEntity(MappedSuperclass mappedSuperclass, String defaultPackageName, TypeElement element, Context context)
           
 

Uses of MappedSuperclass in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type MappedSuperclass
protected  List<MappedSuperclass> EntityMappings.mappedSuperclass
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return MappedSuperclass
 MappedSuperclass ObjectFactory.createMappedSuperclass()
          Create an instance of MappedSuperclass
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type MappedSuperclass
 List<MappedSuperclass> EntityMappings.getMappedSuperclass()
          Gets the value of the mappedSuperclass property.
 



Copyright © 2009-2011. All Rights Reserved.