|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjAttribute | |
---|---|
org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. |
org.apache.cayenne.dataview | |
org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. |
org.apache.cayenne.reflect | |
org.apache.cayenne.reflect.generic | |
org.apache.cayenne.wocompat | Contains classes that interface Cayenne with Apple's WebObjects. |
Uses of ObjAttribute in org.apache.cayenne.access.jdbc |
---|
Constructors in org.apache.cayenne.access.jdbc with parameters of type ObjAttribute | |
---|---|
ColumnDescriptor(ObjAttribute objAttribute,
DbAttribute dbAttribute,
String columnAlias)
|
Uses of ObjAttribute in org.apache.cayenne.dataview |
---|
Methods in org.apache.cayenne.dataview that return ObjAttribute | |
---|---|
ObjAttribute |
ObjEntityViewField.getObjAttribute()
|
Methods in org.apache.cayenne.dataview with parameters of type ObjAttribute | |
---|---|
void |
ObjEntityViewField.setObjAttribute(ObjAttribute objAttribute)
|
Uses of ObjAttribute in org.apache.cayenne.map |
---|
Subclasses of ObjAttribute in org.apache.cayenne.map | |
---|---|
class |
ClientObjAttribute
A client version of ObjAttribute that has some properties from DbAttribute that the client may want. |
Methods in org.apache.cayenne.map that return ObjAttribute | |
---|---|
ObjAttribute |
EmbeddedAttribute.getAttribute(String name)
Returns an ObjAttribute for a given name, taking into account column name overrides. |
ObjAttribute |
ObjEntity.getAttributeForDbAttribute(DbAttribute dbAttribute)
Returns ObjAttribute of this entity that maps to dbAttribute
parameter. |
ObjAttribute |
EmbeddedAttribute.getAttributeForDbPath(String dbPath)
Returns an ObjAttribute that maps to a given DbAttribute , or returns null
if no such attribute exists. |
ObjAttribute |
ObjAttribute.getClientAttribute()
Returns an ObjAttribute stripped of any server-side information, such as DbAttribute mapping. |
Uses of ObjAttribute in org.apache.cayenne.reflect |
---|
Methods in org.apache.cayenne.reflect that return ObjAttribute | |
---|---|
ObjAttribute |
AttributeProperty.getAttribute()
|
ObjAttribute |
SimpleAttributeProperty.getAttribute()
|
Methods in org.apache.cayenne.reflect with parameters of type ObjAttribute | |
---|---|
protected void |
PersistentDescriptorFactory.createAttributeProperty(PersistentDescriptor descriptor,
ObjAttribute attribute)
|
protected void |
PersistentDescriptorFactory.createEmbeddedAttributeProperty(PersistentDescriptor descriptor,
EmbeddedAttribute embeddedAttribute,
ObjAttribute attribute)
|
Constructors in org.apache.cayenne.reflect with parameters of type ObjAttribute | |
---|---|
SimpleAttributeProperty(ClassDescriptor owner,
Accessor accessor,
ObjAttribute attribute)
|
Uses of ObjAttribute in org.apache.cayenne.reflect.generic |
---|
Methods in org.apache.cayenne.reflect.generic with parameters of type ObjAttribute | |
---|---|
protected void |
DataObjectDescriptorFactory.createAttributeProperty(PersistentDescriptor descriptor,
ObjAttribute attribute)
|
Uses of ObjAttribute in org.apache.cayenne.wocompat |
---|
Subclasses of ObjAttribute in org.apache.cayenne.wocompat | |
---|---|
class |
EOObjAttribute
An ObjAttribute extension that accomodates EOModel attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |