パッケージ org.nkjmlab.sorm4j

インタフェース Sorm.ConsumerHandler<T>

  • 型パラメータ:
    T -
    含まれているインタフェース:
    Sorm
    機能インタフェース
    これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。

    @FunctionalInterface
    public static interface Sorm.ConsumerHandler<T>
    Interface for object-relation handling without a return value. This interface is only designed for Sorm interface.
    • メソッドの詳細

      • accept

        void accept​(T t)
             throws Exception
        Will be invoked with an open connection. The handle may be closed when this callback returns.
        パラメータ:
        t -
        例外:
        Exception