this(original, source); this.entityName = entityName;
this(entityName, original, source); this.requestedId = id; if ( requestedId == null ) { throw new IllegalArgumentException( "attempt to create saveOrUpdate event with null identifier" ); }
super(source); if ( object == null ) { throw new IllegalArgumentException( "attempt to create saveOrUpdate event with null entity" ); } this.object = object;
return entity;
return entityName;
return entry;
return object;
return requestedId;
return resultId;
this.entity = entity;
this.entityName = entityName;
this.entry = entry;
this.object = object;
this.requestedId = requestedId;
this.resultId = resultId;