| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.id |
Provides classes that are related to identity generation of entity.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Naming.Adapter |
| Modifier and Type | Field and Description |
|---|---|
static Naming |
Naming.DEFAULT
the default convention
|
static Naming |
ConfigSupport.defaultNaming |
static Naming |
Naming.LENIENT_SNAKE_LOWER_CASE
Deprecated.
|
static Naming |
Naming.LENIENT_SNAKE_UPPER_CASE
Deprecated.
|
static Naming |
Naming.LOWER_CASE
the adapter for
NamingType.LOWER_CASE |
static Naming |
Naming.NONE
the adapter for
NamingType.NONE |
static Naming |
Naming.SNAKE_LOWER_CASE
the adapter for
NamingType.SNAKE_LOWER_CASE |
static Naming |
Naming.SNAKE_UPPER_CASE
the adapter for
NamingType.SNAKE_UPPER_CASE |
static Naming |
Naming.UPPER_CASE
the adapter for
NamingType.UPPER_CASE |
| Modifier and Type | Method and Description |
|---|---|
default Naming |
Config.getNaming()
Returns the naming convention controller.
|
| Modifier and Type | Method and Description |
|---|---|
Naming |
IdGenerationConfig.getNaming() |
| Modifier and Type | Field and Description |
|---|---|
Naming |
UpsertAssemblerContext.naming |
| Modifier and Type | Method and Description |
|---|---|
static UpsertAssemblerContext |
UpsertAssemblerContextBuilder.build(org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf,
EntityType<?> entityType,
DuplicateKeyType duplicateKeyType,
Naming naming,
Dialect dialect,
java.util.List<EntityPropertyType<?,?>> keys,
java.util.List<QueryOperandPair> insertValues,
java.util.List<QueryOperandPair> setValues) |
static <ENTITY> UpsertAssemblerContext |
UpsertAssemblerContextBuilder.buildFromEntity(org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf,
EntityType<ENTITY> entityType,
DuplicateKeyType duplicateKeyType,
Naming naming,
Dialect dialect,
java.util.List<EntityPropertyType<ENTITY,?>> idPropertyTypes,
java.util.List<EntityPropertyType<ENTITY,?>> insertPropertyTypes,
ENTITY entity) |
| Constructor and Description |
|---|
UpsertAssemblerSupport(Naming naming,
Dialect dialect) |
UpsertAssemblerSupport(Naming naming,
Dialect dialect,
UpsertAssemblerSupport.UpsertAliasConstants aliasConstants) |