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

Quick Search    Search Deep

org.objectstyle.cayenne.wocompat.parser.* (7)

org.objectstyle.cayenne.wocompat: Javadoc index of package org.objectstyle.cayenne.wocompat.


Package Samples:

org.objectstyle.cayenne.wocompat.parser: Contains classes that interface Cayenne with Apple's WebObjects .  

Classes:

ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
PropertyListSerialization: A PropertyListSerialization is a utility class that reads and stores files in NeXT/Apple property list format. Unlike corresponding WebObjects class, PropertyListSerialization uses standard Java collections (lists and maps) to store property lists.
EOModelHelper: Helper class used by EOModelProcessor. During creation, it loads EOModel from the specified location and parses EOModel files storing them internally as maps. EOModelProcessor will use this information to create DataMap instance.
EOObjEntity: An EOObjEntity is a mapping descriptor of a Java class property with added fields for WebOBjects EOModel. It contains the information about the Java class itself, as well as its mapping to the DbEntity layer.
ASCII_CharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
EOObjAttribute: An EOObjAttribute is a mapping descriptor of a Java class property with added fields for WebOBjects EOModel.
EOModelProcessor: Class that converts EOModels to org.objectstyle.cayenne.map.DataMap objects.
Token: Describes the input token stream.
TokenMgrError
ParserConstants
Parser
ParserTokenManager

Home | Contact Us | Privacy Policy | Terms of Service