| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowImpl | |
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| Uses of RowImpl in org.apache.openjpa.jdbc.kernel | 
|---|
| Methods in org.apache.openjpa.jdbc.kernel with parameters of type RowImpl | |
|---|---|
|  void | PreparedStatementManager.flush(RowImpl row)Flush the given row. | 
| Uses of RowImpl in org.apache.openjpa.jdbc.meta.strats | 
|---|
| Subclasses of RowImpl in org.apache.openjpa.jdbc.meta.strats | |
|---|---|
| static class | StateComparisonVersionStrategy.CustomUpdateRow implementation we use to pass to versionable mappings so they can set up the where conditions we need to add to update statements. | 
| Methods in org.apache.openjpa.jdbc.meta.strats that return RowImpl | |
|---|---|
| protected  RowImpl | StateComparisonVersionStrategy.CustomUpdate.newInstance(Table table,
            int action) | 
| Uses of RowImpl in org.apache.openjpa.jdbc.sql | 
|---|
| Subclasses of RowImpl in org.apache.openjpa.jdbc.sql | |
|---|---|
|  class | PrimaryRowPrimary table row that tracks foreign keys and auto-inc columns. | 
|  class | SecondaryRowSecondary table row that tracks foreign keys to auto-inc columns. | 
| Methods in org.apache.openjpa.jdbc.sql that return RowImpl | |
|---|---|
| protected  RowImpl | SecondaryRow.newInstance(Table table,
            int action) | 
| protected  RowImpl | RowImpl.newInstance(Table table,
            int action)Return a new row. | 
| protected  RowImpl | PrimaryRow.newInstance(Table table,
            int action) | 
| Methods in org.apache.openjpa.jdbc.sql with parameters of type RowImpl | |
|---|---|
|  void | SecondaryRow.copyInto(RowImpl row,
         boolean whereOnly) | 
|  void | RowImpl.copyInto(RowImpl row,
         boolean whereOnly)Copy all values from this row into the given one. | 
|  void | PrimaryRow.copyInto(RowImpl row,
         boolean whereOnly) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||