Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch

    • Field Detail

      • batchSize

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

        @ConfigItem
        public 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.
    • Constructor Detail

      • HibernateOrmConfigPersistenceUnitFetch

        public HibernateOrmConfigPersistenceUnitFetch()
    • Method Detail

      • isAnyPropertySet

        public boolean isAnyPropertySet()