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