Uses of Interface
org.eobjects.metamodel.insert.RowInsertionBuilder

Packages that use RowInsertionBuilder
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.convert DataContext decorator for implicit conversion of value types after querying and before insertion. 
org.eobjects.metamodel.insert API for inserting rows 
org.eobjects.metamodel.intercept   
 

Uses of RowInsertionBuilder in org.eobjects.metamodel
 

Methods in org.eobjects.metamodel that return RowInsertionBuilder
 RowInsertionBuilder AbstractUpdateCallback.insertInto(String tableName)
           
 RowInsertionBuilder AbstractUpdateCallback.insertInto(String schemaName, String tableName)
           
 

Uses of RowInsertionBuilder in org.eobjects.metamodel.convert
 

Methods in org.eobjects.metamodel.convert that return RowInsertionBuilder
 RowInsertionBuilder ConvertedRowInsertionInterceptor.intercept(RowInsertionBuilder insert)
           
 

Methods in org.eobjects.metamodel.convert with parameters of type RowInsertionBuilder
 RowInsertionBuilder ConvertedRowInsertionInterceptor.intercept(RowInsertionBuilder insert)
           
 

Uses of RowInsertionBuilder in org.eobjects.metamodel.insert
 

Classes in org.eobjects.metamodel.insert that implement RowInsertionBuilder
 class AbstractRowInsertionBuilder<U extends UpdateCallback>
          Abstract implementation of the RowInsertionBuilder interface, provided as a convenience to RowInsertable implementations.
 

Methods in org.eobjects.metamodel.insert that return RowInsertionBuilder
 RowInsertionBuilder RowInsertable.insertInto(String tableName)
          Initiates the building of a row insertion operation.
 RowInsertionBuilder RowInsertable.insertInto(String schemaName, String tableName)
          Initiates the building of a row insertion operation.
 RowInsertionBuilder RowInsertable.insertInto(Table table)
          Initiates the building of a row insertion operation.
 RowInsertionBuilder RowInsertionBuilder.like(Row row)
          Sets all values like the provided row (for easy duplication of a row).
 RowInsertionBuilder AbstractRowInsertionBuilder.like(Row row)
           
 

Uses of RowInsertionBuilder in org.eobjects.metamodel.intercept
 

Methods in org.eobjects.metamodel.intercept that return types with arguments of type RowInsertionBuilder
 InterceptorList<RowInsertionBuilder> InterceptableDataContext.getRowInsertionInterceptors()
           
 



Copyright © 2007-2013. All Rights Reserved.