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 _

B

backup(int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
Base64Codec - Class in org.apache.cayenne.util
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64Codec() - Constructor for class org.apache.cayenne.util.Base64Codec
 
BaseClassDescriptor - Class in org.apache.cayenne.property
A superclass of Cayenne ClassDescriptors.
BaseClassDescriptor(ClassDescriptor) - Constructor for class org.apache.cayenne.property.BaseClassDescriptor
Creates an uncompiled BaseClassDescriptor.
baseClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
BaseConnection - Class in org.apache.cayenne.remote
A common base class for concrete ClientConnection implementations.
BaseConnection() - Constructor for class org.apache.cayenne.remote.BaseConnection
Default constructor that initializes logging and a single threaded EventManager.
basePackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
BaseRemoteService - Class in org.apache.cayenne.remote.service
A generic implementation of an RemoteService.
BaseRemoteService() - Constructor for class org.apache.cayenne.remote.service.BaseRemoteService
 
BaseSQLAction - Class in org.apache.cayenne.access.jdbc
A convenience superclass for SQLAction implementations.
BaseSQLAction(DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.access.jdbc.BaseSQLAction
 
BasicQueryBuilder - Class in org.apache.cayenne.dataview
 
BasicQueryBuilder(ObjEntityView) - Constructor for class org.apache.cayenne.dataview.BasicQueryBuilder
 
BasicServletConfiguration - Class in org.apache.cayenne.conf
Deprecated. Since 1.2 ServletUtil is used instead, as the actual file loading strategy is defined at the ResourceLocator elevel, and this class provides no value of its own.
BasicServletConfiguration() - Constructor for class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
BasicServletConfiguration(ServletContext) - Constructor for class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
batch - Variable in class org.apache.cayenne.access.jdbc.BatchAction
 
BatchAction - Class in org.apache.cayenne.access.jdbc
 
BatchAction(BatchQuery, DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.access.jdbc.BatchAction
 
batchAction(BatchQuery) - Method in class org.apache.cayenne.dba.JdbcActionBuilder
 
batchAction(BatchQuery) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerActionBuilder
 
batchAction(BatchQuery) - Method in interface org.apache.cayenne.query.SQLActionVisitor
Executes a batch update query.
batchIndex - Variable in class org.apache.cayenne.query.BatchQuery
 
BatchQuery - Class in org.apache.cayenne.query
BatchQuery and its descendants allow to group similar data for the batch database modifications, including inserts, updates and deletes.
BatchQuery(DbEntity) - Constructor for class org.apache.cayenne.query.BatchQuery
 
BatchQueryBuilder - Class in org.apache.cayenne.access.trans
Superclass of batch query translators.
BatchQueryBuilder() - Constructor for class org.apache.cayenne.access.trans.BatchQueryBuilder
 
BatchQueryBuilder(DbAdapter) - Constructor for class org.apache.cayenne.access.trans.BatchQueryBuilder
 
BatchQueryUtils - Class in org.apache.cayenne.access.util
Deprecated. since 1.2 - this class is made non-public and moved to the access package.
BeanAccessor - Class in org.apache.cayenne.property
A property accessor that uses set/get methods following JavaBean naming conventions.
BeanAccessor(Class, String, Class) - Constructor for class org.apache.cayenne.property.BeanAccessor
 
BeanValidationFailure - Class in org.apache.cayenne.validation
ValidationFailure implementation that described a failure of a single named property of a Java Bean object.
BeanValidationFailure(Object, String, Object) - Constructor for class org.apache.cayenne.validation.BeanValidationFailure
Creates new BeanValidationFailure.
beforeSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.BaseConnection
Called before logging the beginning of message processing.
beforeSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Establishes server session if needed.
beforeSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.service.LocalConnection
Does nothing.
begin() - Method in class org.apache.cayenne.access.Transaction
Starts a Transaction.
beginColumn - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.cayenne.wocompat.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
BETWEEN - Static variable in class org.apache.cayenne.exp.Expression
 
betweenExp(String, Object, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience shortcut for building BETWEEN expressions.
BinaryExpression - Class in org.apache.cayenne.exp
Deprecated. since 1.2
BinaryExpression() - Constructor for class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
BinaryExpression(int) - Constructor for class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
binaryPK(DbEntity) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
 
bind(InternalContextAdapter, ParameterBinding) - Method in class org.apache.cayenne.access.jdbc.BindDirective
Adds value to the list of bindings in the context.
bind(PreparedStatement, ParameterBinding[]) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateAction
Binds parameters to the PreparedStatement.
BindDirective - Class in org.apache.cayenne.access.jdbc
A custom Velocity directive to create a PreparedStatement parameter text.
BindDirective() - Constructor for class org.apache.cayenne.access.jdbc.BindDirective
 
BindEqualDirective - Class in org.apache.cayenne.access.jdbc
A custom Velocity directive to create a PreparedStatement parameter text for "= ?".
BindEqualDirective() - Constructor for class org.apache.cayenne.access.jdbc.BindEqualDirective
 
bindingClass(String) - Method in class org.apache.cayenne.wocompat.EOQuery
 
bindings - Variable in class org.apache.cayenne.access.jdbc.SQLStatement
 
bindings - Variable in class org.apache.cayenne.wocompat.EOQuery
 
BindNotEqualDirective - Class in org.apache.cayenne.access.jdbc
A custom Velocity directive to create a PreparedStatement parameter text for "<>?".
BindNotEqualDirective() - Constructor for class org.apache.cayenne.access.jdbc.BindNotEqualDirective
 
bindParameter(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.dba.AutoAdapter
 
bindParameter(PreparedStatement, Object, int, int, int) - Method in interface org.apache.cayenne.dba.DbAdapter
Binds an object value to PreparedStatement's numbered parameter.
bindParameter(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
bindParameter(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.dba.sybase.SybaseAdapter
 
bindParameters(PreparedStatement, BatchQuery, List) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
Deprecated. since 1.1 use 'bindParameters' without dbAttributes argument.
bindParameters(PreparedStatement, BatchQuery) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
Binds parameters for the current batch iteration to the PreparedStatement.
bindParameters(PreparedStatement, BatchQuery) - Method in class org.apache.cayenne.access.trans.DeleteBatchQueryBuilder
Binds BatchQuery parameters to the PreparedStatement.
bindParameters(PreparedStatement, BatchQuery) - Method in class org.apache.cayenne.access.trans.InsertBatchQueryBuilder
Binds parameters for the current batch iteration to the PreparedStatement.
bindParameters(PreparedStatement, BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
Binds BatchQuery parameters to the PreparedStatement.
bindParameters(PreparedStatement, BatchQuery) - Method in class org.apache.cayenne.access.trans.UpdateBatchQueryBuilder
Binds BatchQuery parameters to the PreparedStatement.
bindResult(InternalContextAdapter, ColumnDescriptor) - Method in class org.apache.cayenne.access.jdbc.ResultDirective
Adds value to the list of result columns in the context.
bindThreadDataContext(DataContext) - Static method in class org.apache.cayenne.access.DataContext
Binds a DataContext to the current thread.
bindThreadTransaction(Transaction) - Static method in class org.apache.cayenne.access.Transaction
Binds a Transaction to the current thread.
BOOLEAN_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
BOOLEAN_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
BOOLEAN_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
BooleanType - Class in org.apache.cayenne.access.types
Handles java.lang.Boolean mapping.
BooleanType() - Constructor for class org.apache.cayenne.access.types.BooleanType
 
BootstrapMessage - Class in org.apache.cayenne.remote
A message sent to a remote service to request Cayenne mapping info.
BootstrapMessage() - Constructor for class org.apache.cayenne.remote.BootstrapMessage
 
bootstrapSharedConfiguration(Class) - Static method in class org.apache.cayenne.conf.Configuration
Deprecated. since 1.2. Use Thread.currentThread().setContextClassLoader() instead.
bootstrapVelocity(Class) - Static method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. since 1.2, as now Cayenne uses thread ClassLoader.
bufcolumn - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
buffer - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
bufline - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.AutoAdapter
 
buildAttribute(String, String, int, int, int, boolean) - Method in interface org.apache.cayenne.dba.DbAdapter
Creates and returns a DbAttribute based on supplied parameters (usually obtained from database meta data).
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
 
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
 
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Fixes some reverse engineering problems.
buildAttribute(String, String, int, int, int, boolean) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
 
buildConfigString() - Method in class org.apache.cayenne.event.JavaGroupsBridge
Creates JavaGroups configuration String, using preconfigured multicast port and address.
buildDataSourceInfo(ExtendedProperties) - Method in class org.apache.cayenne.conf.ConnectionProperties
Creates a DataSourceInfo object from a set of properties.
buildFileList() - Method in class org.apache.cayenne.project.PartialProject
 
buildFileList() - Method in class org.apache.cayenne.project.Project
Creates a list of project files.
buildSnapshotForInsert(ObjEntity, DataObject, DbRelationship) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. since 1.2
buildSnapshotForInsert(ObjEntity, DataObject, DbRelationship, boolean) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. Creates a snapshot of inserted columns for a given object.
buildSnapshotForUpdate(DataObject) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. since 1.2 - unused.
buildSnapshotForUpdate(ObjEntity, DataObject, DbRelationship) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. since 1.2 - unused.
buildSnapshotForUpdate(ObjEntity, DataObject, DbRelationship, boolean) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. Creates a snapshot of updated columns for a given object.
buildStatements() - Method in class org.apache.cayenne.access.DbGenerator
Creates and stores internally a set of statements for database schema creation, ignoring configured schema creation preferences.
bundle - Static variable in class org.apache.cayenne.util.LocalizedStringsHandler
 
ByteArrayType - Class in org.apache.cayenne.access.types
Handles byte[], mapping it as either of JDBC types - BLOB or (VAR)BINARY.
ByteArrayType(boolean, boolean) - Constructor for class org.apache.cayenne.access.types.ByteArrayType
 
ByteType - Class in org.apache.cayenne.access.types
Handles java.lang.Byte type mapping.
ByteType(boolean) - Constructor for class org.apache.cayenne.access.types.ByteType
 

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.