Package dev.morphia.mapping.lifecycle
Class OnEntityListenerAdapter
- java.lang.Object
-
- dev.morphia.mapping.lifecycle.OnEntityListenerAdapter
-
- All Implemented Interfaces:
EntityListener<Object>
public class OnEntityListenerAdapter extends Object
-
-
Constructor Summary
Constructors Constructor Description OnEntityListenerAdapter(Class<?> listenerType)
-
Method Summary
-
Methods inherited from class dev.morphia.mapping.lifecycle.EntityListenerAdapter
collectArgs, hasAnnotation, postLoad, postPersist, preLoad, prePersist
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.morphia.EntityListener
postLoad, postPersist, preLoad, prePersist
-
-
-
-
Constructor Detail
-
OnEntityListenerAdapter
public OnEntityListenerAdapter(Class<?> listenerType)
-
-