Package | Description |
---|---|
org.apache.cayenne.map.event |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableAttributeEvent |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddableListener.embeddableAdded(EmbeddableEvent e,
DataMap map)
New EmbeddableAttribute has been created/added.
|
void |
EmbeddableListener.embeddableChanged(EmbeddableEvent e,
DataMap map)
EmbeddableAttribute property changed.
|
void |
EmbeddableListener.embeddableRemoved(EmbeddableEvent e,
DataMap map)
EmbeddableAttribute has been removed.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.