Uses of Interface
dev.morphia.EntityInterceptor
-
Packages that use EntityInterceptor Package Description dev.morphia dev.morphia.mapping -
-
Uses of EntityInterceptor in dev.morphia
Classes in dev.morphia that implement EntityInterceptor Modifier and Type Class Description class
AbstractEntityInterceptor
Deprecated, 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 EntityInterceptor in dev.morphia.mapping
Methods in dev.morphia.mapping that return types with arguments of type EntityInterceptor Modifier and Type Method Description Collection<EntityInterceptor>
Mapper. getInterceptors()
Gets list ofEntityInterceptor
sMethods in dev.morphia.mapping with parameters of type EntityInterceptor Modifier and Type Method Description void
Mapper. addInterceptor(EntityInterceptor ei)
Adds anEntityInterceptor
-