Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U V W

A

ApplicationProject - class org.objectstyle.cayenne.project.ApplicationProject.
 
ApplicationProject(File) - Constructor for class org.objectstyle.cayenne.project.ApplicationProject
Constructor for ApplicationProject.
ApplicationProjectFile - class org.objectstyle.cayenne.project.ApplicationProjectFile.
ApplicationProjectFile is a ProjectFile abstraction of the main project file in a Cayenne project.
ApplicationProjectFile() - Constructor for class org.objectstyle.cayenne.project.ApplicationProjectFile
 
ApplicationProjectFile(Project) - Constructor for class org.objectstyle.cayenne.project.ApplicationProjectFile
Constructor for default ApplicationProjectFile.
ApplicationProjectFile(Project, String) - Constructor for class org.objectstyle.cayenne.project.ApplicationProjectFile
Constructor for ApplicationProjectFile with an existing file.
adapter - Variable in class org.objectstyle.cayenne.project.DataNodeConfigInfo
 
adapter - Variable in class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
addToNodes(DataNodeConfigInfo) - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
 
altProjectFile - Variable in class org.objectstyle.cayenne.project.ProjectConfigInfo
 
appendToPath(Object) - Method in class org.objectstyle.cayenne.project.ProjectPath
Returns an instance of the path, expanding this one by appending an object at the end.

B

buildFileList() - Method in class org.objectstyle.cayenne.project.PartialProject
 
buildFileList() - Method in class org.objectstyle.cayenne.project.Project
Creates a list of project files.

C

CAYENNE_DIR - Static variable in class org.objectstyle.cayenne.project.CayenneUserDir
 
CURRENT_PROJECT_VERSION - Static variable in class org.objectstyle.cayenne.project.Project
 
CayenneUserDir - class org.objectstyle.cayenne.project.CayenneUserDir.
CayenneUserDir represents a directory where all Cayenne-related information is stored on the user machine.
CayenneUserDir() - Constructor for class org.objectstyle.cayenne.project.CayenneUserDir
Constructor for CayenneUserDir.
canHandle(Object) - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
 
canHandle(Object) - Method in class org.objectstyle.cayenne.project.DataMapFile
 
canHandle(Object) - Method in class org.objectstyle.cayenne.project.DataNodeFile
 
canHandle(Object) - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns true if this file wrapper can handle a specified object.
canHandleObject() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns true if this file wrapper can handle an internally stored object.
canInitialize() - Method in class org.objectstyle.cayenne.project.ProjectConfiguration
Override parent implementation to prevent loading of nonexisting files.
canRead() - Method in class org.objectstyle.cayenne.project.CayenneUserDir
Return false if the directory is not accessible for any reason at least for reading.
canWrite() - Method in class org.objectstyle.cayenne.project.CayenneUserDir
Return false if the directory is not accessible for any reason at least for reading.
cayenneUserDir - Variable in class org.objectstyle.cayenne.project.CayenneUserDir
 
checkForUpgrades() - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
checkForUpgrades() - Method in class org.objectstyle.cayenne.project.DataMapProject
Does nothing.
checkForUpgrades() - Method in class org.objectstyle.cayenne.project.PartialProject
 
checkForUpgrades() - Method in class org.objectstyle.cayenne.project.Project
Determines whether the project needs to be upgraded.
checkWritePermissions(File) - Method in class org.objectstyle.cayenne.project.ProjectFile
 
cleanup(File) - Method in class org.objectstyle.cayenne.project.ProjectConfigurator
Deletes a temporary directories and files created.
compare(Object, Object) - Method in class org.objectstyle.cayenne.project.ProjectTraversal.DataDomainComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.project.ProjectTraversal.DataMapComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.project.ProjectTraversal.DataNodeComparator
 
compare(Object, Object) - Method in class org.objectstyle.cayenne.project.ProjectTraversal.MapObjectComparator
 
configuration - Variable in class org.objectstyle.cayenne.project.ApplicationProject
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataDomainFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataMapFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataNodeFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbAttributeFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbEntityFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbRelationshipFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbAttributeFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbEntityFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjAttributeFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjEntityFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjRelationshipFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureParameterFactory
 
create(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory
Internal factory method.
createName(Class, Object) - Static method in class org.objectstyle.cayenne.project.NamedObjectFactory
 
createObject(Class, Object) - Static method in class org.objectstyle.cayenne.project.NamedObjectFactory
Creates an object using an appropriate factory class.
createProject(File) - Static method in class org.objectstyle.cayenne.project.Project
Factory method to create the right project type given project file.
createRelationship(Entity, Entity, boolean) - Static method in class org.objectstyle.cayenne.project.NamedObjectFactory
Creates a relationship using an appropriate factory class.

D

DataMapFile - class org.objectstyle.cayenne.project.DataMapFile.
DataMapFile is a ProjectFile abstraction of the DataMap file in a Cayenne project.
DataMapFile() - Constructor for class org.objectstyle.cayenne.project.DataMapFile
 
DataMapFile(Project, DataMap) - Constructor for class org.objectstyle.cayenne.project.DataMapFile
Constructor for DataMapFile.
DataMapProject - class org.objectstyle.cayenne.project.DataMapProject.
Cayenne project that consists of a single DataMap.
DataMapProject(File) - Constructor for class org.objectstyle.cayenne.project.DataMapProject
Constructor for MapProject.
DataNodeConfigInfo - class org.objectstyle.cayenne.project.DataNodeConfigInfo.
Stores information necessary to reconfigure nodes of existing projects.
DataNodeConfigInfo() - Constructor for class org.objectstyle.cayenne.project.DataNodeConfigInfo
 
DataNodeFile - class org.objectstyle.cayenne.project.DataNodeFile.
DataNodeFile is a ProjectFile abstraction of the DataNode file in a Cayenne project.
DataNodeFile() - Constructor for class org.objectstyle.cayenne.project.DataNodeFile
 
DataNodeFile(Project, DataNode) - Constructor for class org.objectstyle.cayenne.project.DataNodeFile
Constructor for DataNodeFile.
dataDomainComparator - Static variable in class org.objectstyle.cayenne.project.ProjectTraversal
 
dataMapComparator - Static variable in class org.objectstyle.cayenne.project.ProjectTraversal
 
dataNodeComparator - Static variable in class org.objectstyle.cayenne.project.ProjectTraversal
 
dataSource - Variable in class org.objectstyle.cayenne.project.DataNodeConfigInfo
 
dataSource - Variable in class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
deleteFile(File) - Method in class org.objectstyle.cayenne.project.Project
 
dependentMapNames(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
destJar - Variable in class org.objectstyle.cayenne.project.ProjectConfigInfo
 
domain - Variable in class org.objectstyle.cayenne.project.DataNodeConfigInfo
 
domainNames() - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
domains - Variable in class org.objectstyle.cayenne.project.PartialProject
 
driverFile - Variable in class org.objectstyle.cayenne.project.DataNodeConfigInfo
 

E

EMPTY_PATH - Static variable in class org.objectstyle.cayenne.project.ProjectPath
 
execute() - Method in class org.objectstyle.cayenne.project.ProjectConfigurator
Performs reconfiguration of the project.

F

FlatProjectView - class org.objectstyle.cayenne.project.FlatProjectView.
FlatProjectView converts a project tree into a list of nodes, thus flattening the tree.
FlatProjectView() - Constructor for class org.objectstyle.cayenne.project.FlatProjectView
 
FlatProjectView.TraversalHelper - class org.objectstyle.cayenne.project.FlatProjectView.TraversalHelper.
Helper class that serves as project traversal helper.
FlatProjectView.TraversalHelper(List) - Constructor for class org.objectstyle.cayenne.project.FlatProjectView.TraversalHelper
 
factories - Static variable in class org.objectstyle.cayenne.project.NamedObjectFactory
 
factory - Variable in class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
files - Variable in class org.objectstyle.cayenne.project.Project
 
findDataNode(Configuration) - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Searches for the DataNode described by this DataNodeConfigInfo in the provided configuration object.
findDomain(String) - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
findDomain(String) - Method in class org.objectstyle.cayenne.project.PartialProject
 
findFile(Object) - Method in class org.objectstyle.cayenne.project.Project
Looks up and returns a file wrapper for a project object.
findMap(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
findNode(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
findNode(String, String, boolean) - Method in class org.objectstyle.cayenne.project.PartialProject
 
finishedLoading() - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
firstInstanceOf(Class) - Method in class org.objectstyle.cayenne.project.ProjectPath
Scans path, looking for the first element that is an instanceof aClass.
flattenProjectTree(Object) - Method in class org.objectstyle.cayenne.project.FlatProjectView
Returns flat tree view.

G

getAdapter() - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Returns the adapter.
getAltProjectFile() - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
Returns the altProjectFile.
getChildren() - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
getChildren() - Method in class org.objectstyle.cayenne.project.DataMapProject
Returns a list that contains project DataMap as a single object.
getChildren() - Method in class org.objectstyle.cayenne.project.PartialProject
 
getChildren() - Method in class org.objectstyle.cayenne.project.Project
Returns a list of first-level children of the project.
getConfiguration() - Method in class org.objectstyle.cayenne.project.ApplicationProject
Returns Cayenne configuration object associated with this project.
getConnection() - Method in class org.objectstyle.cayenne.project.ProjectDataSource
 
getConnection(String, String) - Method in class org.objectstyle.cayenne.project.ProjectDataSource
 
getDataSource() - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Returns the dataSource.
getDataSource(String, Level) - Method in class org.objectstyle.cayenne.project.ProjectDataSourceFactory
 
getDataSourceFactory() - Method in class org.objectstyle.cayenne.project.ProjectConfiguration
Returns a DataSource factory for projects.
getDataSourceInfo() - Method in class org.objectstyle.cayenne.project.ProjectDataSource
 
getDestJar() - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
Returns the destJar.
getDirectory() - Method in class org.objectstyle.cayenne.project.CayenneUserDir
Returns a directory object where all user Cayenne-related configuration is stored.
getDomain() - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Returns the domain.
getDriverFile() - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Returns the driverFile.
getDriverInfo() - Method in class org.objectstyle.cayenne.project.ProjectDataSourceFactory
 
getInstance() - Static method in class org.objectstyle.cayenne.project.CayenneUserDir
 
getInstance() - Static method in class org.objectstyle.cayenne.project.FlatProjectView
Returns a FlatProjectView singleton.
getLoadStatus() - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
getLoadStatus() - Method in class org.objectstyle.cayenne.project.DataMapProject
Always returns empty status.
getLoadStatus() - Method in class org.objectstyle.cayenne.project.PartialProject
 
getLoadStatus() - Method in class org.objectstyle.cayenne.project.Project
 
getLocation() - Method in class org.objectstyle.cayenne.project.ProjectFile
Builds a filename from the object name and "file suffix".
getLocationSuffix() - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
Returns suffix to append to object name when creating a file name.
getLocationSuffix() - Method in class org.objectstyle.cayenne.project.DataMapFile
Returns ".map.xml" that should be used as a file suffix for DataMaps.
getLocationSuffix() - Method in class org.objectstyle.cayenne.project.DataNodeFile
Returns ".driver.xml" that should be used as a file suffix for DataNode driver files.
getLocationSuffix() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns suffix to append to object name when creating a file name.
getLogWriter() - Method in class org.objectstyle.cayenne.project.ProjectDataSource
 
getLoginTimeout() - Method in class org.objectstyle.cayenne.project.ProjectDataSource
 
getMainFile() - Method in class org.objectstyle.cayenne.project.Project
Returns a canonical form of a main file associated with this project.
getName() - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Returns the name.
getNodes() - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
Returns the nodes.
getObject() - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
Returns a project.
getObject() - Method in class org.objectstyle.cayenne.project.DataMapFile
Returns DataMap associated with this project.
getObject() - Method in class org.objectstyle.cayenne.project.DataNodeFile
 
getObject() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns a project object associated with this file.
getObject() - Method in class org.objectstyle.cayenne.project.ProjectPath
Returns the last object in the path.
getObjectName() - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
 
getObjectName() - Method in class org.objectstyle.cayenne.project.DataMapFile
 
getObjectName() - Method in class org.objectstyle.cayenne.project.DataNodeFile
 
getObjectName() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns a name of associated object, that is also used as a file name.
getObjectParent() - Method in class org.objectstyle.cayenne.project.ProjectPath
Returns an object corresponding to the parent node of the node represented by the path.
getOldLocation() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns saved location of a file.
getPath() - Method in class org.objectstyle.cayenne.project.ProjectPath
 
getProject() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns the project.
getProjectDirectory() - Method in class org.objectstyle.cayenne.project.Project
Returns project directory.
getRoot() - Method in class org.objectstyle.cayenne.project.ProjectPath
Returns the root or starting object of the path.
getSaveDelegate() - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
Returns the saveDelegate.
getSourceJar() - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
Returns the sourceJar.
getStatus() - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
getUpgradeMessages() - Method in class org.objectstyle.cayenne.project.Project
Returns a list of upgrade messages.
getValidator() - Method in class org.objectstyle.cayenne.project.Project
Creates an instance of Validator for validating this project.

H

handler - Variable in class org.objectstyle.cayenne.project.ProjectTraversal
 
hasRenamedFiles() - Method in class org.objectstyle.cayenne.project.Project
Returns true is project has renamed files.

I

info - Variable in class org.objectstyle.cayenne.project.ProjectConfigurator
 
info - Variable in class org.objectstyle.cayenne.project.ProjectDataSource
 
instance - Static variable in class org.objectstyle.cayenne.project.FlatProjectView
 
isLocationUndefined() - Method in class org.objectstyle.cayenne.project.Project
Returns true if project location is not defined.
isModified() - Method in class org.objectstyle.cayenne.project.Project
Returns true if the project is modified.
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataDomainFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataMapFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataNodeFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbEntityFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjAttributeFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjEntityFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjRelationshipFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureParameterFactory
 
isNameInUse(String, Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory
Checks if the name is already taken by another sibling in the same context.
isRenamed() - Method in class org.objectstyle.cayenne.project.ProjectFile
 
isUpgradeNeeded() - Method in class org.objectstyle.cayenne.project.Project
Returns true if the project needs to be upgraded.

L

LOCATION_SUFFIX - Static variable in class org.objectstyle.cayenne.project.DataMapFile
 
LOCATION_SUFFIX - Static variable in class org.objectstyle.cayenne.project.DataNodeFile
 
linkedMapNames(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
loadDelegate - Variable in class org.objectstyle.cayenne.project.PartialProject
 
loadError(Throwable) - Method in class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
location - Variable in class org.objectstyle.cayenne.project.PartialProject.MapMetaData
 
location - Variable in class org.objectstyle.cayenne.project.ProjectFile
 
logObj - Static variable in class org.objectstyle.cayenne.project.ApplicationProject
 
logObj - Static variable in class org.objectstyle.cayenne.project.CayenneUserDir
 
logObj - Static variable in class org.objectstyle.cayenne.project.DataMapProject
 
logObj - Static variable in class org.objectstyle.cayenne.project.Project
 
logObj - Static variable in class org.objectstyle.cayenne.project.ProjectConfigurator
 
logObj - Static variable in class org.objectstyle.cayenne.project.ProjectDataSourceFactory
 

M

makeName(Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory
Creates a unique name for the new object and constructs this object.
makeObject(Object) - Method in class org.objectstyle.cayenne.project.NamedObjectFactory
Creates a unique name for the new object and constructs this object.
makeTempDestJar() - Method in class org.objectstyle.cayenne.project.ProjectConfigurator
Returns a temporary file for the destination jar.
makeTempDirectory() - Method in class org.objectstyle.cayenne.project.ProjectConfigurator
Creates a temporary directory to unjar the jar file.
map - Variable in class org.objectstyle.cayenne.project.DataMapFile
 
map - Variable in class org.objectstyle.cayenne.project.DataMapProject
 
mapDependencies - Variable in class org.objectstyle.cayenne.project.PartialProject.DomainMetaData
 
mapLocation(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
mapNames(String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
mapObjectComparator - Static variable in class org.objectstyle.cayenne.project.ProjectTraversal
 
maps - Variable in class org.objectstyle.cayenne.project.PartialProject.DomainMetaData
 
maps - Variable in class org.objectstyle.cayenne.project.PartialProject.MapMetaData
 
maps - Variable in class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
modified - Variable in class org.objectstyle.cayenne.project.Project
 

N

NamedObjectFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.
Factory class that generates various Cayenne objects with default names that are unique in their corresponding context.
NamedObjectFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory
 
NamedObjectFactory.DataDomainFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DataDomainFactory.
 
NamedObjectFactory.DataDomainFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DataDomainFactory
 
NamedObjectFactory.DataMapFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DataMapFactory.
 
NamedObjectFactory.DataMapFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DataMapFactory
 
NamedObjectFactory.DataNodeFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DataNodeFactory.
 
NamedObjectFactory.DataNodeFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DataNodeFactory
 
NamedObjectFactory.DbAttributeFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DbAttributeFactory.
 
NamedObjectFactory.DbAttributeFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DbAttributeFactory
 
NamedObjectFactory.DbEntityFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DbEntityFactory.
 
NamedObjectFactory.DbEntityFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DbEntityFactory
 
NamedObjectFactory.DbRelationshipFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DbRelationshipFactory.
 
NamedObjectFactory.DbRelationshipFactory(Entity, boolean) - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DbRelationshipFactory
 
NamedObjectFactory.DerivedDbAttributeFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbAttributeFactory.
 
NamedObjectFactory.DerivedDbAttributeFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbAttributeFactory
 
NamedObjectFactory.DerivedDbEntityFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbEntityFactory.
 
NamedObjectFactory.DerivedDbEntityFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.DerivedDbEntityFactory
 
NamedObjectFactory.ObjAttributeFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.ObjAttributeFactory.
 
NamedObjectFactory.ObjAttributeFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.ObjAttributeFactory
 
NamedObjectFactory.ObjEntityFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.ObjEntityFactory.
 
NamedObjectFactory.ObjEntityFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.ObjEntityFactory
 
NamedObjectFactory.ObjRelationshipFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.ObjRelationshipFactory.
 
NamedObjectFactory.ObjRelationshipFactory(Entity, boolean) - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.ObjRelationshipFactory
 
NamedObjectFactory.ProcedureFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureFactory.
 
NamedObjectFactory.ProcedureFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureFactory
 
NamedObjectFactory.ProcedureParameterFactory - class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureParameterFactory.
 
NamedObjectFactory.ProcedureParameterFactory() - Constructor for class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureParameterFactory
 
name - Variable in class org.objectstyle.cayenne.project.DataNodeConfigInfo
 
name - Variable in class org.objectstyle.cayenne.project.PartialProject.DomainMetaData
 
name - Variable in class org.objectstyle.cayenne.project.PartialProject.MapMetaData
 
name - Variable in class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataDomainFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataMapFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DataNodeFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbEntityFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.DbRelationshipFactory
Returns generated name for the DbRelationships.
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjAttributeFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjEntityFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ObjRelationshipFactory
Returns generated name for the ObjRelationships.
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory.ProcedureParameterFactory
 
nameBase() - Method in class org.objectstyle.cayenne.project.NamedObjectFactory
Returns a base default name, like "UntitledEntity", etc.
nodeAdapterName(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
nodeDataSourceName(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
nodeFactoryName(String, String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
nodeNames(String) - Method in class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
nodeObj - Variable in class org.objectstyle.cayenne.project.DataNodeFile
 
nodes - Variable in class org.objectstyle.cayenne.project.FlatProjectView.TraversalHelper
 
nodes - Variable in class org.objectstyle.cayenne.project.PartialProject.DomainMetaData
 
nodes - Variable in class org.objectstyle.cayenne.project.ProjectConfigInfo
 

O

objectName - Variable in class org.objectstyle.cayenne.project.ApplicationProjectFile
 
org.objectstyle.cayenne.project - package org.objectstyle.cayenne.project
 

P

PartialProject - class org.objectstyle.cayenne.project.PartialProject.
PartialProject is a "lightweight" project implementation.
PartialProject(File) - Constructor for class org.objectstyle.cayenne.project.PartialProject
Constructor PartialProjectHandler.
PartialProject.DomainMetaData - class org.objectstyle.cayenne.project.PartialProject.DomainMetaData.
 
PartialProject.DomainMetaData(String) - Constructor for class org.objectstyle.cayenne.project.PartialProject.DomainMetaData
 
PartialProject.LoadDelegate - class org.objectstyle.cayenne.project.PartialProject.LoadDelegate.
 
PartialProject.LoadDelegate() - Constructor for class org.objectstyle.cayenne.project.PartialProject.LoadDelegate
 
PartialProject.MapMetaData - class org.objectstyle.cayenne.project.PartialProject.MapMetaData.
 
PartialProject.MapMetaData(String) - Constructor for class org.objectstyle.cayenne.project.PartialProject.MapMetaData
 
PartialProject.NodeMetaData - class org.objectstyle.cayenne.project.PartialProject.NodeMetaData.
 
PartialProject.NodeMetaData(String) - Constructor for class org.objectstyle.cayenne.project.PartialProject.NodeMetaData
 
PartialProject.SaveDelegate - class org.objectstyle.cayenne.project.PartialProject.SaveDelegate.
 
PartialProject.SaveDelegate() - Constructor for class org.objectstyle.cayenne.project.PartialProject.SaveDelegate
 
Project - class org.objectstyle.cayenne.project.Project.
Describes a model of Cayenne project.
Project(File) - Constructor for class org.objectstyle.cayenne.project.Project
Constructor for Project.
ProjectConfigInfo - class org.objectstyle.cayenne.project.ProjectConfigInfo.
Stores project information necessary to reconfigure existing projects.
ProjectConfigInfo() - Constructor for class org.objectstyle.cayenne.project.ProjectConfigInfo
 
ProjectConfiguration - class org.objectstyle.cayenne.project.ProjectConfiguration.
Subclass of FileConfiguration used in the project model.
ProjectConfiguration(File) - Constructor for class org.objectstyle.cayenne.project.ProjectConfiguration
Override parent implementation to ignore loading failures.
ProjectConfigurator - class org.objectstyle.cayenne.project.ProjectConfigurator.
Performs on the fly reconfiguration of Cayenne projects.
ProjectConfigurator(ProjectConfigInfo) - Constructor for class org.objectstyle.cayenne.project.ProjectConfigurator
 
ProjectDataSource - class org.objectstyle.cayenne.project.ProjectDataSource.
ProjectDataSource is a DataSource implementation used by the project model.
ProjectDataSource(DataSourceInfo) - Constructor for class org.objectstyle.cayenne.project.ProjectDataSource
 
ProjectDataSourceFactory - class org.objectstyle.cayenne.project.ProjectDataSourceFactory.
Factory of DataSource objects used by the project model.
ProjectDataSourceFactory(File) - Constructor for class org.objectstyle.cayenne.project.ProjectDataSourceFactory
 
ProjectException - exception org.objectstyle.cayenne.project.ProjectException.
Runtime exception thrown on various errors within project model.
ProjectException() - Constructor for class org.objectstyle.cayenne.project.ProjectException
Constructor for ProjectException.
ProjectException(String) - Constructor for class org.objectstyle.cayenne.project.ProjectException
Constructor for ProjectException.
ProjectException(Throwable) - Constructor for class org.objectstyle.cayenne.project.ProjectException
Constructor for ProjectException.
ProjectException(String, Throwable) - Constructor for class org.objectstyle.cayenne.project.ProjectException
Constructor for ProjectException.
ProjectFile - class org.objectstyle.cayenne.project.ProjectFile.
ProjectFile is an adapter from an object in Cayenne project to its representation in the file system.
ProjectFile() - Constructor for class org.objectstyle.cayenne.project.ProjectFile
 
ProjectFile(Project, String) - Constructor for class org.objectstyle.cayenne.project.ProjectFile
Constructor for ProjectFile.
ProjectPath - class org.objectstyle.cayenne.project.ProjectPath.
Immutable holder of a selection path within a Cayenne project.
ProjectPath() - Constructor for class org.objectstyle.cayenne.project.ProjectPath
 
ProjectPath(Object) - Constructor for class org.objectstyle.cayenne.project.ProjectPath
Constructor for ProjectPath.
ProjectPath(Object[]) - Constructor for class org.objectstyle.cayenne.project.ProjectPath
Constructor for ProjectPath.
ProjectTraversal - class org.objectstyle.cayenne.project.ProjectTraversal.
ProjectTraversal allows to traverse Cayenne project tree in a "depth-first" order starting from an arbitrary level to its children.
ProjectTraversal(ProjectTraversalHandler) - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal
 
ProjectTraversal(ProjectTraversalHandler, boolean) - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal
Creates ProjectTraversal instance with a given handler and sort policy.
ProjectTraversal.DataDomainComparator - class org.objectstyle.cayenne.project.ProjectTraversal.DataDomainComparator.
 
ProjectTraversal.DataDomainComparator() - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal.DataDomainComparator
 
ProjectTraversal.DataMapComparator - class org.objectstyle.cayenne.project.ProjectTraversal.DataMapComparator.
 
ProjectTraversal.DataMapComparator() - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal.DataMapComparator
 
ProjectTraversal.DataNodeComparator - class org.objectstyle.cayenne.project.ProjectTraversal.DataNodeComparator.
 
ProjectTraversal.DataNodeComparator() - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal.DataNodeComparator
 
ProjectTraversal.MapObjectComparator - class org.objectstyle.cayenne.project.ProjectTraversal.MapObjectComparator.
 
ProjectTraversal.MapObjectComparator() - Constructor for class org.objectstyle.cayenne.project.ProjectTraversal.MapObjectComparator
 
ProjectTraversalHandler - interface org.objectstyle.cayenne.project.ProjectTraversalHandler.
ProjectTraversalHandler defines callback methods that are invoked during project tree traversal.
path - Variable in class org.objectstyle.cayenne.project.ProjectPath
 
postInitialize(File) - Method in class org.objectstyle.cayenne.project.ApplicationProject
Initializes internal Configuration object and then calls super.
postInitialize(File) - Method in class org.objectstyle.cayenne.project.DataMapProject
Initializes internal map object and then calls super.
postInitialize(File) - Method in class org.objectstyle.cayenne.project.PartialProject
 
postInitialize(File) - Method in class org.objectstyle.cayenne.project.Project
Finished project initialization.
prepareSave(List, List) - Method in class org.objectstyle.cayenne.project.PartialProject
 
prepareSave(List, List) - Method in class org.objectstyle.cayenne.project.Project
 
processDelete(List, List) - Method in class org.objectstyle.cayenne.project.Project
 
processSave(List) - Method in class org.objectstyle.cayenne.project.Project
Saves a list of modified files to temporary files.
projectDir - Variable in class org.objectstyle.cayenne.project.Project
 
projectDir - Variable in class org.objectstyle.cayenne.project.ProjectDataSourceFactory
 
projectFileForObject(Object) - Method in class org.objectstyle.cayenne.project.ApplicationProject
Returns appropriate ProjectFile or null if object does not require a file of its own.
projectFileForObject(Object) - Method in class org.objectstyle.cayenne.project.DataMapProject
Returns appropriate ProjectFile or null if object does not require a file of its own.
projectFileForObject(Object) - Method in class org.objectstyle.cayenne.project.PartialProject
 
projectFileForObject(Object) - Method in class org.objectstyle.cayenne.project.Project
 
projectNode(ProjectPath) - Method in class org.objectstyle.cayenne.project.FlatProjectView.TraversalHelper
 
projectNode(ProjectPath) - Method in interface org.objectstyle.cayenne.project.ProjectTraversalHandler
Invoked when a node is read during project tree traversal.
projectObj - Variable in class org.objectstyle.cayenne.project.ProjectFile
 

R

reconfigureProject(File) - Method in class org.objectstyle.cayenne.project.ProjectConfigurator
Performs reconfiguration of the unjarred project.
requiresMapFile(Object) - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
requiresNodeFile(Object) - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
requiresProjectFile(Object) - Method in class org.objectstyle.cayenne.project.ApplicationProject
 
resolveFile(String) - Method in class org.objectstyle.cayenne.project.CayenneUserDir
 
resolveFile(String) - Method in class org.objectstyle.cayenne.project.Project
Returns a canonical file built from symbolic name.
resolveFile() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns a file which is a canonical representation of the file to store a wrapped object.
resolveOldFile() - Method in class org.objectstyle.cayenne.project.ProjectFile
Returns a file which is a canonical representation of the file to store a wrapped object.
resolveSymbolicName(File) - Method in class org.objectstyle.cayenne.project.Project
Returns a "symbolic" name of a file.

S

save(PrintWriter) - Method in class org.objectstyle.cayenne.project.ApplicationProjectFile
 
save(PrintWriter) - Method in class org.objectstyle.cayenne.project.DataMapFile
 
save(PrintWriter) - Method in class org.objectstyle.cayenne.project.DataNodeFile
 
save() - Method in class org.objectstyle.cayenne.project.Project
Saves project.
save(PrintWriter) - Method in class org.objectstyle.cayenne.project.ProjectFile
Saves an underlying object to the file.
saveCommit() - Method in class org.objectstyle.cayenne.project.ProjectFile
Finishes saving the underlying object.
saveDelegate - Variable in class org.objectstyle.cayenne.project.ApplicationProjectFile
 
saveTemp() - Method in class org.objectstyle.cayenne.project.ProjectFile
Saves ProjectFile's underlying object to a temporary file, returning this file to the caller.
saveUndo() - Method in class org.objectstyle.cayenne.project.ProjectFile
Cleans up after unsuccessful or canceled save attempt.
setAdapter(String) - Method in class org.objectstyle.cayenne.project.DataNodeConfigInfo
Sets the adapter.
setAltProjectFile(File) - Method in class org.objectstyle.cayenne.project.ProjectConfigInfo
Sets the altProjectFile.