Interface NaturalIdLoadOptions

All Known Implementing Classes:
BaseNaturalIdLoadAccessImpl, NaturalIdLoadAccessImpl, SimpleNaturalIdLoadAccessImpl

public interface NaturalIdLoadOptions
Options for loading by natural-id
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Singleton access
  • Method Summary

    Modifier and Type
    Method
    Description
    The locking options for the loaded entity
    boolean
    Whether Hibernate should perform "synchronization" prior to performing look-ups?
  • Field Details

  • Method Details

    • getLockOptions

      LockOptions getLockOptions()
      The locking options for the loaded entity
    • isSynchronizationEnabled

      boolean isSynchronizationEnabled()
      Whether Hibernate should perform "synchronization" prior to performing look-ups?