CMS Snpahsot Analysis - Run Analyzer - J2EE - Information - How to check if Hibernate is not used in the J2EE source code
Purpose
This page explains How to check if Hibernate is not used in the J2EE source code?
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Details
With following steps one can check if hibernate is used or not:-
- Search hibernate.properties in the source code. If not found then hibernate is not used.
- Check if hibernate is there in hibernate.cfg.xml file. If not found then probability is that Hibernate is not used
- Check if there is hbm.xml file (mapping file) in the source code. If not found then probability is that Hibernate is not used
Notes / Comments
Related Pages