Class PersistenceConfigurationDescriptor
java.lang.Object
org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- All Implemented Interfaces:
PersistenceUnitDescriptor
PersistenceUnitDescriptor wrapper around PersistenceConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceConfigurationDescriptor(PersistenceConfiguration persistenceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiongetName()The persistence unit name.The root url for the persistence unit.The explicitly specified provider class name, ornullif not specified.booleanbooleanWhether scanning for classes should be performed.booleanWhether the use of identifier quoting is in effect for this whole persistence unit.pushClassTransformer(EnhancementContext enhancementContext)
-
Constructor Details
-
PersistenceConfigurationDescriptor
-
-
Method Details
-
getProperties
- Specified by:
getPropertiesin interfacePersistenceUnitDescriptor- See Also:
-
getName
Description copied from interface:PersistenceUnitDescriptorThe persistence unit name.- Specified by:
getNamein interfacePersistenceUnitDescriptor- See Also:
-
getProviderClassName
Description copied from interface:PersistenceUnitDescriptorThe explicitly specified provider class name, ornullif not specified.- Specified by:
getProviderClassNamein interfacePersistenceUnitDescriptor- See Also:
-
isUseQuotedIdentifiers
public boolean isUseQuotedIdentifiers()Description copied from interface:PersistenceUnitDescriptorWhether the use of identifier quoting is in effect for this whole persistence unit.- Specified by:
isUseQuotedIdentifiersin interfacePersistenceUnitDescriptor
-
isExcludeUnlistedClasses
public boolean isExcludeUnlistedClasses()Description copied from interface:PersistenceUnitDescriptorWhether scanning for classes should be performed. If not, the list of classes available is limited to:
- classes listed in
PersistenceUnitDescriptor.getManagedClassNames() - classes named in all
PersistenceUnitDescriptor.getMappingFileNames() - classes discovered in
PersistenceUnitDescriptor.getJarFileUrls()
- Specified by:
isExcludeUnlistedClassesin interfacePersistenceUnitDescriptor- See Also:
- classes listed in
-
getDefaultToOneFetchType
- Specified by:
getDefaultToOneFetchTypein interfacePersistenceUnitDescriptor- See Also:
-
getPersistenceUnitTransactionType
- Specified by:
getPersistenceUnitTransactionTypein interfacePersistenceUnitDescriptor- See Also:
-
getValidationMode
- Specified by:
getValidationModein interfacePersistenceUnitDescriptor- See Also:
-
getManagedClassNames
- Specified by:
getManagedClassNamesin interfacePersistenceUnitDescriptor- See Also:
-
getMappingFileNames
- Specified by:
getMappingFileNamesin interfacePersistenceUnitDescriptor- See Also:
-
getNonJtaDataSource
- Specified by:
getNonJtaDataSourcein interfacePersistenceUnitDescriptor- See Also:
-
getJtaDataSource
- Specified by:
getJtaDataSourcein interfacePersistenceUnitDescriptor- See Also:
-
getClassLoader
- Specified by:
getClassLoaderin interfacePersistenceUnitDescriptor- See Also:
-
getTempClassLoader
- Specified by:
getTempClassLoaderin interfacePersistenceUnitDescriptor- See Also:
-
isClassTransformerRegistrationDisabled
public boolean isClassTransformerRegistrationDisabled()- Specified by:
isClassTransformerRegistrationDisabledin interfacePersistenceUnitDescriptor
-
pushClassTransformer
- Specified by:
pushClassTransformerin interfacePersistenceUnitDescriptor
-
getPersistenceUnitRootUrl
Description copied from interface:PersistenceUnitDescriptorThe root url for the persistence unit.- Specified by:
getPersistenceUnitRootUrlin interfacePersistenceUnitDescriptor
-
getJarFileUrls
- Specified by:
getJarFileUrlsin interfacePersistenceUnitDescriptor- See Also:
-