java.lang.Object
org.seasar.doma.jdbc.entity.NullEntityListener<ENTITY>
- Type Parameters:
ENTITY- the entity type
- All Implemented Interfaces:
EntityListener<ENTITY>
An entity listener that does nothing.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.entity.EntityListener
postDelete, postInsert, postUpdate, preDelete, preInsert, preUpdate
-
Constructor Details
-
NullEntityListener
public NullEntityListener()
-