Hibernate Extension
· Hibernate ORM (Hibernate in short) is an object-relational mapping library for the Java language,
providing a framework for mapping an object-oriented domain model to a traditional relational database.
Hibernate solves object-relational impedance mismatch problems by replacing direct persistence-related
database accesses with high-level object handling functions.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hibernate-extension-3.5.5.89.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.