Uses of Class
org.tynamo.descriptor.CollectionDescriptor

Packages that use CollectionDescriptor
org.tynamo.descriptor   
org.tynamo.descriptor.annotation.handlers   
org.tynamo.internal.services   
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 with parameters of type CollectionDescriptor
 void CollectionDescriptorAnnotationHandler.decorateFromAnnotation(CollectionDescriptor annotation, CollectionDescriptor descriptor)
           
 

Uses of CollectionDescriptor in org.tynamo.internal.services
 

Methods in org.tynamo.internal.services with parameters of type CollectionDescriptor
<T> T
GenericPersistenceService.addToCollection(CollectionDescriptor descriptor, T element, Object collectionOwner)
           
 void GenericPersistenceService.removeFromCollection(CollectionDescriptor descriptor, Object element, Object collectionOwner)
           
 

Uses of CollectionDescriptor in org.tynamo.services
 

Methods in org.tynamo.services with parameters of type CollectionDescriptor
<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-2012. All Rights Reserved.