Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.dataobjects.DataExecutorInterface

Packages that use DataExecutorInterface
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
 

Uses of DataExecutorInterface in com.jcorporate.expresso.core.dataobjects
 

Methods in com.jcorporate.expresso.core.dataobjects that return DataExecutorInterface
 DataExecutorInterface SynchronizedDataObject.getExecutor()
          Use this function to acquire the Executor interface that is associated with this data object
 DataExecutorInterface DataObject.getExecutor()
          Use this function to acquire the Executor interface that is associated with this data object
 

Uses of DataExecutorInterface in com.jcorporate.expresso.core.dataobjects.jdbc
 

Classes in com.jcorporate.expresso.core.dataobjects.jdbc that implement DataExecutorInterface
 class JDBCExecutor
          Initial separation of DBObjects from the underlying JDBC code that gets executed.
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc that return DataExecutorInterface
 DataExecutorInterface JDBCDataObject.getExecutor()
          Use this function to acquire the Executor interface that is associated with this data object
 DataExecutorInterface JoinedDataObject.getExecutor()
          Use this function to acquire the Executor interface that is associated with this data object
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.