Class NoBatchKeyAccess
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.NoBatchKeyAccess
- All Implemented Interfaces:
BatchKeyAccess
A form of
BatchKeyAccess
for cases where batching is not wanted, which is
signified by a BatchKey
of null
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
NoBatchKeyAccess
public NoBatchKeyAccess()
-
-
Method Details
-
getBatchKey
Description copied from interface:BatchKeyAccess
The BatchKey to use- Specified by:
getBatchKey
in interfaceBatchKeyAccess
-