|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CayenneMapEntry | |
---|---|
org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. |
org.apache.cayenne.tools | Command line tools and Ant tasks. |
org.apache.cayenne.wocompat | Contains classes that interface Cayenne with Apple's WebObjects. |
Uses of CayenneMapEntry in org.apache.cayenne.map |
---|
Classes in org.apache.cayenne.map that implement CayenneMapEntry | |
---|---|
class |
Attribute
Defines a property descriptor that is a part of an Entity. |
class |
ClientObjAttribute
A client version of ObjAttribute that has some properties from DbAttribute that the client may want. |
class |
DbAttribute
A DbAttribute defines a descriptor for a single database table column. |
class |
DbEntity
A DbEntity is a mapping descriptor that defines a structure of a database table. |
class |
DbKeyGenerator
DbKeyGenerator is an abstraction of a primary key generator It configures the primary key generation per DbEntity in a RDBMS independent manner. |
class |
DbRelationship
A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. |
class |
DerivedDbAttribute
A DerivedDbAttribute is a DbAttribute that resolves to an SQL expression based on a set of other attributes. |
class |
DerivedDbEntity
DbEntity subclass that is based on another DbEntity and allows to define complex database expressions like GROUP BY and aggregate functions. |
class |
EmbeddedAttribute
An attribute of the ObjEntity that maps to an embeddable class. |
class |
Entity
An Entity is an abstract descriptor for an entity mapping concept. |
class |
ObjAttribute
An ObjAttribute is a mapping descriptor of a Java class property. |
class |
ObjEntity
ObjEntity is a mapping descriptor for a DataObject Java class. |
class |
ObjRelationship
Describes navigational association between two Java classes, represented as source and target ObjEntity. |
class |
Procedure
A mapping descriptor for a database stored procedure. |
class |
ProcedureParameter
A descriptor for the Procedure parameter. |
class |
Relationship
Defines a relationship between two entities. |
Uses of CayenneMapEntry in org.apache.cayenne.tools |
---|
Methods in org.apache.cayenne.tools with parameters of type CayenneMapEntry | |
---|---|
protected boolean |
NamePatternMatcher.passedExcludeFilter(CayenneMapEntry item)
Returns true if the entity does not match any one of the "exclude" patterns, or if there is no "exclude" patterns defined. |
protected boolean |
NamePatternMatcher.passedIncludeFilter(CayenneMapEntry item)
Returns true if the entity matches any one of the "include" patterns, or if there is no "include" patterns defined. |
Uses of CayenneMapEntry in org.apache.cayenne.wocompat |
---|
Classes in org.apache.cayenne.wocompat that implement CayenneMapEntry | |
---|---|
class |
EODbAttribute
EOModel-friendly DbAttribute subclass. |
class |
EOObjAttribute
An ObjAttribute extension that accomodates EOModel attributes. |
class |
EOObjEntity
An extension of ObjEntity used to accomodate extra EOModel entity properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |