Package | Description |
---|---|
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
org.apache.cayenne.map.event |
Modifier and Type | Method and Description |
---|---|
void |
DbEntity.dbAttributeAdded(AttributeEvent e) |
void |
DbEntity.dbAttributeChanged(AttributeEvent e) |
void |
DbEntity.dbAttributeRemoved(AttributeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
DbAttributeListener.dbAttributeAdded(AttributeEvent e)
New attribute has been created/added.
|
void |
DbAttributeListener.dbAttributeChanged(AttributeEvent e)
Attribute property changed.
|
void |
DbAttributeListener.dbAttributeRemoved(AttributeEvent e)
Attribute has been removed.
|
void |
ObjAttributeListener.objAttributeAdded(AttributeEvent e)
New attribute has been created/added.
|
void |
ObjAttributeListener.objAttributeChanged(AttributeEvent e)
Attribute property changed.
|
void |
ObjAttributeListener.objAttributeRemoved(AttributeEvent e)
Attribute has been removed.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.