Package | Description |
---|---|
org.hibernate.boot.registry.selector |
Defines a feature-set around named registration of implementations of various contracts and the ability
to select those implementations.
|
org.hibernate.boot.registry.selector.internal |
Internals for building StrategySelector
|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.hikaricp.internal |
Implementation of ConnectionProvider using HikariCP.
|
org.hibernate.proxool.internal |
Implementation of ConnectionProvider using the proxool Connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStrategyRegistrationImpl<T>
A simple implementation of StrategyRegistration.
|
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProvider.getStrategyRegistrations()
Get all StrategyRegistrations announced by this provider.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
StrategySelectorBuilder.addExplicitStrategyRegistration(StrategyRegistration<T> strategyRegistration)
Adds an explicit (as opposed to discovered) strategy registration.
|
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProviderImpl.getStrategyRegistrations() |
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProviderImpl.getStrategyRegistrations() |
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProviderImpl.getStrategyRegistrations() |
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProviderImpl.getStrategyRegistrations() |
Modifier and Type | Method and Description |
---|---|
Iterable<StrategyRegistration> |
StrategyRegistrationProviderImpl.getStrategyRegistrations() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.