@Retention(value=RUNTIME) @Target(value=TYPE) public @interface DbPartition
This is currently only useful for Postgres 10 range partitioned tables and not used for any other database or ElasticSearch or other non-range partitioning.
This modifies the Postgres DDL generation only adding range partitioning clause and suppressing foreign key constraints to partitioned tables.
| Modifier and Type | Required Element and Description |
|---|---|
PartitionMode |
mode
The partition mode.
|
String |
property
The property or column to partition on.
|
public abstract PartitionMode mode
Copyright © 2019. All rights reserved.