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. databaseObjectsMethods in org.hibernate.boot.jaxb.mapping that return JaxbDatabaseObject Modifier and Type Method Description JaxbDatabaseObjectObjectFactory. createJaxbDatabaseObject()Create an instance ofJaxbDatabaseObjectMethods 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.
-