Interface HibernateOrmConfig.HibernateOrmConfigLog
- Enclosing interface:
- HibernateOrmConfig
public static interface HibernateOrmConfig.HibernateOrmConfigLog
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanLogs SQL bind parameters.default boolean
-
Method Details
-
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()
-