Uses of Enum Class
org.seasar.doma.GenerationType
Packages that use GenerationType
Package
Description
Provides annotations and exceptions.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides classes that are related to identity generation of entity.
-
Uses of GenerationType in org.seasar.doma
Methods in org.seasar.doma that return GenerationTypeModifier and TypeMethodDescriptionstatic GenerationTypeReturns the enum constant of this class with the specified name.static GenerationType[]GenerationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationType in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity that return GenerationTypeMethods in org.seasar.doma.jdbc.entity with parameters of type GenerationTypeModifier and TypeMethodDescriptionprotected booleanGeneratedIdPropertyType.isGenerationTypeSupported(GenerationType generationType, Dialect dialect) Determines if the specified generation type is supported by the given dialect. -
Uses of GenerationType in org.seasar.doma.jdbc.id
Methods in org.seasar.doma.jdbc.id that return GenerationTypeModifier and TypeMethodDescriptionBuiltinIdentityIdGenerator.getGenerationType()BuiltinSequenceIdGenerator.getGenerationType()BuiltinTableIdGenerator.getGenerationType()IdGenerator.getGenerationType()Returns the generation type.