Uses of Enum Class
org.seasar.doma.jdbc.id.AutoGeneratedKeysType
Packages that use AutoGeneratedKeysType
Package
Description
Provides RDBMS dialects.
Provides classes that are related to identity generation of entity.
-
Uses of AutoGeneratedKeysType in org.seasar.doma.jdbc.dialect
Methods in org.seasar.doma.jdbc.dialect that return AutoGeneratedKeysTypeModifier and TypeMethodDescriptionDialect.getAutoGeneratedKeysType()Returns the type of the auto generated keys.OracleDialect.getAutoGeneratedKeysType()StandardDialect.getAutoGeneratedKeysType() -
Uses of AutoGeneratedKeysType in org.seasar.doma.jdbc.id
Methods in org.seasar.doma.jdbc.id that return AutoGeneratedKeysTypeModifier and TypeMethodDescriptionstatic AutoGeneratedKeysTypeReturns the enum constant of this class with the specified name.static AutoGeneratedKeysType[]AutoGeneratedKeysType.values()Returns an array containing the constants of this enum class, in the order they are declared.