Class NullEntityListener<ENTITY>

java.lang.Object
org.seasar.doma.jdbc.entity.NullEntityListener<ENTITY>
Type Parameters:
ENTITY - the entity type
All Implemented Interfaces:
EntityListener<ENTITY>

public class NullEntityListener<ENTITY> extends Object implements EntityListener<ENTITY>
An entity listener that does nothing.
  • Constructor Details

    • NullEntityListener

      public NullEntityListener()