Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.jpa.boot.spi |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)
Applies one or more strategy selectors announced as available by the passed announcer.
|
Modifier and Type | Class and Description |
---|---|
class |
StrategyRegistrationProviderImpl
Provides the
C3P0ConnectionProvider to the
StrategySelector service. |
Modifier and Type | Method and Description |
---|---|
List<StrategyRegistrationProvider> |
StrategyRegistrationProviderList.getStrategyRegistrationProviders() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.