| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| Modifier and Type | Method and Description |
|---|---|
default <ENTITY,LISTENER extends EntityListener<ENTITY>> |
EntityListenerProvider.get(java.lang.Class<LISTENER> listenerClass,
java.util.function.Supplier<LISTENER> listenerSupplier)
Returns an
EntityListener object. |
| Modifier and Type | Class and Description |
|---|---|
class |
NullEntityListener<ENTITY>
An entity listener that does nothing.
|