public abstract class GenericPersistenceService extends Object implements PersistenceService
| Constructor and Description |
|---|
GenericPersistenceService(org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
addToCollection(CollectionDescriptor descriptor,
T element,
Object collectionOwner)
Adds and element to the collectionOwner's collection described by the descriptor
|
protected org.apache.tapestry5.ioc.services.PropertyAccess |
getPropertyAccess() |
void |
removeFromCollection(CollectionDescriptor descriptor,
Object element,
Object collectionOwner)
Removes the element from the collectionOwner's collection described by the descriptor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, getGridDataSource, getIdentifier, getIdentifier, getInstance, getInstances, getInstances, getOrphanInstances, remove, removeAll, savepublic GenericPersistenceService(org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)
protected final org.apache.tapestry5.ioc.services.PropertyAccess getPropertyAccess()
public <T> T addToCollection(CollectionDescriptor descriptor, T element, Object collectionOwner)
PersistenceServiceaddToCollection in interface PersistenceServicepublic void removeFromCollection(CollectionDescriptor descriptor, Object element, Object collectionOwner)
PersistenceServiceremoveFromCollection in interface PersistenceServiceCopyright © 2004–2015. All rights reserved.