すべてのパッケージ Core Metamodel APT SpringBoot 
パッケージ 説明
com.github.mygreen.sqlmapper.apt
APTによるエンティティ情報をもとに処理を行う機能を提供します。
com.github.mygreen.sqlmapper.apt.model
ソースを生成する際のアノテーションを元に組み立てるモデル
com.github.mygreen.sqlmapper.boot.autoconfigure
SpringBotoによるAutoConfig機能を提供します。
com.github.mygreen.sqlmapper.core
SQLとPOJOをマッピングする機能を提供します。
com.github.mygreen.sqlmapper.core.annotation
マッピング設定するためのアノテーションを提供します。
com.github.mygreen.sqlmapper.core.audit
エンティティの監査情報を設定する機能を提供します。
com.github.mygreen.sqlmapper.core.config
SpringFrameworkによる設定機能を提供します。
com.github.mygreen.sqlmapper.core.dialect
データベースごとの方言のサポートを提供します。
com.github.mygreen.sqlmapper.core.event
各処理のイベント機能を提供します。
com.github.mygreen.sqlmapper.core.id
IDの自動生成機能を提供します。
com.github.mygreen.sqlmapper.core.mapper
ResultSet のデータをエンティティにマッピングする機能を提供します。
com.github.mygreen.sqlmapper.core.meta
エンティティ、カラムなどのメタ情報に関する機能を提供します。
com.github.mygreen.sqlmapper.core.naming
DBのテーブルやカラムとJava間をマッピングする際の命名規則の機能を提供します。
com.github.mygreen.sqlmapper.core.query
クエリを扱うための機能を提供します。
com.github.mygreen.sqlmapper.core.query.auto
SQLの自動生成によるクエリ機能を提供します。
com.github.mygreen.sqlmapper.core.query.sql
SQLテンプレートによるクエリ実行機能を提供します。
com.github.mygreen.sqlmapper.core.type
SQL(JDBC)型を扱うための機能を提供します。
com.github.mygreen.sqlmapper.core.type.enumeration
列挙型の型変換機能を提供します。
com.github.mygreen.sqlmapper.core.type.lob
ラージオブジェクトの型変換機能を提供します。
com.github.mygreen.sqlmapper.core.type.standard
標準的な型の変換処理の実装を提供します。
com.github.mygreen.sqlmapper.core.util
ユーティリティを提供します。
com.github.mygreen.sqlmapper.core.where
WEHERE句を組み立てる機能を提供します。
com.github.mygreen.sqlmapper.core.where.metamodel
メタモデルによるクエリの条件式を組み立てる機能を提供します。
com.github.mygreen.sqlmapper.core.where.metamodel.function
SQL関数の評価処理の実装
com.github.mygreen.sqlmapper.core.where.simple
シンプルに条件分を組み立てるための機能を提供します。
com.github.mygreen.sqlmapper.metamodel
メタモデルによる条件式の組み立て機能を提供します。
com.github.mygreen.sqlmapper.metamodel.expression
式を表現する機能を提供します。
com.github.mygreen.sqlmapper.metamodel.operation
演算子の実装
com.github.mygreen.sqlmapper.metamodel.operator
演算子のタイプを提供します。
com.github.mygreen.sqlmapper.metamodel.support
サポート機能を提供します。