Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery

    • Field Detail

      • queryPlanCacheMaxSize

        @ConfigItem(defaultValue="2048")
        public int queryPlanCacheMaxSize
        The maximum size of the query plan cache. see #"hibernate.query.plan_cache_max_size"
      • inClauseParameterPadding

        @ConfigItem(defaultValue="true")
        public boolean inClauseParameterPadding
        Enables IN clause parameter padding which improves statement caching.
    • Constructor Detail

      • HibernateOrmConfigPersistenceUnitQuery

        public HibernateOrmConfigPersistenceUnitQuery()
    • Method Detail

      • isAnyPropertySet

        public boolean isAnyPropertySet()