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 java.util.List<JaxbMappedSuperclass>
JaxbEntityMappings. mappedSuperclass
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMappedSuperclass Modifier and Type Method Description JaxbMappedSuperclass
ObjectFactory. createJaxbMappedSuperclass()
Create an instance ofJaxbMappedSuperclass
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMappedSuperclass Modifier and Type Method Description java.util.List<JaxbMappedSuperclass>
JaxbEntityMappings. getMappedSuperclass()
Gets the value of the mappedSuperclass property.
-