Uses of Interface
org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
Packages that use QueryParameterBindingTypeResolver Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.processor.validation Validation for HQL queries. -
-
Uses of QueryParameterBindingTypeResolver in org.hibernate.engine.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.engine.spi Modifier and Type Interface Description interface
SessionFactoryImplementor
Defines the internal contract between theSessionFactory
and the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement QueryParameterBindingTypeResolver Modifier and Type Class Description class
SessionFactoryDelegatingImpl
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 Modifier and Type Class Description class
QueryParameterBindingTypeResolverImpl
class
SessionFactoryImpl
Concrete implementation of theSessionFactory
API. -
Uses of QueryParameterBindingTypeResolver in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement QueryParameterBindingTypeResolver Modifier and Type Class Description class
MappingMetamodelImpl
Implementation of the JPA-defined contractMetamodel
. -
Uses of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi Modifier and Type Interface Description interface
MappingMetamodelImplementor
-
Uses of QueryParameterBindingTypeResolver in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement QueryParameterBindingTypeResolver Modifier and Type Class Description class
MockSessionFactory
class
ProcessorSessionFactory
Implementation of theMock
objects based on standard annotation processor APIs.
-