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 Summary

    Modifier and Type
    Method
    Description
    void
    Make the wrapper invalid for further usage.

    Methods inherited from interface org.hibernate.engine.jdbc.spi.JdbcWrapper

    getWrappedObject
  • Method Details

    • invalidate

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