org.apache.openjpa.jdbc.kernel.exps
Interface JDBCPath

All Superinterfaces:
Path, Serializable, Val, Value
All Known Implementing Classes:
ConstPath, PCPath

interface JDBCPath
extends Path, Val

A path represents a traversal into fields of a candidate object.

Author:
Abe White

Field Summary
 
Fields inherited from interface org.apache.openjpa.jdbc.kernel.exps.Val
ABS_VAL, ARGS_VAL, CONCAT_VAL, FORCE_OUTER, INDEXOF_VAL, JOIN_REL, LENGTH_VAL, LOCATE_VAL, LOWER_VAL, MATH_VAL, NULL_CMP, SQRT_VAL, SUBSTRING_VAL, TRIM_VAL, UPPER_VAL, VAL
 
Method Summary
 void getKey()
           
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Path
get, get, get, getXmlMapping, last
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getMetaData, getType, isAggregate, isVariable, isXPath, setImplicitType, setMetaData
 
Methods inherited from interface org.apache.openjpa.jdbc.kernel.exps.Val
appendIsEmpty, appendIsNotEmpty, appendIsNotNull, appendIsNull, appendSize, appendTo, calculateValue, getId, groupBy, initialize, length, load, orderBy, select, selectColumns, toDataStoreValue
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getMetaData, getType, isAggregate, isVariable, isXPath, setImplicitType, setMetaData
 

Method Detail

getKey

void getKey()


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.