Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolver
Packages that use DialectResolver
Package
Description
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of DialectResolver in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement DialectResolverModifier and TypeClassDescriptionclassADialectResolverimplementation which coordinates resolution by delegating to sub-resolvers.final classThe standard DialectResolver implementationMethods in org.hibernate.engine.jdbc.dialect.internal that return DialectResolverModifier and TypeMethodDescriptionDialectResolverInitiator.initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jdbc.dialect.internal that return types with arguments of type DialectResolverMethods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolverModifier and TypeMethodDescriptionvoidDialectResolverSet.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 DialectResolverModifier and TypeMethodDescriptionvoidDialectResolverSet.addDiscoveredResolvers(Collection<DialectResolver> resolvers) Constructors in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolverConstructor parameters in org.hibernate.engine.jdbc.dialect.internal with type arguments of type DialectResolver -
Uses of DialectResolver in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi that implement DialectResolverModifier and TypeClassDescriptionclassIntended 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 DialectResolverModifier and TypeMethodDescriptionvoidCoreMessageLogger.unableToExecuteResolver(DialectResolver abstractDialectResolver, String message)