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 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 List<MappedSuperclass>
EntityMappings. getMappedSuperclass()
Gets the value of the mappedSuperclass property.
-