| Modifier and Type | Required Element and Description |
|---|---|
String[] |
templateTokens |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
overrideIndexNameKey
The name that should be used when dynamically generating index names instead of the table name.
|
boolean |
renameMethodOverlaps |
boolean |
skipOverlaps
Defaults to false.
|
public abstract String[] templateTokens
public abstract boolean skipOverlaps
Defaults to false.
skipOverlaps is useful if you want to make sure the load time weaving does not try to insert methods you have already implemented. For example, if you have already implemented the Status interface and methods (e.g. Offer), then you don't want the system to try to overwrite these.
public abstract String overrideIndexNameKey
Copyright © 2021. All rights reserved.