Object example = new Object(); example.setProperty(uniqueValue);
List objects = ((TynamoPage)getPage()).getPersistenceService().getInstances(example);
(MyObject)objects.get(0);
when, in fact, I know that the single property I populated my example object with should be unique, and thus only
one object should be returnedSearchableHibernateGridDataSource.prepare(int, int, java.util.List) ).Copyright © 2004–2015. All rights reserved.