Uses of Interface
org.seasar.doma.jdbc.id.IdGenerator
Packages that use IdGenerator
Package
Description
Provides classes and interfaces for entity mapping and lifecycle management.
Provides classes that are related to identity generation of entity.
-
Uses of IdGenerator in org.seasar.doma.jdbc.entity
Fields in org.seasar.doma.jdbc.entity declared as IdGeneratorConstructors in org.seasar.doma.jdbc.entity with parameters of type IdGeneratorModifierConstructorDescriptionGeneratedIdPropertyType(Class<ENTITY> entityClass, Supplier<Scalar<BASIC, CONTAINER>> scalarSupplier, String name, String columnName, NamingType namingType, boolean quoteRequired, IdGenerator idGenerator) Constructs a new generated ID property type. -
Uses of IdGenerator in org.seasar.doma.jdbc.id
Subinterfaces of IdGenerator in org.seasar.doma.jdbc.idModifier and TypeInterfaceDescriptioninterfaceA generator that uses a database IDENTITY column.interfaceA generator that uses a database SEQUENCE.interfaceA generator that uses a database TABLE.Classes in org.seasar.doma.jdbc.id that implement IdGeneratorModifier and TypeClassDescriptionclassA skeletal implementation of theIdGeneratorinterface.classA generator that generates an identity value before an execution of insert.classThe built-in implementation forIdentityIdGenerator.classThe built-in implementation forSequenceIdGenerator.classThe built-in implementation forTableIdGenerator.