| Enum | Description |
|---|---|
| ColumnMappingStrategy | |
| InsertStrategy |
Define a strategy for insertion.
|
| NamingStrategy |
Define naming strategy for keyspace name, table name and column names.Available values are:
info.archinnov.achilles.type.NamingStrategy.SNAKE_CASE: transform the name using snake case
info.archinnov.achilles.type.NamingStrategy.CASE_SENSITIVE: enclose the name between double quotes (") for escaping the case
info.archinnov.achilles.type.NamingStrategy.LOWER_CASE: transform the name to lower case
|
Copyright © 2012-2021. All Rights Reserved.