| Home >> All >> org >> objectstyle >> cayenne >> modeler >> [ datamap Javadoc ] |
org.objectstyle.cayenne.modeler.datamap: Javadoc index of package org.objectstyle.cayenne.modeler.datamap.
Package Samples:
org.objectstyle.cayenne.modeler.datamap
Classes:
ChooseDbRelationshipDialog: Used to select the DbRelationship for ObjRelationship mapping. Allows selecting the relationship, canceling, edit the relationship and create new relationship. It is needed for the cases when there is more than one DbRelationship between start and end entities, like in the case when the DbRelationship starts and ends in the same DbEntity. The choice is returned in getChoice() method. If choice is SELECT or EDIT, the selected DbRelationship may be retrieved by getDbRelationship(), which will return the list with one DbRelationship. List is used for the future expansion, when one ObjRelaitonship ...
ExistingSelectionProcessor: Callback interface for panes of detail views to process existing selections. When tab is selected processExistingSelection() is called to reset the state if the tab has any rows selected. For example, this is useful when we want to reset the state of the "Remove" button if the tab has attributes (relationships) already selected.
DbAttributePairTableModel: Model for editing DbAttributePair-s. Changes in the join attributes don't take place until commit() is called. Creation of the new DbAttributes is not allowed - user should choose from the existing ones.
ObjAttributeTableModel: Model for the Object Entity attributes and for Obj to DB Attribute Mapping tables. Allows adding/removing attributes, modifying the types and the names.
ResolveDbRelationshipDialog: Editor for DbRelationship and its DbAttributePair's. Also allows specifying the reverse relationship.
DbAttributeTableModel: Model for DbEntity attributes. Allows adding/removing attributes, modifying types and names.
EditDerivedParamsDialog: Dialog window that alows selecting DbAttributes for derived attribute expression.
GenerateDbDialog: Wizard for generating the database from the data map.
ObjRelationshipPane: Displays ObjRelationships for the current obj entity.
ChooseSchemaDialog: Dialog that allows to select schema of the database.
DbRelationshipPane: Displays DbRelationships for the current DbEntity.
ProcedureDetailView: Tabbed panel for stored procedure editing.
ObjEntityPane: Detail view of the ObjEntity properties.
ObjRelationshipTableModel: Table model to display ObjRelationships.
ObjAttributePane: Detail view of the ObjEntity attributes.
DbAttributePane: Detail view of the DbEntity attributes.
DbEntityPane: Detail view of the DbEntity properties.
DerivedDbAttributeTableModel: Table model for derived DbAttributes.
DbRelationshipTableModel: Table model for DbRelationship table.
ObjDetailView: Tabbed ObjEntity editor panel.
ProcedureParameterPane
ProcedureParameterTableModel
DbDetailView
DerivedAttributeParamsTableModel
| Home | Contact Us | Privacy Policy | Terms of Service |