Uses of Class
org.apache.cayenne.map.event.AttributeEvent
Packages that use 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
Methods in org.apache.cayenne.map with parameters of type AttributeEventModifier 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
Methods in org.apache.cayenne.map.event with parameters of type AttributeEventModifier 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.