Skip navigation links
A B C D E F G I J K L M N O P Q R S T U W 

A

abstractEntity - Variable in class org.apache.cayenne.wocompat.EOObjEntity
 
add_escapes(String) - Method in exception org.apache.cayenne.wocompat.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error org.apache.cayenne.wocompat.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.

B

backup(int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
beginColumn - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
bindingClass(String) - Method in class org.apache.cayenne.wocompat.EOQuery
 
bindings - Variable in class org.apache.cayenne.wocompat.EOQuery
 
bufcolumn - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
buffer - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
bufline - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 

C

collection(String) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
column - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
createCollection(String) - Method in interface org.apache.cayenne.wocompat.PlistDataStructureFactory
 
createMap(String) - Method in interface org.apache.cayenne.wocompat.PlistDataStructureFactory
 
curChar - Variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
currentToken - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This is the last token that has been consumed successfully.

D

dataMap - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
debugStream - Variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
DEFAULT - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
disable_tracing() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
Done() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 

E

enable_tracing() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
endColumn - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
entityClass(String, boolean) - Method in class org.apache.cayenne.wocompat.EOModelHelper
 
entityClassIndex - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
entityClientClassIndex - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
entityIndex - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
entityPListMap(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns an info map for the entity called entityName.
entityQueryIndex - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
eoAttributeName - Variable in class org.apache.cayenne.wocompat.EODbAttribute
 
EODbAttribute - Class in org.apache.cayenne.wocompat
EOModel-friendly DbAttribute subclass.
EODbAttribute() - Constructor for class org.apache.cayenne.wocompat.EODbAttribute
 
EODbAttribute(String, int, DbEntity) - Constructor for class org.apache.cayenne.wocompat.EODbAttribute
 
EOF - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
eol - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
The end of line string for this machine.
EOModelHelper - Class in org.apache.cayenne.wocompat
Helper class used by EOModelProcessor.
EOModelHelper(String) - Constructor for class org.apache.cayenne.wocompat.EOModelHelper
Deprecated.
EOModelHelper(URL) - Constructor for class org.apache.cayenne.wocompat.EOModelHelper
 
EOModelProcessor - Class in org.apache.cayenne.wocompat
Class for converting stored Apple EOModel mapping files to Cayenne DataMaps.
EOModelProcessor() - Constructor for class org.apache.cayenne.wocompat.EOModelProcessor
 
EOObjAttribute - Class in org.apache.cayenne.wocompat
An ObjAttribute extension that accomodates EOModel attributes.
EOObjAttribute() - Constructor for class org.apache.cayenne.wocompat.EOObjAttribute
 
EOObjAttribute(String) - Constructor for class org.apache.cayenne.wocompat.EOObjAttribute
 
EOObjAttribute(String, String, ObjEntity) - Constructor for class org.apache.cayenne.wocompat.EOObjAttribute
 
EOObjEntity - Class in org.apache.cayenne.wocompat
An extension of ObjEntity used to accomodate extra EOModel entity properties.
EOObjEntity() - Constructor for class org.apache.cayenne.wocompat.EOObjEntity
 
EOObjEntity(String) - Constructor for class org.apache.cayenne.wocompat.EOObjEntity
 
EOQuery<T> - Class in org.apache.cayenne.wocompat
A descriptor of SelectQuery loaded from EOModel.
EOQuery(ObjEntity, Map<String, ?>) - Constructor for class org.apache.cayenne.wocompat.EOQuery
 
EOSQLQuery - Class in org.apache.cayenne.wocompat
A descriptor of SQLTemplate loaded from EOModel.
EOSQLQuery(ObjEntity, Map) - Constructor for class org.apache.cayenne.wocompat.EOSQLQuery
 
escapeString(String) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Escapes all doublequotes and backslashes.
ExpandBuff(boolean) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
Each entry in this array is an array of integers.

F

FillBuff() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
findModelName(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns EOModel name based on its path.
FLOAT - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 

G

generateParseException() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
getBeginColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getBeginLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getBindingNames() - Method in class org.apache.cayenne.wocompat.EOQuery
 
getColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
Deprecated. 
getDataMap() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns a DataMap associated with this helper.
getEndColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getEndLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getEoAttributeName() - Method in class org.apache.cayenne.wocompat.EODbAttribute
 
getEOName() - Method in class org.apache.cayenne.wocompat.EOQuery
 
getEOQueries() - Method in class org.apache.cayenne.wocompat.EOObjEntity
Returns a collection of queries for this entity.
GetImage() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
Deprecated. 
getMessage() - Method in exception org.apache.cayenne.wocompat.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.cayenne.wocompat.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getModelUrl() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns EOModel location as URL.
getNextToken() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
getNextToken() - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
getPrototypeAttributeMapFor(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
 
GetSuffix(int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getToken(int) - Method in class org.apache.cayenne.wocompat.parser.Parser
 

I

image - Variable in class org.apache.cayenne.wocompat.parser.Token
The string image of the token.
inBuf - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
initFromPlist(Map<String, ?>) - Method in class org.apache.cayenne.wocompat.EOQuery
 
initFromPlist(Map) - Method in class org.apache.cayenne.wocompat.EOSQLQuery
 
input_stream - Variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
inputStream - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
INT - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
isAbstractEntity() - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
isPrototypesEntity(String) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Returns whether an Entity is an EOF EOPrototypes entity.
isReadOnly() - Method in class org.apache.cayenne.wocompat.EOObjAttribute
 
isSubclass() - Method in class org.apache.cayenne.wocompat.EOObjEntity
 

J

javaTypeForEOModelerType(String, String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Performs Objective C data types conversion to Java types.
jj_nt - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
jjFillToken() - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
jjnewLexState - Static variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 

K

keyValuePair(String, Map) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
kind - Variable in class org.apache.cayenne.wocompat.parser.Token
An integer that describes the kind of this token.

L

leaf() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.cayenne.wocompat.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
line - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
loadEntityIndex(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Loads EOEntity information and returns it as a map.
loadEOModel(String) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Deprecated.
since 4.0 in favor of EOModelProcessor.loadEOModel(URL).
loadEOModel(String, boolean) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Deprecated.
loadEOModel(URL) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Performs EOModel loading.
loadEOModel(URL, boolean) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Performs EOModel loading.
loadModeIndex(String) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Deprecated.
loadModeIndex(URL) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Returns index.eomodeld contents as a Map.
loadModelIndex() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Loads EOModel index and returns it as a map.
loadQueryIndex(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Loads EOFetchSpecification information and returns it as a map.
localQueryName(String) - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
lookingAhead - Variable in class org.apache.cayenne.wocompat.parser.Parser
 

M

makeAttributes(EOModelHelper, EOObjEntity) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Create ObjAttributes of the specified entity, as well as DbAttributes of the corresponding DbEntity.
makeEntity(EOModelHelper, String, boolean) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Creates and returns a new ObjEntity linked to a corresponding DbEntity.
makeEOQueryDescriptor(ObjEntity, Map) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
 
makeEOSQLQueryDescriptor(ObjEntity, Map) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
 
makeFlatRelationships(EOModelHelper, ObjEntity) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Create Flattened ObjRelationships of the specified entity.
makeHelper(URL) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Creates an returns new EOModelHelper to process EOModel.
makeQualifier(Map<String, ?>) - Method in class org.apache.cayenne.wocompat.EOQuery
Creates the Expression equivalent of the EOFetchSpecification represented by the Map.
makeQuery(EOModelHelper, EOObjEntity, String) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Creates a Cayenne query out of EOFetchSpecification data.
makeRelationships(EOModelHelper, ObjEntity) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Create ObjRelationships of the specified entity, as well as DbRelationships of the corresponding DbEntity.
makeReverseDbRelationships(DbEntity) - Method in class org.apache.cayenne.wocompat.EOModelProcessor
Create reverse DbRelationships that were not created so far, since Cayenne requires them.
map(String) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
maxNextCharInd - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
modelNames() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns an iterator of model names.
modelNamesAsList() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns a list of model entity names.
modelUrl - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 

N

newToken(int) - Static method in class org.apache.cayenne.wocompat.parser.Token
Returns a new Token object, by default.
next - Variable in class org.apache.cayenne.wocompat.parser.Token
A reference to the next regular (non-special) token from the input stream.
numericAttributeClass(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
 

O

object(String) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
openEntityStream(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns InputStream to read an EOEntity plist file.
openIndexStream() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns InputStream to read an EOModel index file.
openQueryStream(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns InputStream to read an EOFetchSpecification plist file.
org.apache.cayenne.wocompat - package org.apache.cayenne.wocompat
Contains classes that interface Cayenne with Apple's WebObjects.
org.apache.cayenne.wocompat.parser - package org.apache.cayenne.wocompat.parser
 

P

ParseException - Exception in org.apache.cayenne.wocompat.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.cayenne.wocompat.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.cayenne.wocompat.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.cayenne.wocompat.parser.ParseException
 
Parser - Class in org.apache.cayenne.wocompat.parser
NeXT/Apple Property List format parser.
Parser() - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(PlistDataStructureFactory) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(String, PlistDataStructureFactory) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(File, PlistDataStructureFactory) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(InputStream, PlistDataStructureFactory) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(InputStream) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(Reader) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
Parser(ParserTokenManager) - Constructor for class org.apache.cayenne.wocompat.parser.Parser
 
ParserConstants - Interface in org.apache.cayenne.wocompat.parser
 
ParserTokenManager - Class in org.apache.cayenne.wocompat.parser
 
ParserTokenManager(SimpleCharStream) - Constructor for class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
ParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
PlistDataStructureFactory - Interface in org.apache.cayenne.wocompat
An interface that defines a factory for custom deserializing a property list.
plistMap - Variable in class org.apache.cayenne.wocompat.EOQuery
 
plistMap - Variable in class org.apache.cayenne.wocompat.EOSQLQuery
 
prevCharIsCR - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
propertyList() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
propertyListFromFile(File) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Reads a property list file.
propertyListFromFile(File, PlistDataStructureFactory) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Reads a property list file.
propertyListFromStream(InputStream) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Reads a property list data from InputStream.
propertyListFromStream(InputStream, PlistDataStructureFactory) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Reads a property list data from InputStream.
PropertyListSerialization - Class in org.apache.cayenne.wocompat
A PropertyListSerialization is a utility class that reads and stores files in NeXT/Apple property list format.
PropertyListSerialization() - Constructor for class org.apache.cayenne.wocompat.PropertyListSerialization
 
propertyListToFile(File, Object) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Saves property list to file.
propertyListToStream(OutputStream, Object) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Saves property list to file.
prototypeChecker - Variable in class org.apache.cayenne.wocompat.EOModelProcessor
 

Q

qualifiedQueryName(String) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Translates query name local to the ObjEntity to the global name.
queryNames(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns the iterator over EOFetchSpecification names for a given entity.
queryPListMap(String, String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns a map containing EOFetchSpecification information for entity name and query name.
QUOTED_STRING - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
quoteString(String) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Returns a quoted String, with all the escapes preprocessed.

R

readChar() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
readOnly - Variable in class org.apache.cayenne.wocompat.EOObjAttribute
 
ReInit(InputStream) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
ReInit(Reader) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
ReInit(ParserTokenManager) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
ReInit(SimpleCharStream) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 

S

setAbstractEntity(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
setDebugStream(PrintStream) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
setEoAttributeName(String) - Method in class org.apache.cayenne.wocompat.EODbAttribute
 
setReadOnly(boolean) - Method in class org.apache.cayenne.wocompat.EOObjAttribute
 
setSubclass(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
SimpleCharStream - Class in org.apache.cayenne.wocompat.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
specialConstructor - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.cayenne.wocompat.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
STRING - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
subclass - Variable in class org.apache.cayenne.wocompat.EOObjEntity
 
SwitchTo(int) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 

T

token - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
Token - Class in org.apache.cayenne.wocompat.parser
Describes the input token stream.
Token() - Constructor for class org.apache.cayenne.wocompat.parser.Token
 
token_source - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
tokenImage - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
TokenMgrError - Error in org.apache.cayenne.wocompat.parser
 
TokenMgrError() - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
toString() - Method in class org.apache.cayenne.wocompat.parser.Token
Returns the image.
translateToDbPath(Expression) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Overrides super to support translation of EO attributes that have no ObjAttributes.

U

UpdateLineColumn(char) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 

W

WithinComment - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
WithinQuotedString - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
writeObject(String, Writer, Object) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Internal method to recursively write a property list object.
A B C D E F G I J K L M N O P Q R S T U W 
Skip navigation links

Copyright © 2001–2016 Apache Cayenne. All rights reserved.