Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Workbench to use annotations

Hi, I'm importing some tables from a DB and building the classes using the workbench. What I'm trying to do is to make the same as done by hand in long time, with the tool in little time, but I have two problems: I can't make named queries like @NamedQuery(name = "Account.findByOwner", query = "SELECT a FROM ACCOUNT a WHERE a.customer.id = :customerId") and I get the classes mapped with descriptors, but can't get them using annotations. Any tips? Thanks in advance, IP

View this message in context: Workbench to use annotations
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

Back to the top