Uses of Interface
org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
Packages that use QueryParameterBindingTypeResolver Package Description org.hibernate.engine.spi org.hibernate.internal -
-
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
SessionFactoryImpl
Concrete implementation of theSessionFactory
interface.
-