public interface AnalyzerReference extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close analyzer if possible
|
Object |
getAnalyzer() |
<T extends AnalyzerReference> |
is(Class<T> analyzerType)
Check if the analyzer can be represented using a specific class.
|
<T extends AnalyzerReference> |
unwrap(Class<T> analyzerType)
Convert this instance to T
|
Object getAnalyzer()
<T extends AnalyzerReference> boolean is(Class<T> analyzerType)
analyzerType - an AnalyzerReference type<T extends AnalyzerReference> T unwrap(Class<T> analyzerType)
T - an AnalyzerReference typeanalyzerType - the class Tvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2006–2017 Hibernate. All rights reserved.