Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] QueryByExample collections not inluded

Hi,

I was wondering if there was a way of enabling collections to be compared in
eclipselink querybyexample.

i.e. for the following code
ReadAllQuery query = new ReadAllQuery();
query.setExampleObject(template);
getSession().executeQuery(query)

It will compare all fields of 'template', but not any items in a collection.

Does anyone know if eclipselink supports comparison of collections as well?

Thanks,
Vackar
-- 
View this message in context: http://www.nabble.com/QueryByExample-collections-not-inluded-tp25239792p25239792.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top