Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch

Enclosing interface:
HibernateOrmConfigPersistenceUnit

public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
  • Method Summary

    Modifier and Type
    Method
    Description
    The size of the batches used when loading entities and collections.
    default boolean
     
    The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one).
  • Method Details

    • batchSize

      @ConfigDocDefault("16") OptionalInt batchSize()
      The size of the batches used when loading entities and collections. `-1` means batch loading is disabled.
    • maxDepth

      OptionalInt maxDepth()
      The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one). A `0` disables default outer join fetching.
    • isAnyPropertySet

      default boolean isAnyPropertySet()