| Package | Description |
|---|---|
| org.tynamo.descriptor | |
| org.tynamo.internal.services | |
| org.tynamo.services |
| Constructor and Description |
|---|
CollectionDescriptor(Class beanType,
CollectionDescriptor collectionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
GenericPersistenceService.addToCollection(CollectionDescriptor descriptor,
T element,
Object collectionOwner) |
void |
GenericPersistenceService.removeFromCollection(CollectionDescriptor descriptor,
Object element,
Object collectionOwner) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PersistenceService.addToCollection(CollectionDescriptor descriptor,
T element,
Object collectionOwner)
Deprecated.
Adds and element to the collectionOwner's collection described by the descriptor
|
List |
PersistenceService.getOrphanInstances(CollectionDescriptor descriptor,
Object owner)
Deprecated.
|
void |
PersistenceService.removeFromCollection(CollectionDescriptor descriptor,
Object element,
Object collectionOwner)
Deprecated.
Removes the element from the collectionOwner's collection described by the descriptor
|
Copyright © 2004–2015. All rights reserved.