org.tynamo.internal.services
Class GenericPersistenceService
java.lang.Object
org.tynamo.internal.services.GenericPersistenceService
- All Implemented Interfaces:
- PersistenceService
public abstract class GenericPersistenceService
- extends Object
- implements PersistenceService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericPersistenceService
public GenericPersistenceService(org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)
getPropertyAccess
protected final org.apache.tapestry5.ioc.services.PropertyAccess getPropertyAccess()
addToCollection
public <T> T addToCollection(CollectionDescriptor descriptor,
T element,
Object collectionOwner)
- Description copied from interface:
PersistenceService
- Adds and element to the collectionOwner's collection described by the descriptor
- Specified by:
addToCollection in interface PersistenceService
removeFromCollection
public void removeFromCollection(CollectionDescriptor descriptor,
Object element,
Object collectionOwner)
- Description copied from interface:
PersistenceService
- Removes the element from the collectionOwner's collection described by the descriptor
- Specified by:
removeFromCollection in interface PersistenceService
Copyright © 2004-2012. All Rights Reserved.