public class EntitySyncController extends CayenneController
application, parent, propertyChangeSupport| Constructor and Description |
|---|
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 | Method and Description |
|---|---|
protected EntityMergeSupport |
configureMerger(EntityMergeSupport merger)
Displays a nerger config dialog, returning a merger configured by the user.
|
EntityMergeSupport |
createMerger() |
protected Collection<ObjEntity> |
getObjEntities() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorpublic EntitySyncController(CayenneController parent, DbEntity dbEntity)
public EntitySyncController(CayenneController parent, ObjEntity objEntity)
public EntityMergeSupport createMerger()
protected EntityMergeSupport configureMerger(EntityMergeSupport merger)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected Collection<ObjEntity> getObjEntities()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.