public class SourceConfig extends Object
| Constructor and Description |
|---|
SourceConfig() |
SourceConfig(String path,
boolean ignoreAnnotations,
boolean queryDsl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
boolean |
isIgnoreAnnotations() |
boolean |
isQueryDsl() |
void |
setIgnoreAnnotations(boolean ignoreAnnotations) |
void |
setPath(String path) |
void |
setQueryDsl(boolean queryDsl) |
public SourceConfig()
public SourceConfig(String path, boolean ignoreAnnotations, boolean queryDsl)
public String getPath()
public void setPath(String path)
public boolean isIgnoreAnnotations()
public void setIgnoreAnnotations(boolean ignoreAnnotations)
public boolean isQueryDsl()
public void setQueryDsl(boolean queryDsl)
Copyright © 2020 be.cloudway. All rights reserved.