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