接口的使用
org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
使用QueryParameterBindingTypeResolver的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.internal -
-
org.hibernate.engine.spi中QueryParameterBindingTypeResolver的使用
org.hibernate.engine.spi中QueryParameterBindingTypeResolver的子接口 修饰符和类型 接口 说明 interfaceSessionFactoryImplementorDefines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.实现QueryParameterBindingTypeResolver的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory. -
org.hibernate.internal中QueryParameterBindingTypeResolver的使用
实现QueryParameterBindingTypeResolver的org.hibernate.internal中的类 修饰符和类型 类 说明 classSessionFactoryImplConcrete implementation of the SessionFactory interface. -
org.hibernate.query.internal中QueryParameterBindingTypeResolver的使用
参数类型为QueryParameterBindingTypeResolver的org.hibernate.query.internal中的构造器 构造器 说明 QueryParameterBindingImpl(Type type, QueryParameterBindingTypeResolver typeResolver, boolean isBindingValidationRequired)
-