|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.jdbc.sql.RowImpl org.apache.openjpa.jdbc.sql.PrimaryRow
public class PrimaryRow
Primary table row that tracks foreign keys and auto-inc columns.
Field Summary |
---|
Fields inherited from class org.apache.openjpa.jdbc.sql.RowImpl |
---|
flags, NULL, VALID |
Fields inherited from interface org.apache.openjpa.jdbc.sql.Row |
---|
ACTION_DELETE, ACTION_INSERT, ACTION_UNKNOWN, ACTION_UPDATE |
Constructor Summary | |
---|---|
protected |
PrimaryRow(Column[] cols,
int action,
OpenJPAStateManager owner)
|
|
PrimaryRow(Table table,
int action,
OpenJPAStateManager owner)
Constructor; supply table and action. |
Method Summary | |
---|---|
void |
clearForeignKey(ForeignKey fk)
Clear a circular foreign key. |
void |
clearRelationId(Column col)
Clear a circular relation id. |
void |
copyInto(RowImpl row,
boolean whereOnly)
Copy all values from this row into the given one. |
protected String |
generateSQL(DBDictionary dict)
Generate the SQL for this row; the result of this method is cached. |
Object |
getFailedObject()
This implementation does not track failed objects. |
ColumnIO |
getForeignKeyIO(ForeignKey fk)
Return the I/O information for the given set foreign key. |
OpenJPAStateManager |
getForeignKeySet(ForeignKey fk)
Return the value for the given foreign key. |
OpenJPAStateManager |
getForeignKeyWhere(ForeignKey fk)
Return the value for the given foreign key. |
int |
getIndex()
The index of this row in ordered row list. |
OpenJPAStateManager |
getPrimaryKey()
This implementation does not track primary keys. |
RelationId |
getRelationIdCallback(Column col)
Return the recorded callbacks for the given relation id column. |
OpenJPAStateManager |
getRelationIdSet(Column col)
Return the recorded value for the given relation id column. |
boolean |
isDependent()
Mark this row as dependent on some other row. |
protected RowImpl |
newInstance(Column[] cols,
int action)
Return a new row. |
void |
setDependent(boolean dependent)
Mark this row as dependent on some other row. |
void |
setFailedObject(Object failed)
This implementation does not track failed objects. |
void |
setForeignKey(ForeignKey fk,
ColumnIO io,
OpenJPAStateManager sm)
Set the value of the given foreign key to the given object. |
void |
setForeignKey(ForeignKey fk,
OpenJPAStateManager sm)
Set the value of the given foreign key to the given object. |
void |
setIndex(int idx)
The index of this row in ordered row list. |
protected void |
setObject(Column col,
Object val,
int metaType,
boolean overrideDefault)
All set column methods delegate to this one. |
void |
setPrimaryKey(ColumnIO io,
OpenJPAStateManager sm)
Set the primary key to represent the given object. |
void |
setPrimaryKey(OpenJPAStateManager sm)
Set the primary key to represent the given object. |
void |
setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel)
Set the value of the given column to the identity of given instance, using the given callback to create the column value. |
void |
whereForeignKey(ForeignKey fk,
OpenJPAStateManager sm)
Set the foreign key equality criteria to link to the given object. |
void |
wherePrimaryKey(OpenJPAStateManager sm)
Set the primary key equality criteria for this row. |
Methods inherited from class org.apache.openjpa.jdbc.sql.RowImpl |
---|
canSet, canSetAny, clone, flush, flush, getAction, getColumns, getParameterCount, getSet, getSQL, getTable, getWhere, isValid, setArray, setAsciiStream, setBigDecimal, setBigInteger, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCalendar, setChar, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLocale, setLong, setNull, setNull, setNumber, setObject, setRaw, setShort, setString, setTime, setTimestamp, setValid, whereArray, whereAsciiStream, whereBigDecimal, whereBigInteger, whereBinaryStream, whereBlob, whereBoolean, whereByte, whereBytes, whereCalendar, whereChar, whereCharacterStream, whereClob, whereDate, whereDate, whereDouble, whereFloat, whereInt, whereLocale, whereLong, whereNull, whereNumber, whereObject, whereObject, whereRaw, whereShort, whereString, whereTime, whereTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimaryRow(Table table, int action, OpenJPAStateManager owner)
protected PrimaryRow(Column[] cols, int action, OpenJPAStateManager owner)
Method Detail |
---|
public boolean isDependent()
isDependent
in class RowImpl
public void setDependent(boolean dependent)
public int getIndex()
public void setIndex(int idx)
public Object getFailedObject()
RowImpl
getFailedObject
in interface Row
getFailedObject
in class RowImpl
public void setFailedObject(Object failed)
RowImpl
setFailedObject
in interface Row
setFailedObject
in class RowImpl
public OpenJPAStateManager getPrimaryKey()
RowImpl
getPrimaryKey
in interface Row
getPrimaryKey
in class RowImpl
public void setPrimaryKey(OpenJPAStateManager sm) throws SQLException
Row
setPrimaryKey
in interface Row
setPrimaryKey
in class RowImpl
SQLException
public void setPrimaryKey(ColumnIO io, OpenJPAStateManager sm)
Row
setPrimaryKey
in interface Row
setPrimaryKey
in class RowImpl
io
- information on which columns are settable; may be nullpublic void wherePrimaryKey(OpenJPAStateManager sm) throws SQLException
Row
wherePrimaryKey
in interface Row
wherePrimaryKey
in class RowImpl
SQLException
public ColumnIO getForeignKeyIO(ForeignKey fk)
public OpenJPAStateManager getForeignKeySet(ForeignKey fk)
public OpenJPAStateManager getForeignKeyWhere(ForeignKey fk)
public void setForeignKey(ForeignKey fk, OpenJPAStateManager sm) throws SQLException
Row
setForeignKey
in interface Row
setForeignKey
in class RowImpl
SQLException
public void setForeignKey(ForeignKey fk, ColumnIO io, OpenJPAStateManager sm) throws SQLException
Row
setForeignKey
in interface Row
setForeignKey
in class RowImpl
io
- information on which columns are settable; may be null
SQLException
public void whereForeignKey(ForeignKey fk, OpenJPAStateManager sm) throws SQLException
Row
whereForeignKey
in interface Row
whereForeignKey
in class RowImpl
SQLException
public void clearForeignKey(ForeignKey fk) throws SQLException
RowImpl
clearForeignKey
in class RowImpl
SQLException
public OpenJPAStateManager getRelationIdSet(Column col)
public RelationId getRelationIdCallback(Column col)
public void setRelationId(Column col, OpenJPAStateManager sm, RelationId rel) throws SQLException
Row
setRelationId
in interface Row
setRelationId
in class RowImpl
SQLException
public void clearRelationId(Column col) throws SQLException
RowImpl
clearRelationId
in class RowImpl
SQLException
protected void setObject(Column col, Object val, int metaType, boolean overrideDefault) throws SQLException
RowImpl
setObject
in class RowImpl
SQLException
protected String generateSQL(DBDictionary dict)
RowImpl
generateSQL
in class RowImpl
protected RowImpl newInstance(Column[] cols, int action)
RowImpl
newInstance
in class RowImpl
public void copyInto(RowImpl row, boolean whereOnly)
RowImpl
copyInto
in class RowImpl
whereOnly
- if true, only copy where conditions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |