Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
-
Packages that use JaxbMappedSuperclass Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbMappedSuperclass in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbMappedSuperclass Modifier and Type Field Description protected List<JaxbMappedSuperclass>
JaxbEntityMappings. mappedSuperclasses
Methods in org.hibernate.boot.jaxb.mapping that return JaxbMappedSuperclass Modifier and Type Method Description JaxbMappedSuperclass
ObjectFactory. createJaxbMappedSuperclass()
Create an instance ofJaxbMappedSuperclass
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbMappedSuperclass Modifier and Type Method Description List<JaxbMappedSuperclass>
JaxbEntityMappings. getMappedSuperclasses()
Gets the value of the mappedSuperclasses property.
-