public interface BridgeAdaptor
Implementing this interface allows BridgeAdaptorUtils to detect
specific bridge interfaces (TwoWayStringBridge, IgnoreAnalyzerBridge,
...) even when the adaptor does no re-implement the interface.
| Modifier and Type | Method and Description |
|---|---|
<T> T |
unwrap(Class<T> bridgeClass)
Return an object of the specified type to allow access to specific
bridge interfaces.
|
<T> T unwrap(Class<T> bridgeClass)
If no adapted bridge matches this type, null is returned.
null if there is none.Copyright © 2006–2017 Hibernate. All rights reserved.