Module org.seasar.doma.core
Package org.seasar.doma.jdbc.id
package org.seasar.doma.jdbc.id
Provides classes that are related to identity generation of entity.
-
ClassDescriptionA skeletal implementation of the
IdGeneratorinterface.A generator that generates an identity value before an execution of insert.Defines types for auto generated keys.The built-in implementation forIdentityIdGenerator.The built-in implementation forSequenceIdGenerator.The built-in implementation forTableIdGenerator.A generator that uses a database IDENTITY column.A configuration for the identity generation.Deprecated.An identity generator.Deprecated.Deprecated.A generator that uses a database SEQUENCE.A generator that uses a database TABLE.