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