| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLSerializable | |
|---|---|
| org.apache.cayenne.exp | Cayenne data expression classes. | 
| org.apache.cayenne.exp.parser | Contains expression parser and other expression internals. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. | 
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. | 
| org.apache.cayenne.wocompat | Contains classes that interface Cayenne with Apple's WebObjects. | 
| Uses of XMLSerializable in org.apache.cayenne.exp | 
|---|
| Classes in org.apache.cayenne.exp that implement XMLSerializable | |
|---|---|
|  class | ExpressionSuperclass of Cayenne expressions that defines basic API for expressions use. | 
| Uses of XMLSerializable in org.apache.cayenne.exp.parser | 
|---|
| Classes in org.apache.cayenne.exp.parser that implement XMLSerializable | |
|---|---|
|  class | AggregateConditionNodeSuperclass of aggregated conditional nodes such as NOT, AND, OR. | 
|  class | ASTAdd"Add" Expression. | 
|  class | ASTAnd"And" expression. | 
|  class | ASTBetween"Between" expression. | 
|  class | ASTDbPathPath expression traversing DB relationships and attributes. | 
|  class | ASTDivide"Divide" expression. | 
|  class | ASTEqual"Equal To" expression. | 
|  class | ASTFalseBoolean false expression element Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean with a Boolean value. | 
|  class | ASTGreater"Greate Than" expression. | 
|  class | ASTGreaterOrEqual"Greater Than Or Equal To" expression. | 
|  class | ASTIn"In" expression. | 
|  class | ASTLess"Less Then" expression. | 
|  class | ASTLessOrEqual"Less than or equal to" expression. | 
|  class | ASTLike"Like" expression. | 
|  class | ASTLikeIgnoreCase"Case insensitive like" expression. | 
|  class | ASTListA leaf expression representing an immutable collection of values. | 
|  class | ASTMultiply"Multiply" expression. | 
|  class | ASTNamedParameterA named expression parameter. | 
|  class | ASTNegate"Negate" expression. | 
|  class | ASTNot"Not" expression. | 
|  class | ASTNotBetween"Not Between" expression. | 
|  class | ASTNotEqual"Not equal to" expression. | 
|  class | ASTNotIn"Not In" expression. | 
|  class | ASTNotLike"Not Like" expression. | 
|  class | ASTNotLikeIgnoreCase"Not like, ignore case" expression. | 
|  class | ASTObjPath | 
|  class | ASTOr"Or" expression. | 
|  class | ASTPathGeneric path expression. | 
|  class | ASTScalarA scalar value wrapper expression. | 
|  class | ASTSubtract"Subtract" expression. | 
|  class | ASTTrueBoolean true expression element Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean with a Boolean value. | 
|  class | ConditionNodeSuperclass of conditional expressions. | 
|  class | PatternMatchNodeSuperclass of pattern matching nodes. | 
|  class | SimpleNodeSuperclass of AST* expressions that implements Node interface defined by JavaCC framework. | 
| Uses of XMLSerializable in org.apache.cayenne.map | 
|---|
| Classes in org.apache.cayenne.map that implement XMLSerializable | |
|---|---|
|  class | AttributeDefines a property descriptor that is a part of an Entity. | 
|  class | DataMapStores a collection of related mapping objects that describe database and object layers of an application. | 
|  class | DbAttributeA DbAttribute defines a descriptor for a single database table column. | 
|  class | DbEntityA DbEntity is a mapping descriptor that defines a structure of a database table. | 
|  class | DbJoinDefines a join between two attributes of a given relationship. | 
|  class | DbKeyGeneratorDbKeyGenerator is an abstraction of a primary key generator It configures the primary key generation per DbEntity in a RDBMS independent manner. | 
|  class | DbRelationshipA DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | 
|  class | DbRelationshipDetectedA subclass of DbRelationshipto hold some extra runtime information. | 
|  class | DetectedDbEntityA DbEntitysubclass used to hold extra JDBC metadata. | 
|  class | EmbeddableA mapping descriptor of an embeddable class. | 
|  class | EmbeddableAttributeA persistent attribute of an embeddable object. | 
|  class | EmbeddedAttributeAn attribute of the ObjEntity that maps to an embeddable class. | 
|  class | EntityAn Entity is an abstract descriptor for an entity mapping concept. | 
|  class | EntityListenerA mapping descriptor of an entity listener class that declares one or more callback methods to be notified of the entity events. | 
|  class | ObjAttributeAn ObjAttribute is a mapping descriptor of a Java class property. | 
|  class | ObjEntityObjEntity is a mapping descriptor for a DataObject Java class. | 
|  class | ObjRelationshipDescribes an association between two Java classes mapped as source and target ObjEntity. | 
|  class | ProcedureA mapping descriptor for a database stored procedure. | 
|  class | ProcedureParameterA descriptor for the Procedure parameter. | 
|  class | RelationshipDefines a relationship between two entities. | 
| Uses of XMLSerializable in org.apache.cayenne.query | 
|---|
| Classes in org.apache.cayenne.query that implement XMLSerializable | |
|---|---|
|  class | EJBQLQueryAn EJBQL query representation in Cayenne. | 
|  class | OrderingDefines object sorting criteria, used either for in-memory sorting of object lists or as a specification for building ORDER BY clause of a SelectQuery query. | 
|  class | PrefetchSelectQueryA SelectQuery to perform a prefetch based on another query. | 
|  class | PrefetchTreeNodeDefines a node in a prefetch tree. | 
|  class | ProcedureQueryA query based on Procedure. | 
|  class | SelectQueryA query that selects persistent objects of a certain type or "raw data" (aka DataRows). | 
|  class | SQLTemplateA query that executes unchanged (except for template preprocessing) "raw" SQL specified by the user. | 
| Uses of XMLSerializable in org.apache.cayenne.wocompat | 
|---|
| Classes in org.apache.cayenne.wocompat that implement XMLSerializable | |
|---|---|
|  class | EODbAttributeEOModel-friendly DbAttribute subclass. | 
|  class | EOObjAttributeAn ObjAttribute extension that accomodates EOModel attributes. | 
|  class | EOObjEntityAn extension of ObjEntity used to accomodate extra EOModel entity properties. | 
|  class | EOQueryA descriptor of SelectQuery loaded from EOModel. | 
|  class | EOSQLQueryA descriptor of SQLTemplate loaded from EOModel. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||