Interface InvalidatableWrapper<T>

  • All Superinterfaces:
    JdbcWrapper<T>

    public interface InvalidatableWrapper<T>
    extends JdbcWrapper<T>
    Specialized JdbcWrapper contract for wrapped objects that can additionally be invalidated
    • Method Detail

      • invalidate

        void invalidate()
        Make the wrapper invalid for further usage.