パッケージの使用
com.github.mygreen.sqlmapper.core.query
-
com.github.mygreen.sqlmapper.core.queryを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.dialect データベースごとの方言のサポートを提供します。com.github.mygreen.sqlmapper.core.mapper ResultSet
のデータをエンティティにマッピングする機能を提供します。com.github.mygreen.sqlmapper.core.query クエリを扱うための機能を提供します。com.github.mygreen.sqlmapper.core.query.auto SQLの自動生成によるクエリ機能を提供します。com.github.mygreen.sqlmapper.core.where.metamodel メタモデルによるクエリの条件式を組み立てる機能を提供します。 -
com.github.mygreen.sqlmapper.core.dialectにより使用されるcom.github.mygreen.sqlmapper.core.queryのクラス クラス 説明 SelectForUpdateType SELECT ~ FOR UPDATEのタイプを表す列挙です。 -
com.github.mygreen.sqlmapper.core.mapperにより使用されるcom.github.mygreen.sqlmapper.core.queryのクラス クラス 説明 JoinAssociation テーブル結合のエンティティ構成の定義を保持します。 -
com.github.mygreen.sqlmapper.core.queryにより使用されるcom.github.mygreen.sqlmapper.core.queryのクラス クラス 説明 JdbcTemplateBuilder JdbcTemplate
を組み立てます。JoinAssociation.Associator テーブル結合する際のエンティティの構成を定義します。JoinCondition.Conditioner テーブルの結合条件を組み立てます。JoinType テーブルの結合タイプSelectForUpdateType SELECT ~ FOR UPDATEのタイプを表す列挙です。 -
com.github.mygreen.sqlmapper.core.query.autoにより使用されるcom.github.mygreen.sqlmapper.core.queryのクラス クラス 説明 JoinAssociation テーブル結合のエンティティ構成の定義を保持します。JoinAssociation.Associator テーブル結合する際のエンティティの構成を定義します。JoinCondition テーブルの結合情報を保持します。JoinCondition.Conditioner テーブルの結合条件を組み立てます。SelectForUpdateType SELECT ~ FOR UPDATEのタイプを表す列挙です。 -
com.github.mygreen.sqlmapper.core.where.metamodelにより使用されるcom.github.mygreen.sqlmapper.core.queryのクラス クラス 説明 TableNameResolver テーブル名と別名を管理します。