文件名称:HQLExample-(1)
介绍说明--下载内容均来自于网络,请自行研究使用
Hibernate Query Example in details
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HQLExample
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\.........\org.eclipse.m2e.core.prefs
..........\pom.xml
..........\setup.sql
..........\src
..........\...\main
..........\...\....\java
..........\...\....\....\com
..........\...\....\....\...\journaldev
..........\...\....\....\...\..........\hibernate
..........\...\....\....\...\..........\.........\main
..........\...\....\....\...\..........\.........\....\HQLExamples.java
..........\...\....\....\...\..........\.........\model
..........\...\....\....\...\..........\.........\.....\Address.java
..........\...\....\....\...\..........\.........\.....\Employee.java
..........\...\....\....\...\..........\.........\util
..........\...\....\....\...\..........\.........\....\HibernateUtil.java
..........\...\....\resources
..........\...\....\.........\hibernate.cfg.xml
..........\...\test