Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification. This class is a subcompent of the EntityResult
this.columnName = column; if (this.columnName == null){ throw new IllegalArgumentException(ExceptionLocalization.buildMessage("null_value_for_column_result")); }
return this.columnName;
INTERNAL: This method is a convience method for extracting values from Results return record.get(this.columnName);
return record.get(this.columnName);
return true;