Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Packages that use MappedSuperclass Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MappedSuperclass in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type MappedSuperclass Modifier and Type Field Description protected java.util.List<MappedSuperclass>
EntityMappings. mappedSuperclass
Methods in org.hibernate.jpamodelgen.xml.jaxb that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
ObjectFactory. createMappedSuperclass()
Create an instance ofMappedSuperclass
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type MappedSuperclass Modifier and Type Method Description java.util.List<MappedSuperclass>
EntityMappings. getMappedSuperclass()
Gets the value of the mappedSuperclass property.
-