Interface HibernateOrmConfig.HibernateOrmConfigLog

Enclosing interface:
HibernateOrmConfig

public static interface HibernateOrmConfig.HibernateOrmConfigLog
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    boolean
    Logs SQL bind parameters.
    default boolean
     
  • Method Details

    • bindParam

      @Deprecated @WithDefault("false") boolean bindParam()
      Deprecated.
      Logs SQL bind parameter.

      Setting it to true is obviously not recommended in production.

    • bindParameters

      @WithDefault("false") boolean bindParameters()
      Logs SQL bind parameters.

      Setting it to true is obviously not recommended in production.

    • isAnyPropertySet

      default boolean isAnyPropertySet()