Serialized Form
- 
Package org.apache.cayenne- 
Class org.apache.cayenne.BaseContextclass BaseContext extends DataContext implements Serializable
- 
Class org.apache.cayenne.BaseDataObjectclass BaseDataObject extends PersistentObject implements Serializable
- 
Exception org.apache.cayenne.CayenneRuntimeExceptionclass CayenneRuntimeException extends RuntimeException implements Serializable
- 
Exception org.apache.cayenne.ConfigurationExceptionclass ConfigurationException extends CayenneRuntimeException implements Serializable- serialVersionUID:
- 3991782831459956981L
 
- 
Class org.apache.cayenne.DataRow- 
Serialized Fields- 
entityNameString entityName - Since:
- 3.0
 
- 
replacesVersionlong replacesVersion 
- 
versionlong version 
 
- 
 
- 
- 
Exception org.apache.cayenne.DeleteDenyExceptionclass DeleteDenyException extends CayenneRuntimeException implements Serializable- 
Serialized Fields- 
objectPersistent object 
- 
relationshipString relationship 
 
- 
 
- 
- 
Class org.apache.cayenne.Faultclass Fault extends Object implements Serializable
- 
Exception org.apache.cayenne.FaultFailureExceptionclass FaultFailureException extends CayenneRuntimeException implements Serializable
- 
Class org.apache.cayenne.GenericPersistentObjectclass GenericPersistentObject extends PersistentObject implements Serializable- serialVersionUID:
- -313743913882350400L
 - 
Serialization Methods- 
readObjectSerialization support.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSerialization support.- Throws:
- IOException
 
 
- 
- 
Serialized Fields
 
- 
Class org.apache.cayenne.HybridPersistentObjectclass HybridPersistentObject extends PersistentObject implements Serializable- serialVersionUID:
- 1945209973678806566L
 
- 
Class org.apache.cayenne.PersistentObjectclass PersistentObject extends Object implements Serializable- 
Serialization Methods- 
readObjectSerialization support. Will read persistenceState and objectId, delegating data serialization down to sub-classes.- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSerialization support. Will write down persistenceState and objectId, delegating data serialization down to sub-classes.- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
objectIdObjectId objectId 
- 
persistenceStateint persistenceState 
- 
snapshotVersionlong snapshotVersion 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.access- 
Class org.apache.cayenne.access.AttributeFaultclass AttributeFault extends Fault implements Serializable- 
Serialized Fields- 
propertyAttributeProperty property 
 
- 
 
- 
- 
Class org.apache.cayenne.access.DataContextclass DataContext extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
delegateDataContextDelegate delegate 
- 
graphActionObjectContextGraphAction graphAction Graph action that handles property changes- Since:
- 3.1
 
- 
objectStoreObjectStore objectStore 
- 
userPropertiesMap<String, Object> userProperties Stores user defined properties associated with this DataContext.- Since:
- 3.0
 
- 
usingSharedSnapshotCacheboolean usingSharedSnapshotCache 
- 
validatingObjectsOnCommitboolean validatingObjectsOnCommit 
 
- 
 
- 
- 
Class org.apache.cayenne.access.DataRowStoreclass DataRowStore extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
maxSizeint maxSize 
- 
nameString name 
- 
snapshotsConcurrentMap<ObjectId, DataRow> snapshots 
 
- 
 
- 
- 
Exception org.apache.cayenne.access.DomainStoppedExceptionclass DomainStoppedException extends CayenneRuntimeException implements Serializable
- 
Class org.apache.cayenne.access.IncrementalFaultListclass IncrementalFaultList extends Object implements Serializable- 
Serialized Fields- 
dataContextDataContext dataContext 
- 
elementsList elements 
- 
helperIncrementalFaultList<E>.org.apache.cayenne.access.IncrementalFaultList.IncrementalListHelper helper 
- 
idWidthint idWidth Stores a hint allowing to distinguish data rows from unfetched ids when the query fetches data rows.
- 
maxFetchSizeint maxFetchSize Defines the upper limit on the size of fetches. This is needed to avoid where clause size limitations.
- 
metadataQueryMetadata metadata 
- 
pageSizeint pageSize 
- 
rootEntityObjEntity rootEntity 
- 
unfetchedObjectsint unfetchedObjects 
 
- 
 
- 
- 
Class org.apache.cayenne.access.NoSyncObjectStoreclass NoSyncObjectStore extends ObjectStore implements Serializable
- 
Class org.apache.cayenne.access.ObjectDiffclass ObjectDiff extends NodeDiff implements Serializable- 
Serialized Fields- 
arcSnapshotMap<String, Object> arcSnapshot 
- 
currentArcSnapshotMap<String, Object> currentArcSnapshot 
- 
entityNameString entityName 
- 
flatIdsMap<org.apache.cayenne.access.ObjectDiff.ArcOperation, org.apache.cayenne.access.ObjectDiff.ArcOperation> flatIds 
- 
objectPersistent object 
- 
otherDiffsCollection<NodeDiff> otherDiffs 
- 
phantomFksMap<org.apache.cayenne.access.ObjectDiff.ArcOperation, org.apache.cayenne.access.ObjectDiff.ArcOperation> phantomFks 
- 
snapshotMap<String, Object> snapshot 
 
- 
 
- 
- 
Class org.apache.cayenne.access.ObjectStoreclass ObjectStore extends Object implements Serializable- 
Serialized Fields- 
changesMap<Object, ObjectDiff> changes 
- 
contextDataContext context The DataContext that owns this ObjectStore.
- 
currentDiffIdint currentDiffId 
- 
dataRowCacheSetboolean dataRowCacheSet 
- 
lifecycleEventInducedChangesCollection<GraphDiff> lifecycleEventInducedChanges 
- 
objectMapMap<Object, Persistent> objectMap 
- 
trackedFlattenedPathsMap<Object, Map<CayennePath, ObjectId>> trackedFlattenedPaths Map that tracks flattened paths for given object Id that is present in db. Presence of path in this map is used to separate insert from update case of flattened records.- Since:
- 4.1
 
 
- 
 
- 
- 
Class org.apache.cayenne.access.ObjectStoreGraphDiffclass ObjectStoreGraphDiff extends Object implements Serializable- 
Serialized Fields- 
lastSeenDiffIdint lastSeenDiffId 
- 
objectStoreObjectStore objectStore 
- 
resolvedDiffGraphDiff resolvedDiff 
 
- 
 
- 
- 
Exception org.apache.cayenne.access.OptimisticLockExceptionclass OptimisticLockException extends CayenneRuntimeException implements Serializable
- 
Class org.apache.cayenne.access.ToManyList
- 
Class org.apache.cayenne.access.ToManyListFaultclass ToManyListFault extends Fault implements Serializable
- 
Class org.apache.cayenne.access.ToManyMapFaultclass ToManyMapFault extends Fault implements Serializable- 
Serialized Fields- 
mapKeyAccessorAccessor mapKeyAccessor 
 
- 
 
- 
- 
Class org.apache.cayenne.access.ToManySet
- 
Class org.apache.cayenne.access.ToManySetFaultclass ToManySetFault extends Fault implements Serializable
- 
Class org.apache.cayenne.access.ToOneFaultclass ToOneFault extends Fault implements Serializable
 
- 
- 
Package org.apache.cayenne.access.event- 
Class org.apache.cayenne.access.event.SnapshotEventclass SnapshotEvent extends CayenneEvent implements Serializable- 
Serialized Fields- 
deletedIdsCollection<ObjectId> deletedIds 
- 
indirectlyModifiedIdsCollection<ObjectId> indirectlyModifiedIds 
- 
invalidatedIdsCollection<ObjectId> invalidatedIds 
- 
modifiedDiffsMap<ObjectId, DataRow> modifiedDiffs 
- 
timestamplong timestamp 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.cache- 
Class org.apache.cayenne.cache.MapQueryCacheclass MapQueryCache extends Object implements Serializable
 
- 
- 
Package org.apache.cayenne.configuration- 
Class org.apache.cayenne.configuration.DataChannelDescriptorclass DataChannelDescriptor extends Object implements Serializable- serialVersionUID:
- 6567527544207035602L
 - 
Serialized Fields- 
dataMapsCollection<DataMap> dataMaps 
- 
defaultNodeNameString defaultNodeName 
- 
nameString name 
- 
nodeDescriptorsCollection<DataNodeDescriptor> nodeDescriptors 
- 
propertiesMap<String, String> properties 
 
- 
 
- 
Class org.apache.cayenne.configuration.DataNodeDescriptorclass DataNodeDescriptor extends Object implements Serializable- 
Serialized Fields- 
adapterTypeString adapterType 
- 
dataChannelDescriptorDataChannelDescriptor dataChannelDescriptor - Since:
- 3.1
 
- 
dataMapNamesCollection<String> dataMapNames 
- 
dataSourceDescriptorDataSourceDescriptor dataSourceDescriptor 
- 
dataSourceFactoryTypeString dataSourceFactoryType 
- 
nameString name 
- 
parametersString parameters 
- 
schemaUpdateStrategyTypeString schemaUpdateStrategyType 
 
- 
 
- 
- 
Class org.apache.cayenne.configuration.DataSourceDescriptorclass DataSourceDescriptor extends Object implements Serializable
 
- 
- 
Package org.apache.cayenne.configuration.runtime- 
Exception org.apache.cayenne.configuration.runtime.DataDomainLoadExceptionclass DataDomainLoadException extends ConfigurationException implements Serializable- serialVersionUID:
- 7969847819485380271L
 - 
Serialized Fields- 
configurationTreeConfigurationTree<DataChannelDescriptor> configurationTree 
 
- 
 
 
- 
- 
Package org.apache.cayenne.datasource- 
Exception org.apache.cayenne.datasource.BadValidationQueryExceptionclass BadValidationQueryException extends SQLException implements Serializable- serialVersionUID:
- -3690715196865727679L
 
 
- 
- 
Package org.apache.cayenne.di- 
Exception org.apache.cayenne.di.DIRuntimeExceptionclass DIRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 396131653561690312L
 
 
- 
- 
Package org.apache.cayenne.ejbql- 
Exception org.apache.cayenne.ejbql.EJBQLExceptionclass EJBQLException extends ExpressionException implements Serializable
 
- 
- 
Package org.apache.cayenne.ejbql.parser- 
Class org.apache.cayenne.ejbql.parser.AggregateConditionNodeclass AggregateConditionNode extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAbsclass EJBQLAbs extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAbstractSchemaNameclass EJBQLAbstractSchemaName extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAddclass EJBQLAdd extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAggregateclass EJBQLAggregate extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAggregateColumnclass EJBQLAggregateColumn extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAllclass EJBQLAll extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAndclass EJBQLAnd extends AggregateConditionNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAnyclass EJBQLAny extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAscendingclass EJBQLAscending extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLAverageclass EJBQLAverage extends EJBQLAggregateColumn implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLBetweenclass EJBQLBetween extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLBooleanLiteralclass EJBQLBooleanLiteral extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLClassNameclass EJBQLClassName extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLConcatclass EJBQLConcat extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLConstructorclass EJBQLConstructor extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLConstructorParameterclass EJBQLConstructorParameter extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLConstructorParametersclass EJBQLConstructorParameters extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLCountclass EJBQLCount extends EJBQLAggregateColumn implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLCurrentDateclass EJBQLCurrentDate extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLCurrentTimeclass EJBQLCurrentTime extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLCurrentTimestampclass EJBQLCurrentTimestamp extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDbPathclass EJBQLDbPath extends EJBQLPath implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDecimalLiteralclass EJBQLDecimalLiteral extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDeleteclass EJBQLDelete extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDescendingclass EJBQLDescending extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDistinctclass EJBQLDistinct extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLDivideclass EJBQLDivide extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLEqualsclass EJBQLEquals extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLEscapeCharacterclass EJBQLEscapeCharacter extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLExistsclass EJBQLExists extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLFromclass EJBQLFrom extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLFromItemclass EJBQLFromItem extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLGreaterOrEqualclass EJBQLGreaterOrEqual extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLGreaterThanclass EJBQLGreaterThan extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLGroupByclass EJBQLGroupBy extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLHavingclass EJBQLHaving extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLIdentificationVariableclass EJBQLIdentificationVariable extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLIdentifierclass EJBQLIdentifier extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLInclass EJBQLIn extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLInnerFetchJoinclass EJBQLInnerFetchJoin extends EJBQLJoin implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLInnerJoinclass EJBQLInnerJoin extends EJBQLJoin implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLIntegerLiteralclass EJBQLIntegerLiteral extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLIsEmptyclass EJBQLIsEmpty extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLIsNullclass EJBQLIsNull extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLJoinclass EJBQLJoin extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLengthclass EJBQLLength extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLessOrEqualclass EJBQLLessOrEqual extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLessThanclass EJBQLLessThan extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLikeclass EJBQLLike extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLocateclass EJBQLLocate extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLLowerclass EJBQLLower extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLMaxclass EJBQLMax extends EJBQLAggregateColumn implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLMemberOfclass EJBQLMemberOf extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLMinclass EJBQLMin extends EJBQLAggregateColumn implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLModclass EJBQLMod extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLMultiplyclass EJBQLMultiply extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLNamedInputParameterclass EJBQLNamedInputParameter extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLNegativeclass EJBQLNegative extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLNotclass EJBQLNot extends AggregateConditionNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLNotEqualsclass EJBQLNotEquals extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLOrclass EJBQLOr extends AggregateConditionNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLOrderByclass EJBQLOrderBy extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLOrderByItemclass EJBQLOrderByItem extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLOuterFetchJoinclass EJBQLOuterFetchJoin extends EJBQLJoin implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLOuterJoinclass EJBQLOuterJoin extends EJBQLJoin implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLPathclass EJBQLPath extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLPatternValueclass EJBQLPatternValue extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLPositionalInputParameterclass EJBQLPositionalInputParameter extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSelectclass EJBQLSelect extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSelectClauseclass EJBQLSelectClause extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSelectExpressionclass EJBQLSelectExpression extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSelectExpressionsclass EJBQLSelectExpressions extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSizeclass EJBQLSize extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSqrtclass EJBQLSqrt extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLStringLiteralclass EJBQLStringLiteral extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSubselectclass EJBQLSubselect extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSubstringclass EJBQLSubstring extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSubtractclass EJBQLSubtract extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLSumclass EJBQLSum extends EJBQLAggregateColumn implements Serializable- serialVersionUID:
- 2256495371122671530L
 
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTokclass EJBQLTok extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimclass EJBQLTrim extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimBothclass EJBQLTrimBoth extends EJBQLTrimSpecification implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimCharacterclass EJBQLTrimCharacter extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimLeadingclass EJBQLTrimLeading extends EJBQLTrimSpecification implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimSpecificationclass EJBQLTrimSpecification extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLTrimTrailingclass EJBQLTrimTrailing extends EJBQLTrimSpecification implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLUpdateclass EJBQLUpdate extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLUpdateFieldclass EJBQLUpdateField extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLUpdateItemclass EJBQLUpdateItem extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLUpdateValueclass EJBQLUpdateValue extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLUpperclass EJBQLUpper extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.ejbql.parser.EJBQLWhereclass EJBQLWhere extends SimpleNode implements Serializable
- 
Exception org.apache.cayenne.ejbql.parser.ParseExceptionclass ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
currentTokenToken currentToken This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
- 
eolString eol The end of line string for this machine.
- 
expectedTokenSequencesint[][] expectedTokenSequences Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
- 
tokenImageString[] tokenImage This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
 
- 
 
- 
Class org.apache.cayenne.ejbql.parser.SimpleNodeclass SimpleNode extends Object implements Serializable- 
Serialized Fields- 
childrenSimpleNode[] children 
- 
idint id 
- 
notboolean not 
- 
parentSimpleNode parent 
- 
textString text 
 
- 
 
- 
- 
Class org.apache.cayenne.ejbql.parser.Tokenclass Token extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beginColumnint beginColumn The column number of the first character of this Token.
- 
beginLineint beginLine The line number of the first character of this Token.
- 
endColumnint endColumn The column number of the last character of this Token.
- 
endLineint endLine The line number of the last character of this Token.
- 
imageString image The string image of the token.
- 
kindint kind An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.
- 
nextToken next A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.
- 
specialTokenToken specialToken This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
 
- 
 
- 
Error org.apache.cayenne.ejbql.parser.TokenMgrErrorclass TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
errorCodeint errorCode Indicates the reason why the exception is thrown. It will have one of the above 4 values.
 
- 
 
 
- 
- 
Package org.apache.cayenne.event- 
Class org.apache.cayenne.event.CayenneEventclass CayenneEvent extends EventObject implements Serializable- 
Serialized Fields- 
infoMap info 
- 
subjectEventSubject subject 
 
- 
 
- 
- 
Class org.apache.cayenne.event.EventSubjectclass EventSubject extends Object implements Serializable- 
Serialized Fields- 
_fullyQualifiedSubjectNameString _fullyQualifiedSubjectName 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.exp- 
Class org.apache.cayenne.exp.Expressionclass Expression extends Object implements Serializable- serialVersionUID:
- 5268695167038124596L
 - 
Serialized Fields- 
typeint type 
 
- 
 
- 
Exception org.apache.cayenne.exp.ExpressionExceptionclass ExpressionException extends CayenneRuntimeException implements Serializable- serialVersionUID:
- -4933472762330859309L
 - 
Serialized Fields- 
expressionStringString expressionString 
 
- 
 
- 
Class org.apache.cayenne.exp.ExpressionParameterclass ExpressionParameter extends Object implements Serializable- serialVersionUID:
- -8324061115570177022L
 - 
Serialized Fields- 
nameString name 
 
- 
 
 
- 
- 
Package org.apache.cayenne.exp.parser- 
Class org.apache.cayenne.exp.parser.AggregateConditionNodeclass AggregateConditionNode extends SimpleNode implements Serializable- serialVersionUID:
- -636699350691988809L
 
- 
Class org.apache.cayenne.exp.parser.ASTAbsclass ASTAbs extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTAddclass ASTAdd extends EvaluatedMathNode implements Serializable- serialVersionUID:
- -8622963819149351988L
 
- 
Class org.apache.cayenne.exp.parser.ASTAggregateFunctionCallclass ASTAggregateFunctionCall extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTAllclass ASTAll extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTAndclass ASTAnd extends AggregateConditionNode implements Serializable- serialVersionUID:
- -5936206826390819160L
 
- 
Class org.apache.cayenne.exp.parser.ASTAnyclass ASTAny extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTAsteriskclass ASTAsterisk extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTAvgclass ASTAvg extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTBetweenclass ASTBetween extends ConditionNode implements Serializable- serialVersionUID:
- -8739783546459651759L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseAndclass ASTBitwiseAnd extends EvaluatedBitwiseNode implements Serializable- serialVersionUID:
- -1482206814209874743L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseLeftShiftclass ASTBitwiseLeftShift extends EvaluatedBitwiseNode implements Serializable- serialVersionUID:
- -954784931828996446L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseNotclass ASTBitwiseNot extends EvaluatedNode implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseOrclass ASTBitwiseOr extends EvaluatedBitwiseNode implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseRightShiftclass ASTBitwiseRightShift extends EvaluatedBitwiseNode implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.cayenne.exp.parser.ASTBitwiseXorclass ASTBitwiseXor extends EvaluatedBitwiseNode implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.cayenne.exp.parser.ASTCaseWhenclass ASTCaseWhen extends SimpleNode implements Serializable- 
Serialized Fields- 
hasDefaultboolean hasDefault 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTConcatclass ASTConcat extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTCountclass ASTCount extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTCurrentDateclass ASTCurrentDate extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTCurrentTimeclass ASTCurrentTime extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTCurrentTimestampclass ASTCurrentTimestamp extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTCustomAggregateclass ASTCustomAggregate extends ASTAggregateFunctionCall implements Serializable- 
Serialized Fields- 
isNameSetboolean isNameSet 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTCustomFunctionclass ASTCustomFunction extends ASTFunctionCall implements Serializable- 
Serialized Fields- 
isNameSetboolean isNameSet 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTCustomOperatorclass ASTCustomOperator extends SimpleNode implements Serializable- 
Serialized Fields- 
operatorString operator 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTDbIdPathclass ASTDbIdPath extends ASTDbPath implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTDbPathclass ASTDbPath extends ASTPath implements Serializable- serialVersionUID:
- 6623715674339310782L
 
- 
Class org.apache.cayenne.exp.parser.ASTDistinctclass ASTDistinct extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTDivideclass ASTDivide extends EvaluatedMathNode implements Serializable- serialVersionUID:
- -5086569683844539310L
 
- 
Class org.apache.cayenne.exp.parser.ASTElseclass ASTElse extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTEnclosingObjectclass ASTEnclosingObject extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTEnumclass ASTEnum extends ASTScalar implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTEqualclass ASTEqual extends ConditionNode implements Serializable- serialVersionUID:
- 1211234198602067833L
 
- 
Class org.apache.cayenne.exp.parser.ASTExistsclass ASTExists extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTExtractclass ASTExtract extends ASTFunctionCall implements Serializable- 
Serialized Fields- 
partASTExtract.DateTimePart part 
- 
partNameString partName camelCase name, found in ExpressionParser.jjt tokens
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTFalseclass ASTFalse extends ConditionNode implements Serializable- serialVersionUID:
- -8441997825701749863L
 
- 
Class org.apache.cayenne.exp.parser.ASTFullObjectclass ASTFullObject extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTFunctionCallclass ASTFunctionCall extends EvaluatedNode implements Serializable- 
Serialized Fields- 
functionNameString functionName 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTGreaterclass ASTGreater extends ConditionNode implements Serializable- serialVersionUID:
- 2796092142001150018L
 
- 
Class org.apache.cayenne.exp.parser.ASTGreaterOrEqualclass ASTGreaterOrEqual extends ConditionNode implements Serializable- serialVersionUID:
- -2926530926896058935L
 
- 
Class org.apache.cayenne.exp.parser.ASTInclass ASTIn extends ConditionNode implements Serializable- serialVersionUID:
- -211084571117172965L
 
- 
Class org.apache.cayenne.exp.parser.ASTLengthclass ASTLength extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTLessclass ASTLess extends ConditionNode implements Serializable- serialVersionUID:
- -3846841914847489596L
 
- 
Class org.apache.cayenne.exp.parser.ASTLessOrEqualclass ASTLessOrEqual extends ConditionNode implements Serializable- serialVersionUID:
- -710886570064202360L
 
- 
Class org.apache.cayenne.exp.parser.ASTLikeclass ASTLike extends PatternMatchNode implements Serializable- serialVersionUID:
- -238967837469085757L
 
- 
Class org.apache.cayenne.exp.parser.ASTLikeIgnoreCaseclass ASTLikeIgnoreCase extends org.apache.cayenne.exp.parser.IgnoreCaseNode implements Serializable- serialVersionUID:
- 1624594678553400695L
 
- 
Class org.apache.cayenne.exp.parser.ASTListclass ASTList extends SimpleNode implements Serializable- serialVersionUID:
- 6045178972189002055L
 - 
Serialized Fields- 
valuesObject[] values 
 
- 
 
- 
Class org.apache.cayenne.exp.parser.ASTLocateclass ASTLocate extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTLowerclass ASTLower extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTMaxclass ASTMax extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTMinclass ASTMin extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTModclass ASTMod extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTMultiplyclass ASTMultiply extends EvaluatedMathNode implements Serializable- serialVersionUID:
- -8146316633842448974L
 
- 
Class org.apache.cayenne.exp.parser.ASTNamedParameterclass ASTNamedParameter extends ASTScalar implements Serializable- serialVersionUID:
- -3965588358977704022L
 
- 
Class org.apache.cayenne.exp.parser.ASTNegateclass ASTNegate extends SimpleNode implements Serializable- serialVersionUID:
- -9161722951926428414L
 
- 
Class org.apache.cayenne.exp.parser.ASTNotclass ASTNot extends AggregateConditionNode implements Serializable- serialVersionUID:
- 7418894098531106347L
 
- 
Class org.apache.cayenne.exp.parser.ASTNotBetweenclass ASTNotBetween extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTNotEqualclass ASTNotEqual extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTNotExistsclass ASTNotExists extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTNotInclass ASTNotIn extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTNotLikeclass ASTNotLike extends PatternMatchNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTNotLikeIgnoreCaseclass ASTNotLikeIgnoreCase extends org.apache.cayenne.exp.parser.IgnoreCaseNode implements Serializable- serialVersionUID:
- -1837593236671099985L
 
- 
Class org.apache.cayenne.exp.parser.ASTObjPathclass ASTObjPath extends ASTPath implements Serializable- serialVersionUID:
- -3574281576491705706L
 
- 
Class org.apache.cayenne.exp.parser.ASTOrclass ASTOr extends AggregateConditionNode implements Serializable- serialVersionUID:
- 780157841581581297L
 
- 
Class org.apache.cayenne.exp.parser.ASTPathclass ASTPath extends SimpleNode implements Serializable- serialVersionUID:
- -8099822503585617295L
 - 
Serialized Fields- 
pathCayennePath path 
- 
pathAliasesMap<String, String> pathAliases 
 
- 
 
- 
Class org.apache.cayenne.exp.parser.ASTScalarclass ASTScalar extends SimpleNode implements Serializable- 
Serialized Fields- 
valueObject value 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTSqrtclass ASTSqrt extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTSubqueryclass ASTSubquery extends SimpleNode implements Serializable- 
Serialized Fields- 
queryTranslatableQueryWrapper query 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.ASTSubstringclass ASTSubstring extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTSubtractclass ASTSubtract extends EvaluatedMathNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTSumclass ASTSum extends ASTAggregateFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTThenclass ASTThen extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTTrimclass ASTTrim extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTTrueclass ASTTrue extends ConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTUpperclass ASTUpper extends ASTFunctionCall implements Serializable
- 
Class org.apache.cayenne.exp.parser.ASTWhenclass ASTWhen extends AggregateConditionNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.ConditionNodeclass ConditionNode extends SimpleNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.EvaluatedBitwiseNodeclass EvaluatedBitwiseNode extends EvaluatedNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.EvaluatedMathNodeclass EvaluatedMathNode extends EvaluatedNode implements Serializable
- 
Class org.apache.cayenne.exp.parser.EvaluatedNodeclass EvaluatedNode extends SimpleNode implements Serializable
- 
Exception org.apache.cayenne.exp.parser.ParseExceptionclass ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
currentTokenToken currentToken This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token.
- 
expectedTokenSequencesint[][] expectedTokenSequences Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
- 
tokenImageString[] tokenImage This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
 
- 
 
- 
Class org.apache.cayenne.exp.parser.PatternMatchNodeclass PatternMatchNode extends ConditionNode implements Serializable- 
Serialized Fields- 
escapeCharchar escapeChar 
- 
ignoringCaseboolean ignoringCase 
 
- 
 
- 
- 
Class org.apache.cayenne.exp.parser.SimpleNodeclass SimpleNode extends Expression implements Serializable- serialVersionUID:
- 4471832357335707557L
 
- 
Class org.apache.cayenne.exp.parser.Tokenclass Token extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beginColumnint beginColumn The column number of the first character of this Token.
- 
beginLineint beginLine The line number of the first character of this Token.
- 
endColumnint endColumn The column number of the last character of this Token.
- 
endLineint endLine The line number of the last character of this Token.
- 
imageString image The string image of the token.
- 
kindint kind An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.
- 
nextToken next A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.
- 
specialTokenToken specialToken This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
 
- 
 
- 
Error org.apache.cayenne.exp.parser.TokenMgrErrorclass TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
errorCodeint errorCode Indicates the reason why the exception is thrown. It will have one of the above 4 values.
 
- 
 
 
- 
- 
Package org.apache.cayenne.exp.path- 
Class org.apache.cayenne.exp.path.CayennePathSegmentclass CayennePathSegment extends Object implements Serializable- 
Serialized Fields- 
outerboolean outer 
- 
segmentString segment 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.graph- 
Class org.apache.cayenne.graph.ArcCreateOperationclass ArcCreateOperation extends NodeDiff implements Serializable- serialVersionUID:
- 2497511574121718987L
 
- 
Class org.apache.cayenne.graph.ArcDeleteOperationclass ArcDeleteOperation extends NodeDiff implements Serializable- serialVersionUID:
- 3614253207710845385L
 
- 
Class org.apache.cayenne.graph.ArcIdclass ArcId extends Object implements Serializable- serialVersionUID:
- -3712846298213425259L
 
- 
Class org.apache.cayenne.graph.CompoundDiffclass CompoundDiff extends Object implements Serializable- serialVersionUID:
- 5930690302335603082L
 
- 
Class org.apache.cayenne.graph.GraphEventclass GraphEvent extends CayenneEvent implements Serializable- serialVersionUID:
- -8954343713674462675L
 - 
Serialized Fields- 
diffGraphDiff diff 
 
- 
 
- 
Class org.apache.cayenne.graph.NodeCreateOperationclass NodeCreateOperation extends NodeDiff implements Serializable- serialVersionUID:
- -7383872939009489304L
 
- 
Class org.apache.cayenne.graph.NodeDeleteOperationclass NodeDeleteOperation extends NodeDiff implements Serializable- serialVersionUID:
- -6826320740710028334L
 
- 
Class org.apache.cayenne.graph.NodeDiffclass NodeDiff extends Object implements Serializable- serialVersionUID:
- -6108147375331011556L
 - 
Serialized Fields- 
diffIdint diffId 
- 
nodeIdObject nodeId 
 
- 
 
- 
Class org.apache.cayenne.graph.NodeIdChangeOperationclass NodeIdChangeOperation extends NodeDiff implements Serializable- serialVersionUID:
- -7763730686130451729L
 - 
Serialized Fields- 
newNodeIdObject newNodeId 
 
- 
 
- 
Class org.apache.cayenne.graph.NodePropertyChangeOperationclass NodePropertyChangeOperation extends NodeDiff implements Serializable- serialVersionUID:
- 3282063727025159961L
 
 
- 
- 
Package org.apache.cayenne.map- 
Class org.apache.cayenne.map.Attributeclass Attribute extends Object implements Serializable
- 
Class org.apache.cayenne.map.CallbackDescriptorclass CallbackDescriptor extends Object implements Serializable- 
Serialized Fields- 
callbackMethodsSet<String> callbackMethods 
- 
callbackTypeLifecycleEvent callbackType 
 
- 
 
- 
- 
Class org.apache.cayenne.map.CallbackMapclass CallbackMap extends Object implements Serializable- 
Serialized Fields- 
callbacksCallbackDescriptor[] callbacks 
 
- 
 
- 
- 
Class org.apache.cayenne.map.DataMapclass DataMap extends Object implements Serializable- serialVersionUID:
- 4851901426473991657L
 - 
Serialized Fields- 
dataChannelDescriptorDataChannelDescriptor dataChannelDescriptor - Since:
- 3.1
 
- 
dbEntityMapMap<String, DbEntity> dbEntityMap 
- 
defaultCatalogString defaultCatalog 
- 
defaultLockTypeint defaultLockType 
- 
defaultPackageString defaultPackage 
- 
defaultSchemaString defaultSchema 
- 
defaultSuperclassString defaultSuperclass 
- 
embeddablesMapMap<String, Embeddable> embeddablesMap 
- 
locationString location 
- 
nameString name 
- 
namespaceMappingNamespace namespace 
- 
objEntityMapMap<String, ObjEntity> objEntityMap 
- 
procedureMapMap<String, Procedure> procedureMap 
- 
queryDescriptorMapMap<String, QueryDescriptor> queryDescriptorMap 
- 
quotingSQLIdentifiersBoolean quotingSQLIdentifiers 
- 
resultsMap<String, SQLResult> results 
 
- 
 
- 
Class org.apache.cayenne.map.DbAttribute- 
Serialized Fields- 
attributePrecisionint attributePrecision - Since:
- 3.0
 
- 
generatedboolean generated Defines whether this column value is generated by the database. Other terms for such columns are "auto-increment" or "identity".- Since:
- 1.2
 
- 
mandatoryboolean mandatory Defines whether the attribute allows nulls.
- 
maxLengthint maxLength 
- 
primaryKeyboolean primaryKey Defines whether the attribute is a part of the table primary key.
- 
scaleint scale - Since:
- 3.0
 
- 
typeint type Defines JDBC type of the column.
 
- 
 
- 
- 
Class org.apache.cayenne.map.DbEntity- 
Serialized Fields- 
catalogString catalog 
- 
generatedAttributesCollection<DbAttribute> generatedAttributes - Since:
- 1.2
 
- 
primaryKeyList<DbAttribute> primaryKey 
- 
primaryKeyGeneratorDbKeyGenerator primaryKeyGenerator 
- 
qualifierExpression qualifier Qualifier, that will be applied to all select queries and joins with this DbEntity
- 
schemaString schema 
 
- 
 
- 
- 
Class org.apache.cayenne.map.DbJoinclass DbJoin extends Object implements Serializable- 
Serialized Fields- 
relationshipDbRelationship relationship 
- 
sourceNameString sourceName 
- 
targetNameString targetName 
 
- 
 
- 
- 
Class org.apache.cayenne.map.DbKeyGeneratorclass DbKeyGenerator extends Object implements Serializable
- 
Class org.apache.cayenne.map.DbRelationshipclass DbRelationship extends Relationship<DbEntity,DbAttribute, DbRelationship> implements Serializable 
- 
Class org.apache.cayenne.map.EJBQLQueryDescriptorclass EJBQLQueryDescriptor extends QueryDescriptor implements Serializable- 
Serialized Fields- 
ejbqlString ejbql 
 
- 
 
- 
- 
Class org.apache.cayenne.map.Embeddableclass Embeddable extends Object implements Serializable- serialVersionUID:
- -7163768090567642099L
 - 
Serialized Fields- 
attributesMap<String, EmbeddableAttribute> attributes 
- 
classNameString className 
- 
dataMapDataMap dataMap 
 
- 
 
- 
Class org.apache.cayenne.map.EmbeddableAttributeclass EmbeddableAttribute extends Object implements Serializable- 
Serialized Fields- 
dbAttributeNameString dbAttributeName 
- 
embeddableEmbeddable embeddable 
- 
nameString name 
- 
typeString type 
 
- 
 
- 
- 
Class org.apache.cayenne.map.EmbeddedAttributeclass EmbeddedAttribute extends ObjAttribute implements Serializable
- 
Class org.apache.cayenne.map.Entityclass Entity extends Object implements Serializable
- 
Class org.apache.cayenne.map.EntityResolverclass EntityResolver extends Object implements Serializable- 
Serialization Methods- 
readObjectJava default deserialization seems not to invoke constructor by default - invoking it manually- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
mapsCollection<DataMap> maps 
 
- 
 
- 
- 
Class org.apache.cayenne.map.ObjAttributeclass ObjAttribute extends Attribute<ObjEntity,ObjAttribute, ObjRelationship> implements Serializable - 
Serialized Fields- 
dbAttributePathCayennePath dbAttributePath 
- 
lazyboolean lazy - Since:
- 4.2
 
- 
typeString type 
- 
usedForLockingboolean usedForLocking 
 
- 
 
- 
- 
Class org.apache.cayenne.map.ObjEntity- 
Serialized Fields- 
_abstractboolean _abstract 
- 
attributeOverridesMap<String, CayennePath> attributeOverrides 
- 
callbacksCallbackMap callbacks 
- 
classNameString className 
- 
dbEntityNameString dbEntityName 
- 
lockTypeint lockType 
- 
qualifierExpression qualifier 
- 
readOnlyboolean readOnly 
- 
superClassNameString superClassName 
- 
superEntityNameString superEntityName 
 
- 
 
- 
- 
Class org.apache.cayenne.map.ObjRelationshipclass ObjRelationship extends Relationship<ObjEntity,ObjAttribute, ObjRelationship> implements Serializable - 
Serialized Fields- 
collectionTypeString collectionType Stores the type of collection mapped by a to-many relationship. Null for to-one relationships.- Since:
- 3.0
 
- 
dbRelationshipsList<DbRelationship> dbRelationships 
- 
deferredPathCayennePath deferredPath Db-relationships path that is set but not yet parsed (turned into List<DbRelationship>) Used during map loading
- 
deleteRuleint deleteRule 
- 
mapKeyString mapKey Stores a property name of a target entity used to create a relationship map. Only has effect if collectionType property is set to "java.util.Map".- Since:
- 3.0
 
- 
readOnlyboolean readOnly 
- 
usedForLockingboolean usedForLocking 
 
- 
 
- 
- 
Class org.apache.cayenne.map.Procedureclass Procedure extends Object implements Serializable
- 
Class org.apache.cayenne.map.ProcedureParameterclass ProcedureParameter extends Object implements Serializable
- 
Class org.apache.cayenne.map.ProcedureQueryDescriptorclass ProcedureQueryDescriptor extends QueryDescriptor implements Serializable- 
Serialized Fields- 
resultEntityNameString resultEntityName 
 
- 
 
- 
- 
Class org.apache.cayenne.map.QueryDescriptorclass QueryDescriptor extends Object implements Serializable
- 
Class org.apache.cayenne.map.Relationshipclass Relationship extends Object implements Serializable
- 
Class org.apache.cayenne.map.SelectQueryDescriptorclass SelectQueryDescriptor extends QueryDescriptor implements Serializable- serialVersionUID:
- -8798258795351950215L
 
- 
Class org.apache.cayenne.map.SQLTemplateDescriptorclass SQLTemplateDescriptor extends QueryDescriptor implements Serializable
 
- 
- 
Package org.apache.cayenne.map.event- 
Class org.apache.cayenne.map.event.AttributeEventclass AttributeEvent extends EntityEvent implements Serializable- 
Serialized Fields- 
attributeAttribute<?, ?, ?> attribute 
 
- 
 
- 
- 
Class org.apache.cayenne.map.event.EmbeddableAttributeEventclass EmbeddableAttributeEvent extends EmbeddableEvent implements Serializable- 
Serialized Fields- 
embeddableAttributeEmbeddableAttribute embeddableAttribute 
 
- 
 
- 
- 
Class org.apache.cayenne.map.event.EmbeddableEventclass EmbeddableEvent extends MapEvent implements Serializable- 
Serialized Fields- 
embeddableEmbeddable embeddable 
 
- 
 
- 
- 
Class org.apache.cayenne.map.event.EntityEventclass EntityEvent extends MapEvent implements Serializable- 
Serialized Fields- 
entityEntity<?, ?, ?> entity 
 
- 
 
- 
- 
Class org.apache.cayenne.map.event.MapEventclass MapEvent extends CayenneEvent implements Serializable- 
Serialized Fields- 
domainDataChannelDescriptor domain Domain of event object. Might be null
- 
idint id 
- 
oldNameString oldName 
- 
oldNameSetboolean oldNameSet 
 
- 
 
- 
- 
Class org.apache.cayenne.map.event.RelationshipEventclass RelationshipEvent extends EntityEvent implements Serializable- 
Serialized Fields- 
relationshipRelationship<?, ?, ?> relationship 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.query- 
Class org.apache.cayenne.query.AbstractMappedQueryclass AbstractMappedQuery extends IndirectQuery implements Serializable
- 
Class org.apache.cayenne.query.AbstractQueryclass AbstractQuery extends CacheableQuery implements Serializable- 
Serialized Fields- 
rootObject root The root object this query. May be an entity name, Java class, ObjEntity or DbEntity, depending on the specific query and how it was constructed.
 
- 
 
- 
- 
Class org.apache.cayenne.query.BatchQueryclass BatchQuery extends Object implements Serializable- 
Serialized Fields- 
dbAttributesList<DbAttribute> dbAttributes 
- 
dbEntityDbEntity dbEntity - Since:
- 1.2
 
- 
rowsList<BatchQueryRow> rows - Since:
- 4.0
 
 
- 
 
- 
- 
Class org.apache.cayenne.query.CacheableQueryclass CacheableQuery extends Object implements Serializable
- 
Class org.apache.cayenne.query.ColumnSelect- 
Serialized Fields- 
columnsCollection<Property<?>> columns 
- 
singleColumnboolean singleColumn 
 
- 
 
- 
- 
Class org.apache.cayenne.query.DeleteBatchQueryclass DeleteBatchQuery extends BatchQuery implements Serializable- 
Serialized Fields- 
nullQualifierNamesCollection<String> nullQualifierNames 
- 
usingOptimisticLockingboolean usingOptimisticLocking 
 
- 
 
- 
- 
Class org.apache.cayenne.query.EJBQLQueryclass EJBQLQuery extends CacheableQuery implements Serializable
- 
Class org.apache.cayenne.query.FluentSelectclass FluentSelect extends AbstractQuery implements Serializable- 
Serialized Fields- 
dbEntityNameString dbEntityName 
- 
distinctboolean distinct 
- 
entityNameString entityName 
- 
entityTypeClass<?> entityType 
- 
havingExpression having 
- 
havingExpressionIsActiveboolean havingExpressionIsActive 
- 
metaDataorg.apache.cayenne.query.ObjectSelectMetadata metaData 
- 
orderingsCollection<Ordering> orderings 
- 
whereExpression where 
 
- 
 
- 
- 
Class org.apache.cayenne.query.IndirectQueryclass IndirectQuery extends Object implements Serializable- serialVersionUID:
- 974666786498898209L
 
- 
Class org.apache.cayenne.query.InsertBatchQueryclass InsertBatchQuery extends BatchQuery implements Serializable
- 
Class org.apache.cayenne.query.IteratedQueryDecoratorclass IteratedQueryDecorator extends Object implements Serializable- 
Serialized Fields- 
fetchDataRowsboolean fetchDataRows 
- 
queryQuery query 
 
- 
 
- 
- 
Class org.apache.cayenne.query.MappedExecclass MappedExec extends AbstractMappedQuery implements Serializable
- 
Class org.apache.cayenne.query.MappedSelectclass MappedSelect extends AbstractMappedQuery implements Serializable
- 
Class org.apache.cayenne.query.ObjectIdQueryclass ObjectIdQuery extends IndirectQuery implements Serializable- 
Serialized Fields- 
cachePolicyint cachePolicy 
- 
fetchingDataRowsboolean fetchingDataRows 
- 
objectIdObjectId objectId 
 
- 
 
- 
- 
Class org.apache.cayenne.query.ObjectSelect- serialVersionUID:
- -156124021150949227L
 
- 
Class org.apache.cayenne.query.Orderingclass Ordering extends Object implements Serializable- serialVersionUID:
- -9167074787055881422L
 
- 
Class org.apache.cayenne.query.Orderings
- 
Class org.apache.cayenne.query.PrefetchSelectQuery- 
Serialized Fields- 
lastPrefetchHintObjRelationship lastPrefetchHint Stores the last ObjRelationship in the prefetch path.
- 
prefetchPathCayennePath prefetchPath The relationship path from root objects to the objects being prefetched.
- 
resultPathsCollection<ASTPath> resultPaths 
 
- 
 
- 
- 
Class org.apache.cayenne.query.PrefetchTreeNodeclass PrefetchTreeNode extends Object implements Serializable- serialVersionUID:
- 1112629504025820837L
 - 
Serialization Methods- 
readResolve- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
childrenCollection<PrefetchTreeNode> children 
- 
ejbqlPathEntityIdString ejbqlPathEntityId 
- 
entityNameString entityName 
- 
nameString name 
- 
phantomboolean phantom 
- 
semanticsint semantics 
 
- 
 
- 
Class org.apache.cayenne.query.ProcedureCallclass ProcedureCall extends IndirectQuery implements Serializable- 
Serialized Fields
 
- 
- 
Class org.apache.cayenne.query.ProcedureQueryclass ProcedureQuery extends AbstractQuery implements Serializable- 
Serialized Fields- 
columnNamesCapitalizationCapsStrategy columnNamesCapitalization 
- 
metaDataorg.apache.cayenne.query.ProcedureQueryMetadata metaData 
- 
parametersMap<String, Object> parameters 
- 
resultClassClass<?> resultClass - Since:
- 1.2
 
- 
resultDescriptorsList<ColumnDescriptor[]> resultDescriptors - Since:
- 1.2
 
- 
resultEntityNameString resultEntityName - Since:
- 1.2
 
 
- 
 
- 
- 
Class org.apache.cayenne.query.QueryChainclass QueryChain extends Object implements Serializable- 
Serialized Fields- 
chainCollection<Query> chain 
 
- 
 
- 
- 
Class org.apache.cayenne.query.RefreshQueryclass RefreshQuery extends Object implements Serializable- 
Serialized Fields- 
groupKeysString[] groupKeys 
- 
objectsCollection<?> objects 
- 
queryQuery query 
 
- 
 
- 
- 
Class org.apache.cayenne.query.RelationshipQueryclass RelationshipQuery extends IndirectQuery implements Serializable
- 
Class org.apache.cayenne.query.SelectByIdclass SelectById extends IndirectQuery implements Serializable- serialVersionUID:
- -6589464349051607583L
 - 
Serialized Fields- 
cacheGroupString cacheGroup 
- 
cacheStrategyQueryCacheStrategy cacheStrategy 
- 
fetchingDataRowsboolean fetchingDataRows 
- 
idSpecSelectById.IdSpec idSpec 
- 
prefetchesPrefetchTreeNode prefetches 
- 
rootSelectById.QueryRoot root 
 
- 
 
- 
Class org.apache.cayenne.query.SelectById.MultiMapIdSpecclass MultiMapIdSpec extends Object implements Serializable- 
Serialized Fields- 
idsCollection<Map<String, ?>> ids 
 
- 
 
- 
- 
Class org.apache.cayenne.query.SelectById.MultiScalarIdSpecclass MultiScalarIdSpec extends Object implements Serializable- 
Serialized Fields- 
idsCollection<Object> ids 
 
- 
 
- 
- 
Class org.apache.cayenne.query.SelectById.SingleMapIdSpecclass SingleMapIdSpec extends Object implements Serializable
- 
Class org.apache.cayenne.query.SelectById.SingleScalarIdSpecclass SingleScalarIdSpec extends Object implements Serializable- 
Serialized Fields- 
idObject id 
 
- 
 
- 
- 
Class org.apache.cayenne.query.SQLExecclass SQLExec extends IndirectQuery implements Serializable- serialVersionUID:
- -6533566707148045615L
 
- 
Class org.apache.cayenne.query.SQLSelectclass SQLSelect extends IndirectQuery implements Serializable- serialVersionUID:
- -7074293371883740872L
 - 
Serialized Fields- 
cacheGroupString cacheGroup 
- 
cacheStrategyQueryCacheStrategy cacheStrategy 
- 
columnNameCapsCapsStrategy columnNameCaps 
- 
dataMapNameString dataMapName 
- 
isFetchingDataRowsboolean isFetchingDataRows 
- 
limitint limit 
- 
offsetint offset 
- 
pageSizeint pageSize 
- 
paramsMap<String, Object> params 
- 
persistentTypeClass<T> persistentType 
- 
positionalParamsList<Object> positionalParams 
- 
prefetchesPrefetchTreeNode prefetches 
- 
queryTimeoutint queryTimeout 
- 
resultColumnsTypesList<Class<?>> resultColumnsTypes 
- 
resultMapperFunction<T, ?> resultMapper 
- 
sqlBufferStringBuilder sqlBuffer 
- 
statementFetchSizeint statementFetchSize 
- 
useScalarboolean useScalar 
 
- 
 
- 
Class org.apache.cayenne.query.SQLTemplateclass SQLTemplate extends AbstractQuery implements Serializable- serialVersionUID:
- -3073521388289663641L
 - 
Serialized Fields- 
columnNamesCapitalizationCapsStrategy columnNamesCapitalization 
- 
dataNodeNameString dataNodeName 
- 
defaultTemplateString defaultTemplate 
- 
metaDataSQLTemplateMetadata metaData 
- 
parametersMap<String, ?>[] parameters 
- 
positionalParamsList<Object> positionalParams 
- 
resultSQLResult result 
- 
resultColumnsTypesList<Class<?>> resultColumnsTypes 
- 
returnGeneratedKeysboolean returnGeneratedKeys 
- 
templatesMap<String, String> templates 
- 
useScalarboolean useScalar 
 
- 
 
- 
Class org.apache.cayenne.query.SQLTemplateMetadataclass SQLTemplateMetadata extends org.apache.cayenne.query.BaseQueryMetadata implements Serializable- 
Serialized Fields- 
isSingleResultSetMappingboolean isSingleResultSetMapping 
- 
resultMapperFunction<?, ?> resultMapper 
 
- 
 
- 
- 
Class org.apache.cayenne.query.UpdateBatchQueryclass UpdateBatchQuery extends BatchQuery implements Serializable- 
Serialized Fields- 
nullQualifierNamesCollection<String> nullQualifierNames 
- 
qualifierAttributesList<DbAttribute> qualifierAttributes 
- 
updatedAttributesList<DbAttribute> updatedAttributes 
- 
usingOptimisticLockingboolean usingOptimisticLocking 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.reflect- 
Class org.apache.cayenne.reflect.BeanAccessorclass BeanAccessor extends Object implements Serializable- serialVersionUID:
- 606253801447018099L
 
- 
Class org.apache.cayenne.reflect.EmbeddedFieldAccessorclass EmbeddedFieldAccessor extends Object implements Serializable- 
Serialized Fields- 
embeddableAccessorAccessor embeddableAccessor 
- 
embeddableDescriptorEmbeddableDescriptor embeddableDescriptor 
- 
embeddedAccessorAccessor embeddedAccessor 
- 
propertyPathString propertyPath 
 
- 
 
- 
- 
Class org.apache.cayenne.reflect.FieldAccessorclass FieldAccessor extends Object implements Serializable
- 
Class org.apache.cayenne.reflect.IdMapKeyAccessorclass IdMapKeyAccessor extends Object implements Serializable
- 
Class org.apache.cayenne.reflect.MapAccessorclass MapAccessor extends Object implements Serializable- serialVersionUID:
- 6032801387641617011L
 - 
Serialized Fields- 
propertyNameString propertyName 
 
- 
 
- 
Class org.apache.cayenne.reflect.PropertyAccessorclass PropertyAccessor extends Object implements Serializable- 
Serialized Fields- 
propertyPropertyDescriptor property 
 
- 
 
- 
- 
Exception org.apache.cayenne.reflect.PropertyExceptionclass PropertyException extends CayenneRuntimeException implements Serializable- 
Serialized Fields- 
accessorAccessor accessor 
- 
propertyPropertyDescriptor property 
- 
sourceObject source 
 
- 
 
- 
- 
Exception org.apache.cayenne.reflect.UnresolvablePathExceptionclass UnresolvablePathException extends CayenneRuntimeException implements Serializable
 
- 
- 
Package org.apache.cayenne.resource- 
Class org.apache.cayenne.resource.URLResourceclass URLResource extends Object implements Serializable- 
Serialized Fields- 
urlURL url 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.template.parser- 
Exception org.apache.cayenne.template.parser.ParseExceptionclass ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
currentTokenToken currentToken This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
- 
expectedTokenSequencesint[][] expectedTokenSequences Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
- 
tokenImageString[] tokenImage This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
 
- 
 
- 
Class org.apache.cayenne.template.parser.Tokenclass Token extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beginColumnint beginColumn The column number of the first character of this Token.
- 
beginLineint beginLine The line number of the first character of this Token.
- 
endColumnint endColumn The column number of the last character of this Token.
- 
endLineint endLine The line number of the last character of this Token.
- 
imageString image The string image of the token.
- 
kindint kind An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.
- 
nextToken next A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.
- 
specialTokenToken specialToken This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
 
- 
 
- 
Error org.apache.cayenne.template.parser.TokenMgrErrorclass TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
errorCodeint errorCode Indicates the reason why the exception is thrown. It will have one of the above 4 values.
 
- 
 
 
- 
- 
Package org.apache.cayenne.util- 
Class org.apache.cayenne.util.GenericResponseclass GenericResponse extends Object implements Serializable
- 
Class org.apache.cayenne.util.IncrementalListResponseclass IncrementalListResponse extends ListResponse implements Serializable- 
Serialized Fields- 
fullSizeint fullSize 
 
- 
 
- 
- 
Class org.apache.cayenne.util.IndexPropertyListclass IndexPropertyList extends AbstractList implements Serializable- 
Serialized Fields- 
comparatorComparator comparator 
- 
dirtyboolean dirty 
- 
indexPropertyString indexProperty 
- 
listList list A list used for the actual objects storage.
 
- 
 
- 
- 
Class org.apache.cayenne.util.ListResponseclass ListResponse extends Object implements Serializable- 
Serialized Fields- 
objectListList<?> objectList 
 
- 
 
- 
- 
Class org.apache.cayenne.util.ObjectContextGraphActionclass ObjectContextGraphAction extends Object implements Serializable- 
Serialized Fields- 
contextObjectContext context 
 
- 
 
- 
- 
Class org.apache.cayenne.util.PersistentObjectHolder- 
Serialized Fields- 
faultboolean fault 
- 
valueE value 
 
- 
 
- 
- 
Class org.apache.cayenne.util.PersistentObjectList- 
Serialized Fields- 
addedToUnresolvedLinkedList<E> addedToUnresolved 
- 
objectListList<E> objectList 
- 
removedFromUnresolvedLinkedList<E> removedFromUnresolved 
 
- 
 
- 
- 
Class org.apache.cayenne.util.PersistentObjectMapclass PersistentObjectMap extends RelationshipFault implements Serializable
- 
Class org.apache.cayenne.util.PersistentObjectSet
- 
Class org.apache.cayenne.util.SingleEntryMapclass SingleEntryMap extends Object implements Serializable- serialVersionUID:
- -3848347748971431847L
 
- 
Class org.apache.cayenne.util.SoftValueMapclass SoftValueMap extends org.apache.cayenne.util.ReferenceMap<K,V, SoftReference<V>> implements Serializable - serialVersionUID:
- 8146103761927411986L
 
- 
Class org.apache.cayenne.util.WeakValueMapclass WeakValueMap extends org.apache.cayenne.util.ReferenceMap<K,V, WeakReference<V>> implements Serializable - serialVersionUID:
- -6911881597843322446L
 
 
- 
- 
Package org.apache.cayenne.util.concurrentlinkedhashmap- 
Class org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
- 
Serialized Fields- 
bufferLengthsAtomicIntegerArray bufferLengths 
- 
buffersQueue<org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Task>[] buffers 
- 
capacityint capacity 
- 
concurrencyLevelint concurrencyLevel 
- 
dataConcurrentMap<K, ConcurrentLinkedHashMap<K, V>.org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> data 
- 
drainedOrderint drainedOrder 
- 
drainStatusAtomicReference<org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus> drainStatus 
- 
evictionDequeorg.apache.cayenne.util.concurrentlinkedhashmap.LinkedDeque<ConcurrentLinkedHashMap<K, V>.org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> evictionDeque 
- 
evictionLockLock evictionLock 
- 
executorExecutorService executor 
- 
listenerorg.apache.cayenne.util.concurrentlinkedhashmap.EvictionListener<K, V> listener 
- 
nextOrderint nextOrder 
- 
pendingNotificationsQueue<ConcurrentLinkedHashMap<K, V>.org.apache.cayenne.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> pendingNotifications 
- 
weigherorg.apache.cayenne.util.concurrentlinkedhashmap.Weigher<? super V> weigher 
- 
weightedSizeint weightedSize 
 
- 
 
 
- 
- 
Package org.apache.cayenne.validation- 
Class org.apache.cayenne.validation.BeanValidationFailureclass BeanValidationFailure extends SimpleValidationFailure implements Serializable- 
Serialized Fields- 
propertyString property 
 
- 
 
- 
- 
Class org.apache.cayenne.validation.SimpleValidationFailureclass SimpleValidationFailure extends Object implements Serializable
- 
Exception org.apache.cayenne.validation.ValidationExceptionclass ValidationException extends CayenneRuntimeException implements Serializable- 
Serialized Fields- 
resultValidationResult result 
 
- 
 
- 
- 
Class org.apache.cayenne.validation.ValidationResultclass ValidationResult extends Object implements Serializable- 
Serialized Fields- 
failuresList<ValidationFailure> failures 
 
- 
 
- 
 
- 
- 
Package org.apache.cayenne.value- 
Class org.apache.cayenne.value.Jsonclass Json extends Object implements Serializable- serialVersionUID:
- 7594825997288498022L
 - 
Serialized Fields- 
jsonString json 
 
- 
 
 
- 
- 
Package org.apache.cayenne.value.json- 
Exception org.apache.cayenne.value.json.MalformedJsonExceptionclass MalformedJsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
-