Uses of Class
org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
-
-
Uses of EntityListenerMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type EntityListenerMetadata Modifier and Type Method Description Set<EntityListenerMetadata>MetadataProject. getDefaultListeners()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type EntityListenerMetadata Modifier and Type Method Description voidMetadataProject. addDefaultListener(EntityListenerMetadata defaultListener)INTERNAL: -
Uses of EntityListenerMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type EntityListenerMetadata Modifier and Type Method Description List<EntityListenerMetadata>MappedSuperclassAccessor. getEntityListeners()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type EntityListenerMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setEntityListeners(List<EntityListenerMetadata> entityListeners)INTERNAL: Used for OX mapping. -
Uses of EntityListenerMetadata in org.eclipse.persistence.internal.jpa.metadata.listeners
Subclasses of EntityListenerMetadata in org.eclipse.persistence.internal.jpa.metadata.listeners Modifier and Type Class Description classEntityClassListenerMetadataA metadata class to facilitate the processing of lifecycle methods on an entity class (and its mapped superclasses). -
Uses of EntityListenerMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type EntityListenerMetadata Modifier and Type Method Description List<EntityListenerMetadata>XMLPersistenceUnitMetadata. getDefaultListeners()INTERNAL:List<EntityListenerMetadata>XMLPersistenceUnitDefaults. getEntityListeners()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type EntityListenerMetadata Modifier and Type Method Description voidXMLPersistenceUnitDefaults. setEntityListeners(List<EntityListenerMetadata> entityListeners)INTERNAL: Used for OX mapping.
-