|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyException | |
---|---|
org.apache.cayenne.reflect | |
org.apache.cayenne.reflect.generic |
Uses of PropertyException in org.apache.cayenne.reflect |
---|
Methods in org.apache.cayenne.reflect that throw PropertyException | |
---|---|
void |
ToManyProperty.addTarget(java.lang.Object source,
java.lang.Object target,
boolean setReverse)
|
void |
BaseToManyProperty.addTargetDirectly(java.lang.Object source,
java.lang.Object target)
|
void |
ToManyProperty.addTargetDirectly(java.lang.Object source,
java.lang.Object target)
Adds value to collection, without triggering changing events This method is mostly for internal use |
protected Accessor |
PersistentDescriptorFactory.createAccessor(PersistentDescriptor descriptor,
java.lang.String propertyName,
java.lang.Class<?> propertyType)
Creates an accessor for the property. |
protected abstract ValueHolder |
BaseToManyProperty.createCollectionValueHolder(java.lang.Object object)
Creates a Collection for an object. |
protected ValueHolder |
BaseToManyProperty.ensureCollectionValueHolderSet(java.lang.Object object)
Checks that an object's List field described by this property is set, injecting a List if needed. |
java.lang.Object |
ToManyMapProperty.getMapKey(java.lang.Object target)
Extracts the map key of the target object. |
java.lang.Object |
Accessor.getValue(java.lang.Object object)
Returns a property value of an object without disturbing the object fault status. |
java.lang.Object |
BeanAccessor.getValue(java.lang.Object object)
|
java.lang.Object |
EmbeddedFieldAccessor.getValue(java.lang.Object object)
|
java.lang.Object |
FieldAccessor.getValue(java.lang.Object object)
|
java.lang.Object |
IdMapKeyAccessor.getValue(java.lang.Object object)
|
java.lang.Object |
PropertyAccessor.getValue(java.lang.Object object)
|
void |
BaseProperty.injectValueHolder(java.lang.Object object)
Does nothing. |
void |
BaseToManyProperty.injectValueHolder(java.lang.Object object)
Injects a List in the object if it hasn't been done yet. |
void |
Property.injectValueHolder(java.lang.Object object)
If a property is implemented as a ValueHolder, this operation would create an unfaulted value holder and inject it into the object, if an object doesn't have it set yet. |
void |
ClassDescriptor.injectValueHolders(java.lang.Object object)
Prepares object properties for access. |
void |
LazyClassDescriptorDecorator.injectValueHolders(java.lang.Object object)
|
void |
PersistentDescriptor.injectValueHolders(java.lang.Object object)
Invokes 'prepareForAccess' of a super descriptor and then invokes 'prepareForAccess' of each declared property. |
java.lang.Object |
BaseProperty.readProperty(java.lang.Object object)
|
java.lang.Object |
BaseToManyProperty.readProperty(java.lang.Object object)
|
java.lang.Object |
Property.readProperty(java.lang.Object object)
Returns a property value, inflating unresolved object if need. |
java.lang.Object |
SimpleAttributeProperty.readProperty(java.lang.Object object)
|
java.lang.Object |
BaseProperty.readPropertyDirectly(java.lang.Object object)
|
java.lang.Object |
Property.readPropertyDirectly(java.lang.Object object)
Returns a property value of an object without disturbing the object fault status. |
void |
ToManyProperty.removeTarget(java.lang.Object source,
java.lang.Object target,
boolean setReverse)
|
void |
BaseToManyProperty.removeTargetDirectly(java.lang.Object source,
java.lang.Object target)
|
void |
ToManyProperty.removeTargetDirectly(java.lang.Object source,
java.lang.Object target)
Removes value from collection, without triggering changing events This method is mostly for internal use |
protected void |
SimpleAttributeProperty.resolveFault(java.lang.Object object)
|
void |
Accessor.setValue(java.lang.Object object,
java.lang.Object newValue)
Sets a property value of an object without disturbing the object fault status. |
void |
BeanAccessor.setValue(java.lang.Object object,
java.lang.Object newValue)
|
void |
EmbeddedFieldAccessor.setValue(java.lang.Object object,
java.lang.Object newValue)
|
void |
FieldAccessor.setValue(java.lang.Object object,
java.lang.Object newValue)
|
void |
IdMapKeyAccessor.setValue(java.lang.Object object,
java.lang.Object newValue)
|
void |
PropertyAccessor.setValue(java.lang.Object object,
java.lang.Object newValue)
|
void |
ClassDescriptor.shallowMerge(java.lang.Object from,
java.lang.Object to)
Merges object properties from one object to another, avoiding traversal of the ArcProperties. |
void |
LazyClassDescriptorDecorator.shallowMerge(java.lang.Object from,
java.lang.Object to)
|
void |
PersistentDescriptor.shallowMerge(java.lang.Object from,
java.lang.Object to)
Copies object properties from one object to another. |
void |
BaseProperty.writeProperty(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
|
void |
Property.writeProperty(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
Sets a property value, inflating unresolved object if need. |
void |
SimpleAttributeProperty.writeProperty(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
|
void |
BaseProperty.writePropertyDirectly(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
|
void |
BaseToManyProperty.writePropertyDirectly(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
Wraps list in a value holder that performs lazy faulting. |
void |
Property.writePropertyDirectly(java.lang.Object object,
java.lang.Object oldValue,
java.lang.Object newValue)
Sets a property value of an object without disturbing the object fault status. |
Uses of PropertyException in org.apache.cayenne.reflect.generic |
---|
Methods in org.apache.cayenne.reflect.generic that throw PropertyException | |
---|---|
protected Accessor |
DataObjectDescriptorFactory.createAccessor(PersistentDescriptor descriptor,
java.lang.String propertyName,
java.lang.Class<?> propertyType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |