Package | Description |
---|---|
org.hibernate.jpa.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
NullTypeBindableParameterRegistration<T>
A
ParameterRegistration 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 native
ParameterRegistration contract |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.