| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
5 comments so far (post your own) View All Comments Latest 10 Comments:is it possible to order on a property of an entity that is related to the main entity with a many-to-one property ?
Class A have a Class B property
Class B have a name or category property
is it possible to order by the name or the category ?
how ?
with A.b.name ... it is not working ?
I have a "org.hibernate.QueryException: could not resolve property:..."
Thanks,
Antoine
Posted by Antoine_h on Tuesday, 10.14.08 @ 04:11am | #81061
i want step by step creation of struts with hibernate example program
Posted by usha on Tuesday, 05.13.08 @ 15:56pm | #59713
hi,
I have solved the previous error but know it will show an other error
like
Hibernate 2.1.7
- hibernate.properties not found
- using CGLIB reflection optimizer
- using JDK 1.4 java.sql.Timestamp handling
- configuring from resource: /hibernate.cfg.xml
- Configuration resource: /hibernate.cfg.xml
- /hibernate.cfg.xml not found
/hibernate.cfg.xml not found
pls tell mee as soon as possible,
thanks
ravi
Posted by ravi on Wednesday, 02.13.08 @ 16:26pm | #48145
Hi
plz give some examples on may-to-many,many-to-one association.
Posted by Janmejay on Friday, 03.30.07 @ 10:32am | #12967
for (Iterator it = query.iterate(); it.hasNext();) {
Insurance insurance = (Insurance) it.next();
System.out.println("ID: " + insurance.getLngInsuranceId());
System.out.println("Name: " + insurance.getInsuranceName());
for This code we are getting insurance instance.coming to previous lession it is an object array type.May i know what is exact return type.
Thanks,
Bharathi
Posted by Bharathi on Tuesday, 03.27.07 @ 16:51pm | #12790