Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Packages that use JaxbEntity Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEntity in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEntity Modifier and Type Field Description protected java.util.List<JaxbEntity>
JaxbEntityMappings. entity
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntity Modifier and Type Method Description JaxbEntity
ObjectFactory. createJaxbEntity()
Create an instance ofJaxbEntity
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEntity Modifier and Type Method Description java.util.List<JaxbEntity>
JaxbEntityMappings. getEntity()
Gets the value of the entity property.
-