Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolver
-
Packages that use DialectResolver Package Description org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of DialectResolver in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement DialectResolver Modifier and Type Class Description class
DialectResolverSet
ADialectResolver
implementation which coordinates resolution by delegating to sub-resolvers.class
StandardDialectResolver
The standard DialectResolver implementationMethods in org.hibernate.engine.jdbc.dialect.internal that return DialectResolver Modifier and Type Method Description DialectResolver
DialectResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.jdbc.dialect.internal that return types with arguments of type DialectResolver Modifier and Type Method Description Class<DialectResolver>
DialectResolverInitiator. getServiceInitiated()
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolver Modifier and Type Method Description void
DialectResolverSet. addResolver(DialectResolver... resolvers)
void
DialectResolverSet. addResolverAtFirst(DialectResolver... resolvers)
void
DialectFactoryImpl. setDialectResolver(DialectResolver dialectResolver)
Intended only for use from testing.Method parameters in org.hibernate.engine.jdbc.dialect.internal with type arguments of type DialectResolver Modifier and Type Method Description void
DialectResolverSet. addDiscoveredResolvers(Collection<DialectResolver> resolvers)
Constructors in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolver Constructor Description DialectResolverSet(DialectResolver... resolvers)
Constructor parameters in org.hibernate.engine.jdbc.dialect.internal with type arguments of type DialectResolver Constructor Description DialectResolverSet(List<DialectResolver> resolvers)
-
Uses of DialectResolver in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi that implement DialectResolver Modifier and Type Class Description class
BasicDialectResolver
Intended as support for custom resolvers which match a single db name (with optional version info). -
Uses of DialectResolver in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type DialectResolver Modifier and Type Method Description void
CoreMessageLogger. unableToExecuteResolver(DialectResolver abstractDialectResolver, String message)
-