public interface InvalidatableWrapper<T> extends JdbcWrapper<T>
Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate()
Make the wrapper invalid for further usage.
|
getWrappedObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.