Tagged Questions

0
votes
3answers
14 views

Generate Hibernate Mapping Files (*.hbm.xml) from POJOS?

What's the best/easiest way to generate *.hbm.xml files from pojos?
0
votes
1answer
27 views

many-to-many JPA mapping inserting but not fething the child collections

Hello good people i've hit a block once again with hibernate.I posted numerous time on different aspect of the user and contact management i've building. here i have UserAccount, U …
0
votes
7answers
39 views

Where I can find good Spring project example with Hibernate?

I need to make project with Spring + Hibernate, where I could find good example project how basic things are done?
1
vote
3answers
22 views

similarity and difference between jpa and hibernate.

what is similarity and difference between jpa and hibernate.
0
votes
2answers
43 views

Java Hibernate service class

Dear All! I have a painful problem regarding Java Hibernate. I have my own POJO classes in my modell, and I would like to submit query from an instance of that class, to a table …
0
votes
2answers
12 views

java.lang.NoSuchMethodError: org.hibernate.cache.CacheException in Hibernate Based Application on Linux Server

2009-11-20 12:10:05,771 INFO [STDOUT] 12:10:05,766 ERROR HibernateUtil:43 - Building SessionFactory failed. java.lang.NoSuchMethodError: org.hibernate.cache.CacheException.<i …
0
votes
1answer
41 views

HQL with a collection in the WHERE clause

Hello good people! I've been trying for the this whole a query who is officially giving me nightmares. The system is a user and contact management. So I have UserAccount, Contac …
0
votes
0answers
28 views

Using Hibernate Criteria API To Query Many-To-One Relationships with Projections

Hi I am trying to use Criteria API in following scenario: I have two tables, Schedule and Route (with their classes and mappings). Route has many-to-one relationship with Schedu …
0
votes
3answers
46 views

Persisting to SQL Server 2008 using stored procedures, JPA and Hibernate

We are implementing a web page to maintain an organisational structure. The structure is stored in SQL Server 2008 and uses the new HierarchyID data type. Because we have had probl …
1
vote
1answer
22 views

Where are the NHibernate/Hibernate HQL and ICriteria query examples?

I'm still quite new to NHibernate and most of it I'm getting to grips with. One area that I'm really lacking a proper understanding of though is querying (at least when it comes t …
1
vote
2answers
33 views

How do you deal with composite pattern when using hibernate and domain-driven design?

Does hibernate has support for hierarchical data in a database where you use a parentId you use a parentId and an orderId you use Modified Preorder Tree Traversal
0
votes
3answers
29 views

Multiple @ManyToMany sets from one join table

Hi guys, I'm mapping a proprietary database to Hibernate for use with Spring. In it, there are a couple of jointables that, for entity A and entity B have the following schema: C …
0
votes
2answers
23 views

delete hibernate entity without (attempting to) delete association table (view) entry

Entity A and B have a many to many relationship using link table AtoB. If Entity A is deleted, the related links are deleted by hibernate. So far so good. My problem is that my l …
1
vote
6answers
79 views

Which java web framework to choose for client side and server side validation?

We are currently searching for a java framework , that made validation easily on server side and both client side,Spring,Hibernate,Play are the framework choices that we are search …
0
votes
0answers
20 views

NullPointerException at org.hibernate.envers.event.AuditEventListener.generateBidirectionalCollectionChangeWorkUnits(…)

I'm using Envers to audit different fields of my entities. The framework works in general but it seems to have problems with some kinds of entity mapping. All former problems I cou …

1 2 3 4 5 110 next
15 30 50 per page