接口的使用
org.hibernate.jpa.spi.ParameterRegistration
-
使用ParameterRegistration的程序包 程序包 说明 org.hibernate.jpa.spi -
-
org.hibernate.jpa.spi中ParameterRegistration的使用
org.hibernate.jpa.spi中ParameterRegistration的子接口 修饰符和类型 接口 说明 interfaceNullTypeBindableParameterRegistration<T>AParameterRegistrationthat allows providing Java type information when binding a null value for a parameter when there is no other available type information for that parameter.interfaceStoredProcedureQueryParameterRegistration<T>ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's nativeParameterRegistrationcontract
-