Package org.seasar.doma.jdbc.entity


package org.seasar.doma.jdbc.entity
Provides classes and interfaces for entity mapping and lifecycle management.

This package contains the core components for mapping Java objects to database tables and managing their lifecycle during database operations. Key components include:

The classes in this package are typically used by the Doma annotation processor to generate implementations at compile time, rather than being used directly by application code.

See Also: