Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
-
Packages that use JaxbPersistenceUnitDefaults Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbPersistenceUnitDefaults in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPersistenceUnitDefaults Modifier and Type Field Description protected JaxbPersistenceUnitDefaults
JaxbPersistenceUnitMetadata. persistenceUnitDefaults
Methods in org.hibernate.boot.jaxb.mapping that return JaxbPersistenceUnitDefaults Modifier and Type Method Description JaxbPersistenceUnitDefaults
ObjectFactory. createJaxbPersistenceUnitDefaults()
Create an instance ofJaxbPersistenceUnitDefaults
JaxbPersistenceUnitDefaults
JaxbPersistenceUnitMetadata. getPersistenceUnitDefaults()
Gets the value of the persistenceUnitDefaults property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPersistenceUnitDefaults Modifier and Type Method Description void
JaxbPersistenceUnitMetadata. setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults value)
Sets the value of the persistenceUnitDefaults property.
-