Example

Consider the following two classes with an index relationship named BankClientMNIndex:

The above index results in the following DDL being produced by the generator:

CREATE INDEX BankClientMNIndex
ON BankClient(middleName);