public class SimpleFiledScopeDataAccessConfig extends AbstractDataAccessConfig implements FieldScopeDataAccessConfig
DataAccessConfig.DefaultType| 构造器和说明 |
|---|
SimpleFiledScopeDataAccessConfig() |
SimpleFiledScopeDataAccessConfig(String field,
Set<Object> scope) |
SimpleFiledScopeDataAccessConfig(String field,
String scopeType) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getField() |
Set<Object> |
getScope() |
String |
getScopeType() |
void |
setField(String field) |
void |
setScope(Set<Object> scope) |
void |
setScopeType(String scopeType) |
getAction, setActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetActionpublic SimpleFiledScopeDataAccessConfig()
public SimpleFiledScopeDataAccessConfig(String field, Set<Object> scope)
public String getScopeType()
getScopeType 在接口中 ScopeDataAccessConfigpublic void setScopeType(String scopeType)
public Set<Object> getScope()
getScope 在接口中 ScopeDataAccessConfigpublic String getField()
getField 在接口中 FieldScopeDataAccessConfigpublic void setField(String field)
Copyright © 2018. All rights reserved.