1. Reading an entire database with Nhibernate stackoverflow.comIf I use HQL I am able to query the entire system with this:
But then I just get all objects in a list, are there any way similar to this
to ... |
2. ClassCastException when reading database in hibernate coderanch.comHi all, I'm getting an exception when trying to query the database and I really don't know why. Here's the trace : java.lang.Exception: java.lang.ClassCastException: fr.synapture.model.planning.Vacation fr.synapture.dao.GenericDAO.findByCriterion(GenericDAO.java:151) fr.synapture.dao.VacationDAO.findAllVacations(VacationDAO.java:55) fr.synapture.service.VacationPeer.findVacationBySiteEmployeeAndSchedule(VacationPeer.java:318) ... I think the problem comes from the criteria I have defined because I need to check something about the time slot of a vacation : protected static List |
3. Hibernate uncommitted read options (db2 with ur) coderanch.com |
4. Problem in reading the value from the database with Hibernat forum.hibernate.orgHi, can u exactly tell me what is myAccount. According to me it should be a single object or list of object. In case of list of object, In jsp you hav to iterate this object e.g ( |
5. read-only database forum.hibernate.org |
6. Hibernate not reading the database forum.hibernate.orgI am having trouble with Hibernate reading an Oracle database table. I have created a sql script to create and populate a table that will be used to configure my software. While testing to see if Hibernate will get any data from the table, I have noticed that if I input data into the table using hibernate, I can get this ... |
7. How to read hibernate db configuration from external file forum.hibernate.orgHi at all. I'm a new user of hibernate and I'm trying to deploy my first application. Everything work in Eclipse, but when I try to simulate an installation on a customer pc the first question that I have in mind is: Is there a way to read configuration file hibernate.cfg.xml from file system instead of read it from the classpath? ... |
8. limit db access to read-only forum.hibernate.org |
9. Can hibernate read the database dictionary? forum.hibernate.orgHello everyone, If I do not know the database structure, Can I use hibernate read the database dictionary? I want to read the tables' name and fields' name. Does anybody know how can I do this, thanks. And I find the following code, but the table iterator is empty(In fact, there are three tables) Code: ... |