Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] customize OneToMany Mapping

Hi,

 

i need to create  a OneToManyMapping for the following problem

 

SELECT * FROM target_table

JOIN table_between ON table_between.target_table_id = target_table.id

WHERE table_between. source_id = ?

 

How can I solve this problem with the EclipseLink native API (I neither use JPA nor annotations)

 

Thanxs Sepp



Mit Windows Live können Sie Ihre Fotos organisieren, bearbeiten und freigeben.

Back to the top