Class HibernateOrmConfig.HibernateOrmConfigLog
- java.lang.Object
-
- io.quarkus.hibernate.orm.deployment.HibernateOrmConfig.HibernateOrmConfigLog
-
- Enclosing class:
- HibernateOrmConfig
public static class HibernateOrmConfig.HibernateOrmConfigLog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanbindParamDeprecated.booleanbindParametersLogs SQL bind parameters.
-
Constructor Summary
Constructors Constructor Description HibernateOrmConfigLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAnyPropertySet()
-
-
-
Field Detail
-
bindParam
@ConfigItem @Deprecated public boolean bindParam
Deprecated.Logs SQL bind parameter.Setting it to true is obviously not recommended in production.
-
bindParameters
@ConfigItem public boolean bindParameters
Logs SQL bind parameters.Setting it to true is obviously not recommended in production.
-
-