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(tick)
Details

With following steps one can check if hibernate is used or not:-

  1. Search hibernate.properties in the source code. If not found then hibernate is not used.
  2. Check if hibernate is there in hibernate.cfg.xml file. If not found then probability is that Hibernate is not used
  3. 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