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