Uses of Interface
org.hibernate.jpa.spi.ParameterRegistration
-
Packages that use ParameterRegistration Package Description org.hibernate.jpa.spi -
-
Uses of ParameterRegistration in org.hibernate.jpa.spi
Subinterfaces of ParameterRegistration in org.hibernate.jpa.spi Modifier and Type Interface Description interface
NullTypeBindableParameterRegistration<T>
AParameterRegistration
that allows providing Java type information when binding a null value for a parameter when there is no other available type information for that parameter.interface
StoredProcedureQueryParameterRegistration<T>
ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's nativeParameterRegistration
contract
-