public class PathsContext extends Object
| Constructor and Description |
|---|
PathsContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(String path) |
boolean |
containsPath(String path) |
Set<String> |
getEncounteredPaths() |
Set<String> |
getUnEncounteredPaths() |
void |
markEncounteredPath(String path) |
Copyright © 2006–2017 Hibernate. All rights reserved.