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 of null
  • Field Details

  • Constructor Details

    • NoBatchKeyAccess

      public NoBatchKeyAccess()
  • Method Details