Tagged Questions

0
votes
1answer
37 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've posted numerous times on different aspects of the user and contact management that i've been building. The …
1
vote
3answers
24 views

similarity and difference between jpa and hibernate.

what is similarity and difference between jpa and hibernate.
-1
votes
1answer
16 views

how to implement a search from search box?

I've got a requirement where a user enters a few terms into a search box and clicks "go". Does anyone have any good resources on how to implement a dynamic search that spans a few …
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 …
0
votes
2answers
26 views

query must begin with SELECT or FROM: delete [delete

I am using JPA in addition to spring(3.0.0.M4). While deleting multiple records using query.executeUpdate() i am getting the following exception. org.springframework.web.util.Nest …
1
vote
2answers
39 views

Last update timestamp with JPA

I'm playing around a bit with JPA(Eclipselink to be specific). The below entity have a timestamp that's supposed to reflect whenever that entity was last updated. What are the st …
2
votes
2answers
45 views

Can/should JPA be used to return values rather than entities?

I'm using JPA for a project and in most cases, want to get entities, but there are a few cases (reporting being one of them, but there are others) where I do not want or need to ge …
0
votes
2answers
110 views

one-to-many JPA annotations won’t delete orphans

Hello good people. I 'm trying to build a user and a contact management project. i have a lot of classes so will limit it to what are in concern here. i have a userAccount, userPro …
0
votes
0answers
30 views

Combination of field as unique where one is a one-to-may unidirectional with HIbernate/JPA annotations

hello i'm not sure whether the title depicts the my situation very well.I'm developing a user and contact managment system with hibernate. i have an UserAccount pojo, contact pojo …
1
vote
1answer
22 views

Mapping db-imported countries to address entity with JPA

I ran some DDL script to setup a complete country table in my database. The country table's primary key column contains the corresponding ISO code for every country. In my JPA pr …
1
vote
1answer
42 views

translating outer join SQL query into EJB entity beans

I'm new to EJB and trying to get my head around translating SQL concepts to EJB entity beans. Suppose I have two tables: PEOPLE (id, name), CONTACT(pid, phone_number). If I wan …
0
votes
1answer
36 views

JPA Entity Foreign Keys mapped to a Primary Key

Is it possible for a Primary Key of an nested Entity to be used as the Primary Key of the Nest Entity? For Example: If I had a Entity 'Staff' who has a primary key 'EID' and ha …
0
votes
1answer
17 views

EclipseLink, EntityManager with two persistence units needed

Hi, I have one jar library A (or project in eclipse), which has it's own persistence unit (META-INF/persistence.xml) and some entity classes, and another project (B) using this on …
0
votes
1answer
78 views

hard time setting autogenerated time with hibernate JPA annotations

hello good people! thanks to you guys my knowlegde on hibernate has been improve dratiscally. now i hit a block here about current_timestamp. here is my codes @Column(name="DATE_ …
1
vote
2answers
28 views

Could I order in EJBQL by a function which is not mapped to a column in database?

Hello everyone, I would like to order a query by a function which uses properties of the class. Something like: @entity class A { private int id; private String name; public int …

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