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. mappedSuperclassesMethods in org.hibernate.boot.jaxb.mapping that return JaxbMappedSuperclass Modifier and Type Method Description JaxbMappedSuperclassObjectFactory. createJaxbMappedSuperclass()Create an instance ofJaxbMappedSuperclassMethods 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.
-