A B C D E F G H I J K L M N O P Q R S T U V W X Z _

N

name - Variable in class org.apache.cayenne.access.DataDomain
 
name - Variable in class org.apache.cayenne.access.DataNode
 
name - Variable in class org.apache.cayenne.access.DataRowStore
 
name - Variable in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
name - Variable in class org.apache.cayenne.exp.ExpressionParameter
 
name - Variable in class org.apache.cayenne.map.Attribute
 
name - Variable in class org.apache.cayenne.map.DataMap
 
name - Variable in class org.apache.cayenne.map.DbKeyGenerator
 
name - Variable in class org.apache.cayenne.map.Entity
 
name - Variable in class org.apache.cayenne.map.MapObject
Deprecated.  
name - Variable in class org.apache.cayenne.map.Procedure
 
name - Variable in class org.apache.cayenne.map.ProcedureParameter
 
name - Variable in class org.apache.cayenne.map.QueryBuilder
 
name - Variable in class org.apache.cayenne.map.Relationship
 
name - Variable in class org.apache.cayenne.project.DataNodeConfigInfo
 
name - Variable in class org.apache.cayenne.project.PartialProject.DomainMetaData
 
name - Variable in class org.apache.cayenne.project.PartialProject.MapMetaData
 
name - Variable in class org.apache.cayenne.project.PartialProject.NodeMetaData
 
name - Variable in class org.apache.cayenne.query.AbstractQuery
 
name - Variable in class org.apache.cayenne.query.BatchQuery
 
name - Variable in class org.apache.cayenne.query.IndirectQuery
 
name - Variable in class org.apache.cayenne.query.PrefetchTreeNode
 
name - Variable in class org.apache.cayenne.query.QueryChain
 
name - Variable in class org.apache.cayenne.remote.RemoteSession
 
nameBase() - Method in class org.apache.cayenne.project.NamedObjectFactory
Returns a base default name, like "UntitledEntity", etc.
NameConverter - Class in org.apache.cayenne.util
Utility class to convert from different naming styles to Java convention.
NameConverter() - Constructor for class org.apache.cayenne.util.NameConverter
 
NAMED_SEQUENCE_TABLE_TYPE - Static variable in class org.apache.cayenne.map.DbKeyGenerator
 
NamedObjectFactory - Class in org.apache.cayenne.project
Factory class that generates various Cayenne objects with default names that are unique in their corresponding context.
NamedObjectFactory() - Constructor for class org.apache.cayenne.project.NamedObjectFactory
 
namedParameter() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
NamedQuery - Class in org.apache.cayenne.query
A query that is a reference to a named parameterized query stored in the mapping.
NamedQuery(String) - Constructor for class org.apache.cayenne.query.NamedQuery
 
NamedQuery(String, Map) - Constructor for class org.apache.cayenne.query.NamedQuery
 
NamedQuery(String, String[], Object[]) - Constructor for class org.apache.cayenne.query.NamedQuery
Creates NamedQuery with parameters passed as two matching arrays of keys and values.
NamePatternMatcher - Class in org.apache.cayenne.tools
Provides name pattern matching functionality.
NamePatternMatcher(Task, String, String) - Constructor for class org.apache.cayenne.tools.NamePatternMatcher
 
names - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
namespace - Variable in class org.apache.cayenne.map.DataMap
 
nativeSQL(String) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
needsFetch() - Method in class org.apache.cayenne.access.ToManyList
Deprecated. since 1.2 - use 'isFault'
NEGATIVE - Static variable in class org.apache.cayenne.exp.Expression
 
NEW - Static variable in class org.apache.cayenne.PersistenceState
Describes a state of an object freshly registered with DataContext/ObjectContext, but not committed to the database yet.
NEW_BLOB_FUNCTION - Static variable in class org.apache.cayenne.dba.oracle.OracleAdapter
 
NEW_CLOB_FUNCTION - Static variable in class org.apache.cayenne.dba.oracle.OracleAdapter
 
newAliasForTable(DbEntity) - Method in class org.apache.cayenne.access.trans.SelectTranslator
Sets up and returns a new alias for a speciafied table.
newBlobFunction - Variable in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
newClobFunction - Variable in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
newConfiguration(ServletContext) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. since 1.2
newIDString(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns SQL string that can generate new (unique and non-repeating) primary key for specified DbEntity.
newNodeId - Variable in class org.apache.cayenne.graph.NodeIdChangeOperation
 
newObject(Class) - Method in class org.apache.cayenne.access.DataContext
Creates and registers new persistent object.
newObject(Class) - Method in class org.apache.cayenne.CayenneContext
Creates and registers a new Persistent object instance.
newObject(Class) - Method in interface org.apache.cayenne.ObjectContext
Creates a new persistent object scheduled to be inserted to the database on next commit.
newObjects() - Method in class org.apache.cayenne.access.DataContext
Returns a list of objects that are registered with this DataContext and have a state PersistenceState.NEW
newObjects() - Method in class org.apache.cayenne.CayenneContext
 
newObjects() - Method in interface org.apache.cayenne.ObjectContext
Returns a collection of objects that are registered with this ObjectContext and have a state PersistenceState.NEW
newObjectsMap - Variable in class org.apache.cayenne.access.ObjectStore
 
newPooledConnection(String, String) - Method in class org.apache.cayenne.conn.PoolManager
Creates and returns new PooledConnection object, adding itself as a listener for connection events.
newToken(int) - Static method in class org.apache.cayenne.wocompat.parser.Token
Returns a new Token object, by default.
newValue - Variable in class org.apache.cayenne.graph.NodePropertyChangeOperation
 
next() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
next() - Method in class org.apache.cayenne.query.BatchQuery
Repositions batch to the next object, so that subsequent calls to getObject(int) would return the values of the next batch object.
next() - Method in interface org.apache.cayenne.QueryResponse
Rewinds response iterator to the next result, returning true if it is available.
next() - Method in class org.apache.cayenne.util.GenericResponse
 
next() - Method in class org.apache.cayenne.util.ListResponse
 
next - Variable in class org.apache.cayenne.wocompat.parser.Token
A reference to the next regular (non-special) token from the input stream.
NEXT_ID - Static variable in class org.apache.cayenne.dba.JdbcPkGenerator
Deprecated. Since 1.2 unused.
nextBatchCount(Query, int[]) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextBatchCount(Query, int[]) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked after a batch update is executed.
nextBatchCount(Query, int[]) - Method in class org.apache.cayenne.access.QueryResult
 
nextBatchCount(Query, int[]) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
 
nextCount(Query, int) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextCount(Query, int) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked after an updating query is executed.
nextCount(Query, int) - Method in class org.apache.cayenne.access.QueryResult
 
nextCount(Query, int) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
 
nextDataRow() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Returns the next result row as a Map.
nextDataRow() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Returns the next result row as a Map.
nextDataRow() - Method in interface org.apache.cayenne.access.ResultIterator
Returns the next result row as a Map.
nextDataRow - Variable in class org.apache.cayenne.access.util.DistinctResultIterator
 
nextDataRow() - Method in class org.apache.cayenne.access.util.DistinctResultIterator
 
nextDataRows(Query, List) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextDataRows(Query, List) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked for each processed ResultSet.
nextDataRows(Query, ResultIterator) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked for each opened ResultIterator.
nextDataRows(Query, List) - Method in class org.apache.cayenne.access.QueryResult
 
nextDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.QueryResult
 
nextDataRows(Query, List) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
 
nextDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Closes ResultIterator without reading its data.
nextDataRows(Query, List) - Method in class org.apache.cayenne.access.util.IteratedSelectObserver
 
nextDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.util.IteratedSelectObserver
 
nextDataRows(Query, List) - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Stores all objects in dataRows in an internal result list.
nextGeneratedDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextGeneratedDataRows(Query, ResultIterator) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked after each batch of generated values is read durring an update.
nextGeneratedDataRows(Query, ResultIterator) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Closes ResultIterator without reading its data.
nextGlobalException(Exception) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextGlobalException(Exception) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked on exceptions that are not tied to a specific query execution, such as JDBC connection exceptions, etc.
nextGlobalException(Exception) - Method in class org.apache.cayenne.access.QueryResult
Overrides superclass implementation to rethrow an exception immediately.
nextGlobalException(Exception) - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
nextGlobalException(Exception) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
 
nextGlobalException(Exception) - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Overrides superclass implementation to rethrow an exception immediately.
nextObjectId(DbEntity) - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Returns a map of ObjectId values from the next result row.
nextObjectId(DbEntity) - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Returns a map of ObjectId values from the next result row.
nextObjectId(DbEntity) - Method in interface org.apache.cayenne.access.ResultIterator
Returns a map of ObjectId values from the next result row.
nextObjectId(DbEntity) - Method in class org.apache.cayenne.access.util.DistinctResultIterator
Returns a Map for the next ObjectId.
nextQueryException(Query, Exception) - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
 
nextQueryException(Query, Exception) - Method in interface org.apache.cayenne.access.OperationObserver
Callback method invoked on exceptions that happen during an execution of a specific query.
nextQueryException(Query, Exception) - Method in class org.apache.cayenne.access.QueryResult
Overrides superclass implementation to rethrow an exception immediately.
nextQueryException(Query, Exception) - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
nextQueryException(Query, Exception) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
 
nextQueryException(Query, Exception) - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Overrides super implementation to rethrow an exception immediately.
nextRow - Variable in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
nextRow - Variable in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
NO_ACTION - Static variable in class org.apache.cayenne.map.DeleteRule
 
NO_CACHE - Static variable in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. A cache policy that disables caching of query results.
NO_CACHE - Static variable in interface org.apache.cayenne.query.QueryMetadata
A cache policy that disables caching of query results.
NO_CALC_TYPE - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
NO_CALC_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
NO_CALC_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
NO_SERIALIZATION - Static variable in class org.apache.cayenne.remote.service.LocalConnection
 
node - Variable in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
Node - Interface in org.apache.cayenne.exp.parser
Provides basic machinery for constructing the parent and child relationships between nodes.
nodeAdapterName(String, String) - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
nodeAdapterName(String, String) - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
nodeCreated(Object) - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
nodeCreated(Object) - Method in interface org.apache.cayenne.graph.GraphChangeHandler
Notifies implementing object that a new node was created in the graph.
nodeCreated(Object) - Method in class org.apache.cayenne.graph.GraphMap
 
NodeCreateOperation - Class in org.apache.cayenne.graph
 
NodeCreateOperation(Object) - Constructor for class org.apache.cayenne.graph.NodeCreateOperation
 
NodeCreateOperation(Object, int) - Constructor for class org.apache.cayenne.graph.NodeCreateOperation
 
nodeDataSourceName(String, String) - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
nodeDataSourceName(String, String) - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
NodeDeleteOperation - Class in org.apache.cayenne.graph
 
NodeDeleteOperation(Object) - Constructor for class org.apache.cayenne.graph.NodeDeleteOperation
 
NodeDeleteOperation(Object, int) - Constructor for class org.apache.cayenne.graph.NodeDeleteOperation
 
NodeDiff - Class in org.apache.cayenne.graph
An abstract superclass of operations on individual nodes and arcs in a digraph.
NodeDiff(Object) - Constructor for class org.apache.cayenne.graph.NodeDiff
 
NodeDiff(Object, int) - Constructor for class org.apache.cayenne.graph.NodeDiff
 
nodeFactoryName(String, String) - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
nodeFactoryName(String, String) - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
nodeId - Variable in class org.apache.cayenne.graph.NodeDiff
 
nodeIdChanged(Object, Object) - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
nodeIdChanged(Object, Object) - Method in interface org.apache.cayenne.graph.GraphChangeHandler
Notifies implementing object that a node was assigned a new id.
nodeIdChanged(Object, Object) - Method in class org.apache.cayenne.graph.GraphMap
 
NodeIdChangeOperation - Class in org.apache.cayenne.graph
A GraphDiff representing a change in node ID.
NodeIdChangeOperation(Object, Object) - Constructor for class org.apache.cayenne.graph.NodeIdChangeOperation
 
NodeIdChangeOperation(Object, Object, int) - Constructor for class org.apache.cayenne.graph.NodeIdChangeOperation
 
nodeNames(String) - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
nodeNames(String) - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
nodeObj - Variable in class org.apache.cayenne.project.DataNodeFile
 
nodePropertyChanged(Object, String, Object, Object) - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
nodePropertyChanged(Object, String, Object, Object) - Method in interface org.apache.cayenne.graph.GraphChangeHandler
Notifies implementing object that a node's property was modified.
nodePropertyChanged(Object, String, Object, Object) - Method in class org.apache.cayenne.graph.GraphMap
 
NodePropertyChangeOperation - Class in org.apache.cayenne.graph
 
NodePropertyChangeOperation(Object, String, Object, Object) - Constructor for class org.apache.cayenne.graph.NodePropertyChangeOperation
 
NodePropertyChangeOperation(Object, String, Object, Object, int) - Constructor for class org.apache.cayenne.graph.NodePropertyChangeOperation
 
nodeRemoved(Object) - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
nodeRemoved(Object) - Method in interface org.apache.cayenne.graph.GraphChangeHandler
Notifies implementing object that a node was removed from the graph.
nodeRemoved(Object) - Method in class org.apache.cayenne.graph.GraphMap
 
nodes - Variable in class org.apache.cayenne.access.DataDomain
Stores mapping of data nodes to DataNode name keys.
nodes - Variable in class org.apache.cayenne.graph.GraphMap
 
nodes - Variable in class org.apache.cayenne.project.PartialProject.DomainMetaData
 
nodes - Variable in class org.apache.cayenne.project.ProjectConfigInfo
 
nodesByDataMapName - Variable in class org.apache.cayenne.access.DataDomain
 
nodeValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
noMatchDbExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience method to create an DB_PATH "not equal to" expression.
noMatchExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience method to create an OBJ_PATH "not equal to" expression.
nonPhantomNodes() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns a collection of PrefetchTreeNodes that are not phantoms.
normalizeDate(Date) - Method in class org.apache.cayenne.dba.oracle.OracleUtilDateType
Offsets date component to be January 1, 1970, since Oracle adapter returns time based on January 1, 1900.
normalizedQualifier - Variable in class org.apache.cayenne.map.EntityInheritanceTree
 
NOT - Static variable in class org.apache.cayenne.exp.Expression
 
NOT_BETWEEN - Static variable in class org.apache.cayenne.exp.Expression
 
NOT_DEFINED - Static variable in class org.apache.cayenne.dba.TypesMapping
 
NOT_EQUAL_TO - Static variable in class org.apache.cayenne.exp.Expression
 
NOT_IN - Static variable in class org.apache.cayenne.exp.Expression
 
NOT_LIKE - Static variable in class org.apache.cayenne.exp.Expression
 
NOT_LIKE_IGNORE_CASE - Static variable in class org.apache.cayenne.exp.Expression
 
notBetweenExp(String, Object, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building NOT_BETWEEN expressions.
notCondition() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
notExp() - Method in class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
notExp() - Method in class org.apache.cayenne.exp.Expression
Returns a logical NOT of current expression.
notExp() - Method in class org.apache.cayenne.exp.ListExpression
Deprecated.  
notExp() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
notExp() - Method in class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
notExp() - Method in class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
notifyingRemoteListeners - Variable in class org.apache.cayenne.access.DataRowStore
 
notInExp(String, Collection) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building NOT_IN expression.
notInExp(String, Object[]) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building NOT_IN expression.
notLikeExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building NOT_LIKE expression.
notLikeIgnoreCaseExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building NOT_LIKE_IGNORE_CASE expression.
noTransaction() - Static method in class org.apache.cayenne.access.Transaction
Factory method returning a transaction instance that does not alter the state of participating connections in any way.
NULL - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
NULLIFY - Static variable in class org.apache.cayenne.map.DeleteRule
Remove the reference that the destination has to this source (if the inverse relationship is toOne, nullify, if toMany, remove the source object)
nullSafeCompare(boolean, Comparable, Object) - Static method in class org.apache.cayenne.util.Util
Compares two objects similar to "Comparable.compareTo(Object)".
nullSafeEquals(Object, Object) - Static method in class org.apache.cayenne.util.Util
Compares two objects similar to "Object.equals(Object)".
nullText - Variable in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
nullText - Variable in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
nullValue - Variable in class org.apache.cayenne.property.BeanAccessor
 
nullValue - Variable in class org.apache.cayenne.property.FieldAccessor
 
numericAttributeClass(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
 
numericPrimary() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
numericTerm() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright © 2001-2006 Apache.org All Rights Reserved.