Package org.hibernate.jpa.boot.spi
Class JpaSettings
- java.lang.Object
-
- org.hibernate.jpa.boot.spi.JpaSettings
-
public class JpaSettings extends Object
Enumerates SPI-related settings that are specific to the use of Hibernate as a JPAPersistenceProvider
.- Since:
- 6.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
INTEGRATOR_PROVIDER
Names aIntegratorProvider
static String
METADATA_BUILDER_CONTRIBUTOR
Deprecated, for removal: This API element is subject to removal in a future version.Use discovery instead.static String
STRATEGY_REGISTRATION_PROVIDERS
Names aStrategyRegistrationProviderList
static String
TYPE_CONTRIBUTORS
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 Constructor Description JpaSettings()
-
-
-
Field Detail
-
INTEGRATOR_PROVIDER
public static final String INTEGRATOR_PROVIDER
Names aIntegratorProvider
- See Also:
- Constant Field Values
-
STRATEGY_REGISTRATION_PROVIDERS
public static final String STRATEGY_REGISTRATION_PROVIDERS
Names aStrategyRegistrationProviderList
- See Also:
- Constant Field Values
-
TYPE_CONTRIBUTORS
@Deprecated(forRemoval=true) public static final String 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:
- Constant Field Values
-
METADATA_BUILDER_CONTRIBUTOR
@Deprecated(forRemoval=true) public static final String METADATA_BUILDER_CONTRIBUTOR
Deprecated, for removal: This API element is subject to removal in a future version.Use discovery instead.Names aMetadataBuilderContributor
- See Also:
- Constant Field Values
-
-