public interface InvalidatableWrapper<T> extends JdbcWrapper<T>
JdbcWrapper
contract for wrapped objects that can additioanlly be invalidatedModifier and Type | Method and Description |
---|---|
void |
invalidate()
Make the wrapper invalid for further usage.
|
getWrappedObject
Copyright © 2017 JBoss by Red Hat. All rights reserved.