indexes property
The indexes that should be created for the table tableName representing this class.
The index over the primary key id
is not part of this list.
Implementation
final List<SerializableModelIndexDefinition> indexes;
The indexes that should be created for the table tableName representing this class.
The index over the primary key id
is not part of this list.
final List<SerializableModelIndexDefinition> indexes;