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>
Deprecated.Not actually sure what the original intent of this was; but it is not used as of 6.0, so slating for removalinterface
StoredProcedureQueryParameterRegistration<T>
ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's nativeParameterRegistration
contract
-