5152535455565758596061
} this.entityManager.persist(entity);entityManager.getProperties(); } catch( ConstraintViolationException e ) { throw new DataConstraintException(e); } catch( Exception e ) { throw e; } }
6768697071727374757677
((Timestampable)entity).setModifiedDate(new Date()); } result = this.entityManager.merge(entity); } catch( ConstraintViolationException e ) { throw new DataConstraintException(e); } catch( Exception e ) { throw e; }