Uses of Interface
org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
Packages that use QueryParameterBindingTypeResolver Package Description org.hibernate.engine.spi -
-
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 the SessionFactory and other parts of Hibernate such as implementors of Type.Classes in org.hibernate.engine.spi that implement QueryParameterBindingTypeResolver Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.
-