A B C D E F G H I J K L M N O P Q R S T U V W X Z _

J

JAVA_BIGDECIMAL - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_BOOLEAN - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_BYTE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_BYTES - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_CLASS_ROOT - Static variable in class org.apache.cayenne.map.QueryBuilder
 
JAVA_DOUBLE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_FLOAT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_INTEGER - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_LONG - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_SERIALIZATION - Static variable in class org.apache.cayenne.remote.service.LocalConnection
 
JAVA_SHORT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_SQLDATE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_STRING - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_TIME - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_TIMESTAMP - Static variable in class org.apache.cayenne.dba.TypesMapping
 
JAVA_UTILDATE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
javaClass - Variable in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
JavaGroupsBridge - Class in org.apache.cayenne.event
Implementation of EventBridge that passes and receives events via JavaGroups communication software.
JavaGroupsBridge(EventSubject, String) - Constructor for class org.apache.cayenne.event.JavaGroupsBridge
Creates new instance of JavaGroupsBridge.
JavaGroupsBridge(Collection, String) - Constructor for class org.apache.cayenne.event.JavaGroupsBridge
 
JavaGroupsBridgeFactory - Class in org.apache.cayenne.event
Factory to create JavaGroupsBridge instances.
JavaGroupsBridgeFactory() - Constructor for class org.apache.cayenne.event.JavaGroupsBridgeFactory
 
javaToUnderscored(String) - Static method in class org.apache.cayenne.util.NameConverter
Converts a String name to a String forllowing java convention for the static final variables.
javaTypeForEOModelerType(String, String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
Performs Objective C data types conversion to Java types.
javaTypes - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
JdbcActionBuilder - Class in org.apache.cayenne.dba
A factory of default SQLActions.
JdbcActionBuilder(DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.dba.JdbcActionBuilder
 
JdbcAdapter - Class in org.apache.cayenne.dba
A generic DbAdapter implementation.
JdbcAdapter() - Constructor for class org.apache.cayenne.dba.JdbcAdapter
Creates new JdbcAdapter with a set of default parameters.
jdbcDriver - Variable in class org.apache.cayenne.conn.DataSourceInfo
 
jdbcDriver - Variable in class org.apache.cayenne.conn.PoolManager
 
JdbcPkGenerator - Class in org.apache.cayenne.dba
Default primary key generator implementation.
JdbcPkGenerator() - Constructor for class org.apache.cayenne.dba.JdbcPkGenerator
 
JDBCResultIterator - Class in org.apache.cayenne.access.jdbc
A ResultIterator over the underlying JDBC ResultSet.
JDBCResultIterator(Connection, Statement, ResultSet, RowDescriptor, int) - Constructor for class org.apache.cayenne.access.jdbc.JDBCResultIterator
Creates new JDBCResultIterator that reads from provided ResultSet.
jdbcType - Variable in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
jdbcType - Variable in class org.apache.cayenne.access.jdbc.ParameterBinding
 
jdbcTypes - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
JGROUPS_CONFIG_URL_PROPERTY - Static variable in class org.apache.cayenne.event.JavaGroupsBridgeFactory
Defines a property for JavaGroups XML configuration file.
jj_nt - Variable in class org.apache.cayenne.exp.parser.ExpressionParser
 
jj_nt - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
jjFillToken() - Method in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
jjFillToken() - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
jjnewLexState - Static variable in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
jjnewLexState - Static variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
JJTADD - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtAddChild(Node, int) - Method in class org.apache.cayenne.exp.parser.AggregateConditionNode
 
jjtAddChild(Node, int) - Method in interface org.apache.cayenne.exp.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.cayenne.exp.parser.PatternMatchNode
 
jjtAddChild(Node, int) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
JJTAND - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTBETWEEN - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTAdd
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTAnd
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTDivide
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTList
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTMultiply
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTOr
 
jjtClose() - Method in class org.apache.cayenne.exp.parser.ASTSubtract
 
jjtClose() - Method in interface org.apache.cayenne.exp.parser.Node
Called after all the child nodes have been added.
jjtClose() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
JJTDBPATH - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTDIVIDE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTEQUAL - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.cayenne.exp.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.cayenne.exp.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
jjtGetParent() - Method in interface org.apache.cayenne.exp.parser.Node
 
jjtGetParent() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
JJTGREATER - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTGREATEROREQUAL - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTIN - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTLESS - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTLESSOREQUAL - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTLIKE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTLIKEIGNORECASE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTLIST - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTMULTIPLY - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNAMEDPARAMETER - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNEGATE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOT - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOTBETWEEN - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOTIN - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOTLIKE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTNOTLIKEIGNORECASE - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTOBJPATH - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtOpen() - Method in interface org.apache.cayenne.exp.parser.Node
Called after the node has been made the current node.
jjtOpen() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
JJTOR - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtree - Variable in class org.apache.cayenne.exp.parser.ExpressionParser
 
JJTSCALAR - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
jjtSetParent(Node) - Method in class org.apache.cayenne.exp.parser.AggregateConditionNode
 
jjtSetParent(Node) - Method in class org.apache.cayenne.exp.parser.ConditionNode
 
jjtSetParent(Node) - Method in interface org.apache.cayenne.exp.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
JJTSUBTRACT - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JJTVOID - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserTreeConstants
 
JMSBridge - Class in org.apache.cayenne.event
Implementation of EventBridge that passes and receives events via JMS (Java Messaging Service).
JMSBridge(EventSubject, String) - Constructor for class org.apache.cayenne.event.JMSBridge
 
JMSBridge(Collection, String) - Constructor for class org.apache.cayenne.event.JMSBridge
 
JMSBridgeFactory - Class in org.apache.cayenne.event
Factory to create JMSBridge instances.
JMSBridgeFactory() - Constructor for class org.apache.cayenne.event.JMSBridgeFactory
 
JNDIDataSourceFactory - Class in org.apache.cayenne.conf
Looks up DataSource objects via JNDI.
JNDIDataSourceFactory() - Constructor for class org.apache.cayenne.conf.JNDIDataSourceFactory
 
joinExp(int, Expression) - Method in class org.apache.cayenne.exp.Expression
Creates a new expression that joins this object with another expression, using specified join type.
joinExp(int, List) - Static method in class org.apache.cayenne.exp.ExpressionFactory
Joins all expressions in a single expression.
joinExp(int, Expression) - Method in class org.apache.cayenne.exp.ListExpression
Deprecated. In case requested expression type is the same as internal type, creates and returns a copy of this expression with the internal list of operands expanded with the new expression.
joins - Variable in class org.apache.cayenne.map.DbRelationship
 
JOINT_PREFETCH_SEMANTICS - Static variable in class org.apache.cayenne.query.PrefetchTreeNode
 
jointNodes() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns a collection of PrefetchTreeNodes in this tree with joint semantics.

A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright © 2001-2006 Apache.org All Rights Reserved.