Uses of Interface
dev.morphia.EntityListener
-
Packages that use EntityListener Package Description dev.morphia dev.morphia.mapping dev.morphia.mapping.lifecycle -
-
Uses of EntityListener in dev.morphia
Subinterfaces of EntityListener in dev.morphia Modifier and Type Interface Description interfaceEntityInterceptorDeprecated, for removal: This API element is subject to removal in a future version.useEntityListenerinstead.Classes in dev.morphia that implement EntityListener Modifier and Type Class Description classAbstractEntityInterceptorDeprecated, for removal: This API element is subject to removal in a future version.the noop default methods have been moved to the interface. -
Uses of EntityListener in dev.morphia.mapping
Methods in dev.morphia.mapping that return types with arguments of type EntityListener Modifier and Type Method Description List<EntityListener<?>>Mapper. getInterceptors()Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.mapping with parameters of type EntityListener Modifier and Type Method Description voidMapper. addInterceptor(EntityListener<?> ei)Deprecated, for removal: This API element is subject to removal in a future version.useEntityListenersto define any lifecycle event listeners -
Uses of EntityListener in dev.morphia.mapping.lifecycle
Classes in dev.morphia.mapping.lifecycle that implement EntityListener Modifier and Type Class Description classOnEntityListenerAdapter
-