| Package | Description | 
|---|---|
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<EntityListener> | ObjEntity. entityListenersDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityListener | DataMap. getDefaultEntityListener(String className)Deprecated. 
 since 4.0 unused, as listeners are no longer tied to a
             DataMap. | 
| EntityListener | ObjEntity. getEntityListener(String className)Deprecated. 
 since 4.0 unused, as listeners are no longer mapped in a
             DataMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EntityListener> | DataMap. getDefaultEntityListeners()Deprecated. 
 since 4.0 unused as listeners are no longer tied to a
             DataMap. | 
| List<EntityListener> | ObjEntity. getEntityListeners()Deprecated. 
 since 4.0 unused, as listeners are no longer mapped in a
             DataMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataMap. addDefaultEntityListener(EntityListener listener)Deprecated. 
 since 4.0 unused as listeners are no longer tied to a
             DataMap. | 
| void | ObjEntity. addEntityListener(EntityListener listener)Deprecated. 
 since 4.0 unused, as listeners are no longer mapped in a
             DataMap. | 
| Object | EntityListenerFactory. createListener(EntityListener listenerMapping,
              ObjEntity entity)Deprecated.  Creates an instance of entity listener of a given class. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.