Uses of Class
org.apache.cayenne.map.CallbackMap
Package | Description |
---|---|
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
-
Uses of CallbackMap in org.apache.cayenne.map
Fields in org.apache.cayenne.map declared as CallbackMap Modifier and Type Field Description protected CallbackMap
ObjEntity. callbacks
Methods in org.apache.cayenne.map that return CallbackMap Modifier and Type Method Description CallbackMap
ObjEntity. getCallbackMap()
Returns an object that stores callback methods of this entity.