| Package | Description |
|---|---|
| org.apache.cayenne.modeler | |
| org.apache.cayenne.modeler.dialog |
Contains various CayenneModeler dialogs.
|
| org.apache.cayenne.modeler.dialog.autorelationship | |
| org.apache.cayenne.modeler.dialog.codegen | |
| org.apache.cayenne.modeler.dialog.datadomain |
Contains MVC classes for configuring DataDomain parameters.
|
| org.apache.cayenne.modeler.dialog.datamap | |
| org.apache.cayenne.modeler.dialog.db |
Contains MVC classes for various database operations performed by CayenneModeler.
|
| org.apache.cayenne.modeler.dialog.objentity | |
| org.apache.cayenne.modeler.dialog.pref | |
| org.apache.cayenne.modeler.dialog.query | |
| org.apache.cayenne.modeler.editor.datanode | |
| org.apache.cayenne.modeler.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CayenneModelerController
Controller of the main application frame.
|
class |
ProjectController
A controller that works with the project tree, tracking selection and
dispatching project events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FindDialog
An instance of this class is responsible for displaying search results and navigating
to the selected entity's representation.
|
class |
LogConsole
Implementation for modeler log console functionality
|
class |
ValidationResultBrowser |
| Constructor and Description |
|---|
FindDialog(CayenneController parent,
List paths) |
ValidationResultBrowser(CayenneController parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
InferRelationshipsController |
class |
InferRelationshipsControllerBase |
class |
InferRelationshipsTabController |
| Constructor and Description |
|---|
InferRelationshipsController(CayenneController parent,
DataMap dataMap) |
InferRelationshipsControllerBase(CayenneController parent,
DataMap dataMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassesTabController |
class |
ClientModeController |
class |
CodeGeneratorController
A controller for the class generator dialog.
|
class |
CodeGeneratorControllerBase
A base superclass of a top controller for the code generator.
|
class |
CustomModeController
A controller for the custom generation mode.
|
class |
GeneratorController
A mode-specific part of the code generation dialog.
|
class |
GeneratorTabController |
class |
StandardModeController |
| Constructor and Description |
|---|
CodeGeneratorController(CayenneController parent,
Collection<DataMap> dataMaps) |
CodeGeneratorControllerBase(CayenneController parent,
Collection<DataMap> dataMaps) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSyncConfigController
A controller for CacheSyncConfigDialog and its subviews.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogUpdateController |
class |
DefaultsPreferencesController
An abstract controller for the DataMap defaults updates.
|
class |
LockingUpdateController |
class |
PackageUpdateController |
class |
SchemaUpdateController
A controller for batch DbEntities schema update.
|
class |
SuperclassUpdateController |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionWizard
A component for choosing a DataSource.
|
class |
DataSourceWizard
A subclass of ConnectionWizard that tests configured DataSource, but does not keep an
open connection.
|
class |
DBGeneratorOptions |
class |
MergerOptions |
class |
MergerTokenSelectorController |
class |
TableSelectorController |
| Constructor and Description |
|---|
ConnectionWizard(CayenneController parent,
String title,
String altDataSourceKey,
DBConnectionInfo altDataSource) |
DataSourceWizard(CayenneController parent,
String title,
String altDataSourceKey,
DBConnectionInfo altDataSource) |
DataSourceWizardView(CayenneController controller) |
MergerTokenSelectorController(CayenneController parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassNameUpdater |
class |
DbRelationshipTarget |
class |
EntitySyncController |
class |
ObjAttributeInfoDialog |
class |
ObjRelationshipInfo |
| Constructor and Description |
|---|
ClassNameUpdater(CayenneController parent,
ObjEntity entity) |
EntitySyncController(CayenneController parent,
DbEntity dbEntity)
Creates a controller for synchronizing all ObjEntities mapped to a given DbEntity.
|
EntitySyncController(CayenneController parent,
ObjEntity objEntity)
Creates a controller for synchronizing a single ObjEntity with its parent DbEntity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathPreferences |
class |
DataSourceCreator |
class |
DataSourceDuplicator |
class |
DataSourcePreferences
Editor for the local DataSources configured in preferences.
|
class |
DBConnectionInfoEditor
A reusable editor for DBConnectionInfo object.
|
class |
EncodingSelector
A controller for stream encoding picker component.
|
class |
GeneralPreferences |
class |
PreferenceDialog
A controller for editing Modeler preferences.
|
class |
TemplateCreator |
class |
TemplatePreferences |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PreferenceDialog.registerPanel(String name,
CayenneController panelController) |
| Constructor and Description |
|---|
DataSourcePreferencesView(CayenneController controller) |
DBConnectionInfoEditor(CayenneController parent) |
EncodingSelector(CayenneController parent)
Creates new EncodingPicker.
|
EncodingSelector(CayenneController parent,
EncodingSelectorView view) |
PreferenceDialog(CayenneController parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryType |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterEditor |
class |
CustomDataSourceEditor |
class |
DataNodeEditor |
class |
DataSourceEditor |
class |
DBCPDataSourceEditor |
class |
JDBCDataSourceEditor |
class |
JNDIDataSourceEditor |
class |
MainDataNodeEditor
A controller for the main tab of the DataNode editor panel.
|
class |
PasswordEncoderEditor |
| Constructor and Description |
|---|
AdapterEditor(CayenneController parent) |
PasswordEncoderEditor(CayenneController parent) |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneController |
CayenneController.parent |
| Modifier and Type | Method and Description |
|---|---|
CayenneController |
CayenneController.getParent() |
| Constructor and Description |
|---|
CayenneController(CayenneController parent) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.