|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionDescriptor | |
|---|---|
| org.tynamo.descriptor | |
| org.tynamo.descriptor.annotation.handlers | |
| org.tynamo.services | |
| Uses of CollectionDescriptor in org.tynamo.descriptor |
|---|
| Constructors in org.tynamo.descriptor with parameters of type CollectionDescriptor | |
|---|---|
CollectionDescriptor(Class beanType,
CollectionDescriptor collectionDescriptor)
|
|
| Uses of CollectionDescriptor in org.tynamo.descriptor.annotation.handlers |
|---|
| Methods in org.tynamo.descriptor.annotation.handlers that return CollectionDescriptor | |
|---|---|
CollectionDescriptor |
CollectionDescriptorAnnotationHandler.decorateFromAnnotation(Collection annotation,
CollectionDescriptor descriptor)
|
| Methods in org.tynamo.descriptor.annotation.handlers with parameters of type CollectionDescriptor | |
|---|---|
CollectionDescriptor |
CollectionDescriptorAnnotationHandler.decorateFromAnnotation(Collection annotation,
CollectionDescriptor descriptor)
|
| Uses of CollectionDescriptor in org.tynamo.services |
|---|
| Methods in org.tynamo.services with parameters of type CollectionDescriptor | ||
|---|---|---|
|
PersistenceService.addToCollection(CollectionDescriptor descriptor,
T element,
Object collectionOwner)
Adds and element to the collectionOwner's collection described by the descriptor |
|
List |
PersistenceService.getOrphanInstances(CollectionDescriptor descriptor,
Object owner)
|
|
void |
PersistenceService.removeFromCollection(CollectionDescriptor descriptor,
Object element,
Object collectionOwner)
Removes the element from the collectionOwner's collection described by the descriptor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||