public class ConditionalDirectCopyTransformMemberDto extends Object implements Serializable
DirectCopyTransformMember
annotation.Modifier and Type | Field and Description |
---|---|
protected String |
conditionalProperty |
protected Boolean |
conditionalValue |
protected String |
overrideIndexNameKey
The name that should be used when dynamically generating index names instead of the table name.
|
protected boolean |
renameMethodOverlaps |
protected boolean |
skipOverlaps
Defaults to false.
|
protected String[] |
templateTokens |
Constructor and Description |
---|
ConditionalDirectCopyTransformMemberDto() |
Modifier and Type | Method and Description |
---|---|
String |
getConditionalProperty() |
Boolean |
getConditionalValue() |
String |
getOverrideIndexNameKey() |
String[] |
getTemplateTokens() |
boolean |
isRenameMethodOverlaps() |
boolean |
isSkipOverlaps() |
void |
setConditionalProperty(String conditionalProperty) |
void |
setConditionalValue(Boolean conditionalValue) |
void |
setOverrideIndexNameKey(String overrideIndexNameKey) |
void |
setRenameMethodOverlaps(boolean renameMethodOverlaps) |
void |
setSkipOverlaps(boolean skipOverlaps) |
void |
setTemplateTokens(String[] templateTokens) |
protected String[] templateTokens
protected boolean renameMethodOverlaps
protected 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.
protected String conditionalProperty
protected Boolean conditionalValue
protected String overrideIndexNameKey
public ConditionalDirectCopyTransformMemberDto()
public String[] getTemplateTokens()
public void setTemplateTokens(String[] templateTokens)
public boolean isRenameMethodOverlaps()
public void setRenameMethodOverlaps(boolean renameMethodOverlaps)
public boolean isSkipOverlaps()
public void setSkipOverlaps(boolean skipOverlaps)
public String getConditionalProperty()
public void setConditionalProperty(String conditionalProperty)
public Boolean getConditionalValue()
public void setConditionalValue(Boolean conditionalValue)
public String getOverrideIndexNameKey()
public void setOverrideIndexNameKey(String overrideIndexNameKey)
Copyright © 2019. All rights reserved.