Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P Q R S T U W _

A

adapter - Variable in class org.objectstyle.cayenne.access.DataNode
 
adapter - Variable in class org.objectstyle.cayenne.access.DbLoader
 
adapter - Variable in class org.objectstyle.cayenne.access.QueryTranslator
Adapter helping to do SQL literal conversions, etc.
adapterClass - Variable in class org.objectstyle.cayenne.access.DataSourceInfo
 
add(int, Object) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
add(Object) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
add(Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
add(int, Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
addAll(Collection) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
addAll(int, Collection) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
addAll(Collection) - Method in class org.objectstyle.cayenne.access.ToManyList
 
addAll(int, Collection) - Method in class org.objectstyle.cayenne.access.ToManyList
 
addDataMap(DataMap) - Method in class org.objectstyle.cayenne.access.DataNode
Adds a DataMap to be handled by this node.
addDataMap(DataMap) - Method in class org.objectstyle.cayenne.access.EntityResolver
Adds a DataMap to the list handled by resolver.
addMap(DataMap) - Method in class org.objectstyle.cayenne.access.DataDomain
Registers new DataMap with this domain.
addNode(DataNode) - Method in class org.objectstyle.cayenne.access.DataDomain
Adds new DataNode to this domain.
addObject(DataObject) - Method in class org.objectstyle.cayenne.access.ObjectStore
 
addObjectToList(DataObject, List, List) - Method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator.ReflexiveRelData
 
addSnapshot(ObjectId, Map) - Method in class org.objectstyle.cayenne.access.ObjectStore
 
afterEntities - Variable in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
appendFormattedByte(StringBuffer, byte) - Static method in class org.objectstyle.cayenne.access.QueryLogger
Prints a byte value to a StringBuffer as a double digit hex value.
appendPkFromMasterRelationships(Map, DataObject) - Method in class org.objectstyle.cayenne.access.DataContext
Populates the map with ObjectId values from master objects related to this object.
attemptToCommitReadOnlyEntity(Class, ObjEntity) - Method in class org.objectstyle.cayenne.access.ContextCommit
 
attemptToCommitUnmappedClass(Class) - Method in class org.objectstyle.cayenne.access.ContextCommit
 

B

baseRelationship - Variable in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
 
beforeEntities - Variable in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
buildStatements() - Method in class org.objectstyle.cayenne.access.DbGenerator
Creates and stores internally a set of statements for database schema creation, ignoring configured schema creation preferences.

C

ContextCommit - class org.objectstyle.cayenne.access.ContextCommit.
ContextCommit implements commit logic.
ContextCommit(DataContext) - Constructor for class org.objectstyle.cayenne.access.ContextCommit
 
ContextCommit.CommitObserver - class org.objectstyle.cayenne.access.ContextCommit.CommitObserver.
 
ContextCommit.CommitObserver(Level, DataContext, List, List, List) - Constructor for class org.objectstyle.cayenne.access.ContextCommit.CommitObserver
 
canonicalRelationshipName - Variable in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
 
categorizeFlattenedDeletesAndCreateBatches() - Method in class org.objectstyle.cayenne.access.ContextCommit
 
categorizeFlattenedInsertsAndCreateBatches() - Method in class org.objectstyle.cayenne.access.ContextCommit
 
categorizeObjects() - Method in class org.objectstyle.cayenne.access.ContextCommit
Organizes committed objects by node, performs sorting operations.
changeObjectKey(ObjectId, ObjectId) - Method in class org.objectstyle.cayenne.access.ObjectStore
Reregisters an object using a new id as a key.
checkNextRow() - Method in class org.objectstyle.cayenne.access.DefaultResultIterator
Moves internal ResultSet cursor position down one row.
checkNextRow() - Method in class org.objectstyle.cayenne.access.LimitedResultIterator
 
classifyAsWritable(Class) - Method in class org.objectstyle.cayenne.access.ContextCommit
 
classifyByEntityAndNode(DataObject, Map, List, int) - Method in class org.objectstyle.cayenne.access.ContextCommit
Performs classification of a DataObject for the DML operation.
clear() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
clear() - Method in class org.objectstyle.cayenne.access.QueryResult
Clears any previously collected information.
clear() - Method in class org.objectstyle.cayenne.access.ToManyList
 
clearAfterEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
clearBeforeEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
clearCache() - Method in class org.objectstyle.cayenne.access.EntityResolver
Removes all entity mappings from the cache.
clearDataMaps() - Method in class org.objectstyle.cayenne.access.DataDomain
Clears the list of internal DataMaps.
clearDontCareEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
clearFlattenedUpdateQueries() - Method in class org.objectstyle.cayenne.access.DataContext
Should be called once the queries returned by getFlattenedUpdateQueries have been succesfully executed or reverted and are no longer needed.
cloneInfo() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
close() - Method in class org.objectstyle.cayenne.access.DefaultResultIterator
Closes ResultIterator and associated ResultSet.
close() - Method in interface org.objectstyle.cayenne.access.ResultIterator
Closes ResultIterator and associated ResultSet.
closingConnection - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
commit(Level) - Method in class org.objectstyle.cayenne.access.ContextCommit
Commits changes in the enclosed DataContext.
commitChanges() - Method in class org.objectstyle.cayenne.access.DataContext
Synchronizes object graph with the database.
commitChanges(Level) - Method in class org.objectstyle.cayenne.access.DataContext
Synchronizes object graph with the database.
comparatorForDeleteOrder(List) - Static method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator
 
comparatorForInsertOrder(List) - Static method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.access.OperationSorter.PreSortedEntityComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.access.OperationSorter.QueryComparator
Insert operations go first, then update, then delete.
con - Variable in class org.objectstyle.cayenne.access.DbLoader
 
con - Variable in class org.objectstyle.cayenne.access.QueryTranslator
JDBC database connection needed to create PreparedStatement.
configuredStatements() - Method in class org.objectstyle.cayenne.access.DbGenerator
Returns a list of all schema statements that should be executed with the current configuration.
connection - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
constructCache() - Method in class org.objectstyle.cayenne.access.EntityResolver
Creates caches of DbEntities by ObjEntity, DataObject class, and ObjEntity name using internal list of maps.
contains(Object) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
contains(Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
containsAll(Collection) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
containsAll(Collection) - Method in class org.objectstyle.cayenne.access.ToManyList
 
context - Variable in class org.objectstyle.cayenne.access.ContextCommit
 
createAndRegisterNewObject(String) - Method in class org.objectstyle.cayenne.access.DataContext
Instantiates new object and registers it with itself.
createDataContext() - Static method in class org.objectstyle.cayenne.access.DataContext
Convenience method to create a new instance of DataContext based on default domain.
createDataContext(String) - Static method in class org.objectstyle.cayenne.access.DataContext
Convenience method to create a new instance of DataContext based on a named domain.
createDataContext() - Method in class org.objectstyle.cayenne.access.DataDomain
Creates and returns new DataContext.
createDataMapFromDB(String, String) - Method in class org.objectstyle.cayenne.access.DbLoader
Performs database reverse engineering and generates DataMap that contains default mapping of the tables and views.
createDataMapFromDB(String, String, String[]) - Method in class org.objectstyle.cayenne.access.DbLoader
Performs database reverse engineering and generates DataMap object that contains default mapping of the tables and views.
createFK - Variable in class org.objectstyle.cayenne.access.DbGenerator
 
createFkConstraintsQueries(DbEntity) - Method in class org.objectstyle.cayenne.access.DbGenerator
Returns an array of queries to create foreign key constraints for a particular DbEntity.
createKeyGenerator() - Method in class org.objectstyle.cayenne.access.DataDomain
 
createOrderedObjectsList(List) - Method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator.ReflexiveRelData
 
createPK - Variable in class org.objectstyle.cayenne.access.DbGenerator
 
createPermId(DataObject) - Method in class org.objectstyle.cayenne.access.DataContext
Creates permanent ObjectId for anObject.
createPrimaryKeys() - Method in class org.objectstyle.cayenne.access.ContextCommit
 
createStatement(Level) - Method in class org.objectstyle.cayenne.access.QueryTranslator
Creates PreparedSatatement.
createTables - Variable in class org.objectstyle.cayenne.access.DbGenerator
 

D

DEFAULT_ADAPTER_CLASS - Static variable in class org.objectstyle.cayenne.access.DataNode
 
DEFAULT_LOG_LEVEL - Static variable in class org.objectstyle.cayenne.access.DefaultOperationObserver
 
DEFAULT_LOG_LEVEL - Static variable in class org.objectstyle.cayenne.access.QueryLogger
 
DID_COMMIT - Static variable in class org.objectstyle.cayenne.access.DataContext
 
DID_ROLLBACK - Static variable in class org.objectstyle.cayenne.access.DataContext
 
DataContext - class org.objectstyle.cayenne.access.DataContext.
User-level Cayenne access class.
DataContext() - Constructor for class org.objectstyle.cayenne.access.DataContext
 
DataContext(QueryEngine) - Constructor for class org.objectstyle.cayenne.access.DataContext
Creates new DataContext and initializes it with the parent QueryEngine.
DataContext.FlattenedRelationshipInfo - class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo.
 
DataContext.FlattenedRelationshipInfo(DataObject, DataObject, ObjRelationship) - Constructor for class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
 
DataContext.FlattenedSelectObserver - class org.objectstyle.cayenne.access.DataContext.FlattenedSelectObserver.
 
DataContext.FlattenedSelectObserver(FlattenedObjectId) - Constructor for class org.objectstyle.cayenne.access.DataContext.FlattenedSelectObserver
 
DataDomain - class org.objectstyle.cayenne.access.DataDomain.
DataDomain performs query routing functions in Cayenne.
DataDomain() - Constructor for class org.objectstyle.cayenne.access.DataDomain
Creates an unnamed DataDomain
DataDomain(String) - Constructor for class org.objectstyle.cayenne.access.DataDomain
Creates DataDomain and assigns it a name.
DataNode - class org.objectstyle.cayenne.access.DataNode.
Describes a single physical data source.
DataNode() - Constructor for class org.objectstyle.cayenne.access.DataNode
Creates unnamed DataNode.
DataNode(String) - Constructor for class org.objectstyle.cayenne.access.DataNode
Creates DataNode and assigns name to it.
DataSourceInfo - class org.objectstyle.cayenne.access.DataSourceInfo.
Helper JavaBean class that holds DataSource login information.
DataSourceInfo() - Constructor for class org.objectstyle.cayenne.access.DataSourceInfo
 
DbGenerator - class org.objectstyle.cayenne.access.DbGenerator.
Utility class that generates database schema based on Cayenne mapping.
DbGenerator(DbAdapter, DataMap) - Constructor for class org.objectstyle.cayenne.access.DbGenerator
Creates and initializes new DbGenerator.
DbGenerator(DbAdapter, DataMap, Collection) - Constructor for class org.objectstyle.cayenne.access.DbGenerator
Creates and initializes new DbGenerator.
DbLoader - class org.objectstyle.cayenne.access.DbLoader.
Utility class that does reverse engineering of the database.
DbLoader(Connection, DbAdapter, DbLoaderDelegate) - Constructor for class org.objectstyle.cayenne.access.DbLoader
Creates new DbLoader.
DbLoaderDelegate - interface org.objectstyle.cayenne.access.DbLoaderDelegate.
DbLoaderDelegate defines API that allows to control the behavior of DbLoader during the database reverse-engineering.
DefaultOperationObserver - class org.objectstyle.cayenne.access.DefaultOperationObserver.
Simple implementation of OperationObserver interface.
DefaultOperationObserver() - Constructor for class org.objectstyle.cayenne.access.DefaultOperationObserver
 
DefaultResultIterator - class org.objectstyle.cayenne.access.DefaultResultIterator.
Default implementation of ResultIterator interface.
DefaultResultIterator(Connection, Statement, ResultSet, ResultDescriptor, int) - Constructor for class org.objectstyle.cayenne.access.DefaultResultIterator
 
DeleteDenyException - exception org.objectstyle.cayenne.access.DeleteDenyException.
 
DeleteDenyException() - Constructor for class org.objectstyle.cayenne.access.DeleteDenyException
Constructor for DeleteDenyException.
DeleteDenyException(String) - Constructor for class org.objectstyle.cayenne.access.DeleteDenyException
Constructor for DeleteDenyException.
dataContext - Variable in class org.objectstyle.cayenne.access.IncrementalFaultList
 
dataNodeForDbEntity(DbEntity) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns DataNode that should handle database operations for a specified dbEntity.
dataNodeForDbEntityName(String) - Method in class org.objectstyle.cayenne.access.DataDomain
 
dataNodeForObjEntity(ObjEntity) - Method in class org.objectstyle.cayenne.access.DataContext
Delegates node lookup to parent QueryEngine.
dataNodeForObjEntity(ObjEntity) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns DataNode that should handle database operations for a specified objEntity.
dataNodeForObjEntity(ObjEntity) - Method in class org.objectstyle.cayenne.access.DataNode
Returns this object if it can handle queries for objEntity, returns null otherwise.
dataNodeForObjEntity(ObjEntity) - Method in interface org.objectstyle.cayenne.access.QueryEngine
Returns DataNode that should handle database operations for a specified objEntity.
dataNodeForObjEntityName(String) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns DataNode that should handle database operations for a specified objEntityName.
dataNodeForProcedure(Procedure) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns DataNode that should handle database operations for a specified dbEntity.
dataNodeForProcedureName(String) - Method in class org.objectstyle.cayenne.access.DataDomain
 
dataObjects - Variable in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator
 
dataRows(boolean) - Method in class org.objectstyle.cayenne.access.DefaultResultIterator
Returns all unread data rows from ResultSet, closing this iterator if needed.
dataRows(boolean) - Method in interface org.objectstyle.cayenne.access.ResultIterator
Returns all unread data rows from ResultSet and closes this iterator if asked to do so.
dataSource - Variable in class org.objectstyle.cayenne.access.DataNode
 
dataSourceFactory - Variable in class org.objectstyle.cayenne.access.DataNode
 
dataSourceLocation - Variable in class org.objectstyle.cayenne.access.DataNode
 
dataSourceUrl - Variable in class org.objectstyle.cayenne.access.DataSourceInfo
 
dbEntitiesInInsertOrder - Variable in class org.objectstyle.cayenne.access.DbGenerator
Contains all DbEntities ordered considering their interdependencies.
dbEntitiesRequiringAutoPK - Variable in class org.objectstyle.cayenne.access.DbGenerator
 
dbEntityAdded(DbEntity) - Method in interface org.objectstyle.cayenne.access.DbLoaderDelegate
 
dbEntityCache - Variable in class org.objectstyle.cayenne.access.EntityResolver
 
dbEntityList - Variable in class org.objectstyle.cayenne.access.DbLoader
List of db entities to process.
dbEntityRemoved(DbEntity) - Method in interface org.objectstyle.cayenne.access.DbLoaderDelegate
 
defaultRelName(String, boolean) - Static method in class org.objectstyle.cayenne.access.DbLoader
Creates default name for loaded relationship
delObjects - Variable in class org.objectstyle.cayenne.access.ContextCommit
 
delegate - Variable in class org.objectstyle.cayenne.access.DbLoader
 
deleteObject(DataObject) - Method in class org.objectstyle.cayenne.access.DataContext
Notifies data context that a registered object need to be deleted on next commit.
deletedObjects() - Method in class org.objectstyle.cayenne.access.DataContext
Returns a list of objects that are registered with this DataContext and have a state PersistenceState.DELETED
dependencySorter - Variable in class org.objectstyle.cayenne.access.DataNode
 
descriptor - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
destination - Variable in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
 
direction - Variable in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator
 
dontCareEntities - Variable in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
dropPK - Variable in class org.objectstyle.cayenne.access.DbGenerator
 
dropTables - Variable in class org.objectstyle.cayenne.access.DbGenerator
 

E

EntityResolver - class org.objectstyle.cayenne.access.EntityResolver.
EntityResolver encapsulates resolving between ObjEntities, DbEntities, DataObject Classes, and Entity names.
EntityResolver() - Constructor for class org.objectstyle.cayenne.access.EntityResolver
 
EntityResolver(Collection) - Constructor for class org.objectstyle.cayenne.access.EntityResolver
Constructor for EntityResolver.
elements - Variable in class org.objectstyle.cayenne.access.IncrementalFaultList
 
engine - Variable in class org.objectstyle.cayenne.access.QueryTranslator
Used mainly for name resolution.
entityNames(List) - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
entityResolver - Variable in class org.objectstyle.cayenne.access.DataDomain
 
entityResolver - Variable in class org.objectstyle.cayenne.access.DataNode
 
equals(Object) - Method in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
Does not care about the order of source/destination, only that the pair and the canonical relationship name match
equals(Object) - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
equals(Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
executeStatement(String, Statement) - Method in class org.objectstyle.cayenne.access.DbGenerator
Executes a DDL statement, logging the execution via the QueryLogger.

F

fetchLimit - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
fetchLimit - Variable in class org.objectstyle.cayenne.access.LimitedResultIterator
 
fetchedSoFar - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
fetchedSoFar - Variable in class org.objectstyle.cayenne.access.LimitedResultIterator
 
fillIn(GenericSelectQuery) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
Performs initialization of the internal list of objects.
filterNonExistentTables(Connection) - Method in class org.objectstyle.cayenne.access.DbGenerator
Returns a subset of DbEntity names from the map that have no corresponding database tables.
findAfterEntities(DbEntity, List, Set) - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
findBeforeEntities(DbEntity, List, Set) - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
findMasterToDependentDbRelationship(DbEntity, DbEntity) - Method in class org.objectstyle.cayenne.access.ContextCommit
 
findRelatedEntities(DbEntity, List, Set, boolean) - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
fireTransactionCommitted() - Method in class org.objectstyle.cayenne.access.DataContext
 
fireTransactionRolledback() - Method in class org.objectstyle.cayenne.access.DataContext
 
fireWillCommit() - Method in class org.objectstyle.cayenne.access.DataContext
 
flattenedDeletes - Variable in class org.objectstyle.cayenne.access.DataContext
 
flattenedInserts - Variable in class org.objectstyle.cayenne.access.DataContext
 

G

get(int) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
get(int) - Method in class org.objectstyle.cayenne.access.ToManyList
 
getAdapter() - Method in class org.objectstyle.cayenne.access.DataNode
Returns DbAdapter object.
getAdapter() - Method in class org.objectstyle.cayenne.access.DbGenerator
Returns DbAdapter associated with this DbGenerator.
getAdapter() - Method in class org.objectstyle.cayenne.access.QueryTranslator
 
getAdapterClass() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getAfterEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
getBaseRelationship() - Method in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
Returns the baseRelationship.
getBeforeEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
getCatalogs() - Method in class org.objectstyle.cayenne.access.DbLoader
Retrieves catalogues for the database associated with this DbLoader.
getCon() - Method in class org.objectstyle.cayenne.access.DbLoader
Returns database connection used by this DbLoader.
getCon() - Method in class org.objectstyle.cayenne.access.QueryTranslator
Returns Connection object used by this assembler.
getDataContext() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
Returns the dataContext.
getDataMap(String) - Method in class org.objectstyle.cayenne.access.EntityResolver
Returns a DataMap matching the name.
getDataMaps() - Method in class org.objectstyle.cayenne.access.DataContext
 
getDataMaps() - Method in class org.objectstyle.cayenne.access.DataDomain
Returns a collection of registered DataMaps.
getDataMaps() - Method in class org.objectstyle.cayenne.access.DataNode
Returns an unmodifiable collection of DataMaps handled by this DataNode.
getDataMaps() - Method in class org.objectstyle.cayenne.access.EntityResolver
Returns an unmodifiable collection of DataMaps.
getDataMaps() - Method in interface org.objectstyle.cayenne.access.QueryEngine
Returns an unmodifiable collection of DataMap objects associated with this QueryEngine.
getDataNodes() - Method in class org.objectstyle.cayenne.access.DataDomain
Returns an unmodifiable collection of DataNodes associated with this domain.
getDataSource() - Method in class org.objectstyle.cayenne.access.DataNode
 
getDataSourceFactory() - Method in class org.objectstyle.cayenne.access.DataNode
Returns a name of DataSourceFactory class for this node.
getDataSourceLocation() - Method in class org.objectstyle.cayenne.access.DataNode
Returns a location of DataSource of this node.
getDataSourceUrl() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getDependencySorter() - Method in class org.objectstyle.cayenne.access.DataNode
 
getDestination() - Method in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
Returns the destination.
getDontCareEntities() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
getEngine() - Method in class org.objectstyle.cayenne.access.QueryTranslator
Returns QueryEngine used by this assembler.
getEntityResolver() - Method in class org.objectstyle.cayenne.access.DataContext
 
getEntityResolver() - Method in class org.objectstyle.cayenne.access.DataDomain
 
getEntityResolver() - Method in class org.objectstyle.cayenne.access.DataNode
Returns EntityResolver that handles DataMaps of this node.
getEntityResolver() - Method in interface org.objectstyle.cayenne.access.QueryEngine
Returns a resolver for this query engine that is capable of resolving between classes, entity names, and obj/db entities
getFirstRows(Query) - Method in class org.objectstyle.cayenne.access.QueryResult
Returns the first results for the query.
getFirstUpdateCount(Query) - Method in class org.objectstyle.cayenne.access.QueryResult
Returns the first update count for the query.
getFlattenedDeletes() - Method in class org.objectstyle.cayenne.access.DataContext
 
getFlattenedInserts() - Method in class org.objectstyle.cayenne.access.DataContext
 
getGlobalExceptions() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
Returns a list of global exceptions that occured during data operation run.
getJdbcDriver() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getListDataSource() - Method in class org.objectstyle.cayenne.access.ToManyList
 
getLoggingLevel() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
Returns a log level level that should be used when logging query execution.
getLoggingLevel() - Method in interface org.objectstyle.cayenne.access.OperationHints
Returns a log level level that should be used when logging query execution.
getLoggingLevel() - Static method in class org.objectstyle.cayenne.access.QueryLogger
Returns current logging level.
getMap(String) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns DataMap matching name parameter.
getMapForDbEntity(String) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns a DataMap that contains DbEntity matching the entityName parameter.
getMapForObjEntity(String) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns a DataMap that contains ObjEntity matching the entityName parameter.
getMaxConnections() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getMetaData() - Method in class org.objectstyle.cayenne.access.DbLoader
Returns DatabaseMetaData object associated with this DbLoader.
getMinConnections() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getName() - Method in class org.objectstyle.cayenne.access.DataDomain
Returns "name" property value.
getName() - Method in class org.objectstyle.cayenne.access.DataNode
Returns node "name" property.
getNode(String) - Method in class org.objectstyle.cayenne.access.DataDomain
Returns registered DataNode whose name matches name parameter.
getObject(ObjectId) - Method in class org.objectstyle.cayenne.access.ObjectStore
 
getObjectIterator() - Method in class org.objectstyle.cayenne.access.ObjectStore
Returns an iterator over the registered objects.
getObjectList() - Method in class org.objectstyle.cayenne.access.ToManyList
 
getObjectStore() - Method in class org.objectstyle.cayenne.access.DataContext
Returns ObjectStore associated with this DataContext.
getObjects() - Method in class org.objectstyle.cayenne.access.ObjectStore
Returns a list of objects that are registered with this DataContext, regardless of their persistence state.
getOrderedObjects() - Method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator.ReflexiveRelData
 
getPageSize() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
Returns the pageSize.
getParent() - Method in class org.objectstyle.cayenne.access.DataContext
Returns parent QueryEngine object.
getPassword() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
getPrimaryKeyHelper() - Method in class org.objectstyle.cayenne.access.DataDomain
 
getQueries() - Method in class org.objectstyle.cayenne.access.QueryResult
Returns an iterator over all executed queries in the order they were executed.
getQuery() - Method in class org.objectstyle.cayenne.access.QueryTranslator
Returns query object being processed.
getQueryExceptions() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
Returns a list of exceptions that occured during data operation run by query.
getRelName() - Method in class org.objectstyle.cayenne.access.ToManyList
 
getRelationship() - Method in class org.objectstyle.cayenne.access.OperationSorter.ObjectComparator.ReflexiveRelData
 
getResults(Query) - Method in class org.objectstyle.cayenne.access.QueryResult
Returns a list of all results of a given query.
getRootDbEntity() - Method in class org.objectstyle.cayenne.access.QueryTranslator
 
getRootEntity() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
getRootEntity() - Method in class org.objectstyle.cayenne.access.QueryTranslator
 
getRows(Query) - Method in class org.objectstyle.cayenne.access.QueryResult
Returns a List that itself contains Lists of data rows for each ResultSet returned by the query.
getSchemas() - Method in class org.objectstyle.cayenne.access.DbLoader
Retrieves the schemas for the database.
getSnapshot(ObjectId) - Method in class org.objectstyle.cayenne.access.ObjectStore
 
getSnapshotManager() - Method in class org.objectstyle.cayenne.access.DataContext
 
getSource() - Method in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
Returns the source.
getSrcObjectId() - Method in class org.objectstyle.cayenne.access.ToManyList
 
getTableTypes() - Method in class org.objectstyle.cayenne.access.DbLoader
Returns all the table types for the given database.
getTables(String, String, String, String[]) - Method in class org.objectstyle.cayenne.access.DbLoader
Returns all table names for given combination of the criteria.
getUnfetchedObjects() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
Returns a total number of objects that are not resolved yet.
getUpdates(Query) - Method in class org.objectstyle.cayenne.access.QueryResult
Returns a List that contains java.lang.Integer objects for each one of the update counts returned by the query.
getUserName() - Method in class org.objectstyle.cayenne.access.DataSourceInfo
 
globalExceptions - Variable in class org.objectstyle.cayenne.access.DefaultOperationObserver
 
groupObjEntitiesBySpannedDbEntities(List, Map, List) - Method in class org.objectstyle.cayenne.access.ContextCommit
 

H

hasChanges() - Method in class org.objectstyle.cayenne.access.DataContext
Returns true if there are any modified, deleted or new objects registered with this DataContext, false otherwise.
hasChanges() - Method in class org.objectstyle.cayenne.access.ObjectStore
Returns true if there are any modified, deleted or new objects registered with this DataContext, false otherwise.
hasDependencies() - Method in class org.objectstyle.cayenne.access.OperationSorter.InsertOrderSorter.EntityDep
 
hasExceptions() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
Returns true if at least one exception was registered during query execution.
hasNextRow() - Method in class org.objectstyle.cayenne.access.DefaultResultIterator
Returns true if there is at least one more record that can be read from the iterator.
hasNextRow() - Method in interface org.objectstyle.cayenne.access.ResultIterator
Returns true if there is at least one more record that can be read from the iterator.
hashCode() - Method in class org.objectstyle.cayenne.access.DataContext.FlattenedRelationshipInfo
Because equals effectively ignores the order of dataObject1/2, summing the hashcodes is sufficient to fulfill the equals/hashcode contract
hashCode() - Method in class org.objectstyle.cayenne.access.ToManyList
 

I

IncrementalFaultList - class org.objectstyle.cayenne.access.IncrementalFaultList.
A synchronized list that serves as a container of DataObjects.
IncrementalFaultList(IncrementalFaultList) - Constructor for class org.objectstyle.cayenne.access.IncrementalFaultList
Creates a new list copying settings from another list.
IncrementalFaultList(DataContext, GenericSelectQuery) - Constructor for class org.objectstyle.cayenne.access.IncrementalFaultList
 
idMapCapacity - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
indexOf(Object) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
indexOf(Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
init(SelectQueryAssembler) - Method in class org.objectstyle.cayenne.access.LimitedResultIterator
Reads the first row of data.
insObjects - Variable in class org.objectstyle.cayenne.access.ContextCommit
 
insOrderOfEntNames - Variable in class org.objectstyle.cayenne.access.OperationSorter.QueryComparator
 
internalQuery - Variable in class org.objectstyle.cayenne.access.IncrementalFaultList
 
invalidateObject(DataObject) - Method in class org.objectstyle.cayenne.access.DataContext
"Invalidates" a DataObject, changing it to a HOLLOW state.
invalidateObjectList() - Method in class org.objectstyle.cayenne.access.ToManyList
Will force refresh on the next access.
isClosed - Variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
isClosingConnection() - Method in class org.objectstyle.cayenne.access.DefaultResultIterator
Returns true if this iterator is responsible for closing its connection, otherwise a user of the iterator must close the connection after closing the iterator.
isEmpty(boolean) - Method in class org.objectstyle.cayenne.access.DbGenerator
Returns true if there is nothing to be done by this generator.
isEmpty() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
isEmpty() - Method in class org.objectstyle.cayenne.access.ToManyList
 
isIteratedResult() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
Returns false.
isIteratedResult() - Method in interface org.objectstyle.cayenne.access.OperationHints
Returns true to indicate that any results of a select operation should be returned as a ResultIterator.
isIteratedResult() - Method in class org.objectstyle.cayenne.access.QueryResult
Always returns false, iterated results are not supported.
isJoinAttributesModified(ObjRelationship, Map, Map) - Method in class org.objectstyle.cayenne.access.SnapshotManager
Checks if a new snapshot has a modified to-one relationship compared to the cached snapshot.
isLoggable(Level) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
isToOneTargetModified(ObjRelationship, DataObject, Map) - Method in class org.objectstyle.cayenne.access.SnapshotManager
Checks if an object has its to-one relationship target modified in memory.
isTransactionCommitted() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
 
isTransactionEventsEnabled() - Method in class org.objectstyle.cayenne.access.DataContext
 
isTransactionRolledback() - Method in class org.objectstyle.cayenne.access.DefaultOperationObserver
 
iterator() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
This method would resolve all unresolved objects and then return an iterator over an internal list.
iterator() - Method in class org.objectstyle.cayenne.access.ToManyList
 

J

jdbcDriver - Variable in class org.objectstyle.cayenne.access.DataSourceInfo
 

L

LimitedResultIterator - class org.objectstyle.cayenne.access.LimitedResultIterator.
ResultIterator that supports fetch limit.
LimitedResultIterator(PreparedStatement, DbAdapter, SelectQueryAssembler) - Constructor for class org.objectstyle.cayenne.access.LimitedResultIterator
Constructor for LimitedResultIterator.
lastIndexOf(Object) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
 
lastIndexOf(Object) - Method in class org.objectstyle.cayenne.access.ToManyList
 
lazyInitParentDomainName - Variable in class org.objectstyle.cayenne.access.DataContext
 
listDataSource - Variable in class org.objectstyle.cayenne.access.ToManyList
 
listIterator() - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
This method would resolve all unresolved objects and then return a list iterator over an internal list.
listIterator(int) - Method in class org.objectstyle.cayenne.access.IncrementalFaultList
This method would resolve all unresolved objects and then return a list iterator over an internal list.
listIterator() - Method in class org.objectstyle.cayenne.access.ToManyList
 
listIterator(int) - Method in class org.objectstyle.cayenne.access.ToManyList
 
loadDataMapFromDB(String, String, String[], DataMap) - Method in class org.objectstyle.cayenne.access.DbLoader
Performs database reverse engineering and generates DataMap object that contains default mapping of the tables and views.
loadDbEntities(DataMap, List) - Method in class org.objectstyle.cayenne.access.DbLoader
Loads dbEntities for the specified tables.
loadDbRelationships(DataMap) - Method in class org.objectstyle.cayenne.access.DbLoader
Loads database relationships into a DataMap.
loadObjEntities(DataMap) - Method in class org.objectstyle.cayenne.access.DbLoader
Creates an ObjEntity for each DbEntity in the map.
logCommitTransaction(Level) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logConnect(Level, String) - Static method in class org.objectstyle.cayenne.access.QueryLogger
Logs database connection event using container data source.
logConnect(Level, String, String, String) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logConnectFailure(Level, Throwable) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logConnectSuccess(Level) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logLevel - Variable in class org.objectstyle.cayenne.access.ContextCommit
 
logObj - Static variable in class org.objectstyle.cayenne.access.ContextCommit
 
logObj - Static variable in class org.objectstyle.cayenne.access.DataContext
 
logObj - Static variable in class org.objectstyle.cayenne.access.DataDomain
 
logObj - Variable in class org.objectstyle.cayenne.access.DbGenerator
 
logObj - Static variable in class org.objectstyle.cayenne.access.DbLoader
 
logObj - Static variable in class org.objectstyle.cayenne.access.DefaultOperationObserver
 
logObj - Static variable in class org.objectstyle.cayenne.access.DefaultResultIterator
 
logObj - Static variable in class org.objectstyle.cayenne.access.LimitedResultIterator
 
logObj - Static variable in class org.objectstyle.cayenne.access.OperationSorter
 
logObj - Static variable in class org.objectstyle.cayenne.access.QueryLogger
 
logObj - Static variable in class org.objectstyle.cayenne.access.SnapshotManager
 
logPoolCreated(Level, DataSourceInfo) - Static method in class org.objectstyle.cayenne.access.QueryLogger
Logs database connection event.
logQuery(Level, String, List) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logQuery(Level, String, List, long) - Static method in class org.objectstyle.cayenne.access.QueryLogger
Log query content using Log4J Category with "INFO" priority.
logQueryError(Level, Throwable) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logQueryParameters(Level, String, List) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logQueryStart(Level, int) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logRollbackTransaction(Level) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logSelectCount(Level, int) - Static method in class org.objectstyle.cayenne.access.QueryLogger
 
logSelectCount(Level, int, long) -