199200201202203204205206
((UserQuery) _query).setSession(_aConn); _values.clear(); _query.list((ArrayList) _values); } catch (SQLException e) { throw new AmberRuntimeException(e); } }
646566676869707172
if (query != null) { try { _query = _aConn.prepareQuery(query); } catch (SQLException e) { throw new AmberRuntimeException(e); } } }
211212213214215216217218
((UserQuery) _query).setSession(_aConn); _values.clear(); _query.list((HashMap) _values, _methodGetMapKey); } catch (Exception e) { throw new AmberRuntimeException(e); } }
606162636465666768
// jpa/0s2j if (query != null) { try { _query = _aConn.prepareQuery(query); } catch (SQLException e) { throw new AmberRuntimeException(e); } } }
207208209210211212213214
9899100101102103104105
throws SQLException { try { return (Embeddable) getInstanceClass().newInstance(); } catch (Exception e) { throw new AmberRuntimeException(e); } }
639640641642643644645646
// Reset and refresh state. instance.__caucho_expire(); instance.__caucho_makePersistent(this, (EntityType) null); instance.__caucho_retrieve_eager(this); } catch (SQLException e) { throw new AmberRuntimeException(e); } }
99799899910001001100210031004100510061007
} else { try { entity = item.createEntity(this, pk); } catch (SQLException e) { throw new AmberRuntimeException(e); } /* // Create a new entity for the given class and primary key. try {
10471048104910501051105210531054105510561057
11321133113411351136113711381139
} catch (SQLException e) { log.log(Level.WARNING, e.toString(), e); return null; } catch (ConfigException e) { throw new AmberRuntimeException(e); } }