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.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects. -
-
Uses of QueryParameterBindingTypeResolver in org.hibernate.engine.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionFactoryImplementorDefines the internal contract between theSessionFactoryand the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement QueryParameterBindingTypeResolver Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory. -
Uses of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi
Subinterfaces of QueryParameterBindingTypeResolver in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceMappingMetamodelImplementor
-