Uses of Class
org.usergrid.persistence.exceptions.PersistenceException

Packages that use PersistenceException
org.usergrid.persistence.cassandra   
org.usergrid.persistence.exceptions   
org.usergrid.persistence.query.tree   
 

Uses of PersistenceException in org.usergrid.persistence.cassandra
 

Constructors in org.usergrid.persistence.cassandra that throw PersistenceException
QueryProcessor(Query query, CollectionInfo collectionInfo)
           
 

Uses of PersistenceException in org.usergrid.persistence.exceptions
 

Subclasses of PersistenceException in org.usergrid.persistence.exceptions
 class ApplicationAlreadyExistsException
           
 class DuplicateUniquePropertyExistsException
           
 class EntityNotFoundException
           
 class NoFullTextIndexException
          Thrown when the user attempts to perform a "contains" operation on a field that isn't full text indexed
 class NoIndexException
          Thrown when the user attempts to perform a "contains" operation on a field that isn't full text indexed
 class PropertyTypeConversionException
           
 class RequiredPropertyNotFoundException
           
 class UnexpectedEntityTypeException
           
 

Uses of PersistenceException in org.usergrid.persistence.query.tree
 

Methods in org.usergrid.persistence.query.tree that throw PersistenceException
 void QueryVisitor.visit(AndOperand op)
           
 void QueryVisitor.visit(NotOperand op)
           
 void QueryVisitor.visit(OrOperand op)
           
 void OrOperand.visit(QueryVisitor visitor)
           
abstract  void Operand.visit(QueryVisitor visitor)
          Visitor method
 void NotOperand.visit(QueryVisitor visitor)
           
 void ContainsOperand.visit(QueryVisitor visitor)
           
 void AndOperand.visit(QueryVisitor visitor)
           
 



Copyright © 2013. All Rights Reserved.