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 _

V

VALID - Static variable in class org.apache.cayenne.project.validator.ValidationInfo
 
validate() - Method in class org.apache.cayenne.map.ObjAttribute
Deprecated. Since 1.2 unused.
validate() - Method in class org.apache.cayenne.project.ProjectConfigurator
Validates consistency of the reconfiguration information.
validate(ProjectPath, Validator) - Static method in class org.apache.cayenne.project.validator.TreeNodeValidator
Validates an object, appending any validation messages to the validator provided.
validate() - Method in class org.apache.cayenne.project.validator.Validator
Validates all project elements.
validate(Iterator) - Method in class org.apache.cayenne.project.validator.Validator
Validates a set of tree nodes passed as an iterator.
validateAttributes() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Validates the state of this class generator.
validateAttributes(DbEntity, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbEntityValidator
Tables must have columns.
validateAttributes() - Method in class org.apache.cayenne.tools.CayenneGenerator
Validates atttributes that are not related to internal DefaultClassGenerator.
validateAttributes() - Method in class org.apache.cayenne.tools.DbGeneratorTask
Validates atttributes that are not related to internal DefaultClassGenerator.
validateAttributes() - Method in class org.apache.cayenne.tools.DeploymentConfigurator
Performs validation of task attributes.
validateConnection(DataNode, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataNodeValidator
 
validateDefaultSQL(SQLTemplate, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SQLTemplateValidator
 
validateForDelete(ValidationResult) - Method in class org.apache.cayenne.CayenneDataObject
This implementation does nothing.
validateForDelete(ValidationResult) - Method in interface org.apache.cayenne.DataObject
Performs property validation of the DELETED object, appending any validation failures to the provided validationResult object.
validateForInsert(ValidationResult) - Method in class org.apache.cayenne.CayenneDataObject
Calls CayenneDataObject.validateForSave(ValidationResult).
validateForInsert(ValidationResult) - Method in interface org.apache.cayenne.DataObject
Performs property validation of the NEW object, appending any validation failures to the provided validationResult object.
validateForSave(ValidationResult) - Method in class org.apache.cayenne.CayenneDataObject
Performs property validation of the object, appending any validation failures to the provided validationResult object.
validateForUpdate(ValidationResult) - Method in class org.apache.cayenne.CayenneDataObject
Calls CayenneDataObject.validateForSave(ValidationResult).
validateForUpdate(ValidationResult) - Method in interface org.apache.cayenne.DataObject
Performs property validation of the MODIFIED object, appending any validation failures to the provided validationResult object.
validateJavaClassName(Object, String, String) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
A utility method that checks that a given string is a valid Java full class name, returning a non-null ValidationFailure if this is not so.
validateMandatory(Object, String, Object) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
 
validateMandatory(Object, String) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
 
validateName(DataMap, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataMapValidator
 
validateName(DataNode, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataNodeValidator
 
validateName(DbEntity, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbEntityValidator
 
validateName(ObjEntity, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ObjEntityValidator
 
validateName(Query, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureQueryValidator
 
validateName(Procedure, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureValidator
 
validateName(Query, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateName(Query, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SQLTemplateValidator
 
validateNodeLinks(DataMap, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataMapValidator
 
validateNotEmpty(Object, String, Collection) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
Returns a ValidationFailure if a collection attribute of an object is null or empty.
validateNotEmpty(Object, String, String) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
A utility method that returns a ValidationFailure if a string is either null or has a length of zero; otherwise returns null.
validateNotNull(Object, String, Object) - Static method in class org.apache.cayenne.validation.BeanValidationFailure
 
validateNull(Object, String, Object, DbAttribute, ValidationResult) - Static method in class org.apache.cayenne.access.types.AbstractType
Helper method for ExtendedType implementors to check for null required values.
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataMapValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DataNodeValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbAttributeValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbEntityValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbRelationshipValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DomainValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ObjAttributeValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ObjEntityValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ObjRelationshipValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureParameterValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureQueryValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SQLTemplateValidator
 
validateObject(ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.TreeNodeValidator
Validates an object, appending any warnings or errors to the validator.
validateOrdering(Entity, Ordering, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateParameters() - Method in class org.apache.cayenne.tools.DataPortTask
 
validatePK(DbEntity, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.DbEntityValidator
Validates the presence of the primary key.
validatePrefetch(Entity, String, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.AbstractType
Always returns true.
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.BooleanType
 
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.ByteArrayType
Validates byte[] property.
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.CharType
Validates string property.
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.EnumType
 
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in interface org.apache.cayenne.access.types.ExtendedType
Performs validation of an object property.
validateProperty(Object, String, Object, DbAttribute, ValidationResult) - Method in class org.apache.cayenne.access.types.UtilDateType
Always returns true indicating no validation failures.
validateQualifier(Entity, Expression, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateResultType(SQLTemplate, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SQLTemplateValidator
Deprecated. unused since 1.2
validateRoot(ProcedureQuery, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.ProcedureQueryValidator
 
validateRoot(SelectQuery, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SelectQueryValidator
 
validateRoot(SQLTemplate, ProjectPath, Validator) - Method in class org.apache.cayenne.project.validator.SQLTemplateValidator
 
validateUncommittedObjects() - Method in class org.apache.cayenne.access.ObjectStore
Deprecated. since 1.2 - This method is no longer used in Cayenne internally.
VALIDATING_OBJECTS_ON_COMMIT_DEFAULT - Static variable in class org.apache.cayenne.access.DataDomain
 
VALIDATING_OBJECTS_ON_COMMIT_PROPERTY - Static variable in class org.apache.cayenne.access.DataDomain
 
validatingObjectsOnCommit - Variable in class org.apache.cayenne.access.DataContext
 
validatingObjectsOnCommit - Variable in class org.apache.cayenne.access.DataDomain
 
ValidationException - Exception in org.apache.cayenne.validation
An exception thrown on unsuccessful validation.
ValidationException(String) - Constructor for exception org.apache.cayenne.validation.ValidationException
 
ValidationException(ValidationResult) - Constructor for exception org.apache.cayenne.validation.ValidationException
 
ValidationException(String, ValidationResult) - Constructor for exception org.apache.cayenne.validation.ValidationException
 
ValidationFailure - Interface in org.apache.cayenne.validation
Definea a single failure during the validation process.
ValidationInfo - Class in org.apache.cayenne.project.validator
ValidationInfo encapsulates information about a single node validation on the project tree.
ValidationInfo(int, String, ProjectPath) - Constructor for class org.apache.cayenne.project.validator.ValidationInfo
Constructor for ValidationInfo.
ValidationResult - Class in org.apache.cayenne.validation
Represents a result of a validation execution.
ValidationResult() - Constructor for class org.apache.cayenne.validation.ValidationResult
 
validationResults - Variable in class org.apache.cayenne.project.validator.Validator
 
validationResults() - Method in class org.apache.cayenne.project.validator.Validator
Return collection of ValidationInfo objects from last validation.
Validator - Class in org.apache.cayenne.project.validator
Validator is used to validate Cayenne projects.
Validator(Project) - Constructor for class org.apache.cayenne.project.validator.Validator
Creates a new validator initialized with the project.
Validator(Project, ConfigStatus) - Constructor for class org.apache.cayenne.project.validator.Validator
Initializes validator with the project loading config status.
value - Variable in class org.apache.cayenne.access.jdbc.ParameterBinding
 
value - Variable in class org.apache.cayenne.exp.parser.ASTScalar
 
value - Variable in class org.apache.cayenne.util.PersistentObjectHolder
 
ValueHolder - Interface in org.apache.cayenne
Provides a level of indirection for property value access, most often used for deferred faulting of to-one relationships.
valueHolderProperties - Variable in class org.apache.cayenne.property.BaseClassDescriptor
 
ValueHolderProperty - Class in org.apache.cayenne.property
Provides access to a property implemented as a ValueHolder Field.
ValueHolderProperty(ClassDescriptor, ClassDescriptor, PropertyAccessor, String) - Constructor for class org.apache.cayenne.property.ValueHolderProperty
 
values - Variable in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
values - Variable in class org.apache.cayenne.access.trans.ProcedureTranslator
 
values - Variable in class org.apache.cayenne.access.trans.QueryAssembler
PreparedStatement values.
values - Variable in class org.apache.cayenne.access.types.EnumType
 
values - Variable in class org.apache.cayenne.CayenneDataObject
 
values - Variable in class org.apache.cayenne.exp.parser.ASTList
 
velCtxt - Variable in class org.apache.cayenne.gen.ClassGenerator
 
version - Variable in class org.apache.cayenne.DataRow
 
VERSION_1_1 - Static variable in class org.apache.cayenne.gen.ClassGenerator
 
VERSION_1_1 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
VERSION_1_2 - Static variable in class org.apache.cayenne.gen.ClassGenerator
 
VERSION_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
versionString - Variable in class org.apache.cayenne.gen.ClassGenerator
 
versionString - Variable in class org.apache.cayenne.gen.MapClassGenerator
 
viewField - Variable in class org.apache.cayenne.dataview.DOListModel
 
viewLocation(String) - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
viewLocation(String) - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
viewNames() - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
viewNames() - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
views - Variable in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
visit(PropertyVisitor) - Method in class org.apache.cayenne.property.AbstractCollectionProperty
 
visit(PropertyVisitor) - Method in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
visit(PropertyVisitor) - Method in interface org.apache.cayenne.property.Property
 
visit(PropertyVisitor) - Method in class org.apache.cayenne.property.SimpleProperty
 
visitCollectionArc(CollectionProperty) - Method in interface org.apache.cayenne.property.PropertyVisitor
 
visitProperties(PropertyVisitor) - Method in class org.apache.cayenne.property.BaseClassDescriptor
 
visitProperties(PropertyVisitor) - Method in interface org.apache.cayenne.property.ClassDescriptor
Passes the visitor to all properties "visit" method, terminating properties walk through in case one of the properties returns false.
visitProperty(Property) - Method in interface org.apache.cayenne.property.PropertyVisitor
 
visitSingleObjectArc(SingleObjectArcProperty) - Method in interface org.apache.cayenne.property.PropertyVisitor
 
VM_ID - Static variable in class org.apache.cayenne.event.EventBridge
Deprecated. unused since 1.2
VM_ID_PROPERRTY - Static variable in class org.apache.cayenne.event.EventBridge
Deprecated. unused since 1.2
vppConfig - Variable in class org.apache.cayenne.gen.MapClassGenerator
 
vppConfig - Variable in class org.apache.cayenne.tools.CayenneGenerator
 

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.