public interface ScopedAnalyzer extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
addScopedAnalyzerReference(String scope,
AnalyzerReference analyzerReference) |
void |
addScopedPassThroughAnalyzerReference(String scope) |
ScopedAnalyzer |
clone() |
void |
close() |
void |
setGlobalAnalyzerReference(AnalyzerReference globalAnalyzerReference) |
void setGlobalAnalyzerReference(AnalyzerReference globalAnalyzerReference)
void addScopedAnalyzerReference(String scope, AnalyzerReference analyzerReference)
void addScopedPassThroughAnalyzerReference(String scope)
ScopedAnalyzer clone()
void close()
Copyright © 2006–2016 Hibernate. All rights reserved.