Interface JpaStatementReference<T>
- All Superinterfaces:
JpaReference, Reference, StatementReference
- All Known Subinterfaces:
NamedMutationDefinition<T>, NamedMutationMemento<T>
Extension to the JPA StatementReference contract.
Provides some simple default implementations for methods which
we don't care about internally.
Also acts as a marker for Hibernate implementors.
- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface JpaReference
getHints, getName, getTimeoutMethods inherited from interface Reference
getHints, getName, getTimeout
-
Method Details
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceReference
-
getParameterNames
- Specified by:
getParameterNamesin interfaceReference
-
getArguments
- Specified by:
getArgumentsin interfaceReference
-