"SELECT u FROM " + PageCollectionDetail.class.getName()
+ " u WHERE u.pageCollection.name='"
+ getPCol().getName() + "'", null, null));
if (!getPColDels().isEmpty()) {
for (PageCollectionDetail s : getPColDels()) {
ACollection coll = s.getCollection();
if (!coll.getCollectionSelectedDetails().isEmpty()) {
for (CollectionSelectedDetail e : coll
.getCollectionSelectedDetails()) {
}
} else if (!coll.getCollectionDescriptors().isEmpty()) {
for (CollectionDescriptor m : coll
.getCollectionDescriptors()) {
try {
ResultSet con = hsf.createSession()
.connection().createStatement()
.executeQuery(