Class HibernateOrmRuntimeConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitLog

    • Field Detail

      • sql

        @ConfigItem
        public boolean sql
        Show SQL logs and format them nicely.

        Setting it to true is obviously not recommended in production.

      • queriesSlowerThanMs

        @ConfigItem
        public Optional<Long> queriesSlowerThanMs
        If set, Hibernate will log queries that took more than specified number of milliseconds to execute.
    • Constructor Detail

      • HibernateOrmConfigPersistenceUnitLog

        public HibernateOrmConfigPersistenceUnitLog()
    • Method Detail

      • isAnyPropertySet

        public boolean isAnyPropertySet()