PTL_USER SafeDB 암호화 적용 / 포탈 사용자 마스킹 처리 해제

Update Hibernate configuration and enhance user management features

- Added Hibernate type tracing for improved debugging.
- Introduced new error messages for SafeDB operations in LocaleMessage properties.
- Updated portal user management to default to unmasked state.
- Refactored selectDetail method to handle masking option.
This commit is contained in:
Rinjae
2025-09-23 17:51:15 +09:00
parent ff856bbe28
commit d6fd6800ed
8 changed files with 2673 additions and 2656 deletions
@@ -93,6 +93,7 @@
<prop key="hibernate.hbm2ddl.auto">none</prop>
<prop key="hibernate.format_sql">true</prop>
<prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.type">trace</prop>
<prop key="hibernate.dialect">${hibernate.dialect:org.hibernate.dialect.Oracle12cDialect}
</prop>
<prop key="hibernate.jdbc.batch_size">100</prop>