|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.property.SimpleProperty
org.apache.cayenne.property.AbstractSingleObjectArcProperty
org.apache.cayenne.property.AbstractCollectionProperty
org.apache.cayenne.property.ListProperty
public class ListProperty
Provides access to a property implemented as a List Field.
Field Summary |
---|
Fields inherited from class org.apache.cayenne.property.AbstractSingleObjectArcProperty |
---|
complimentaryReverseArcName, targetDescriptor |
Fields inherited from class org.apache.cayenne.property.SimpleProperty |
---|
accessor, owner |
Constructor Summary | |
---|---|
ListProperty(ClassDescriptor owner,
ClassDescriptor targetDescriptor,
PropertyAccessor accessor,
java.lang.String reverseName)
|
Method Summary | |
---|---|
protected ValueHolder |
createCollectionValueHolder(java.lang.Object object)
Creates a List for an object. |
boolean |
isFault(java.lang.Object object)
Returns whether a target node connected to a given object is an unresolved fault. |
Methods inherited from class org.apache.cayenne.property.AbstractCollectionProperty |
---|
addTarget, ensureCollectionValueHolderSet, injectValueHolder, readProperty, removeTarget, shallowMerge, visit, writePropertyDirectly |
Methods inherited from class org.apache.cayenne.property.AbstractSingleObjectArcProperty |
---|
getComplimentaryReverseArc, getTargetDescriptor, setReverse, setTarget |
Methods inherited from class org.apache.cayenne.property.SimpleProperty |
---|
getName, readPropertyDirectly, writeProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cayenne.property.ArcProperty |
---|
getComplimentaryReverseArc, getTargetDescriptor |
Methods inherited from interface org.apache.cayenne.property.Property |
---|
writeProperty |
Methods inherited from interface org.apache.cayenne.property.PropertyAccessor |
---|
getName, readPropertyDirectly |
Constructor Detail |
---|
public ListProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, PropertyAccessor accessor, java.lang.String reverseName)
Method Detail |
---|
protected ValueHolder createCollectionValueHolder(java.lang.Object object) throws PropertyAccessException
createCollectionValueHolder
in class AbstractCollectionProperty
PropertyAccessException
public boolean isFault(java.lang.Object object)
ArcProperty
isFault
in interface ArcProperty
isFault
in class AbstractSingleObjectArcProperty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |