クラス SqlCountImpl

  • すべての実装されたインタフェース:
    SqlCount

    public class SqlCountImpl
    extends Object
    implements SqlCount
    SQLテンプレートによる件数のカウントを行うクエリの実装です。
    作成者:
    T.TSUCHIE
    • コンストラクタの詳細

      • SqlCountImpl

        public SqlCountImpl​(SqlMapperContext context,
                            com.github.mygreen.splate.SqlTemplate template,
                            com.github.mygreen.splate.SqlTemplateContext parameter)
    • メソッドの詳細

      • getCount

        public long getCount()
        インタフェースからコピーされた説明: SqlCount
        カウント用のクエリを実行します。
        定義:
        getCount インタフェース内 SqlCount
        戻り値:
        カウント結果
      • getTemplate

        public com.github.mygreen.splate.SqlTemplate getTemplate()
        SQLテンプレートです。
      • getParameter

        public com.github.mygreen.splate.SqlTemplateContext getParameter()
        SQLテンプレートのパラメータです。