Uses of Class
org.plasma.query.model.Entity

Packages that use Entity
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.query.visitor   
 

Uses of Entity in org.plasma.query.model
 

Fields in org.plasma.query.model declared as Entity
protected  Entity Update.entity
           
protected  Entity Term.entity
           
protected  Entity From.entity
           
protected  Entity Delete.entity
           
 

Methods in org.plasma.query.model that return Entity
 Entity ObjectFactory.createEntity()
          Create an instance of Entity
 Entity Update.getEntity()
          Gets the value of the entity property.
 Entity Term.getEntity()
          Gets the value of the entity property.
 Entity From.getEntity()
           
 Entity Delete.getEntity()
          Gets the value of the entity property.
 

Methods in org.plasma.query.model with parameters of type Entity
 void Update.setEntity(Entity value)
          Sets the value of the entity property.
 void Term.setEntity(Entity value)
          Sets the value of the entity property.
 void From.setEntity(Entity value)
           
 void Delete.setEntity(Entity value)
          Sets the value of the entity property.
 void AbstractQueryValidator.start(Entity entity)
           
 

Constructors in org.plasma.query.model with parameters of type Entity
Expression(Entity entity)
           
From(Entity entity)
           
Term(Entity entity)
           
 

Uses of Entity in org.plasma.query.visitor
 

Methods in org.plasma.query.visitor with parameters of type Entity
 void QueryVisitor.end(Entity entity)
           
 void DefaultQueryVisitor.end(Entity entity)
           
 void QueryVisitor.start(Entity entity)
           
 void DefaultQueryVisitor.start(Entity entity)
           
 



Copyright © 2013. All Rights Reserved.