Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] is it possible to get fully qualified classnames of entities from JPA query?

For example, if a query is SELECT obj1.id, obj2.id FROM Object1 obj1, Object2 obj1; will return the fully qualified class names, is it possible to get fully qualified class names of entities i.e. com.example.Object1 and com.example.Object2 ??

View this message in context: is it possible to get fully qualified classnames of entities from JPA query?
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

Back to the top