|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
com.redhat.persistence | |
com.redhat.persistence.common | |
com.redhat.persistence.engine.rdbms | Generates optimized SQL queries based on metadata. |
com.redhat.persistence.metadata | |
com.redhat.persistence.oql | |
com.redhat.persistence.pdl.nodes |
Uses of Path in com.redhat.persistence |
Methods in com.redhat.persistence that return Path | |
Path |
Parameter.getPath()
|
Path |
NotFetchedException.getPath()
|
Path |
NoSuchPathException.getPath()
|
Path |
Expression.Variable.getPath()
|
Path |
Source.getPath()
|
Methods in com.redhat.persistence with parameters of type Path | |
static Expression.Variable |
Expression.variable(Path path)
|
static Condition.Equals |
Condition.equals(Path left,
Path right)
|
static Condition.Contains |
Condition.contains(Path left,
Path right)
|
Object |
Cursor.get(Path path)
|
abstract Object |
RecordSet.get(Path p)
|
String |
Signature.getColumn(Path p)
|
boolean |
Signature.hasPath(Path p)
|
void |
Signature.addPath(Path path)
|
boolean |
Signature.isFetched(Path path)
|
void |
Signature.addSignature(Signature sig,
Path path)
|
void |
Signature.addSource(ObjectType type,
Path path)
|
Source |
Signature.getSource(Path p)
|
boolean |
Signature.isSource(Path p)
|
Property |
Signature.getProperty(Path path)
|
ObjectType |
Signature.getType(Path path)
|
boolean |
Signature.exists(Path p)
|
Constructors in com.redhat.persistence with parameters of type Path | |
Parameter(ObjectType type,
Path path)
|
|
NotFetchedException(Cursor c,
Path p)
|
|
NoSuchPathException(Path path)
|
|
Source(ObjectType type,
Path path)
|
Uses of Path in com.redhat.persistence.common |
Methods in com.redhat.persistence.common that return Path | |
static Path |
Path.get(String path)
|
static Path |
Path.add(String p1,
String p2)
|
static Path |
Path.add(Path p1,
String p2)
|
static Path |
Path.add(String p1,
Path p2)
|
static Path |
Path.add(Path p1,
Path p2)
|
static Path |
Path.relative(Path base,
Path descendent)
|
Path |
Path.getParent()
|
Path |
Path.getRelative(Path path)
|
Methods in com.redhat.persistence.common with parameters of type Path | |
static Path |
Path.add(Path p1,
String p2)
|
static Path |
Path.add(String p1,
Path p2)
|
static Path |
Path.add(Path p1,
Path p2)
|
static Path |
Path.relative(Path base,
Path descendent)
|
boolean |
Path.isAncestor(Path path)
|
Path |
Path.getRelative(Path path)
|
Uses of Path in com.redhat.persistence.engine.rdbms |
Methods in com.redhat.persistence.engine.rdbms that return Path | |
Path |
UnboundParameterException.getParameter()
|
Methods in com.redhat.persistence.engine.rdbms with parameters of type Path | |
void |
SQLWriter.write(Path path)
|
Uses of Path in com.redhat.persistence.metadata |
Methods in com.redhat.persistence.metadata that return Path | |
Path |
DataOperation.getName()
|
Path |
Mapping.getPath()
|
Path |
SQLBlock.getMapping(Path path)
|
Methods in com.redhat.persistence.metadata with parameters of type Path | |
boolean |
SQLBlock.hasMapping(Path path)
|
void |
SQLBlock.addMapping(Path path,
Path column)
|
void |
SQLBlock.removeMapping(Path path)
|
Path |
SQLBlock.getMapping(Path path)
|
boolean |
SQLBlock.hasType(Path path)
|
void |
SQLBlock.addType(Path path,
int type)
|
int |
SQLBlock.getType(Path path)
|
Property |
ObjectType.getProperty(Path path)
|
ObjectType |
ObjectType.getType(Path path)
|
boolean |
ObjectType.exists(Path path)
|
boolean |
ObjectType.isKey(Path path)
|
boolean |
ObjectType.isImmediate(Path path)
|
DataOperation |
Root.getDataOperation(Path name)
|
boolean |
ObjectMap.hasMapping(Path p)
|
Mapping |
ObjectMap.getMapping(Path p)
|
void |
ObjectMap.addFetchedPath(Path p)
|
Constructors in com.redhat.persistence.metadata with parameters of type Path | |
Qualias(Path path,
String query)
|
|
Static(Path path)
|
|
JoinThrough(Path path,
ForeignKey from,
ForeignKey to)
|
|
JoinFrom(Path path,
ForeignKey key)
|
|
JoinTo(Path path,
ForeignKey key)
|
|
Value(Path path,
Column column)
|
|
DataOperation(Path name,
SQLBlock sql)
|
|
Mapping(Path path)
|
Uses of Path in com.redhat.persistence.oql |
Methods in com.redhat.persistence.oql with parameters of type Path | |
static Expression |
Expression.valueOf(Path path)
|
Uses of Path in com.redhat.persistence.pdl.nodes |
Methods in com.redhat.persistence.pdl.nodes that return Path | |
Path |
PathNd.getPath()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |