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 classDialectResolverSetADialectResolverimplementation which coordinates resolution by delegating to sub-resolvers.classStandardDialectResolverThe standard DialectResolver implementationMethods in org.hibernate.engine.jdbc.dialect.internal that return DialectResolver Modifier and Type Method Description DialectResolverDialectResolverInitiator. 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 voidDialectResolverSet. addResolver(DialectResolver... resolvers)voidDialectResolverSet. addResolverAtFirst(DialectResolver... resolvers)voidDialectFactoryImpl. 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 voidDialectResolverSet. 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 classBasicDialectResolverIntended 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 voidCoreMessageLogger. unableToExecuteResolver(DialectResolver abstractDialectResolver, String message)
-