Package org.hibernate.jpa.boot.spi
Class JpaSettings
java.lang.Object
org.hibernate.jpa.boot.spi.JpaSettings
Enumerates SPI-related settings that are specific to the use of Hibernate
as a JPA
PersistenceProvider
.- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Names aIntegratorProvider
static final String
Deprecated, for removal: This API element is subject to removal in a future version.Use discovery instead.static final String
Names aStrategyRegistrationProviderList
static final String
Deprecated, for removal: This API element is subject to removal in a future version.Consider using discovery instead to dynamically locate contributors. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTEGRATOR_PROVIDER
Names aIntegratorProvider
- See Also:
-
STRATEGY_REGISTRATION_PROVIDERS
Names aStrategyRegistrationProviderList
- See Also:
-
TYPE_CONTRIBUTORS
Deprecated, for removal: This API element is subject to removal in a future version.Consider using discovery instead to dynamically locate contributors.Names aTypeContributorList
- See Also:
-
METADATA_BUILDER_CONTRIBUTOR
Deprecated, for removal: This API element is subject to removal in a future version.Use discovery instead.Names aMetadataBuilderContributor
- See Also:
-
-
Constructor Details
-
JpaSettings
public JpaSettings()
-