https://github.com/ieee8023/hibernatebrowser
Automatically exported from code.google.com/p/hibernatebrowser
https://github.com/ieee8023/hibernatebrowser
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/hibernatebrowser
- Host: GitHub
- URL: https://github.com/ieee8023/hibernatebrowser
- Owner: ieee8023
- Created: 2015-03-25T18:17:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T20:19:19.000Z (over 3 years ago)
- Last Synced: 2025-01-11T15:38:40.196Z (3 months ago)
- Language: Java
- Size: 6.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a data browser for the popular Hibernate framework
http://www.hibernate.org/ that is used to persist Java objects.It's NonPolymorphic because it displays objects under there
exact class instead of displaying objects that extend that class.This browser is needed because it makes it easy to browse
hibernate objects even if their data is stored in normal form
in the database.I hope someone will take this code and do something awesome.
The default target of the build file should populate a database and then display it. The whole thing should be self contained.
Here are some pictures. The first shows basic usage and the second shows an HQL query and the third shows the schema in UML



-By Joseph Paul Cohen