Uses of Interface
org.usergrid.persistence.AssociatedEntityRef

Packages that use AssociatedEntityRef
org.usergrid.persistence   
org.usergrid.persistence.cassandra   
 

Uses of AssociatedEntityRef in org.usergrid.persistence
 

Subinterfaces of AssociatedEntityRef in org.usergrid.persistence
 interface CollectionRef
           
 interface ConnectionRef
          Connection tuple
 

Classes in org.usergrid.persistence that implement AssociatedEntityRef
 class SimpleCollectionRef
           
 

Methods in org.usergrid.persistence with parameters of type AssociatedEntityRef
 Map<String,Object> RelationManager.getAssociatedProperties(AssociatedEntityRef associatedEntityRef)
           
 Map<String,Object> EntityManager.getAssociatedProperties(AssociatedEntityRef associatedEntityRef)
          Gets the connection properties for this entity.
 Object RelationManager.getAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName)
           
 Object EntityManager.getAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName)
          Gets the value for a named connection property.
 void RelationManager.setAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName, Object propertyValue)
           
 void EntityManager.setAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName, Object propertyValue)
          Sets the value for a named connection property.
 

Uses of AssociatedEntityRef in org.usergrid.persistence.cassandra
 

Classes in org.usergrid.persistence.cassandra that implement AssociatedEntityRef
 class ConnectionRefImpl
           
 

Methods in org.usergrid.persistence.cassandra with parameters of type AssociatedEntityRef
 Map<String,Object> RelationManagerImpl.getAssociatedProperties(AssociatedEntityRef associatedEntityRef)
           
 Map<String,Object> EntityManagerImpl.getAssociatedProperties(AssociatedEntityRef associatedEntityRef)
           
 Object RelationManagerImpl.getAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName)
           
 Object EntityManagerImpl.getAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName)
           
 void RelationManagerImpl.setAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName, Object propertyValue)
           
 void EntityManagerImpl.setAssociatedProperty(AssociatedEntityRef associatedEntityRef, String propertyName, Object propertyValue)
           
 



Copyright © 2013. All Rights Reserved.