Interface JpaStatementReference<T>

All Superinterfaces:
JpaReference, Reference, StatementReference
All Known Subinterfaces:
NamedMutationDefinition<T>, NamedMutationMemento<T>

public interface JpaStatementReference<T> extends JpaReference, StatementReference
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