protected void txFragment(Session session) throws Exception {
session.saveOrUpdate(instance);
}
};
synchronized (instance) {
txFragment.execute();
}
}
public Panel getPaneltByDbId(final Long panelId) throws Exception {
final List results = new ArrayList();