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 classAbstractEntityInterceptor -
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 java.util.Collection<EntityInterceptor>Mapper. getInterceptors()Deprecated.Gets list ofEntityInterceptorsMethods in dev.morphia.mapping with parameters of type EntityInterceptor Modifier and Type Method Description voidMapper. addInterceptor(EntityInterceptor ei)Deprecated.Adds anEntityInterceptor
-