public class AutoMappingConfig extends Object
AutoMapping
Constructor and Description |
---|
AutoMappingConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isActive() |
boolean |
isClearMapped() |
boolean |
isFilterValue() |
boolean |
isOnlyUnique() |
boolean |
isSuspendChildrenPropagation() |
void |
setActive(boolean active) |
void |
setClearMapped(boolean clearMapped) |
void |
setFilterValue(boolean filterValue) |
void |
setOnlyUnique(boolean onlyUnique) |
void |
setSuspendChildrenPropagation(boolean suspendChildrenPropagation) |
public boolean isActive()
public void setActive(boolean active)
public boolean isClearMapped()
public void setClearMapped(boolean clearMapped)
public boolean isOnlyUnique()
public void setOnlyUnique(boolean onlyUnique)
public boolean isFilterValue()
public void setFilterValue(boolean filterValue)
public boolean isSuspendChildrenPropagation()
public void setSuspendChildrenPropagation(boolean suspendChildrenPropagation)
Copyright © 2019 Suncode. All rights reserved.