|
|||||||||
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
org.apache.cayenne.property.ToManyListProperty
public class ToManyListProperty
A list property that is intended to work with
ToManyList
.
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 | |
---|---|
ToManyListProperty(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. |
Methods inherited from class org.apache.cayenne.property.ListProperty |
---|
isFault |
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 ToManyListProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, PropertyAccessor accessor, java.lang.String reverseName)
Method Detail |
---|
protected ValueHolder createCollectionValueHolder(java.lang.Object object) throws PropertyAccessException
ListProperty
createCollectionValueHolder
in class ListProperty
PropertyAccessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |