Uses of Interface
org.hibernate.boot.registry.selector.spi.DialectSelector
-
Packages that use DialectSelector Package Description org.hibernate.boot.registry.selector.internal Internals for building StrategySelector -
-
Uses of DialectSelector in org.hibernate.boot.registry.selector.internal
Classes in org.hibernate.boot.registry.selector.internal that implement DialectSelector Modifier and Type Class Description class
AggregatedDialectSelector
class
DefaultDialectSelector
Constructor parameters in org.hibernate.boot.registry.selector.internal with type arguments of type DialectSelector Constructor Description AggregatedDialectSelector(Iterable<DialectSelector> dialectSelectorProvider)
-