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 _

H

handler - Variable in class org.apache.cayenne.project.ProjectTraversal
 
hasChanges() - Method in class org.apache.cayenne.access.DataContext
Returns true if there are any modified, deleted or new objects registered with this DataContext, false otherwise.
hasChanges() - Method in class org.apache.cayenne.access.ObjectStore
Returns true if there are any modified, deleted or new objects registered with this ObjectStore, false otherwise.
hasChildren() - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
hasExceptions() - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Returns true if at least one exception was registered during query execution.
hasFailures() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns true if any of the "failed.." methods return true.
hasFailures() - Method in class org.apache.cayenne.validation.ValidationResult
Returns true if at least one failure has been added to this result.
hasFailures(Object) - Method in class org.apache.cayenne.validation.ValidationResult
 
hasFields() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
hasGeneratedKeys() - Method in class org.apache.cayenne.access.jdbc.BatchAction
Returns whether BatchQuery generates any keys.
hashCode() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
hashCode() - Method in class org.apache.cayenne.access.ToManyList
 
hashCode() - Method in class org.apache.cayenne.event.EventSubject
 
hashCode() - Method in class org.apache.cayenne.ObjectId
 
hashCode() - Method in class org.apache.cayenne.query.NamedQuery
Implements a standard hashCode contract considering custom 'equals' implementation.
hashCode() - Method in class org.apache.cayenne.query.ObjectIdQuery
Implements a standard hashCode contract considering custom 'equals' implementation.
hashCode() - Method in class org.apache.cayenne.remote.RemoteSession
 
hashCode() - Method in class org.apache.cayenne.util.Invocation
 
hashCode() - Method in class org.apache.cayenne.util.PersistentObjectList
 
hashCode(Collection) - Static method in class org.apache.cayenne.util.Util
Builds a hashCode of Collection.
hasListeners() - Method in class org.apache.cayenne.dataview.EventDispatcher
 
hasNext - Variable in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
hasNextRow() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Returns true if there is at least one more record that can be read from the iterator.
hasNextRow() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Returns true if there is at least one more record that can be read from the iterator.
hasNextRow() - Method in interface org.apache.cayenne.access.ResultIterator
Returns true if there is at least one more record that can be read from the iterator.
hasNextRow() - Method in class org.apache.cayenne.access.util.DistinctResultIterator
 
hasRenamedFiles() - Method in class org.apache.cayenne.project.Project
Returns true is project has renamed files.
hasToManyDeclaredRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toMany relationship, ignoring those declared in superentities.
hasToManyDeclaredRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toMany relationship, ignoring those declared in superentities.
hasToManyRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toMany relationship.
hasToManyRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toMany relationship.
hasToOneDeclaredRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toOne relationship, ignoring those declared in superentities.
hasToOneDeclaredRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toOne relationship, ignoring those declared in superentities.
hasToOneRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toOne relationship.
hasToOneRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toOne relationship.
HESSIAN_SERIALIZATION - Static variable in class org.apache.cayenne.remote.service.LocalConnection
 
HessianConfig - Class in org.apache.cayenne.remote.hessian
A utility class that configures Hessian serialization properties using reflection.
HessianConfig() - Constructor for class org.apache.cayenne.remote.hessian.HessianConfig
 
HessianConnection - Class in org.apache.cayenne.remote.hessian
An ClientConnection that passes messages to a remotely deployed HessianService.
HessianConnection(String) - Constructor for class org.apache.cayenne.remote.hessian.HessianConnection
Creates HessianConnection that will establish dedicated session and will not use HTTP basic authentication.
HessianConnection(String, String, String, String) - Constructor for class org.apache.cayenne.remote.hessian.HessianConnection
Creates a HessianConnection.
HessianService - Class in org.apache.cayenne.remote.hessian.service
An implementation of RemoteService using binary Hessian protocol.
HessianService() - Constructor for class org.apache.cayenne.remote.hessian.service.HessianService
 
HessianServlet - Class in org.apache.cayenne.remote.hessian.service
An extension of the com.caucho.hessian.server.HessianServlet that installs default Cayenne handlers, simplifying web.xml configuration.
HessianServlet() - Constructor for class org.apache.cayenne.remote.hessian.service.HessianServlet
 
HessianUtil - Class in org.apache.cayenne.remote.hessian.service
Hessian related utilities.
HOLLOW - Static variable in class org.apache.cayenne.PersistenceState
Describes a state of an object registered with DataContext/ObjectContext, and having a corresponding database row.
HSQLDBAdapter - Class in org.apache.cayenne.dba.hsqldb
DbAdapter implementation for the HSQLDB RDBMS .
HSQLDBAdapter() - Constructor for class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
 
HSQLDBNoSchemaAdapter - Class in org.apache.cayenne.dba.hsqldb
A flavor of HSQLDBAdapter that implements workarounds for some old driver limitations.
HSQLDBNoSchemaAdapter() - Constructor for class org.apache.cayenne.dba.hsqldb.HSQLDBNoSchemaAdapter
 
HSQLDBProcedureTranslator - Class in org.apache.cayenne.dba.hsqldb
Works around HSQLDB's pickiness about stored procedure syntax.
HSQLDBProcedureTranslator() - Constructor for class org.apache.cayenne.dba.hsqldb.HSQLDBProcedureTranslator
 
HSQLDBSniffer - Class in org.apache.cayenne.dba.hsqldb
Detects HSQLDB database from JDBC metadata.
HSQLDBSniffer() - Constructor for class org.apache.cayenne.dba.hsqldb.HSQLDBSniffer
 
HttpRemoteService - Class in org.apache.cayenne.remote.service
A RemoteService implementation that stores server context information in HTTP sessions.
HttpRemoteService() - Constructor for class org.apache.cayenne.remote.service.HttpRemoteService
 

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.