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

Packages that use Path
org.plasma.query.dsl   
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.sdo.access.provider.common   
 

Uses of Path in org.plasma.query.dsl
 

Methods in org.plasma.query.dsl that return Path
protected  Path DomainEndpoint.createPath()
           
 

Uses of Path in org.plasma.query.model
 

Fields in org.plasma.query.model declared as Path
protected  Path AbstractProperty.path
           
 

Methods in org.plasma.query.model that return Path
 Path ObjectFactory.createPath()
          Create an instance of Path
static Path Path.forName(String name)
           
static Path Path.forNames(String[] names)
           
 Path AbstractProperty.getPath()
          Gets the value of the path property.
 

Methods in org.plasma.query.model with parameters of type Path
static Property Property.forName(String name, Path path)
          Factory method returning a property for the given name and path.
 void AbstractProperty.setPath(Path value)
          Sets the value of the path property.
static WildcardProperty Property.wildcard(Path path)
           
 

Constructors in org.plasma.query.model with parameters of type Path
Property(String name, Path path)
           
Property(String name, Path path, Query query)
           
Property(String name, Path path, SortDirectionValues direction)
           
WildcardProperty(Path path)
           
 

Uses of Path in org.plasma.sdo.access.provider.common
 

Methods in org.plasma.sdo.access.provider.common with parameters of type Path
protected  Object DataComparator.findEndpoint(DataObject targetObject, Property property, Path path, int pathIndex)
           
 



Copyright © 2014. All rights reserved.