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 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.
-