Advertisement

1 - 10 of 23 containing alltags:("java hibernate") (0 seconds)
I am using hibernate as DAO and trying to retrive data  Now i want to iterate thru <c:forEach> taglibrary and print on the JSP page where I can hyperlink that data: Here is the example I am usi...
Zones: Frameworks, JSP, J2EEDate Answered: 06/10/2008 Grade: A Views: 21
Is there a way to generate Domain Objects (properly mapped) using hibernate(or any other framework or tool even) based on an already created database?
Zones: Java, FrameworksDate Answered: 05/29/2008 Grade: A Views: 42
Is there a tool of converting the hibernate hbm.xmls to annotations? or a setting in myeclipse with which when u reverse engineer the db it creates domain objects with annotations instead of adding...
Zones: Java, FrameworksDate Answered: 06/25/2008 Grade: B Views: 32
Hi, I need to do the following query in hibernate. What is the best way to do this? We have a theater object mapped to Theater.hbml.xml. SELECT * FROM   (   SELECT *            -- AS   ...
Zones: Oracle 3rd Party Tools, OracleDate Answered: 09/21/2008 Grade: A Views: 99
hi, here is my application archietcture, 2 layers (presentation layer with struts and business layer using directly hibernate), i have no Data integration layer. i am using a DataSource in th...
Zones: Java, WebApplicationsDate Answered: 07/23/2008 Grade: B Views: 4
Lets say that I am creating some EJB entity beans that are persisted via Hibernate.  One bean can contain a list of the other type of bean - bean.getList() and bean.setList(theList).  (the list con...
Zones: J2EE, EJBDate Answered: 07/24/2008 Grade: A Views: 23
I'm trying to do hibernate mapping for Views , The views that I have basically selecting data out of 3 diifferent database sand they are all SELECT statament and there is no Primary key I 'm in t...
Zones: J2EEDate Answered: 09/26/2008 Grade: A Views: 47
Hi, I have a table in SQL Server 2005 with a special column name, [C No.] for example. How do I write the column mapping in Hibernate? I have tried both "[C No.]" and "'C No.'" and none seems to...
Zones: SQL Server 2005, JavaDate Answered: 08/27/2008 Grade: B Views: 0
Hi I was wondering when you have a many to many relationship in Hibernate if you can still order by a column on one of the child table. For example, I have a client obj that has a set of address...
Zones: Frameworks, Java, Web DevelopmentDate Answered: 01/11/2008 Grade: B Views: 229
Hi, It appears as though hibernate uses the timezone of your PC to convert Java.sql.Timestamp objects before inserting the information into a database. I'm wondering how do i get hibernate ...
Zones: IBM Websphere Application Server, Ora...Date Answered: 02/17/2008 Grade: A Views: 210