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
-
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 ofEntityInterceptor
sMethods in dev.morphia.mapping with parameters of type EntityInterceptor Modifier and Type Method Description void
Mapper. addInterceptor(EntityInterceptor ei)
Deprecated.Adds anEntityInterceptor
-