Uses of Interface
org.hibernate.query.spi.QueryParameterBindingTypeResolver
Packages that use QueryParameterBindingTypeResolver
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
-
Uses of QueryParameterBindingTypeResolver in org.hibernate.engine.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterface
Defines the internal contract between theSessionFactory
and the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement QueryParameterBindingTypeResolverModifier and TypeClassDescriptionclass
Base delegating implementation of theSessionFactory
andSessionFactoryImplementor
contracts for intended for easier implementation ofSessionFactory
. -
Uses of QueryParameterBindingTypeResolver in org.hibernate.internal
Classes in org.hibernate.internal that implement QueryParameterBindingTypeResolver -
Uses of QueryParameterBindingTypeResolver in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement QueryParameterBindingTypeResolver -
Uses of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi -
Uses of QueryParameterBindingTypeResolver in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement QueryParameterBindingTypeResolverModifier and TypeClassDescriptionclass
class
Implementation of theMock
objects based on standard annotation processor APIs.