Uses of Class
org.apache.cayenne.map.event.AttributeEvent
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of AttributeEvent in org.apache.cayenne.map
Modifier and TypeMethodDescriptionvoid
DbEntity.dbAttributeAdded
(AttributeEvent e) void
DbEntity.dbAttributeChanged
(AttributeEvent e) void
DbEntity.dbAttributeRemoved
(AttributeEvent e) -
Uses of AttributeEvent in org.apache.cayenne.map.event
Modifier and TypeMethodDescriptionvoid
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.