接口 InvalidatableWrapper<T>

  • 所有超级接口:
    JdbcWrapper<T>

    public interface InvalidatableWrapper<T>
    extends JdbcWrapper<T>
    Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
    作者:
    Steve Ebersole
    • 方法详细资料

      • invalidate

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