A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractEntityType<E> - org.seasar.doma.jdbc.entity の クラス
EntityType の骨格実装です。
AbstractEntityType() - クラス org.seasar.doma.jdbc.entity.AbstractEntityType のコンストラクタ
インスタンスを構築します。
AbstractIdGenerator - org.seasar.doma.jdbc.id の クラス
IdGenerator の骨格実装です。
AbstractIdGenerator() - クラス org.seasar.doma.jdbc.id.AbstractIdGenerator のコンストラクタ
 
AbstractJdbcType<T> - org.seasar.doma.jdbc.type の クラス
JdbcType の骨格実装です。
AbstractJdbcType(int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のコンストラクタ
SQL型を指定してインスタンスを構築します。
AbstractPreGenerateIdGenerator - org.seasar.doma.jdbc.id の クラス
INSERT文の実行前に識別子を生成するジェネレータの骨格実装です。
AbstractPreGenerateIdGenerator() - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のコンストラクタ
 
AbstractPreGenerateIdGenerator.IdContext - org.seasar.doma.jdbc.id の クラス
識別子コンテキストです。
AbstractPreGenerateIdGenerator.IdContext() - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator.IdContext のコンストラクタ
 
AbstractResultSetType - org.seasar.doma.jdbc.type の クラス
ResultSet 用の JdbcType のための骨格実装です。
AbstractResultSetType(int) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のコンストラクタ
SQL型を指定してインスタンスを構築します。
AbstractSqlFileRepository - org.seasar.doma.jdbc の クラス
SqlFileRepository の骨格実装です。
AbstractSqlFileRepository() - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のコンストラクタ
 
AbstractWrapper<V> - org.seasar.doma.wrapper の クラス
Wrapper の骨格実装です。
AbstractWrapper() - クラス org.seasar.doma.wrapper.AbstractWrapper のコンストラクタ
インスタンスを構築します。
AbstractWrapper(V) - クラス org.seasar.doma.wrapper.AbstractWrapper のコンストラクタ
値を指定してインスタンスを構築します。
accept(CriterionVisitor<R, P, TH>, P) - クラス org.seasar.doma.jdbc.entity.AbstractEntityType のメソッド
 
accept(CriterionVisitor<R, P, TH>, P) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
accept(SqlNodeVisitor<R, P>, P) - インタフェース org.seasar.doma.jdbc.SqlNode のメソッド
ビジターを受け入れ、ビジターの適切なメソッドにディスパッチします。
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.ArrayWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.BlobWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.BooleanWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.BytesWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.ClobWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.DateWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.EnumWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.NClobWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.ObjectWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.StringWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.TimestampWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.TimeWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - クラス org.seasar.doma.wrapper.UtilDateWrapper のメソッド
 
accept(WrapperVisitor<R, P, TH>, P) - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
ビジターを受け入れます。
accessor - クラス org.seasar.doma.wrapper.AbstractWrapper の変数
 
Accessor<V> - org.seasar.doma.wrapper の インタフェース
 
accessorFactory - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
ラッパーのアクセサのファクトリ
addKeyword(String) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresScriptBlockContext のメソッド
 
addKeyword(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext のメソッド
 
addKeyword(String) - インタフェース org.seasar.doma.jdbc.ScriptBlockContext のメソッド
SQLのキーワードを追加します。
addNode(SqlNode) - インタフェース org.seasar.doma.jdbc.SqlNode のメソッド
推奨されていません。 1.16.0から非推奨となりました。
addProperty(String, String) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
JDBCドライバへのプロパティを追加します。
aliases - クラス org.seasar.doma.jdbc.SelectOptions の変数
悲観的排他制御のロック対象のエイリアスの配列
allocated - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator.IdContext の変数
割り当てサイズ
allocationSize - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator の変数
割り当てサイズ
AnnotateWith - org.seasar.doma の 注釈型
Daoインタフェースの実装クラスのソースコードにアノテーションを注釈することを示します。
Annotation - org.seasar.doma の 注釈型
アノテーションを示します。
AnnotationTarget - org.seasar.doma の 列挙型
アノテーションを注釈する対象です。
apply(String) - 列挙 org.seasar.doma.jdbc.entity.NamingType のメソッド
ネーミング規約を適用します。
apply(Wrapper<V>, JdbcType<V>) - インタフェース org.seasar.doma.jdbc.JdbcMappingFunction のメソッド
この処理を適用します。
apply(Wrapper<V>, SqlLogFormatter<V>) - インタフェース org.seasar.doma.jdbc.SqlLogFormattingFunction のメソッド
この処理を適用します。
apply(String) - 列挙 org.seasar.doma.MapKeyNamingType のメソッド
ネーミング規約を適用します。
applyQuote(String) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
引用符で囲みます。
applyQuote(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
args - 例外 org.seasar.doma.DomaException の変数
メッセージへの引数
ARRAY - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
ArrayFactory - org.seasar.doma の 注釈型
Array のインスタンスを生成することを示します。
ArrayType - org.seasar.doma.jdbc.type の クラス
Array 用の JdbcType の実装です。
ArrayType() - クラス org.seasar.doma.jdbc.type.ArrayType のコンストラクタ
 
ArrayWrapper - org.seasar.doma.wrapper の クラス
Array のラッパーです。
ArrayWrapper() - クラス org.seasar.doma.wrapper.ArrayWrapper のコンストラクタ
インスタンスを構築します。
ArrayWrapper(Array) - クラス org.seasar.doma.wrapper.ArrayWrapper のコンストラクタ
値を指定してインスタンスを構築します。
ArrayWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
ArrayWrapper のビジターです。
AssignedIdPropertyType<PE,E extends PE,V,D> - org.seasar.doma.jdbc.entity の クラス
アプリケーションにより割り当てられる識別子のプロパティ型です。
AssignedIdPropertyType(Class<E>, Class<V>, Class<?>, EntityPropertyType<PE, V>, DomainType<V, D>, String, String) - クラス org.seasar.doma.jdbc.entity.AssignedIdPropertyType のコンストラクタ
インスタンスを構築します。

B

BasicPropertyType<PE,E extends PE,V,D> - org.seasar.doma.jdbc.entity の クラス
基本のプロパティ型です。
BasicPropertyType(Class<E>, Class<V>, Class<?>, EntityPropertyType<PE, V>, DomainType<V, D>, String, String, boolean, boolean) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のコンストラクタ
インスタンスを構築します。
BasicPropertyType.AccessorFactory<E,V> - org.seasar.doma.jdbc.entity の インタフェース
ラッパーのアクセサのファクトリです。
BasicPropertyType.DomainAccessorFactory<E,V,D> - org.seasar.doma.jdbc.entity の クラス
ドメインのアクセサのファクトリです。
BasicPropertyType.DomainAccessorFactory(String, String, Field, DomainType<V, D>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory のコンストラクタ
 
BasicPropertyType.DomainMapAccessorFactory<V,D> - org.seasar.doma.jdbc.entity の クラス
ドメインのMap用アクセサのファクトリです。
BasicPropertyType.DomainMapAccessorFactory(String, String, Field, DomainType<V, D>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory のコンストラクタ
 
BasicPropertyType.EnumWrapperFactory<V> - org.seasar.doma.jdbc.entity の クラス
列挙型のラッパーのファクトリです。
BasicPropertyType.EnumWrapperFactory(Class<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.EnumWrapperFactory のコンストラクタ
 
BasicPropertyType.MapAccessorFactory<V> - org.seasar.doma.jdbc.entity の インタフェース
 
BasicPropertyType.ParentValueAccessorFactory<PE,E extends PE,V> - org.seasar.doma.jdbc.entity の クラス
親の値のアクセサのファクトリです。
BasicPropertyType.ParentValueAccessorFactory(EntityPropertyType<PE, V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueAccessorFactory のコンストラクタ
 
BasicPropertyType.ParentValueMapAccessorFactory<PE,E extends PE,V> - org.seasar.doma.jdbc.entity の クラス
親の値のMap用アクセサのファクトリです。
BasicPropertyType.ParentValueMapAccessorFactory(EntityPropertyType<PE, V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueMapAccessorFactory のコンストラクタ
 
BasicPropertyType.SimpleWrapperFactory<V> - org.seasar.doma.jdbc.entity の クラス
単純なラッパーのファクトリです。
BasicPropertyType.SimpleWrapperFactory(Class<?>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.SimpleWrapperFactory のコンストラクタ
 
BasicPropertyType.ValueAccessorFactory<E,V> - org.seasar.doma.jdbc.entity の クラス
値のアクセサのファクトリです。
BasicPropertyType.ValueAccessorFactory(String, String, Field) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory のコンストラクタ
 
BasicPropertyType.ValueMapAccessorFactory<V> - org.seasar.doma.jdbc.entity の クラス
値のMap用アクセサのファクトリです。
BasicPropertyType.ValueMapAccessorFactory(String, String, Field) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory のコンストラクタ
 
BasicPropertyType.WrapperFactory<V> - org.seasar.doma.jdbc.entity の インタフェース
ラッパーのファクトリです。
BatchDelete - org.seasar.doma の 注釈型
バッチ削除処理を示します。
BatchInsert - org.seasar.doma の 注釈型
バッチ挿入処理を示します。
BatchOptimisticLockException - org.seasar.doma.jdbc の 例外
バッチ処理時に楽観的排他制御に失敗した場合にスローされる例外です。
BatchOptimisticLockException(ExceptionSqlLogType, Sql<?>) - 例外 org.seasar.doma.jdbc.BatchOptimisticLockException のコンストラクタ
楽観的排他制御に失敗したSQLを指定してインスタンスを構築します。
BatchOptimisticLockException(ExceptionSqlLogType, SqlKind, String, String) - 例外 org.seasar.doma.jdbc.BatchOptimisticLockException のコンストラクタ
楽観的排他制御に失敗した未加工SQLを指定してインスタンスを構築します。
BatchResult<E> - org.seasar.doma.jdbc の クラス
イミュータブルなエンティティに対するバッチ更新やバッチ挿入の結果を表します。
BatchResult(int[], List<E>) - クラス org.seasar.doma.jdbc.BatchResult のコンストラクタ
 
BatchSqlExecutionException - org.seasar.doma.jdbc の 例外
バッチ処理に失敗した場合にスローされる例外です。
BatchSqlExecutionException(ExceptionSqlLogType, Sql<?>, Throwable, Throwable) - 例外 org.seasar.doma.jdbc.BatchSqlExecutionException のコンストラクタ
SQL、スローされた原因、根本原因を指定してインスタンスを構築します。
BatchSqlExecutionException(ExceptionSqlLogType, SqlKind, String, String, Throwable, Throwable) - 例外 org.seasar.doma.jdbc.BatchSqlExecutionException のコンストラクタ
未加工SQL、スローされた原因、根本原因を指定してインスタンスを構築します。
BatchUniqueConstraintException - org.seasar.doma.jdbc の 例外
バッチ処理で一意制約違反が発生した場合にスローされる例外です。
BatchUniqueConstraintException(ExceptionSqlLogType, Sql<?>, Throwable) - 例外 org.seasar.doma.jdbc.BatchUniqueConstraintException のコンストラクタ
SQLと原因を指定してインスタンスを構築します。
BatchUniqueConstraintException(ExceptionSqlLogType, SqlKind, String, String, Throwable) - 例外 org.seasar.doma.jdbc.BatchUniqueConstraintException のコンストラクタ
未加工SQLと原因を指定してインスタンスを構築します。
BatchUpdate - org.seasar.doma の 注釈型
バッチ更新処理を示します。
begin() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションを開始します。
begin(TransactionIsolationLevel) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
トランザクション分離レベルを指定してローカルトランザクションを開始します。
beginInternal(TransactionIsolationLevel, String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
内部的にローカルトランザクションを開始します。
BIG_DECIMAL - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BIG_INTEGER - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BigDecimalType - org.seasar.doma.jdbc.type の クラス
BigDecimal 用の JdbcType の実装です。
BigDecimalType() - クラス org.seasar.doma.jdbc.type.BigDecimalType のコンストラクタ
 
BigDecimalWrapper - org.seasar.doma.wrapper の クラス
BigDecimal のラッパーです。
BigDecimalWrapper() - クラス org.seasar.doma.wrapper.BigDecimalWrapper のコンストラクタ
インスタンスを構築します。
BigDecimalWrapper(BigDecimal) - クラス org.seasar.doma.wrapper.BigDecimalWrapper のコンストラクタ
値を指定してインスタンスを構築します。
BigDecimalWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
BigDecimalWrapper のビジターです。
BigIntegerType - org.seasar.doma.jdbc.type の クラス
BigInteger 用の JdbcType の実装です。
BigIntegerType() - クラス org.seasar.doma.jdbc.type.BigIntegerType のコンストラクタ
 
BigIntegerWrapper - org.seasar.doma.wrapper の クラス
BigInteger のラッパーです。
BigIntegerWrapper() - クラス org.seasar.doma.wrapper.BigIntegerWrapper のコンストラクタ
インスタンスを構築します。
BigIntegerWrapper(BigInteger) - クラス org.seasar.doma.wrapper.BigIntegerWrapper のコンストラクタ
値を指定してインスタンスを構築します。
BigIntegerWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
BigIntegerWrapper のビジターです。
BLOB - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BlobFactory - org.seasar.doma の 注釈型
Blob のインスタンスを生成することを示します。
BlobType - org.seasar.doma.jdbc.type の クラス
Blob 用の JdbcType の実装です。
BlobType() - クラス org.seasar.doma.jdbc.type.BlobType のコンストラクタ
 
BlobWrapper - org.seasar.doma.wrapper の クラス
Blob のラッパーです。
BlobWrapper() - クラス org.seasar.doma.wrapper.BlobWrapper のコンストラクタ
インスタンスを構築します。
BlobWrapper(Blob) - クラス org.seasar.doma.wrapper.BlobWrapper のコンストラクタ
値を指定してインスタンスを構築します。
BlobWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
BlobWrapper のビジターです。
BOOLEAN - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BooleanType - org.seasar.doma.jdbc.type の クラス
Boolean 用の JdbcType の実装です。
BooleanType() - クラス org.seasar.doma.jdbc.type.BooleanType のコンストラクタ
 
BooleanWrapper - org.seasar.doma.wrapper の クラス
Boolean のラッパーです。
BooleanWrapper() - クラス org.seasar.doma.wrapper.BooleanWrapper のコンストラクタ
インスタンスを構築します。
BooleanWrapper(Boolean) - クラス org.seasar.doma.wrapper.BooleanWrapper のコンストラクタ
値を指定してインスタンスを構築します。
BooleanWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
BooleanWrapper のビジターです。
BuiltinIdentityIdGenerator - org.seasar.doma.jdbc.id の クラス
IdentityIdGenerator のデフォルトの実装です。
BuiltinIdentityIdGenerator() - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のコンストラクタ
 
BuiltinSequenceIdGenerator - org.seasar.doma.jdbc.id の クラス
SequenceIdGenerator のデフォルトの実装です。
BuiltinSequenceIdGenerator() - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator のコンストラクタ
 
BuiltinTableIdGenerator - org.seasar.doma.jdbc.id の クラス
TableIdGenerator のデフォルトの実装です。
BuiltinTableIdGenerator() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のコンストラクタ
 
BYTE - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BYTES - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
BytesType - org.seasar.doma.jdbc.type の クラス
byte[] 用の JdbcType の実装です。
BytesType() - クラス org.seasar.doma.jdbc.type.BytesType のコンストラクタ
 
BytesWrapper - org.seasar.doma.wrapper の クラス
byte[] のラッパーです。
BytesWrapper() - クラス org.seasar.doma.wrapper.BytesWrapper のコンストラクタ
インスタンスを構築します。
BytesWrapper(byte[]) - クラス org.seasar.doma.wrapper.BytesWrapper のコンストラクタ
値を指定してインスタンスを構築します。
BytesWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
BytesWrapper のビジターです。
ByteType - org.seasar.doma.jdbc.type の クラス
Byte 用の JdbcType の実装です。
ByteType() - クラス org.seasar.doma.jdbc.type.ByteType のコンストラクタ
 
ByteWrapper - org.seasar.doma.wrapper の クラス
Byte のラッパーです。
ByteWrapper() - クラス org.seasar.doma.wrapper.ByteWrapper のコンストラクタ
インスタンスを構築します。
ByteWrapper(Byte) - クラス org.seasar.doma.wrapper.ByteWrapper のコンストラクタ
値を指定してインスタンスを構築します。
ByteWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
ByteWrapper のビジターです。

C

callerClassName(String) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
呼び出し元のクラス名です。
callerClassName(String) - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
呼び出し元のクラス名です。
callerClassName(String) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
呼び出し元のクラス名です。
callerClassName(String) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
呼び出し元のクラス名です。
callerMethodName(String) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
呼び出し元のメソッド名です。
callerMethodName(String) - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
呼び出し元のメソッド名です。
callerMethodName(String) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
呼び出し元のメソッド名です。
callerMethodName(String) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
呼び出し元のメソッド名です。
check() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext のメソッド
ブロックの内側かどうかチェックします。
choiceSql(ExceptionSqlLogType, String, String) - 例外 org.seasar.doma.jdbc.JdbcException の static メソッド
ログタイプに応じてログ用SQLを選択します。
ClassHelper - org.seasar.doma.jdbc の インタフェース
クラスのヘルパーです。
className - 例外 org.seasar.doma.jdbc.ConfigException の変数
Config の実装クラス名
className - 例外 org.seasar.doma.jdbc.DaoMethodNotFoundException の変数
クラスの名前
className - 例外 org.seasar.doma.jdbc.JdbcUnsupportedOperationException の変数
サポートされていないメソッドを持つクラスの名前
className - クラス org.seasar.doma.jdbc.tx.LocalTransaction の変数
クラス名
CLOB - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
ClobFactory - org.seasar.doma の 注釈型
Clob のインスタンスを生成することを示します。
ClobType - org.seasar.doma.jdbc.type の クラス
Clob 用の JdbcType の実装です。
ClobType() - クラス org.seasar.doma.jdbc.type.ClobType のコンストラクタ
 
ClobWrapper - org.seasar.doma.wrapper の クラス
Clob のラッパーです。
ClobWrapper() - クラス org.seasar.doma.wrapper.ClobWrapper のコンストラクタ
インスタンスを構築します。
ClobWrapper(Clob) - クラス org.seasar.doma.wrapper.ClobWrapper のコンストラクタ
値を指定してインスタンスを構築します。
ClobWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
ClobWrapper のビジターです。
CLOSE_QUOTE - クラス org.seasar.doma.jdbc.dialect.StandardDialect の static 変数
終了の引用符
Column - org.seasar.doma の 注釈型
データベースのテーブルのカラムを示します。
columnName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
カラム名
columnName - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
プロパティにマッピングされなかったカラム名
commit() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションをコミットします。
Config - org.seasar.doma.jdbc の インタフェース
JDBCに関する設定です。
config - クラス org.seasar.doma.jdbc.id.IdGenerationConfig の変数
JDBCの設定
ConfigException - org.seasar.doma.jdbc の 例外
Configに不適切な設定がある場合にスローされる例外です。
ConfigException(String, String) - 例外 org.seasar.doma.jdbc.ConfigException のコンストラクタ
インスタンスを構築します。
constructor - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.EnumWrapperFactory の変数
 
constructor - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.SimpleWrapperFactory の変数
 
contain(String) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
推奨されていません。 ExpressionFunctions.infix(String) を使用してください
contain(String, char) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
推奨されていません。 ExpressionFunctions.infix(String, char) を使用してください
contain(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
contain(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
contains(ColumnCriterion<?>) - クラス org.seasar.doma.jdbc.entity.AbstractEntityType のメソッド
 
convertToLogFormat(Date) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter のメソッド
 
convertToLogFormat(Time) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter のメソッド
 
convertToLogFormat(Timestamp) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter のメソッド
 
convertToLogFormat(Date) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter のメソッド
 
convertToLogFormat(T) - インタフェース org.seasar.doma.jdbc.SqlLogFormatter のメソッド
値をSQLのログ用文字列に変換します。
convertToLogFormat(T) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
 
copy() - インタフェース org.seasar.doma.jdbc.SqlNode のメソッド
推奨されていません。 1.15.0から非推奨となりました。
count - クラス org.seasar.doma.jdbc.SelectOptions の変数
集計するかどうか
count() - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
集計することを示します。
countSize - クラス org.seasar.doma.jdbc.SelectOptions の変数
集計サイズ
createLocalTransactionContext() - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のメソッド
 
createLocalTransactionContext() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションコンテキストを生成します。
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
createScriptBlockContext() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
スクリプト内のSQLブロックのコンテキストを生成します。
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
createScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
createSelectFormattedSql() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を取得するログ用SQLを返します。
createSelectRawSql() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を取得するバインド変数つきSQLを返します。
createSqlFile(String, Dialect) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
SQLファイルを作成します。
createUpdateFormattedSql() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を更新するログ用SQLを返します。
createUpdateRawSql() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を更新するバインド変数つきSQLを返します。
createWildcardReplacement(char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
ワイルドカード置換文字列正規表現を作成します。
createWildcardReplacementPattern(char, char[]) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
ワイルドカード置換パターンを作成します。
CURSOR - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleResultSetType の static 変数
 

D

Dao - org.seasar.doma の 注釈型
Daoインタフェースであることを示します。
DaoMethod - org.seasar.doma の 注釈型
Daoインタフェースのメソッドのアノテーションであることを示します。
DaoMethodNotFoundException - org.seasar.doma.jdbc の 例外
Daoクラスのメソッドが見つからない場合にスローされる例外です。
DaoMethodNotFoundException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.DaoMethodNotFoundException のコンストラクタ
クラスの名前とメソッドのシグネチャを指定してインスタンスを構築します。
dataSource - クラス org.seasar.doma.jdbc.tx.LocalTransaction の変数
データソース
DATE - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
dateFormatter - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor の変数
Date用日付フォーマッタ
DateType - org.seasar.doma.jdbc.type の クラス
Date 用の JdbcType の実装です。
DateType() - クラス org.seasar.doma.jdbc.type.DateType のコンストラクタ
 
DateWrapper - org.seasar.doma.wrapper の クラス
Date のラッパーです。
DateWrapper() - クラス org.seasar.doma.wrapper.DateWrapper のコンストラクタ
インスタンスを構築します。
DateWrapper(Date) - クラス org.seasar.doma.wrapper.DateWrapper のコンストラクタ
値を指定してインスタンスを構築します。
DateWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
DateWrapper のビジターです。
Db2Dialect - org.seasar.doma.jdbc.dialect の クラス
DB2用の方言です。
Db2Dialect() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
インスタンスを構築します。
Db2Dialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
Db2Dialect.Db2JdbcMappingVisitor を指定してインスタンスを構築します。
Db2Dialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
Db2Dialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
Db2Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
Db2Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のコンストラクタ
Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
Db2Dialect.Db2ExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
DB2用の ExpressionFunctions です。
Db2Dialect.Db2ExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect.Db2ExpressionFunctions のコンストラクタ
 
Db2Dialect.Db2JdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
DB2用の JdbcMappingVisitor の実装です。
Db2Dialect.Db2JdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect.Db2JdbcMappingVisitor のコンストラクタ
 
Db2Dialect.Db2ScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
DB2用の ScriptBlockContext です。
Db2Dialect.Db2ScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect.Db2ScriptBlockContext のコンストラクタ
 
Db2Dialect.Db2SqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
DB2用の SqlLogFormattingVisitor の実装です。
Db2Dialect.Db2SqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect.Db2SqlLogFormattingVisitor のコンストラクタ
 
decrement() - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
decrement() - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
decrement() - インタフェース org.seasar.doma.wrapper.NumberWrapper のメソッド
値をデクリメントします。
decrement() - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
DefaultClassHelper - org.seasar.doma.jdbc の クラス
デフォルトの ClassHelper の実装です。
DefaultClassHelper() - クラス org.seasar.doma.jdbc.DefaultClassHelper のコンストラクタ
 
defaultClassHelper - クラス org.seasar.doma.jdbc.DomaAbstractConfig の static 変数
クラスのヘルパー
defaultJdbcLogger - クラス org.seasar.doma.jdbc.DomaAbstractConfig の static 変数
DBCに関する処理を記録するロガー
defaultReplacement - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions の変数
デフォルトの置換文字列正規表現
defaultRequiresNewController - クラス org.seasar.doma.jdbc.DomaAbstractConfig の static 変数
REQUIRES_NEW の属性をもつトランザクションを制御するコントローラ
defaultSqlFileRepository - クラス org.seasar.doma.jdbc.DomaAbstractConfig の static 変数
SqlFile のリポジトリ
defaultTransactionIsolationLevel - クラス org.seasar.doma.jdbc.tx.LocalTransaction の変数
デフォルトのトランザクション分離レベル、指定されない場合 null
defaultWildcardReplacementPattern - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions の変数
デフォルトのワイルドカード置換パターン
Delegate - org.seasar.doma の 注釈型
委譲を示します。
Delete - org.seasar.doma の 注釈型
削除処理を示します。
DeleteBuilder - org.seasar.doma.jdbc.builder の クラス
DELETE文を組み立て実行するクラスです。
description - 例外 org.seasar.doma.DomaIllegalArgumentException の変数
不正な引数であることの説明
destroy() - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のメソッド
トランザクションコンテキストを破棄します。
Dialect - org.seasar.doma.jdbc.dialect の インタフェース
RDBMS の方言です。
doConvertToLogFormat(T) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
サブクラスで値をログ用フォーマットの文字列に変換します。
doConvertToLogFormat(ResultSet) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
 
doConvertToLogFormat(Array) - クラス org.seasar.doma.jdbc.type.ArrayType のメソッド
 
doConvertToLogFormat(BigDecimal) - クラス org.seasar.doma.jdbc.type.BigDecimalType のメソッド
 
doConvertToLogFormat(BigInteger) - クラス org.seasar.doma.jdbc.type.BigIntegerType のメソッド
 
doConvertToLogFormat(Blob) - クラス org.seasar.doma.jdbc.type.BlobType のメソッド
 
doConvertToLogFormat(Boolean) - クラス org.seasar.doma.jdbc.type.BooleanType のメソッド
 
doConvertToLogFormat(byte[]) - クラス org.seasar.doma.jdbc.type.BytesType のメソッド
 
doConvertToLogFormat(Byte) - クラス org.seasar.doma.jdbc.type.ByteType のメソッド
 
doConvertToLogFormat(Clob) - クラス org.seasar.doma.jdbc.type.ClobType のメソッド
 
doConvertToLogFormat(Date) - クラス org.seasar.doma.jdbc.type.DateType のメソッド
 
doConvertToLogFormat(Double) - クラス org.seasar.doma.jdbc.type.DoubleType のメソッド
 
doConvertToLogFormat(E) - クラス org.seasar.doma.jdbc.type.EnumType のメソッド
 
doConvertToLogFormat(Float) - クラス org.seasar.doma.jdbc.type.FloatType のメソッド
 
doConvertToLogFormat(Boolean) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
doConvertToLogFormat(Integer) - クラス org.seasar.doma.jdbc.type.IntegerType のメソッド
 
doConvertToLogFormat(Long) - クラス org.seasar.doma.jdbc.type.LongType のメソッド
 
doConvertToLogFormat(NClob) - クラス org.seasar.doma.jdbc.type.NClobType のメソッド
 
doConvertToLogFormat(String) - クラス org.seasar.doma.jdbc.type.NStringType のメソッド
 
doConvertToLogFormat(Object) - クラス org.seasar.doma.jdbc.type.ObjectType のメソッド
 
doConvertToLogFormat(Short) - クラス org.seasar.doma.jdbc.type.ShortType のメソッド
 
doConvertToLogFormat(String) - クラス org.seasar.doma.jdbc.type.StringType のメソッド
 
doConvertToLogFormat(Timestamp) - クラス org.seasar.doma.jdbc.type.TimestampType のメソッド
 
doConvertToLogFormat(Time) - クラス org.seasar.doma.jdbc.type.TimeType のメソッド
 
doConvertToLogFormat(Date) - クラス org.seasar.doma.jdbc.type.UtilDateType のメソッド
 
doGet() - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
値を返します。
doGetCopy() - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
値のコピーを返します。
doGetCopy() - クラス org.seasar.doma.wrapper.ArrayWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.BlobWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.BytesWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.ClobWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.DateWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.NClobWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.TimestampWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.TimeWrapper のメソッド
 
doGetCopy() - クラス org.seasar.doma.wrapper.UtilDateWrapper のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
サブクラスで ResultSet から値を取得します。
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
サブクラスで CallableStatement から値を取得します。
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
null を返します。
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.ArrayType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.ArrayType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.BigDecimalType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.BigDecimalType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.BigIntegerType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.BigIntegerType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.BlobType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.BlobType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.BooleanType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.BooleanType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.BytesType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.BytesType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.ByteType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.ByteType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.ClobType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.ClobType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.DateType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.DateType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.DoubleType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.DoubleType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.EnumType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.EnumType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.FloatType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.FloatType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.IntegerType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.IntegerType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.LongType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.LongType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.NClobType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.NClobType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.NStringType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.NStringType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.ObjectType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.ObjectType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.ShortType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.ShortType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.StringType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.StringType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.TimestampType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.TimestampType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.TimeType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.TimeType のメソッド
 
doGetValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.UtilDateType のメソッド
 
doGetValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.UtilDateType のメソッド
 
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
等しい値を持っているかどうか判定します。
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.ArrayWrapper のメソッド
 
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.BlobWrapper のメソッド
 
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.BytesWrapper のメソッド
 
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.ClobWrapper のメソッド
 
doHasEqualValue(Object) - クラス org.seasar.doma.wrapper.NClobWrapper のメソッド
 
DomaAbstractConfig - org.seasar.doma.jdbc の クラス
Config の骨格実装です。
DomaAbstractConfig() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のコンストラクタ
インスタンスを構築します。
DomaException - org.seasar.doma の 例外
このフレームワークでルートとなる実行時例外です。
DomaException(MessageResource, Object...) - 例外 org.seasar.doma.DomaException のコンストラクタ
インスタンスを構築します。
DomaException(MessageResource, Throwable, Object...) - 例外 org.seasar.doma.DomaException のコンストラクタ
この例外の原因となった Throwable を指定してインスタンスを構築します。
DomaIllegalArgumentException - org.seasar.doma の 例外
事前条件をもつパラメータへの引数が不正な場合にスローされる例外です。
DomaIllegalArgumentException(String, String) - 例外 org.seasar.doma.DomaIllegalArgumentException のコンストラクタ
インスタンスを構築します。
Domain - org.seasar.doma の 注釈型
ドメインクラスを示します。
DomainConverter<D,V> - org.seasar.doma.jdbc.domain の インタフェース
任意の型の値を 基本型 の値と相互に変換します。
DomainConverters - org.seasar.doma の 注釈型
DomainConverter を複数登録します。
DomainType<V,D> - org.seasar.doma.jdbc.domain の インタフェース
ドメインのメタタイプです。
domainType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory の変数
 
domainType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory の変数
 
domainType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
ドメインのメタタイプ
DomainTypeFactory - org.seasar.doma.jdbc.domain の クラス
DomainType のファクトリクラスです。
DomainTypeFactory() - クラス org.seasar.doma.jdbc.domain.DomainTypeFactory のコンストラクタ
 
DomainTypeNotFoundException - org.seasar.doma.jdbc.domain の 例外
ドメインクラスに対応するメタクラスが見つからない場合にスローされる例外です。
DomainTypeNotFoundException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.domain.DomainTypeNotFoundException のコンストラクタ
インスタンスを構築します。
DomainWrapper<V,D> - org.seasar.doma.jdbc.domain の インタフェース
ドメインのラッパーです。
DomaNullPointerException - org.seasar.doma の 例外
null でないことを期待されたパラメータへの引数が null の場合にスローされる例外です。
DomaNullPointerException(String) - 例外 org.seasar.doma.DomaNullPointerException のコンストラクタ
インスタンスを構築します。
doSet(V) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
値を設定します。
doSetAccessor(Accessor<V>) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
doSetValue(PreparedStatement, int, T) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
サブクラスで PreparedStatement に値を設定します。
doSetValue(PreparedStatement, int, ResultSet) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
何も行いません。
doSetValue(PreparedStatement, int, Array) - クラス org.seasar.doma.jdbc.type.ArrayType のメソッド
 
doSetValue(PreparedStatement, int, BigDecimal) - クラス org.seasar.doma.jdbc.type.BigDecimalType のメソッド
 
doSetValue(PreparedStatement, int, BigInteger) - クラス org.seasar.doma.jdbc.type.BigIntegerType のメソッド
 
doSetValue(PreparedStatement, int, Blob) - クラス org.seasar.doma.jdbc.type.BlobType のメソッド
 
doSetValue(PreparedStatement, int, Boolean) - クラス org.seasar.doma.jdbc.type.BooleanType のメソッド
 
doSetValue(PreparedStatement, int, byte[]) - クラス org.seasar.doma.jdbc.type.BytesType のメソッド
 
doSetValue(PreparedStatement, int, Byte) - クラス org.seasar.doma.jdbc.type.ByteType のメソッド
 
doSetValue(PreparedStatement, int, Clob) - クラス org.seasar.doma.jdbc.type.ClobType のメソッド
 
doSetValue(PreparedStatement, int, Date) - クラス org.seasar.doma.jdbc.type.DateType のメソッド
 
doSetValue(PreparedStatement, int, Double) - クラス org.seasar.doma.jdbc.type.DoubleType のメソッド
 
doSetValue(PreparedStatement, int, E) - クラス org.seasar.doma.jdbc.type.EnumType のメソッド
 
doSetValue(PreparedStatement, int, Float) - クラス org.seasar.doma.jdbc.type.FloatType のメソッド
 
doSetValue(PreparedStatement, int, Boolean) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
doSetValue(PreparedStatement, int, Integer) - クラス org.seasar.doma.jdbc.type.IntegerType のメソッド
 
doSetValue(PreparedStatement, int, Long) - クラス org.seasar.doma.jdbc.type.LongType のメソッド
 
doSetValue(PreparedStatement, int, NClob) - クラス org.seasar.doma.jdbc.type.NClobType のメソッド
 
doSetValue(PreparedStatement, int, String) - クラス org.seasar.doma.jdbc.type.NStringType のメソッド
 
doSetValue(PreparedStatement, int, Object) - クラス org.seasar.doma.jdbc.type.ObjectType のメソッド
 
doSetValue(PreparedStatement, int, Short) - クラス org.seasar.doma.jdbc.type.ShortType のメソッド
 
doSetValue(PreparedStatement, int, String) - クラス org.seasar.doma.jdbc.type.StringType のメソッド
 
doSetValue(PreparedStatement, int, Timestamp) - クラス org.seasar.doma.jdbc.type.TimestampType のメソッド
 
doSetValue(PreparedStatement, int, Time) - クラス org.seasar.doma.jdbc.type.TimeType のメソッド
 
doSetValue(PreparedStatement, int, Date) - クラス org.seasar.doma.jdbc.type.UtilDateType のメソッド
 
DOUBLE - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
DoubleType - org.seasar.doma.jdbc.type の クラス
Double 用の JdbcType の実装です。
DoubleType() - クラス org.seasar.doma.jdbc.type.DoubleType のコンストラクタ
 
DoubleWrapper - org.seasar.doma.wrapper の クラス
Double のラッパーです。
DoubleWrapper() - クラス org.seasar.doma.wrapper.DoubleWrapper のコンストラクタ
インスタンスを構築します。
DoubleWrapper(Double) - クラス org.seasar.doma.wrapper.DoubleWrapper のコンストラクタ
値を指定してインスタンスを構築します。
DoubleWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
DoubleWrapper のビジターです。

E

end(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションを終了します。
endInternal(LocalTransactionContext, String) - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のメソッド
トランザクションを終了しますがJDBCの接続は閉じません。
endInternal(LocalTransactionContext, String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
 
ensureResult(boolean) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
結果が少なくとも1件以上存在することを保証します。
ensureResultMapping(boolean) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
結果のエンティティのすべてのプロパティが結果セットのカラムにマッピングされることを保証します。
Entity - org.seasar.doma の 注釈型
エンティティクラスを示します。
entityClass - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
エンティティのクラス
entityClass - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor の変数
エンティティクラス
entityClassName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory の変数
 
entityClassName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory の変数
 
entityClassName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory の変数
 
entityClassName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory の変数
 
entityClassName - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
マッピング対象のエンティティクラスの名前
entityClassName - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
マッピング対象のエンティティクラスの名前
EntityField - org.seasar.doma の 注釈型
エンティティクラスのフィールドのアノテーションであることを示します。
EntityListener<E> - org.seasar.doma.jdbc.entity の インタフェース
エンティティのリスナーです。
EntityPropertyAccessException - org.seasar.doma.jdbc.entity の 例外
エンティティプロパティへのアクセスに失敗した場合にスローされる例外です。
EntityPropertyAccessException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.entity.EntityPropertyAccessException のコンストラクタ
インスタンスを構築します。
entityPropertyClass - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
プロパティのクラス
entityPropertyName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory の変数
 
entityPropertyName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory の変数
 
entityPropertyName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory の変数
 
entityPropertyName - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory の変数
 
EntityPropertyNotDefinedException - org.seasar.doma.jdbc.entity の 例外
エンティティプロパティがエンティティクラスに定義されていない場合にスローされる例外です。
EntityPropertyNotDefinedException(String, String) - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotDefinedException のコンストラクタ
インスタンスを構築します。
EntityPropertyNotFoundException - org.seasar.doma.jdbc.entity の 例外
エンティティプロパティがエンティティクラスで見つからない場合にスローされる例外です。
EntityPropertyNotFoundException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotFoundException のコンストラクタ
インスタンスを構築します。
EntityPropertyType<E,V> - org.seasar.doma.jdbc.entity の インタフェース
エンティティのプロパティ型を表します。
EntityPropertyTypeVisitor<R,P,TH extends Throwable> - org.seasar.doma.jdbc.entity の インタフェース
EntityPropertyType のビジターです。
EntityType<E> - org.seasar.doma.jdbc.entity の インタフェース
エンティティのメタタイプです。
entityType - クラス org.seasar.doma.jdbc.id.IdGenerationConfig の変数
識別子が属するエンティティ
EntityTypeFactory - org.seasar.doma.jdbc.entity の クラス
EntityType のファクトリクラスです。
EntityTypeFactory() - クラス org.seasar.doma.jdbc.entity.EntityTypeFactory のコンストラクタ
 
EntityTypeNotFoundException - org.seasar.doma.jdbc.entity の 例外
エンティティクラスに対応するメタクラスが見つからない場合にスローされる例外です。
EntityTypeNotFoundException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.entity.EntityTypeNotFoundException のコンストラクタ
インスタンスを構築します。
EntityTypeVisitor<R,P,TH extends Throwable> - org.seasar.doma.jdbc.entity の インタフェース
EntityType のビジターです。
enumClass - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.EnumWrapperFactory の変数
 
enumClass - クラス org.seasar.doma.jdbc.type.EnumType の変数
Enum のクラス
enumClass - クラス org.seasar.doma.wrapper.EnumWrapper の変数
Enum のクラス
EnumDomain - org.seasar.doma の 注釈型
推奨されていません。 代わりに Domain を使用してください。1.12.0から Domain は列挙型に指定可能になっています。 Domain.factoryMethod() には明示的にファクトリメソッドの名前を指定してください。
EnumType<E extends Enum<E>> - org.seasar.doma.jdbc.type の クラス
Enum 用の JdbcType の実装です。
EnumType(Class<E>) - クラス org.seasar.doma.jdbc.type.EnumType のコンストラクタ
インスタンスを構築します。
EnumWrapper<E extends Enum<E>> - org.seasar.doma.wrapper の クラス
Enum のラッパーです。
EnumWrapper(Class<E>) - クラス org.seasar.doma.wrapper.EnumWrapper のコンストラクタ
インスタンスを構築します。
EnumWrapper(Class<E>, E) - クラス org.seasar.doma.wrapper.EnumWrapper のコンストラクタ
値を指定してインスタンスを構築します。
EnumWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
EnumWrapper のビジターです。
escape(String) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
Like演算子用のエスケープを行います。
escape(String, char) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
Like演算子用のエスケープを行います。
escape(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
escape(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
escapeChar - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions の変数
エスケープ文字
escapeWildcard(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
入力に含まれるワイルドカードをエスケープします。
escapeWildcard(Pattern, String, String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
ワイルドカードを正規表現でエスケープします。
ExceptionSqlLogType - org.seasar.doma.jdbc の 列挙型
例外メッセージに含めるSQLログのタイプです。
execute() - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
SQLを実行します。
execute() - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
SQLを実行します。
execute() - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
SQLを実行します。
execute() - インタフェース org.seasar.doma.jdbc.RequiresNewController.Callback のメソッド
REQUIRES_NEW の属性をもつトランザクション下で実行される処理を起動します。
exit() - クラス org.seasar.doma.jdbc.IterationContext のメソッド
IterationCallbackの処理から抜け出します。
exited - クラス org.seasar.doma.jdbc.IterationContext の変数
IterationContext.exit() が呼びだされたかどうかを示します。
expectedColumnNames - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
期待されるカラムの名前のリスト
expectedPropertyName - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
マッピングを期待されるプロパティの名前
ExpressionFunctions - org.seasar.doma.expr の インタフェース
式の中で利用可能な関数群です。
expressionFunctions - クラス org.seasar.doma.jdbc.dialect.StandardDialect の変数
SQLのコメント式で利用可能な関数群
ExternalDomain - org.seasar.doma の 注釈型
任意のクラスをドメインクラスとして扱うことを示します。

F

fetchSize(int) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
フェッチサイズを設定します。
field - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory の変数
 
field - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory の変数
 
field - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
プロパティのフィールド
field - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory の変数
 
field - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory の変数
 
field - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor の変数
OriginalStates が注釈されたフィールド
FLOAT - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
FloatType - org.seasar.doma.jdbc.type の クラス
Float 用の JdbcType の実装です。
FloatType() - クラス org.seasar.doma.jdbc.type.FloatType のコンストラクタ
 
FloatWrapper - org.seasar.doma.wrapper の クラス
Float のラッパーです。
FloatWrapper() - クラス org.seasar.doma.wrapper.FloatWrapper のコンストラクタ
インスタンスを構築します。
FloatWrapper(Float) - クラス org.seasar.doma.wrapper.FloatWrapper のコンストラクタ
値を指定してインスタンスを構築します。
FloatWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
FloatWrapper のビジターです。
formattedSql - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
フォーマット済みSQL、バッチ処理時にスローされた場合 null
formattedSql - 例外 org.seasar.doma.jdbc.NonSingleColumnException の変数
フォーマット済みSQL
formattedSql - 例外 org.seasar.doma.jdbc.NonUniqueResultException の変数
フォーマット済みSQL
formattedSql - 例外 org.seasar.doma.jdbc.NoResultException の変数
フォーマット済みSQL
formattedSql - 例外 org.seasar.doma.jdbc.OptimisticLockException の変数
フォーマット済みSQL、バッチ処理時にスローされた場合 null
formattedSql - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
フォーマット済みSQL、バッチ処理時にスローされた場合 null
formattedSql - 例外 org.seasar.doma.jdbc.SqlExecutionException の変数
フォーマット済みSQL、バッチ処理時にスローされた場合 null
formattedSql - 例外 org.seasar.doma.jdbc.UniqueConstraintException の変数
フォーマット済みSQL、バッチ処理時にスローされた場合 null
formIntToBoolean(int) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
forName(String) - インタフェース org.seasar.doma.jdbc.ClassHelper のメソッド
指定された文字列名を持つクラスまたはインタフェースに関連付けられた、Class オブジェクトを返します。
forName(String) - クラス org.seasar.doma.jdbc.DefaultClassHelper のメソッド
このメソッドは Class.forName(String) を用いてクラスを取得します。
forUpdate() - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
悲観的排他制御用のSQLへ変換することを示します。
forUpdate(String...) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
ロック対象のテーブルやカラムのエイリアスを指定し、悲観的排他制御用のSQLへ変換することを示します。
forUpdateNowait() - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
ロックの取得を待機しない悲観的排他制御用のSQLへ変換することを示します。
forUpdateNowait(String...) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
ロック対象のテーブルやカラムのエイリアスを指定し、ロックの取得を待機しない悲観的排他制御用のSQLへ変換することを示します。
forUpdateType - クラス org.seasar.doma.jdbc.SelectOptions の変数
悲観的排他制御の種別
forUpdateWait(int) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
ロックの取得まで指定された時間待機する悲観的排他制御用のSQLへ変換することを示します。
forUpdateWait(int, String...) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
ロック対象のテーブルやカラムのエイリアスを指定し、ロックの取得まで指定された時間待機する悲観的排他制御用のSQLへ変換することを示します。
fromBooleanToInt(Boolean) - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のメソッド
 
fromDomainToValue(D) - インタフェース org.seasar.doma.jdbc.domain.DomainConverter のメソッド
ドメインから値へ変換します。
fromValueToDomain(V) - インタフェース org.seasar.doma.jdbc.domain.DomainConverter のメソッド
値からドメインへ変換します。
Function - org.seasar.doma の 注釈型
ストアドファンクションの呼び出しを示します。

G

GeneratedIdPropertyType<PE,E extends PE,V extends Number,D> - org.seasar.doma.jdbc.entity の クラス
生成される識別子のプロパティ型です。
GeneratedIdPropertyType(Class<E>, Class<V>, Class<? extends NumberWrapper<V>>, EntityPropertyType<PE, V>, DomainType<V, D>, String, String, IdGenerator) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のコンストラクタ
インスタンスを構築します。
GeneratedValue - org.seasar.doma の 注釈型
識別子を自動生成する方法を示します。
generatePostInsert(IdGenerationConfig, Statement) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
 
generatePostInsert(IdGenerationConfig, Statement) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
generatePostInsert(IdGenerationConfig, Statement) - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
INSERTの実行後に識別子を生成します。
generatePreInsert(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
 
generatePreInsert(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
generatePreInsert(IdGenerationConfig) - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
INSERTの実行前に識別子を生成します。
GenerationType - org.seasar.doma の 列挙型
識別子を生成する方法です。
get(E) - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor のメソッド
エンティティからOriginalStatesを取得します。
get() - クラス org.seasar.doma.jdbc.Reference のメソッド
 
get() - クラス org.seasar.doma.jdbc.SelectOptions の static メソッド
インスタンスを取得するためのファクトリメソッドです。
get() - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
get() - インタフェース org.seasar.doma.wrapper.Accessor のメソッド
 
get() - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
値を返します。
getAccessor(E, Wrapper<V>) - インタフェース org.seasar.doma.jdbc.entity.BasicPropertyType.AccessorFactory のメソッド
 
getAccessor(E, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory のメソッド
 
getAccessor(Map<String, Object>, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory のメソッド
 
getAccessor(Map<String, Object>, Wrapper<V>) - インタフェース org.seasar.doma.jdbc.entity.BasicPropertyType.MapAccessorFactory のメソッド
 
getAccessor(E, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueAccessorFactory のメソッド
 
getAccessor(Map<String, Object>, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueMapAccessorFactory のメソッド
 
getAccessor(E, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory のメソッド
 
getAccessor(Map<String, Object>, Wrapper<V>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory のメソッド
 
getAliases(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションからロック対象のテーブルもしくはカラムのエイリアスの配列を返します。
getArgs() - 例外 org.seasar.doma.DomaException のメソッド
メッセージへの引数を返します。
getBatchSize() - インタフェース org.seasar.doma.jdbc.Config のメソッド
バッチサイズを返します。
getBatchSize() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getCatalogName() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
カタログ名を返します。
getCauseSQLException(SQLException) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
チェーンされたもっとも上位の SQLException を返します。
getChildren() - インタフェース org.seasar.doma.jdbc.SqlNode のメソッド
子ノードのリストを返します。
getClassHelper() - インタフェース org.seasar.doma.jdbc.Config のメソッド
クラスのヘルパーを返します。
getClassHelper() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getClassName() - 例外 org.seasar.doma.jdbc.ConfigException のメソッド
Config の実装クラス名を返します。
getClassName() - 例外 org.seasar.doma.jdbc.DaoMethodNotFoundException のメソッド
クラスの名前を返します。
getClassName() - 例外 org.seasar.doma.jdbc.JdbcUnsupportedOperationException のメソッド
サポートされていないメソッドを持つクラスの名前を返します。
getCode() - 列挙 org.seasar.doma.message.Message のメソッド
 
getCode() - インタフェース org.seasar.doma.message.MessageResource のメソッド
一意のコードを返します。
getColumnName() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
getColumnName() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
カラム名を返します。
getColumnName() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
プロパティにマッピングされなかったカラム名を返します。
getColumns() - クラス org.seasar.doma.jdbc.entity.AbstractEntityType のメソッド
 
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PostDeleteContext のメソッド
JDBCに関する設定を返します。
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PostInsertContext のメソッド
JDBCに関する設定を返します。
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
JDBCに関する設定を返します。
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PreDeleteContext のメソッド
JDBCに関する設定を返します。
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PreInsertContext のメソッド
JDBCに関する設定を返します。
getConfig() - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
JDBCに関する設定を返します。
getConnection() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
getConnection(String, String) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
getConnection() - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
このメソッドを実行する前にローカルトランザクションを開始しておかなければいけません。
getConnection(String, String) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
このメソッドを実行する前にローカルトランザクションを開始しておかなければいけません。
getConnectionInternal(Properties) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
内部的にコネクションを返します。
getCopy(E) - クラス org.seasar.doma.jdbc.entity.AbstractEntityType のメソッド
 
getCopy(E) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
getCopy(E) - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
エンティティからこのプロパティ型に対応する値をコピーして返します。
getCopy(E) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
エンティティの各プロパティをコピーしてマップとして返します。
getCopy() - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
getCopy() - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
値のコピーを返します。
getCount() - クラス org.seasar.doma.jdbc.Result のメソッド
更新件数を返します。
getCount() - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
集計を返します。
getCounts() - クラス org.seasar.doma.jdbc.BatchResult のメソッド
更新件数の配列を返します。
getDataSource() - インタフェース org.seasar.doma.jdbc.Config のメソッド
データソースを返します。
getDataSource() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getDataSourceName() - インタフェース org.seasar.doma.jdbc.Config のメソッド
データソース名を返します。
getDataSourceName() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getDataSourceName() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
getDecrementedValue() - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
getDecrementedValue() - インタフェース org.seasar.doma.wrapper.NumberWrapper のメソッド
デクリメントした値を取得します。
getDecrementedValue() - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.BooleanWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
getDefault() - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
getDefault() - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
値の型がプリミティブ型のボックス型であればプリミティブ型のデフォルト値をボックスした値を返します。
getDescription() - 例外 org.seasar.doma.DomaIllegalArgumentException のメソッド
不正な引数であることの説明を返します。
getDialect() - インタフェース org.seasar.doma.jdbc.Config のメソッド
RDBMSの方言を返します。
getDialect() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getDomain() - インタフェース org.seasar.doma.jdbc.domain.DomainWrapper のメソッド
ドメインを返します。
getDomainClass() - インタフェース org.seasar.doma.jdbc.domain.DomainType のメソッド
ドメインクラスを返します。
getDomainClassName() - 例外 org.seasar.doma.jdbc.domain.DomainTypeNotFoundException のメソッド
ドメインクラスの名前を返します。
getDomainType(Class<D>) - クラス org.seasar.doma.jdbc.domain.DomainTypeFactory の static メソッド
推奨されていません。 DomainTypeFactory.getDomainType(Class, ClassHelper) を使ってください。
getDomainType(Class<D>, ClassHelper) - クラス org.seasar.doma.jdbc.domain.DomainTypeFactory の static メソッド
DomainType のインスタンスを生成します。
getDomainTypeClassName() - 例外 org.seasar.doma.jdbc.domain.DomainTypeNotFoundException のメソッド
ドメインタイプクラスの名前を返します。
getEntities() - クラス org.seasar.doma.jdbc.BatchResult のメソッド
エンティティのリストを返します。
getEntity() - クラス org.seasar.doma.jdbc.Result のメソッド
エンティティを返します。
getEntityClass() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
エンティティのクラスを返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyAccessException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotDefinedException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotFoundException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.EntityTypeNotFoundException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.OriginalStatesAccessException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.entity.OriginalStatesNotFoundException のメソッド
エンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
マッピング対象のエンティティクラスの名前を返します。
getEntityClassName() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
マッピング対象のエンティティクラスの名前を返します。
getEntityPropertyName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyAccessException のメソッド
エンティティプロパティの名前を返します。
getEntityPropertyName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotDefinedException のメソッド
エンティティプロパティの名前を返します。
getEntityPropertyName() - 例外 org.seasar.doma.jdbc.entity.EntityPropertyNotFoundException のメソッド
エンティティプロパティの名前を返します。
getEntityPropertyType(String) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
名前を指定してプロパティ型を返します。
getEntityPropertyTypes() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
プロパティ型のリストを返します。
getEntityType(Class<E>) - クラス org.seasar.doma.jdbc.entity.EntityTypeFactory の static メソッド
推奨されていません。 EntityTypeFactory.getEntityType(Class, ClassHelper) を使ってください。
getEntityType(Class<E>, ClassHelper) - クラス org.seasar.doma.jdbc.entity.EntityTypeFactory の static メソッド
EntityType のインスタンスを生成します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PostDeleteContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PostInsertContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PreDeleteContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PreInsertContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
エンティティのメタタイプを返します。
getEntityType() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getEntityTypeClassName() - 例外 org.seasar.doma.jdbc.entity.EntityTypeNotFoundException のメソッド
エンティティタイプクラスの名前を返します。
getEnumClass() - クラス org.seasar.doma.wrapper.EnumWrapper のメソッド
Enum のクラスを返します。
getErrorCode(SQLException) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
ベンダー固有のエラーコードを返します。
getExceptionSqlLogType() - インタフェース org.seasar.doma.jdbc.Config のメソッド
例外に含めるSQLログのタイプを返します。
getExceptionSqlLogType() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getExpectedColumnNames() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
期待されるカラムの名前のリストを返します。
getExpectedPropertyName() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
マッピングを期待されるプロパティの名前を返します。
getExpressionFunctions() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
SQLのコメント式で使用可能な関数群を返します。
getExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getExternalDomainType(Class<D>) - クラス org.seasar.doma.jdbc.domain.DomainTypeFactory の static メソッド
推奨されていません。 DomainTypeFactory.getExternalDomainType(Class, ClassHelper) を使ってください。
getExternalDomainType(Class<D>, ClassHelper) - クラス org.seasar.doma.jdbc.domain.DomainTypeFactory の static メソッド
DomainType のインスタンスを生成します。
getFetchSize() - インタフェース org.seasar.doma.jdbc.Config のメソッド
フェッチサイズを返します。
getFetchSize() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getFetchSize() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getFieldName() - 例外 org.seasar.doma.jdbc.entity.OriginalStatesAccessException のメソッド
フィールドの名前を返します。
getFieldName() - 例外 org.seasar.doma.jdbc.entity.OriginalStatesNotFoundException のメソッド
フィールドの名前を返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.NonSingleColumnException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.NonUniqueResultException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.NoResultException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.OptimisticLockException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - インタフェース org.seasar.doma.jdbc.Sql のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.SqlExecutionException のメソッド
フォーマット済みSQLを返します。
getFormattedSql() - 例外 org.seasar.doma.jdbc.UniqueConstraintException のメソッド
フォーマット済みSQLを返します。
getForUpdateType(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションから悲観的排他制御の種別を返します。
getGeneratedIdPropertyType() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
自動生成される識別子のプロパティ型を返します。
getGeneratedValue(IdGenerationConfig, Sql<?>) - クラス org.seasar.doma.jdbc.id.AbstractIdGenerator のメソッド
生成された識別子を取得するSQLを実行します。
getGeneratedValue(IdGenerationConfig, ResultSet) - クラス org.seasar.doma.jdbc.id.AbstractIdGenerator のメソッド
ResultSet から生成された識別子の値を取得します。
getGeneratedValue(IdGenerationConfig, Statement) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
Statement.getGeneratedKeys() を使用してデータベースで生成された値を取得します。
getGeneratedValue(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
専用のSQLを使用してデータベースで生成された値を取得します。
getGenerationType() - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
getGenerationType() - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator のメソッド
 
getGenerationType() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
getGenerationType() - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
識別子を生成する方法を返します。
getIdColumnName() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getIdContext(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
識別子コンテキストを返します。
getIdentitySelectSql(String, String) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
データベースで生成されたIDENTITYを取得するためのSQLを返します。
getIdentitySelectSql(String, String) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
getIdentitySelectSql(String, String) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
getIdentitySelectSql(String, String) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
getIdentitySelectSql(String, String) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
getIdentitySelectSql(String, String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getIdPropertyTypes() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
識別子のプロパティ型のリストを返します。
getIncrementedValue() - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
getIncrementedValue() - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
getIncrementedValue() - インタフェース org.seasar.doma.wrapper.NumberWrapper のメソッド
インクリメントした値を取得します。
getIncrementedValue() - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
getJdbcLogger() - インタフェース org.seasar.doma.jdbc.Config のメソッド
JDBCロガーを返します。
getJdbcLogger() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getJdbcLogger() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getJdbcMappingVisitor() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
Wrapper をJDBCの型とマッピングするビジターを返します。
getJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getKeepAliveLocalTransaction(JdbcLogger) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
明示的に破棄されるまで接続を維持し続けるローカルトランザクションを返します。
getKeepAliveLocalTransaction(JdbcLogger, TransactionIsolationLevel) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
デフォルトのトランザクション分離レベルを指定して、明示的に破棄されるまで接続を維持し続けるローカルトランザクションを返します。
getKind() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.NonSingleColumnException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.NonUniqueResultException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.NoResultException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.OptimisticLockException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
SQLの種別を返します。
getKind() - インタフェース org.seasar.doma.jdbc.Sql のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.SqlExecutionException のメソッド
SQLの種別を返します。
getKind() - 例外 org.seasar.doma.jdbc.UniqueConstraintException のメソッド
SQLの種別を返します。
getLevel() - 列挙 org.seasar.doma.jdbc.tx.TransactionIsolationLevel のメソッド
トランザクション分離レベルをあらわす定数を返します。
getLimit(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションからページングのリミットを返します。
getLineNumber() - 例外 org.seasar.doma.jdbc.ScriptException のメソッド
行番号を返します。
getLocalTransaction(JdbcLogger) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
ローカルトランザクションを返します。
getLocalTransaction(JdbcLogger, TransactionIsolationLevel) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
デフォルトのトランザクション分離レベルを指定してローカルトランザクションを返します。
getLoginTimeout() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
getLoginTimeout() - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
getLogWriter() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
getLogWriter() - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
getMaxRows() - インタフェース org.seasar.doma.jdbc.Config のメソッド
最大行数の制限値を返します。
getMaxRows() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getMaxRows() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getMessage(Object...) - 列挙 org.seasar.doma.message.Message のメソッド
 
getMessage(Object...) - インタフェース org.seasar.doma.message.MessageResource のメソッド
メッセージコードを含んだメッセージを返します。
getMessagePattern() - 列挙 org.seasar.doma.message.Message のメソッド
 
getMessagePattern() - インタフェース org.seasar.doma.message.MessageResource のメソッド
メッセージパターンの文字列を返します。
getMessageResource() - 例外 org.seasar.doma.DomaException のメソッド
メッセージリソースを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PostDeleteContext のメソッド
Delete が注釈されたメソッドを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PostInsertContext のメソッド
Insert が注釈されたメソッドを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
Update が注釈されたメソッドを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PreDeleteContext のメソッド
Delete が注釈されたメソッドを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PreInsertContext のメソッド
Insert が注釈されたメソッドを返します。
getMethod() - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
Update が注釈されたメソッドを返します。
getMethodName() - 例外 org.seasar.doma.jdbc.ConfigException のメソッド
Config の実装クラスのメソッド名を返します。
getMethodName() - 例外 org.seasar.doma.jdbc.JdbcUnsupportedOperationException のメソッド
サポートされていないメソッドの名前を返します。
getName() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
getName() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
名前を返します。
getName() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getName() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
getName() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
プロパティの名前を返します。
getName() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
エンティティの名前を返します。
getNamingType() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
ネーミング規約を返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PostDeleteContext のメソッド
新しいエンティティを返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PostInsertContext のメソッド
新しいエンティティを返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
新しいエンティティを返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PreDeleteContext のメソッド
新しいエンティティを返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PreInsertContext のメソッド
新しいエンティティを返します。
getNewEntity() - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
新しいエンティティを返します。
getNewInitialValue(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
新しい初期値を返します。
getNewInitialValue(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator のメソッド
 
getNewInitialValue(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
getNextValue(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator.IdContext のメソッド
次の識別子を返します。
getOffset(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションからページングのオフセットを返します。
getOriginalStates(E) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
元の状態を返します。
getParameterName() - 例外 org.seasar.doma.DomaIllegalArgumentException のメソッド
不正な引数のパラメータ名を返します。
getParameterName() - 例外 org.seasar.doma.DomaNullPointerException のメソッド
null であるパラメータの名前を返します。
getParameters() - インタフェース org.seasar.doma.jdbc.Sql のメソッド
バインド変数へのパラメータのリストを返します。
getParentLogger() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
getParentLogger() - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
getPassword() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースの接続パスワードを返します。
getPath() - 例外 org.seasar.doma.jdbc.ScriptFileNotFoundException のメソッド
見つからないスクリプトファイルのパスを返します。
getPath() - クラス org.seasar.doma.jdbc.SqlFile のメソッド
SQLファイルのパスを返します。
getPath() - 例外 org.seasar.doma.jdbc.SqlFileNotFoundException のメソッド
見つからないSQLファイルのパスを返します。
getPrimaryPath(String, Dialect) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
SQLファイルを見つける際の優先パスを取得します。
getQualifiedTableName() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
完全修飾されたテーブル名を返します。
getQualifiedTableName() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getQueryTimeout() - インタフェース org.seasar.doma.jdbc.Config のメソッド
クエリタイムアウト(秒)を返します。
getQueryTimeout() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getQueryTimeout() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getRawSql() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.NonSingleColumnException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.NonUniqueResultException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.NoResultException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.OptimisticLockException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.ScriptException のメソッド
未加工SQLを返します。
getRawSql() - インタフェース org.seasar.doma.jdbc.Sql のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.SqlExecutionException のメソッド
未加工SQLを返します。
getRawSql() - 例外 org.seasar.doma.jdbc.UniqueConstraintException のメソッド
未加工SQLを返します。
getRequiresNewController() - インタフェース org.seasar.doma.jdbc.Config のメソッド
REQUIRES_NEWのトランザクション属性を制御するコントローラーを返します。
getRequiresNewController() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getRequiresNewController() - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のメソッド
 
getResultList(Class<R>) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
複数件を返します。
getResultList(MapKeyNamingType) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
List<Map<String, Object>> として 複数件を返します。
getResultSetType() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
ResultSetJdbcType を返します。
getResultSetType() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
getResultSetType() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
getResultSetType() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getRootCause(SQLException) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
SQL例外の根本原因を返します。
getRootCause(SQLException) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getRootCause() - 例外 org.seasar.doma.jdbc.SqlExecutionException のメソッド
根本原因を返します。
getSavepointName() - 例外 org.seasar.doma.jdbc.tx.SavepointAleadyExistsException のメソッド
セーブポイントの名前を返します。
getSavepointName() - 例外 org.seasar.doma.jdbc.tx.SavepointNotFoundException のメソッド
セーブポイントの名前を返します。
getSchemaName() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
スキーマ名を返します。
getScriptBlockDelimiter() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
getScriptBlockDelimiter() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
スクリプト内のSQLブロックの区切り文字を返します。
getScriptBlockDelimiter() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
getScriptBlockDelimiter() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
getScriptBlockDelimiter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
getScriptBlockDelimiter() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getScriptFilePath() - 例外 org.seasar.doma.jdbc.ScriptException のメソッド
スクリプトファイルのパスを返します。
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
getSequenceNextValSql(String, long) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
シーケンスの次の値を取得するためのSQLを返します。
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
getSequenceNextValSql(String, long) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getSignature() - 例外 org.seasar.doma.jdbc.DaoMethodNotFoundException のメソッド
メソッドのシグネチャを返します。
getSimpleMessage(Object...) - 列挙 org.seasar.doma.message.Message のメソッド
 
getSimpleMessage(Object...) - インタフェース org.seasar.doma.message.MessageResource のメソッド
メッセージコードを含まないメッセージを返します。
getSimpleMessageInternal(Object...) - 列挙 org.seasar.doma.message.Message のメソッド
 
getSingleResult(Class<R>) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
1件を返します。
getSingleResult(MapKeyNamingType) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
Map<String, Object> として1件を返します。
getSql(String) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
SQLファイルからSQLを取り出し返します。
getSql() - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
組み立てられたSQLを返します。
getSql() - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
組み立てられたSQLを返します。
getSql() - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
組み立てられたSQLを返します。
getSql() - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
組み立てられたSQLを返します。
getSql() - クラス org.seasar.doma.jdbc.SqlFile のメソッド
SQLの文字列を返します。
getSqlFile(String, Dialect) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
 
getSqlFile(String, Dialect) - インタフェース org.seasar.doma.jdbc.SqlFileRepository のメソッド
SQLファイルを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.NonSingleColumnException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.NonUniqueResultException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.NoResultException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.OptimisticLockException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - インタフェース org.seasar.doma.jdbc.Sql のメソッド
未加工SQLが記述されているSQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.SqlExecutionException のメソッド
SQLファイルのパスを返します。
getSqlFilePath() - 例外 org.seasar.doma.jdbc.UniqueConstraintException のメソッド
SQLファイルのパスを返します。
getSqlFileRepository() - インタフェース org.seasar.doma.jdbc.Config のメソッド
SQLファイルのリポジトリを返します。
getSqlFileRepository() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
getSqlFileWithCacheControl(String, Dialect) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
キャッシュを制御してSQLファイルを返します。
getSqlFileWithCacheControl(String, Dialect) - クラス org.seasar.doma.jdbc.GreedyCacheSqlFileRepository のメソッド
 
getSqlFileWithCacheControl(String, Dialect) - クラス org.seasar.doma.jdbc.NoCacheSqlFileRepository のメソッド
 
getSqlLogFormattingVisitor() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換するビジターを返します。
getSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
getSqlNode() - クラス org.seasar.doma.jdbc.SqlFile のメソッド
SQLの解析結果を返します。
getSQLState(SQLException) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
SQLState を返します。
getTableName() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
テーブル名を返します。
getType() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
getUnmappedPropertyNames() - 例外 org.seasar.doma.jdbc.ResultMappingException のメソッド
マッピングされなかったプロパティの名前のリストを返します。
getUrl() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースへの接続URLを返します。
getUser() - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースの接続ユーザーを返します。
getValue() - インタフェース org.seasar.doma.jdbc.SqlParameter のメソッド
パラメータの値を返します。
getValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
 
getValue(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
 
getValue(ResultSet, int) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
サポートしません。
getValue(ResultSet, int) - インタフェース org.seasar.doma.jdbc.type.JdbcType のメソッド
ResultSet から値を取得します。
getValue(CallableStatement, int) - インタフェース org.seasar.doma.jdbc.type.JdbcType のメソッド
CallableStatement から値を取得します。
getValueClass() - インタフェース org.seasar.doma.jdbc.domain.DomainType のメソッド
値のクラスを返します。
getVersionPropertyType() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
バージョンのプロパティ型を返します。
getWaitSeconds(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションから悲観的排他制御のロック取得の待機時間を返します。
getWrapper(D) - インタフェース org.seasar.doma.jdbc.domain.DomainType のメソッド
ドメインのラッパーを返します。
getWrapper() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.EnumWrapperFactory のメソッド
 
getWrapper(E) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
値のラッパーを返します。
getWrapper(Map<String, Object>) - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
getWrapper() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.SimpleWrapperFactory のメソッド
 
getWrapper() - インタフェース org.seasar.doma.jdbc.entity.BasicPropertyType.WrapperFactory のメソッド
 
getWrapper(E) - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
値のラッパーを返します。
getWrapper(Map<String, Object>) - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
値のラッパーを返します。
getWrapperClassName() - 例外 org.seasar.doma.jdbc.entity.WrapperConstructorNotFoundException のメソッド
ラッパークラスの名前を返します。
getWrapperClassName() - 例外 org.seasar.doma.jdbc.entity.WrapperInstantiationException のメソッド
ラッパークラスの名前を返します。
GreedyCacheSqlFileRepository - org.seasar.doma.jdbc の クラス
SQLの解析結果をメモリが許す限り最大限にキャッシュする SqlFileRepository の実装です。
GreedyCacheSqlFileRepository() - クラス org.seasar.doma.jdbc.GreedyCacheSqlFileRepository のコンストラクタ
 

H

H212126Dialect - org.seasar.doma.jdbc.dialect の クラス
H2のバージョン1.2.126で稼動実績のある方言です。
H212126Dialect() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
インスタンスを構築します。
H212126Dialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
H212126Dialect.H212126JdbcMappingVisitor を指定してインスタンスを構築します。
H212126Dialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
H212126Dialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
H212126Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
H212126Dialect.H212126JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
H212126Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のコンストラクタ
H212126Dialect.H212126JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
H212126Dialect.H212126ExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
H2のバージョン1.2.126用の ExpressionFunctions です。
H212126Dialect.H212126ExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect.H212126ExpressionFunctions のコンストラクタ
 
H212126Dialect.H212126JdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
H2のバージョン1.2.126用の JdbcMappingVisitor の実装です。
H212126Dialect.H212126JdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect.H212126JdbcMappingVisitor のコンストラクタ
 
H212126Dialect.H212126SqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
H2のバージョン1.2.126用の SqlLogFormattingVisitor の実装です。
H212126Dialect.H212126SqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect.H212126SqlLogFormattingVisitor のコンストラクタ
 
H2Dialect - org.seasar.doma.jdbc.dialect の クラス
H2用の方言です。
H2Dialect() - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
インスタンスを構築します。
H2Dialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
H2Dialect.H2JdbcMappingVisitor を指定してインスタンスを構築します。
H2Dialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
H2Dialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
H2Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
H2Dialect.H2JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
H2Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のコンストラクタ
H2Dialect.H2JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
H2Dialect.H2ExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
H2用の ExpressionFunctions です。
H2Dialect.H2ExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.H2Dialect.H2ExpressionFunctions のコンストラクタ
 
H2Dialect.H2JdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
H2用の JdbcMappingVisitor の実装です。
H2Dialect.H2JdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.H2Dialect.H2JdbcMappingVisitor のコンストラクタ
 
H2Dialect.H2SqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
H2用の SqlLogFormattingVisitor の実装です。
H2Dialect.H2SqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.H2Dialect.H2SqlLogFormattingVisitor のコンストラクタ
 
hasEqualValue(Object) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
hasEqualValue(Object) - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
等しい値を持っている場合 true を返します。
hasSavepoint(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
このローカルトランザクションでセーブポイントを保持しているかどうかを返します。
HsqldbDialect - org.seasar.doma.jdbc.dialect の クラス
HSQLDB用の方言です。
HsqldbDialect() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
インスタンスを構築します。
HsqldbDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
HsqldbDialect.HsqldbJdbcMappingVisitor を指定してインスタンスを構築します。
HsqldbDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
HsqldbDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
HsqldbDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
HsqldbDialect.HsqldbJdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
HsqldbDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のコンストラクタ
HsqldbDialect.HsqldbJdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
HsqldbDialect.HsqldbExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
HSQLDB用の ExpressionFunctions です。
HsqldbDialect.HsqldbExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect.HsqldbExpressionFunctions のコンストラクタ
 
HsqldbDialect.HsqldbJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
HSQLDB用の JdbcMappingVisitor の実装です。
HsqldbDialect.HsqldbJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect.HsqldbJdbcMappingVisitor のコンストラクタ
 
HsqldbDialect.HsqldbSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
HSQLDB用の SqlLogFormattingVisitor の実装です。
HsqldbDialect.HsqldbSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect.HsqldbSqlLogFormattingVisitor のコンストラクタ
 

I

Id - org.seasar.doma の 注釈型
エンティティの識別子を示します。
idColumnName - クラス org.seasar.doma.jdbc.id.IdGenerationConfig の変数
識別子にマッピングされたカラムの名前
idContextMap - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator の変数
データソース名をキー、識別子コンテキストを値とするマップ
IdentityIdGenerator - org.seasar.doma.jdbc.id の インタフェース
データベースのIDENTITYを使用するジェネレータです。
IdGenerationConfig - org.seasar.doma.jdbc.id の クラス
識別子の生成に関する設定です。
IdGenerationConfig(Config, EntityType<?>) - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のコンストラクタ
インスタンスを構築します。
IdGenerationConfig(Config, EntityType<?>, String, String) - クラス org.seasar.doma.jdbc.id.IdGenerationConfig のコンストラクタ
インスタンスを構築します。
idGenerator - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType の変数
識別子のジェネレータ
IdGenerator - org.seasar.doma.jdbc.id の インタフェース
識別子のジェネレータです。
ignoreUnknownColumn() - インタフェース org.seasar.doma.jdbc.Config のメソッド
Entityに定義が存在しないカラムが結果セットに含まれていた場合に、無視するかどうかを示すフラグです。
ignoreUnknownColumn() - クラス org.seasar.doma.jdbc.DomaAbstractConfig のメソッド
 
In - org.seasar.doma の 注釈型
ストアドファンクションやストアドプロシージャーへのINパラメータを示します。
inBlock - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresScriptBlockContext の変数
 
inBlock - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext の変数
ブロックの内側の場合true
includesIdentityColumn() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
INSERT文にIDENTITYカラムを含むかどうかを返します。
includesIdentityColumn() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
includesIdentityColumn() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
includesIdentityColumn() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
includesIdentityColumn() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
includesIdentityColumn(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
 
includesIdentityColumn(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
includesIdentityColumn(IdGenerationConfig) - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
INSERT文にIDENTITYカラムを含めるべきかどうかを返します。
increment(E) - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のメソッド
バージョン番号をインクリメントします。
increment() - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
increment() - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
increment() - インタフェース org.seasar.doma.wrapper.NumberWrapper のメソッド
値をインクリメントします。
increment() - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
incrementAndNewEntity(E, EntityType<E>) - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のメソッド
バージョン番号をインクリメントして新しいエンティティを返します。
infix(String) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
中間一致検索を行うことを示します。
infix(String, char) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
エスケープ文字を指定して中間一致検索を行うことを示します。
infix(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
infix(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
init() - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のメソッド
トランザクションコンテキストを初期化します。
initialize() - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator のメソッド
 
initialize() - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
initialize() - インタフェース org.seasar.doma.jdbc.id.SequenceIdGenerator のメソッド
このジェネレータを初期化します。
initialize() - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
このジェネレータを初期化します。
initialValue - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator の変数
初期値
initValue - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator.IdContext の変数
初期値
InOut - org.seasar.doma の 注釈型
ストアドファンクションやストアドプロシージャーへのINOUTパラメータを示します。
Insert - org.seasar.doma の 注釈型
挿入処理を示します。
insertable - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
挿入可能かどうか
InsertBuilder - org.seasar.doma.jdbc.builder の クラス
INSERT文を組み立て実行するクラスです。
INTEGER - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
INTEGER_ADAPTIVE_BOOLEAN - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
IntegerAdaptiveBooleanType - org.seasar.doma.jdbc.type の クラス
Boolean を JDBCの Integer に適応させる JdbcType の実装です。
IntegerAdaptiveBooleanType() - クラス org.seasar.doma.jdbc.type.IntegerAdaptiveBooleanType のコンストラクタ
 
IntegerType - org.seasar.doma.jdbc.type の クラス
Integer 用の JdbcType の実装です。
IntegerType() - クラス org.seasar.doma.jdbc.type.IntegerType のコンストラクタ
 
IntegerWrapper - org.seasar.doma.wrapper の クラス
Integer のラッパーです。
IntegerWrapper() - クラス org.seasar.doma.wrapper.IntegerWrapper のコンストラクタ
インスタンスを構築します。
IntegerWrapper(Integer) - クラス org.seasar.doma.wrapper.IntegerWrapper のコンストラクタ
値を指定してインスタンスを構築します。
IntegerWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
IntegerWrapper のビジターです。
isActive() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションがアクティブな場合 true を返します。
isActiveInternal(LocalTransactionContext) - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のメソッド
 
isActiveInternal(LocalTransactionContext) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
 
isAutoGeneratedKeysSupported(IdGenerationConfig) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
Statement.getGeneratedKeys() をサポートしているかどうかを返します。
isBatchSupported(IdGenerationConfig) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
バッチ挿入での識別子生成がサポートされているかどうかを返します。
isBlank(CharSequence) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
文字シーケンスが null、もしくは文字シーケンスの長さが 0、もしくは文字シーケンスが空白だけから形成される場合 true を返します。
isBlank(CharSequence) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
isCount(SelectOptions) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションから集計するかどうかを返します。
isEmpty(CharSequence) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
文字シーケンスが null、もしくは文字シーケンスの長さが 0 の場合 true を返します。
isEmpty(CharSequence) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
isEntityChanged() - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
エンティティが変更されたかどうかを返します。
isExited() - クラス org.seasar.doma.jdbc.IterationContext のメソッド
IterationContext.exit() が呼びだされたかどうかを返します。
isGenerationTypeSupported(GenerationType, Dialect) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
識別子を生成する方法がサポートされているかどうかを返します。
isId() - クラス org.seasar.doma.jdbc.entity.AssignedIdPropertyType のメソッド
 
isId() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
isId() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
識別子かどうかを返します。
isId() - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
 
isImmutable() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
エンティティがイミュータブルかどうかを返します。
isInBlock() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresScriptBlockContext のメソッド
 
isInBlock() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext のメソッド
 
isInBlock() - インタフェース org.seasar.doma.jdbc.ScriptBlockContext のメソッド
ブロックを処理しているかどうかを返します。
isIncluded(IdGenerationConfig) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
識別子がINSERT文に含まれるかどうかを返します。
isInsertable() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
isInsertable() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
挿入可能かどうかを返します。
isNotBlank(CharSequence) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
文字シーケンスが null でない、かつ文字シーケンスの長さが 0 でない、かつ文字シーケンスが空白だけで形成されない場合 true を返します。
isNotBlank(CharSequence) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
isNotEmpty(CharSequence) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
文字シーケンスが null でない、かつ文字シーケンスの長さが 0 でない場合 true を返します。
isNotEmpty(CharSequence) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
isPropertyChanged(String) - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
プロパティが変更されたかどうかを返します。
isPropertyChanged(String) - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
プロパティが変更されたかどうかを返します。
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
isUniqueConstraintViolated(SQLException) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
一意制約違反かどうかを返します。
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
isUniqueConstraintViolated(SQLException) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
isUpdatable() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
isUpdatable() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
更新可能かどうかを返します。
isVersion() - クラス org.seasar.doma.jdbc.entity.BasicPropertyType のメソッド
 
isVersion() - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType のメソッド
バージョンかどうかを返します。
isVersion() - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のメソッド
 
isWrapperFor(Class<?>) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
isWrapperFor(Class<?>) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
iterate(Class<T>, IterationCallback<R, T>) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
処理対象のオブジェクト群を順に1件ずつ処理します。
iterate(MapKeyNamingType, IterationCallback<R, Map<String, Object>>) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
処理対象のオブジェクト群を Map<String, Object> として順に1件ずつ処理します。
iterate(T, IterationContext) - インタフェース org.seasar.doma.jdbc.IterationCallback のメソッド
処理対象のオブジェクト群を順に1件ずつ処理します。
IterationCallback<R,T> - org.seasar.doma.jdbc の インタフェース
ResultSet にマッピングされるオブジェクト群を1件ずつ処理するコールバックです。
IterationContext - org.seasar.doma.jdbc の クラス
IterationCallbackの実行コンテキストです。
IterationContext() - クラス org.seasar.doma.jdbc.IterationContext のコンストラクタ
 

J

JdbcException - org.seasar.doma.jdbc の 例外
JDBCに関する例外です。
JdbcException(MessageResource, Object...) - 例外 org.seasar.doma.jdbc.JdbcException のコンストラクタ
インスタンスを構築します。
JdbcException(MessageResource, Throwable, Object...) - 例外 org.seasar.doma.jdbc.JdbcException のコンストラクタ
この例外の原因となった Throwable を指定してインスタンスを構築します。
JdbcLogger - org.seasar.doma.jdbc の インタフェース
JDBCに関する処理を記録するロガーです。
jdbcLogger - クラス org.seasar.doma.jdbc.tx.LocalTransaction の変数
JDBCに関するロガー
JdbcMappingFunction - org.seasar.doma.jdbc の インタフェース
WrapperJdbcType をマッピングする処理を表します。
jdbcMappingVisitor - クラス org.seasar.doma.jdbc.dialect.StandardDialect の変数
Wrapper をJDBCの型とマッピングするビジター
JdbcMappingVisitor - org.seasar.doma.jdbc の インタフェース
Wrapper をJDBCの型とマッピングする WrapperVisitor の拡張です。
JdbcType<T> - org.seasar.doma.jdbc.type の インタフェース
JDBC の型を表現します。
JdbcTypes - org.seasar.doma.jdbc.type の クラス
JdbcType の実装のインスタンスを提供するクラスです。
JdbcTypes() - クラス org.seasar.doma.jdbc.type.JdbcTypes のコンストラクタ
 
JdbcUnsupportedOperationException - org.seasar.doma.jdbc の 例外
JDBCに関するサポートされていないメソッドが呼び出された場合にスローされる例外です。
JdbcUnsupportedOperationException(String, String) - 例外 org.seasar.doma.jdbc.JdbcUnsupportedOperationException のコンストラクタ
インスタンスを構築します。

K

KeepAliveLocalTransaction - org.seasar.doma.jdbc.tx の クラス
明示的に破棄されるまでJDBC接続を維持し続けるローカルトランザクションです。
KeepAliveLocalTransaction(DataSource, ThreadLocal<LocalTransactionContext>, JdbcLogger) - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のコンストラクタ
インスタンスを構築します。
KeepAliveLocalTransaction(DataSource, ThreadLocal<LocalTransactionContext>, JdbcLogger, TransactionIsolationLevel) - クラス org.seasar.doma.jdbc.tx.KeepAliveLocalTransaction のコンストラクタ
デフォルトのトランザクション分離レベルを指定してインスタンスを構築します。
keywords - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext の変数
追加されたキーワードの連なり
kind - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.NonSingleColumnException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.NonUniqueResultException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.NoResultException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.OptimisticLockException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.SqlExecutionException の変数
SQLの種別
kind - 例外 org.seasar.doma.jdbc.UniqueConstraintException の変数
SQLの種別

L

level - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger の変数
ログレベルです。
limit - クラス org.seasar.doma.jdbc.SelectOptions の変数
ページングのリミット
limit(int) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
リミットを指定してページング用のSQLへ変換することを示します。
lineNumber - 例外 org.seasar.doma.jdbc.ScriptException の変数
行番号
LocalTransaction - org.seasar.doma.jdbc.tx の クラス
ローカルトランザクションです。
LocalTransaction(DataSource, ThreadLocal<LocalTransactionContext>, JdbcLogger) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のコンストラクタ
インスタンスを構築します。
LocalTransaction(DataSource, ThreadLocal<LocalTransactionContext>, JdbcLogger, TransactionIsolationLevel) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のコンストラクタ
デフォルトのトランザクション分離レベルを指定してインスタンスを構築します。
LocalTransactionalDataSource - org.seasar.doma.jdbc.tx の クラス
ローカルトランザクションと連動するデータソースです。
LocalTransactionalDataSource(DataSource) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のコンストラクタ
インスタンスを構築します。
LocalTransactionAlreadyBegunException - org.seasar.doma.jdbc.tx の 例外
ローカルトランザクションがすでに開始されている場合にスローされる例外です。
LocalTransactionAlreadyBegunException(String) - 例外 org.seasar.doma.jdbc.tx.LocalTransactionAlreadyBegunException のコンストラクタ
インスタンスを構築します。
LocalTransactionNotYetBegunException - org.seasar.doma.jdbc.tx の 例外
ローカルトランザクションがまだ開始されていない場合にスローされる例外です。
LocalTransactionNotYetBegunException(Message, Object...) - 例外 org.seasar.doma.jdbc.tx.LocalTransactionNotYetBegunException のコンストラクタ
インスタンスを構築します。
localTxContextHolder - クラス org.seasar.doma.jdbc.tx.LocalTransaction の変数
ローカルトランザクションコンテキストのホルダー
logAutoCommitEnablingFailure(String, String, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Connection.setAutoCommit(boolean) の引数に true を渡した時に発生した SQLException を記録します。
logAutoCommitEnablingFailure(String, String, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logConnectionClosingFailure(String, String, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Connection.close() 時に発生した SQLException を記録します。
logConnectionClosingFailure(String, String, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logDaoMethodEntering(String, String, Object...) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Daoメソッドの実行開始を記録します。
logDaoMethodEntering(String, String, Object...) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logDaoMethodExiting(String, String, Object) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Daoメソッドの実行終了を記録します。
logDaoMethodExiting(String, String, Object) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logDaoMethodThrowing(String, String, RuntimeException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Daoメソッドの実行時例外による実行終了を記録します。
logDaoMethodThrowing(String, String, RuntimeException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logger - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger の変数
このインスタンスで使用するロガーです。
logLocalTransactionBegun(String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションの開始を記録します。
logLocalTransactionBegun(String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionCommitted(String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのコミットを記録します。
logLocalTransactionCommitted(String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionEnded(String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションの終了を記録します。
logLocalTransactionEnded(String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionRollbackFailure(String, String, String, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのロールバックの失敗を記録します。
logLocalTransactionRollbackFailure(String, String, String, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionRolledback(String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのロールバックを記録します。
logLocalTransactionRolledback(String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionSavepointCreated(String, String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのセーブポイントの作成を記録します。
logLocalTransactionSavepointCreated(String, String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionSavepointReleased(String, String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのセーブポイントの削除を記録します。
logLocalTransactionSavepointReleased(String, String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logLocalTransactionSavepointRolledback(String, String, String, String) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ローカルトランザクションのセーブポイントのロールバックを記録します。
logLocalTransactionSavepointRolledback(String, String, String, String) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logResultSetClosingFailure(String, String, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
ResultSet.close() 時に発生した SQLException を記録します。
logResultSetClosingFailure(String, String, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logSql(String, String, Sql<?>) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
実行するSQLを記録します。
logSql(String, String, Sql<?>) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logSqlExecutionSkipping(String, String, SqlExecutionSkipCause) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
SQLの実行がスキップされたことを記録します。
logSqlExecutionSkipping(String, String, SqlExecutionSkipCause) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logStatementClosingFailure(String, String, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Statement.close() 時に発生した SQLException を記録します。
logStatementClosingFailure(String, String, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
logTransactionIsolationSettingFailuer(String, String, int, SQLException) - インタフェース org.seasar.doma.jdbc.JdbcLogger のメソッド
Connection.setTransactionIsolation(int) 時に発生した SQLException を記録します。
logTransactionIsolationSettingFailuer(String, String, int, SQLException) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のメソッド
 
LONG - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
LongType - org.seasar.doma.jdbc.type の クラス
Long 用の JdbcType の実装です。
LongType() - クラス org.seasar.doma.jdbc.type.LongType のコンストラクタ
 
LongWrapper - org.seasar.doma.wrapper の クラス
Long のラッパーです。
LongWrapper() - クラス org.seasar.doma.wrapper.LongWrapper のコンストラクタ
インスタンスを構築します。
LongWrapper(Long) - クラス org.seasar.doma.wrapper.LongWrapper のコンストラクタ
値を指定してインスタンスを構築します。
LongWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
LongWrapper のビジターです。

M

makeRoundedDownClandar(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
makeRoundedUpClandar(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
mapAccessorFactory - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
ラッパーのMapアクセサのファクトリ
MapKeyNamingType - org.seasar.doma の 列挙型
マップのキーのネーミング規約を表します。
MappedPropertyNotFoundException - org.seasar.doma.jdbc の 例外
結果セットに含まれたカラムにマッピングされたプロパティが見つからない場合にスローされます。
MappedPropertyNotFoundException(ExceptionSqlLogType, String, String, String, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException のコンストラクタ
インスタンスを構築します。
maxRows(int) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
最大行数の制限値を設定します。
Message - org.seasar.doma.message の 列挙型
デフォルトロケール用のメッセージの列挙です。
messageResource - 例外 org.seasar.doma.DomaException の変数
メッセージリソース
MessageResource - org.seasar.doma.message の インタフェース
メッセージのリソースを表します。
methodName - 例外 org.seasar.doma.jdbc.ConfigException の変数
Config の実装クラスのメソッド名
methodName - 例外 org.seasar.doma.jdbc.JdbcUnsupportedOperationException の変数
サポートされていないメソッドの名前
Mssql2008Dialect - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server 2008用の方言です。
Mssql2008Dialect() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
インスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
Mssql2008Dialect.Mssql2008JdbcMappingVisitor を指定してインスタンスを構築します。
Mssql2008Dialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
Mssql2008Dialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
Mssql2008Dialect.Mssql2008JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のコンストラクタ
Mssql2008Dialect.Mssql2008JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
Mssql2008Dialect.Mssql2008ExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server 2008用の ExpressionFunctions です。
Mssql2008Dialect.Mssql2008ExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect.Mssql2008ExpressionFunctions のコンストラクタ
 
Mssql2008Dialect.Mssql2008JdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server 2008用の JdbcMappingVisitor の実装です。
Mssql2008Dialect.Mssql2008JdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect.Mssql2008JdbcMappingVisitor のコンストラクタ
 
Mssql2008Dialect.Mssql2008ScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server 2008用の ScriptBlockContext です。
Mssql2008Dialect.Mssql2008ScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect.Mssql2008ScriptBlockContext のコンストラクタ
 
Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server 2008用の SqlLogFormattingVisitor の実装です。
Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor のコンストラクタ
 
MssqlDialect - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server用の方言です。
MssqlDialect() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
インスタンスを構築します。
MssqlDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
MssqlDialect.MssqlJdbcMappingVisitor を指定してインスタンスを構築します。
MssqlDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
MssqlDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
MssqlDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
MssqlDialect.MssqlJdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
MssqlDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のコンストラクタ
MssqlDialect.MssqlJdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
MssqlDialect.MssqlExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server用の ExpressionFunctions です。
MssqlDialect.MssqlExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect.MssqlExpressionFunctions のコンストラクタ
 
MssqlDialect.MssqlJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server用の JdbcMappingVisitor の実装です。
MssqlDialect.MssqlJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect.MssqlJdbcMappingVisitor のコンストラクタ
 
MssqlDialect.MssqlScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server用の ScriptBlockContext です。
MssqlDialect.MssqlScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect.MssqlScriptBlockContext のコンストラクタ
 
MssqlDialect.MssqlSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
Microsoft SQL Server用の SqlLogFormattingVisitor の実装です。
MssqlDialect.MssqlSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect.MssqlSqlLogFormattingVisitor のコンストラクタ
 
MysqlDialect - org.seasar.doma.jdbc.dialect の クラス
MySQL用の方言です。
MysqlDialect() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
インスタンスを構築します。
MysqlDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
MysqlDialect.MysqlJdbcMappingVisitor を指定してインスタンスを構築します。
MysqlDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
MysqlDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
MysqlDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
MysqlDialect.MysqlJdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
MysqlDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のコンストラクタ
MysqlDialect.MysqlJdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
MysqlDialect.MysqlExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
MySQL用の ExpressionFunctions です。
MysqlDialect.MysqlExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect.MysqlExpressionFunctions のコンストラクタ
 
MysqlDialect.MysqlJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
MySQL用の JdbcMappingVisitor の実装です。
MysqlDialect.MysqlJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect.MysqlJdbcMappingVisitor のコンストラクタ
 
MysqlDialect.MysqlScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
MySQL用の ScriptBlockContext です。
MysqlDialect.MysqlScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect.MysqlScriptBlockContext のコンストラクタ
 
MysqlDialect.MysqlSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
MySQL用の SqlLogFormattingVisitor です。
MysqlDialect.MysqlSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect.MysqlSqlLogFormattingVisitor のコンストラクタ
 

N

name - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
プロパティの名前
name - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor の変数
OriginalStates が注釈されたフィールドの名前
NamingType - org.seasar.doma.jdbc.entity の 列挙型
ネーミング規約を表します。
NCLOB - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
NClobFactory - org.seasar.doma の 注釈型
NClob のインスタンスを生成することを示します。
NClobType - org.seasar.doma.jdbc.type の クラス
NClob 用の JdbcType の実装です。
NClobType() - クラス org.seasar.doma.jdbc.type.NClobType のコンストラクタ
 
NClobWrapper - org.seasar.doma.wrapper の クラス
NClob のラッパーです。
NClobWrapper() - クラス org.seasar.doma.wrapper.NClobWrapper のコンストラクタ
インスタンスを構築します。
NClobWrapper(NClob) - クラス org.seasar.doma.wrapper.NClobWrapper のコンストラクタ
値を指定してインスタンスを構築します。
NClobWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
NClobWrapper のビジターです。
newDomain(V) - インタフェース org.seasar.doma.jdbc.domain.DomainType のメソッド
ドメインを生成します。
newEntity() - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
デフォルトコンストラクタでエンティティをインスタンス化します。
newEntity(Map<String, Object>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
パラメータを持つコンストラクタを使って新しいエンティティをインスタンス化します。
newEntity(E, Long, EntityType<E>) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
新しいエンティティをインスタンス化します。
newInstance(Config) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder の static メソッド
ファクトリメソッドです。
newInstance(Config) - クラス org.seasar.doma.jdbc.builder.InsertBuilder の static メソッド
ファクトリメソッドです。
newInstance(Config) - クラス org.seasar.doma.jdbc.builder.SelectBuilder の static メソッド
ファクトリメソッドです。
newInstance(Config) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder の static メソッド
ファクトリメソッドです。
NoCacheSqlFileRepository - org.seasar.doma.jdbc の クラス
SQLの解析結果をキャッシュしない SqlFileRepository の実装です。
NoCacheSqlFileRepository() - クラス org.seasar.doma.jdbc.NoCacheSqlFileRepository のコンストラクタ
 
NonSingleColumnException - org.seasar.doma.jdbc の 例外
1列であることを期待する検索系SQLの結果が1列でない場合にスローされる例外です。
NonSingleColumnException(ExceptionSqlLogType, Sql<?>) - 例外 org.seasar.doma.jdbc.NonSingleColumnException のコンストラクタ
1列でない結果を返したSQLを指定してインスタンスを構築します。
NonSingleColumnException(ExceptionSqlLogType, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.NonSingleColumnException のコンストラクタ
1列でない結果を返した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
NonUniqueResultException - org.seasar.doma.jdbc の 例外
1件であることを期待する検索系SQLの結果が2件以上である場合にスローされる例外です。
NonUniqueResultException(ExceptionSqlLogType, Sql<?>) - 例外 org.seasar.doma.jdbc.NonUniqueResultException のコンストラクタ
2件以上の結果を返したSQLを指定してインスタンスを構築します。
NonUniqueResultException(ExceptionSqlLogType, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.NonUniqueResultException のコンストラクタ
2件以上の結果を返した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
NoResultException - org.seasar.doma.jdbc の 例外
1件以上存在することを期待する検索系SQLの結果が0件である場合にスローされる例外です。
NoResultException(ExceptionSqlLogType, Sql<?>) - 例外 org.seasar.doma.jdbc.NoResultException のコンストラクタ
0件の結果を返したSQLを指定してインスタンスを構築します。
NoResultException(ExceptionSqlLogType, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.NoResultException のコンストラクタ
0件の結果を返した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
NSTRING - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
NStringType - org.seasar.doma.jdbc.type の クラス
String 用の JdbcType の実装です。
NStringType() - クラス org.seasar.doma.jdbc.type.NStringType のコンストラクタ
 
NullEntityListener<E> - org.seasar.doma.jdbc.entity の クラス
何も行わない EntityListener の実装です。
NullEntityListener() - クラス org.seasar.doma.jdbc.entity.NullEntityListener のコンストラクタ
 
NullRequiresNewController - org.seasar.doma.jdbc の クラス
REQUIRES_NEW のトランザクション属性について何ら制御を行わない RequiresNewControllerの実装です。
NullRequiresNewController() - クラス org.seasar.doma.jdbc.NullRequiresNewController のコンストラクタ
 
NumberWrapper<V extends Number> - org.seasar.doma.wrapper の インタフェース
Number のラッパーです。

O

OBJECT - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
ObjectType - org.seasar.doma.jdbc.type の クラス
Object 用の JdbcType の実装です。
ObjectType() - クラス org.seasar.doma.jdbc.type.ObjectType のコンストラクタ
 
ObjectWrapper - org.seasar.doma.wrapper の クラス
String のラッパーです。
ObjectWrapper() - クラス org.seasar.doma.wrapper.ObjectWrapper のコンストラクタ
インスタンスを構築します。
ObjectWrapper(Object) - クラス org.seasar.doma.wrapper.ObjectWrapper のコンストラクタ
値を指定してインスタンスを構築します。
ObjectWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
ObjectWrapper のビジターです。
offset - クラス org.seasar.doma.jdbc.SelectOptions の変数
ページングのオフセット
offset(int) - クラス org.seasar.doma.jdbc.SelectOptions のメソッド
オフセットを指定してページング用のSQLへ変換することを示します。
OPEN_QUOTE - クラス org.seasar.doma.jdbc.dialect.StandardDialect の static 変数
開始の引用符
OptimisticLockException - org.seasar.doma.jdbc の 例外
楽観的排他制御に失敗した場合にスローされます。
OptimisticLockException(ExceptionSqlLogType, Sql<?>) - 例外 org.seasar.doma.jdbc.OptimisticLockException のコンストラクタ
楽観的排他制御に失敗したSQLを指定してインスタンスを構築します。
OptimisticLockException(ExceptionSqlLogType, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.OptimisticLockException のコンストラクタ
楽観的排他制御に失敗した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
OptimisticLockException(MessageResource, SqlKind, String, String) - 例外 org.seasar.doma.jdbc.OptimisticLockException のコンストラクタ
メッセージコードと未加工SQLを指定してサブクラスから呼び出しインスタンスを構築します。
options(SelectOptions) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
検索系SQLを実行する際のオプションを設定します。
OracleDialect - org.seasar.doma.jdbc.dialect の クラス
Oracle用の方言です。
OracleDialect() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
インスタンスを構築します。
OracleDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
JdbcMappingVisitor を指定してインスタンスを構築します。
OracleDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
OracleDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
OracleDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
OracleDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のコンストラクタ
JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
OracleDialect.OracleExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
Oracle用の ExpressionFunctions です。
OracleDialect.OracleExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleExpressionFunctions のコンストラクタ
 
OracleDialect.OracleJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
Oracle用の JdbcMappingVisitor の実装です。
OracleDialect.OracleJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleJdbcMappingVisitor のコンストラクタ
 
OracleDialect.OracleResultSetType - org.seasar.doma.jdbc.dialect の クラス
Oracle用の ResultSetJdbcType の実装です。
OracleDialect.OracleResultSetType() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleResultSetType のコンストラクタ
 
OracleDialect.OracleScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
Oracle用の ScriptBlockContext です。
OracleDialect.OracleScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleScriptBlockContext のコンストラクタ
 
OracleDialect.OracleSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
Oracle用の SqlLogFormattingVisitor の実装です。
OracleDialect.OracleSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のコンストラクタ
 
OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter - org.seasar.doma.jdbc.dialect の クラス
Date をdateリテラルへ変換するフォーマッタです。
OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter のコンストラクタ
 
OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter - org.seasar.doma.jdbc.dialect の クラス
timeリテラルへ変換するフォーマッタです。
OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter のコンストラクタ
 
OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter - org.seasar.doma.jdbc.dialect の クラス
timestampリテラルへ変換するフォーマッタです。
OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter のコンストラクタ
 
OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter - org.seasar.doma.jdbc.dialect の クラス
Date をdateリテラルへ変換するフォーマッタです。
OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter のコンストラクタ
 
org.seasar.doma - パッケージ org.seasar.doma
アノテーション、および汎用的な例外を提供します。
org.seasar.doma.expr - パッケージ org.seasar.doma.expr
式に関するクラスを提供します。
org.seasar.doma.jdbc - パッケージ org.seasar.doma.jdbc
JDBC に関するインタフェースやクラスを提供します。
org.seasar.doma.jdbc.builder - パッケージ org.seasar.doma.jdbc.builder
SQLを動的に組み立て実行するためのクラスを提供します。
org.seasar.doma.jdbc.dialect - パッケージ org.seasar.doma.jdbc.dialect
RDBMS の方言を提供します。
org.seasar.doma.jdbc.domain - パッケージ org.seasar.doma.jdbc.domain
ドメインに関するクラスやインタフェースを提供します。
org.seasar.doma.jdbc.entity - パッケージ org.seasar.doma.jdbc.entity
エンティティに関するクラスやインタフェースを提供します。
org.seasar.doma.jdbc.id - パッケージ org.seasar.doma.jdbc.id
エンティティの識別子に関するクラスやインタフェースを提供します。
org.seasar.doma.jdbc.tx - パッケージ org.seasar.doma.jdbc.tx
トランザクションに関するクラスを提供します。
org.seasar.doma.jdbc.type - パッケージ org.seasar.doma.jdbc.type
JDBC の型を提供します。
org.seasar.doma.message - パッケージ org.seasar.doma.message
メッセージに関するクラスを提供します。
org.seasar.doma.wrapper - パッケージ org.seasar.doma.wrapper
値のラッパークラスとそのビジターを提供します。
OriginalStates - org.seasar.doma の 注釈型
エンティティがデータベースから取得された元の状態を管理するフィールドを示します。
OriginalStatesAccessException - org.seasar.doma.jdbc.entity の 例外
OriginalStatesが注釈されたフィールドへのアクセスに失敗した場合にスローされる例外です。
OriginalStatesAccessException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.entity.OriginalStatesAccessException のコンストラクタ
インスタンスを構築します。
OriginalStatesAccessor<E> - org.seasar.doma.jdbc.entity の クラス
OriginalStates が注釈されたフィールドへアクセスするクラスです。
OriginalStatesAccessor(Class<? super E>, String) - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor のコンストラクタ
インスタンスを構築します
OriginalStatesNotFoundException - org.seasar.doma.jdbc.entity の 例外
OriginalStatesが注釈されたフィールドがエンティティクラスで見つからない場合にスローされる例外です。
OriginalStatesNotFoundException(Throwable, String, String) - 例外 org.seasar.doma.jdbc.entity.OriginalStatesNotFoundException のコンストラクタ
インスタンスを構築します。
Out - org.seasar.doma の 注釈型
ストアドファンクションやストアドプロシージャーへのOUTパラメータを示します。

P

param(Class<P>, P) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
パラメータを追加します。
param(Class<P>, P) - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
パラメータを追加します。
param(Class<P>, P) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
パラメータを追加します。
param(Class<P>, P) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
パラメータを追加します。
parameterName - 例外 org.seasar.doma.DomaIllegalArgumentException の変数
不正な引数のパラメータ名
parameterName - 例外 org.seasar.doma.DomaNullPointerException の変数
null であるパラメータの名前
ParameterName - org.seasar.doma の 注釈型
パラメータの名前を示します。
parentEntityPropertyType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
親のエンティティのプロパティ型
parentEntityPropertyType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueAccessorFactory の変数
 
parentEntityPropertyType - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueMapAccessorFactory の変数
 
parse(String) - クラス org.seasar.doma.jdbc.AbstractSqlFileRepository のメソッド
SQLを解析します。
password - クラス org.seasar.doma.jdbc.SimpleDataSource の変数
データベースの接続パスワードです。
path - 例外 org.seasar.doma.jdbc.ScriptFileNotFoundException の変数
見つからないスクリプトファイルのパス
path - クラス org.seasar.doma.jdbc.SqlFile の変数
SQLファイルのパス
path - 例外 org.seasar.doma.jdbc.SqlFileNotFoundException の変数
見つからないSQLファイルのパス
PersistentWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.jdbc の インタフェース
永続可能な Wrapper に対する WrapperVisitor です。
pkColumnName - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
主キーのカラム名
pkColumnValue - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
主キーのカラムの値
postDelete(E, PostDeleteContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
削除処理の後処理を行います。
postDelete(E, PostDeleteContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
削除処理の後処理を行います。
postDelete(E, PostDeleteContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
PostDeleteContext<E> - org.seasar.doma.jdbc.entity の インタフェース
削除処理の後処理のコンテキストです。
PostgresDialect - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の方言です。
PostgresDialect() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
インスタンスを構築します。
PostgresDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
JdbcMappingVisitor を指定してインスタンスを構築します。
PostgresDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
PostgresDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
PostgresDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
PostgresDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のコンストラクタ
JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
PostgresDialect.PostgresExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の ExpressionFunctions です。
PostgresDialect.PostgresExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresExpressionFunctions のコンストラクタ
 
PostgresDialect.PostgresJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の JdbcMappingVisitor の実装です。
PostgresDialect.PostgresJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresJdbcMappingVisitor のコンストラクタ
 
PostgresDialect.PostgresResultSetType - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の ResultSetJdbcType の実装です。
PostgresDialect.PostgresResultSetType() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresResultSetType のコンストラクタ
 
PostgresDialect.PostgresScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の ScriptBlockContext です。
PostgresDialect.PostgresScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresScriptBlockContext のコンストラクタ
 
PostgresDialect.PostgresSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
PostgreSQL用の SqlLogFormattingVisitor の実装です。
PostgresDialect.PostgresSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect.PostgresSqlLogFormattingVisitor のコンストラクタ
 
postInsert(E, PostInsertContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
挿入処理の後処理を行います。
postInsert(E, PostInsertContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
挿入処理の後処理を行います。
postInsert(E, IdGenerationConfig, Statement) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
INSERTの実行後に識別子の生成を行います。
postInsert(E, PostInsertContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
postInsertAndNewEntity(E, IdGenerationConfig, Statement, EntityType<E>) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
INSERTの実行後に識別子の生成を行い、新しいエンティティを返します。
PostInsertContext<E> - org.seasar.doma.jdbc.entity の インタフェース
挿入処理の後処理のコンテキストです。
postIterate(R, IterationContext) - インタフェース org.seasar.doma.jdbc.PostIterationCallback のメソッド
iterate の実行後に呼び出され、任意の処理を実行します。
PostIterationCallback<R,T> - org.seasar.doma.jdbc の インタフェース
IterationCallback.iterate(Object, IterationContext) の実行後に任意の処理を行うコールバックです。
postUpdate(E, PostUpdateContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
更新処理の後処理を行います。
postUpdate(E, PostUpdateContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
更新処理の後処理を行います。
postUpdate(E, PostUpdateContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
PostUpdateContext<E> - org.seasar.doma.jdbc.entity の インタフェース
更新処理の後処理のコンテキストです。
preDelete(E, PreDeleteContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
削除処理の前処理を行います。
preDelete(E, PreDeleteContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
削除処理の前処理を行います。
preDelete(E, PreDeleteContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
PreDeleteContext<E> - org.seasar.doma.jdbc.entity の インタフェース
削除処理の前処理のコンテキストです。
prefix(String) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
前方一致検索を行うことを示します。
prefix(String, char) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
エスケープ文字を指定して前方一致検索を行うことを示します。
prefix(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
prefix(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
preInsert(E, PreInsertContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
挿入処理の前処理を行います。
preInsert(E, PreInsertContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
挿入処理の前処理を行います。
preInsert(E, IdGenerationConfig) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
INSERTの実行前に識別子を生成します。
preInsert(E, PreInsertContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
preInsertAndNewEntity(E, IdGenerationConfig, EntityType<E>) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
INSERTの実行前に識別子を生成し、新しいエンティティを返します。
PreInsertContext<E> - org.seasar.doma.jdbc.entity の インタフェース
挿入処理の前処理のコンテキストです。
preUpdate(E, PreUpdateContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityListener のメソッド
更新処理の前処理を行います。
preUpdate(E, PreUpdateContext<E>) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
更新処理の前処理を行います。
preUpdate(E, PreUpdateContext<E>) - クラス org.seasar.doma.jdbc.entity.NullEntityListener のメソッド
 
PreUpdateContext<E> - org.seasar.doma.jdbc.entity の インタフェース
更新処理の前処理のコンテキストです。
primitive - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainAccessorFactory の変数
 
primitive - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory の変数
 
primitive - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueAccessorFactory の変数
 
primitive - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.ValueMapAccessorFactory の変数
 
Procedure - org.seasar.doma の 注釈型
ストアドプロシージャーの呼び出しを示します。
properties - クラス org.seasar.doma.jdbc.SimpleDataSource の変数
JDBCドライバへのプロパティです。

Q

qualifiedSequenceName - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator の変数
シーケンスの完全修飾名
qualifiedTableName - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
テーブルの完全修飾名
qualifiedTableName - クラス org.seasar.doma.jdbc.id.IdGenerationConfig の変数
識別子が属するエンティティに対応するテーブルの完全修飾名
queryTimeout(int) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
クエリタイムアウト(秒)を設定します。
queryTimeout(int) - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
クエリタイムアウト(秒)を設定します。
queryTimeout(int) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
クエリタイムアウト(秒)を設定します。
queryTimeout(int) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
クエリタイムアウト(秒)を設定します。

R

rawSql - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.NonSingleColumnException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.NonUniqueResultException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.NoResultException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.OptimisticLockException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.ScriptException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.SqlExecutionException の変数
未加工SQL
rawSql - 例外 org.seasar.doma.jdbc.UniqueConstraintException の変数
未加工SQL
Reference<V> - org.seasar.doma.jdbc の クラス
値への参照を表します。
Reference() - クラス org.seasar.doma.jdbc.Reference のコンストラクタ
 
Reference(V) - クラス org.seasar.doma.jdbc.Reference のコンストラクタ
 
registerOutParameter(CallableStatement, int) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
 
registerOutParameter(CallableStatement, int) - インタフェース org.seasar.doma.jdbc.type.JdbcType のメソッド
CallableStatement にOUTパラメータを登録します。
release(LocalTransactionContext, String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
トランザクションコンテキストを開放します。
releaseSavepoint(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションから指定されたセーブポイントと以降のセーブポイントを削除します。
removeLast() - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
最後に追加したSQLもしくはパラメータを削除します。
removeLast() - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
最後に追加したSQLもしくはパラメータを削除します。
removeLast() - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
最後に追加したSQLもしくはパラメータを削除します。
removeLast() - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
最後に追加したSQLもしくはパラメータを削除します。
removeQuote(String) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
引用符を取り除きます。
removeQuote(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
requiresNew(RequiresNewController.Callback<R>) - クラス org.seasar.doma.jdbc.NullRequiresNewController のメソッド
 
requiresNew(RequiresNewController.Callback<R>) - インタフェース org.seasar.doma.jdbc.RequiresNewController のメソッド
REQUIRES_NEW の属性をもつトランザクションを実行します。
RequiresNewController - org.seasar.doma.jdbc の インタフェース
REQUIRES_NEW の属性をもつトランザクションを制御するコントローラです。
RequiresNewController.Callback<R> - org.seasar.doma.jdbc の インタフェース
REQUIRES_NEW のトランザクション属性下で実行される処理です。
Result<E> - org.seasar.doma.jdbc の クラス
イミュータブルなエンティティに対する更新や挿入の結果を表します。
Result(int, E) - クラス org.seasar.doma.jdbc.Result のコンストラクタ
インスタンスを構築します。
RESULT_SET - クラス org.seasar.doma.jdbc.dialect.OracleDialect の static 変数
ResultSet の JDBC型
RESULT_SET - クラス org.seasar.doma.jdbc.dialect.PostgresDialect の static 変数
ResultSet の JDBC型
ResultMappingException - org.seasar.doma.jdbc の 例外
エンティティのすべてのプロパティに対し、結果セットのカラムがマッピングされない場合にスローされます。
ResultMappingException(ExceptionSqlLogType, String, List<String>, List<String>, SqlKind, String, String, String) - 例外 org.seasar.doma.jdbc.ResultMappingException のコンストラクタ
インスタンスを構築します。
ResultSet - org.seasar.doma の 注釈型
ストアドファンクションやストアドプロシージャーから返される結果セットにマッピングされることを示します。
revert(String) - 列挙 org.seasar.doma.jdbc.entity.NamingType のメソッド
ネーミング規約が適用された文字列を適用前の文字列に戻します。
rollback() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションをロールバックします。
rollback(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
指定されたセーブポイントが設定されたあとに行われたすべての変更をロールバックします。
rollbackInternal(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
内部的にロールバックします。
rootCause - 例外 org.seasar.doma.jdbc.SqlExecutionException の変数
根本原因
roundDownTimePart(Date) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
日付の時刻部分を切り捨てます。
roundDownTimePart(Date) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
日付の時刻部分を切り捨てます。
roundDownTimePart(Timestamp) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
タイムスタンプの時刻部分を切り捨てます。
roundDownTimePart(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
roundDownTimePart(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
roundDownTimePart(Timestamp) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
roundUpTimePart(Date) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
日付の時刻部分を切り上げます。
roundUpTimePart(Date) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
日付の時刻部分を切り上げます。
roundUpTimePart(Timestamp) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
タイムスタンプの時刻部分を切り上げます。
roundUpTimePart(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
roundUpTimePart(Date) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
roundUpTimePart(Timestamp) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 

S

saveCurrentStates(E) - インタフェース org.seasar.doma.jdbc.entity.EntityType のメソッド
現在の状態を保存します。
SavepointAleadyExistsException - org.seasar.doma.jdbc.tx の 例外
セーブポイントがすでに存在する場合にスローされる例外です。
SavepointAleadyExistsException(String) - 例外 org.seasar.doma.jdbc.tx.SavepointAleadyExistsException のコンストラクタ
インスタンスを構築します。
savepointName - 例外 org.seasar.doma.jdbc.tx.SavepointAleadyExistsException の変数
セーブポイントの名前
savepointName - 例外 org.seasar.doma.jdbc.tx.SavepointNotFoundException の変数
セーブポイントの名前
SavepointNotFoundException - org.seasar.doma.jdbc.tx の 例外
セーブポイントが見つからない場合にスローされる例外です。
SavepointNotFoundException(String) - 例外 org.seasar.doma.jdbc.tx.SavepointNotFoundException のコンストラクタ
インスタンスを構築します。
Script - org.seasar.doma の 注釈型
SQLスクリプトの実行を示します。
ScriptBlockContext - org.seasar.doma.jdbc の インタフェース
スクリプト内のSQLブロックのコンテキストです。
ScriptException - org.seasar.doma.jdbc の 例外
スクリプトファイル内のSQLの実行中に例外が発生した場合にスローされる例外です。
ScriptException(Throwable, Sql<?>, int) - 例外 org.seasar.doma.jdbc.ScriptException のコンストラクタ
インスタンスを構築します。
ScriptException(Throwable, String, String, int) - 例外 org.seasar.doma.jdbc.ScriptException のコンストラクタ
インスタンスを構築します。
ScriptFileNotFoundException - org.seasar.doma.jdbc の 例外
スクリプトファイルが見つからない場合にスローされる例外です。
ScriptFileNotFoundException(String) - 例外 org.seasar.doma.jdbc.ScriptFileNotFoundException のコンストラクタ
スクリプトファイルのパスを指定してインスタンスを構築します。
scriptFilePath - 例外 org.seasar.doma.jdbc.ScriptException の変数
スクリプトファイルのパス
Select - org.seasar.doma の 注釈型
検索処理を示します。
SelectBuilder - org.seasar.doma.jdbc.builder の クラス
SELECT文を組み立て実行するクラスです。
SelectForUpdateType - org.seasar.doma.jdbc の 列挙型
悲観的排他制御の種別です。
selectId(IdGenerationConfig, PreparedSql) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を取得します。
SelectOptions - org.seasar.doma.jdbc の クラス
検索系SQLを実行する際のオプションです。
SelectOptions() - クラス org.seasar.doma.jdbc.SelectOptions のコンストラクタ
インスタンスを構築します。
SelectOptionsAccessor - org.seasar.doma.jdbc の クラス
SelectOptions へのアクセッサーです。
SelectOptionsAccessor() - クラス org.seasar.doma.jdbc.SelectOptionsAccessor のコンストラクタ
 
selectSql - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
識別子を取得するSQL
SequenceGenerator - org.seasar.doma の 注釈型
シーケンスを利用する識別子ジェネレータを示します。
SequenceIdGenerator - org.seasar.doma.jdbc.id の インタフェース
データベースのシーケンスを使用するジェネレータです。
set(E, E) - クラス org.seasar.doma.jdbc.entity.OriginalStatesAccessor のメソッド
エンティティにOriginalStatesを設定します。
set(V) - クラス org.seasar.doma.jdbc.Reference のメソッド
 
set(V) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
set(V) - インタフェース org.seasar.doma.wrapper.Accessor のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.BigDecimalWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.BigIntegerWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.ByteWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.DoubleWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.FloatWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.IntegerWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.LongWrapper のメソッド
 
set(Number) - インタフェース org.seasar.doma.wrapper.NumberWrapper のメソッド
 
set(Number) - クラス org.seasar.doma.wrapper.ShortWrapper のメソッド
 
set(V) - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
値を設定します。
setAccessor(Accessor<V>) - クラス org.seasar.doma.wrapper.AbstractWrapper のメソッド
 
setAccessor(Accessor<V>) - インタフェース org.seasar.doma.wrapper.Wrapper のメソッド
 
setAllocationSize(long) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
割り当てサイズを設定します。
setAllocationSize(long) - インタフェース org.seasar.doma.jdbc.id.SequenceIdGenerator のメソッド
割り当てサイズを設定します。
setAllocationSize(long) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
割り当てサイズを設定します。
setCountSize(SelectOptions, long) - クラス org.seasar.doma.jdbc.SelectOptionsAccessor の static メソッド
オプションに集計サイズを設定します。
setIfNecessary(E, Number) - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のメソッド
必要であればバージョンの値を設定します。
setIfNecessaryAndMakeNewEntity(E, Number, EntityType<E>) - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のメソッド
必要であればバージョンの値を設定し、新しいエンティティを返します。
setInitialValue(long) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
初期値を設定します。
setInitialValue(long) - インタフェース org.seasar.doma.jdbc.id.SequenceIdGenerator のメソッド
初期値を設定します。
setInitialValue(long) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
初期値を設定します。
setLoginTimeout(int) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
setLoginTimeout(int) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
setLogWriter(PrintWriter) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
setLogWriter(PrintWriter) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PostDeleteContext のメソッド
新しいエンティティを設定します。
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PostInsertContext のメソッド
新しいエンティティを設定します。
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PostUpdateContext のメソッド
新しいエンティティを設定します。
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PreDeleteContext のメソッド
新しいエンティティを設定します。
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PreInsertContext のメソッド
新しいエンティティを設定します。
setNewEntity(E) - インタフェース org.seasar.doma.jdbc.entity.PreUpdateContext のメソッド
新しいエンティティを設定します。
setPassword(String) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースの接続パスワードを設定します。
setPkColumnName(String) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
setPkColumnName(String) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
主キーのカラム名を設定します。
setPkColumnValue(String) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
setPkColumnValue(String) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
主キーのカラムの値を設定します。
setQualifiedSequenceName(String) - クラス org.seasar.doma.jdbc.id.BuiltinSequenceIdGenerator のメソッド
 
setQualifiedSequenceName(String) - インタフェース org.seasar.doma.jdbc.id.SequenceIdGenerator のメソッド
シーケンスの完全修飾名を設定します。
setQualifiedTableName(String) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
setQualifiedTableName(String) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
テーブルの完全修飾名を設定します。
setSavepoint(String) - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
ローカルトランザクションのセーブポイントを作成します。
setupOptions(IdGenerationConfig, PreparedStatement) - クラス org.seasar.doma.jdbc.id.AbstractIdGenerator のメソッド
preparedStatement に対しオプションの設定を行います。
setUrl(String) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースの接続URLを設定します。
setUser(String) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
データベースの接続ユーザーを設定します。
setValue(PreparedStatement, int, T) - クラス org.seasar.doma.jdbc.type.AbstractJdbcType のメソッド
 
setValue(PreparedStatement, int, ResultSet) - クラス org.seasar.doma.jdbc.type.AbstractResultSetType のメソッド
サポートしません。
setValue(PreparedStatement, int, T) - インタフェース org.seasar.doma.jdbc.type.JdbcType のメソッド
PreparedStatement に値を設定します。
setValueColumnName(String) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
 
setValueColumnName(String) - インタフェース org.seasar.doma.jdbc.id.TableIdGenerator のメソッド
生成される識別子を保持するカラム名を設定します。
SHORT - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
ShortType - org.seasar.doma.jdbc.type の クラス
Short 用の JdbcType の実装です。
ShortType() - クラス org.seasar.doma.jdbc.type.ShortType のコンストラクタ
 
ShortWrapper - org.seasar.doma.wrapper の クラス
Short のラッパーです。
ShortWrapper() - クラス org.seasar.doma.wrapper.ShortWrapper のコンストラクタ
インスタンスを構築します。
ShortWrapper(Short) - クラス org.seasar.doma.wrapper.ShortWrapper のコンストラクタ
値を指定してインスタンスを構築します。
ShortWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
ShortWrapper のビジターです。
signature - 例外 org.seasar.doma.jdbc.DaoMethodNotFoundException の変数
メソッドのシグネチャ
SimpleDataSource - org.seasar.doma.jdbc の クラス
DriverManager.getConnection(String, Properties)を使用して Connection を返す単純なデータソースです。
SimpleDataSource() - クラス org.seasar.doma.jdbc.SimpleDataSource のコンストラクタ
 
sql(String) - クラス org.seasar.doma.jdbc.builder.DeleteBuilder のメソッド
SQLの断片を追加します。
sql(String) - クラス org.seasar.doma.jdbc.builder.InsertBuilder のメソッド
SQLの断片を追加します。
sql(String) - クラス org.seasar.doma.jdbc.builder.SelectBuilder のメソッド
SQLの断片を追加します。
sql(String) - クラス org.seasar.doma.jdbc.builder.UpdateBuilder のメソッド
SQLの断片を追加します。
Sql<P extends SqlParameter> - org.seasar.doma.jdbc の インタフェース
SQLを表します。
sql - クラス org.seasar.doma.jdbc.SqlFile の変数
SQLの文字列
sqlBlockStartKeywordsList - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext の変数
ブロックの開始を表すキーワードの連なりのリスト
SqlExecutionException - org.seasar.doma.jdbc の 例外
SQLの実行に失敗した場合にスローされる例外です。
SqlExecutionException(ExceptionSqlLogType, Sql<?>, Throwable, Throwable) - 例外 org.seasar.doma.jdbc.SqlExecutionException のコンストラクタ
SQLを指定してインスタンスを構築します。
SqlExecutionException(ExceptionSqlLogType, SqlKind, String, String, String, Throwable, Throwable) - 例外 org.seasar.doma.jdbc.SqlExecutionException のコンストラクタ
未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
SqlExecutionException(MessageResource, SqlKind, String, String, String, Throwable, Throwable) - 例外 org.seasar.doma.jdbc.SqlExecutionException のコンストラクタ
メッセージコード、未加工SQL、フォーマット済みSQLを指定してインスタンスを構築します。
SqlExecutionSkipCause - org.seasar.doma.jdbc の 列挙型
SQLの実行がスキップされる原因の列挙です。
SqlFile - org.seasar.doma.jdbc の クラス
SQLファイルです。
SqlFile(String, String, SqlNode) - クラス org.seasar.doma.jdbc.SqlFile のコンストラクタ
 
sqlFileMap - クラス org.seasar.doma.jdbc.GreedyCacheSqlFileRepository の変数
SQLのパスをキー、SQLファイルを値とするマップです。
SqlFileNotFoundException - org.seasar.doma.jdbc の 例外
SQLファイルが見つからない場合にスローされる例外です。
SqlFileNotFoundException(String) - 例外 org.seasar.doma.jdbc.SqlFileNotFoundException のコンストラクタ
SQLファイルのパスを指定してインスタンスを構築します。
sqlFilePath - 例外 org.seasar.doma.jdbc.MappedPropertyNotFoundException の変数
SQLファイルのパス
sqlFilePath - 例外 org.seasar.doma.jdbc.NonSingleColumnException の変数
SQLファイルのパス
sqlFilePath - 例外 org.seasar.doma.jdbc.NonUniqueResultException の変数
SQLファイルのパス
sqlFilePath - 例外 org.seasar.doma.jdbc.NoResultException の変数
SQLファイルのパス
sqlFilePath - 例外 org.seasar.doma.jdbc.OptimisticLockException の変数
SQLファイルのパス、SQLが自動生成された場合 null
sqlFilePath - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
SQLファイルのパス
sqlFilePath - 例外 org.seasar.doma.jdbc.SqlExecutionException の変数
SQLファイルのパス、SQLが自動生成された場合 null
sqlFilePath - 例外 org.seasar.doma.jdbc.UniqueConstraintException の変数
SQLファイルのパス、SQLが自動生成された場合 null
SqlFileRepository - org.seasar.doma.jdbc の インタフェース
SqlFile のリポジトリです。
SqliteDialect - org.seasar.doma.jdbc.dialect の クラス
SQLite用の方言です。
SqliteDialect() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
インスタンスを構築します。
SqliteDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
SqliteDialect.SqliteJdbcMappingVisitor を指定してインスタンスを構築します。
SqliteDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
SqliteDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
SqliteDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
SqliteDialect.SqliteJdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
SqliteDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のコンストラクタ
SqliteDialect.SqliteJdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
SqliteDialect.SqliteExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
SQLite用の ExpressionFunctions です。
SqliteDialect.SqliteExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect.SqliteExpressionFunctions のコンストラクタ
 
SqliteDialect.SqliteJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
SQLite用の JdbcMappingVisitor の実装です。
SqliteDialect.SqliteJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect.SqliteJdbcMappingVisitor のコンストラクタ
 
SqliteDialect.SqliteSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
SQLite用の SqlLogFormattingVisitor の実装です。
SqliteDialect.SqliteSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect.SqliteSqlLogFormattingVisitor のコンストラクタ
 
SqlKind - org.seasar.doma.jdbc の 列挙型
SQLの種別を示します。
SqlLogFormatter<T> - org.seasar.doma.jdbc の インタフェース
値をSQLのログ用文字列に変換するフォーマッタです。
SqlLogFormattingFunction - org.seasar.doma.jdbc の インタフェース
SQLのバインド変数の値をSQLのログ用文字列に変換する処理を表します。
sqlLogFormattingVisitor - クラス org.seasar.doma.jdbc.dialect.StandardDialect の変数
SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換するビジター
SqlLogFormattingVisitor - org.seasar.doma.jdbc の インタフェース
SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換する WrapperVisitor の拡張です。
sqlNode - クラス org.seasar.doma.jdbc.SqlFile の変数
SQLの解析結果
SqlNode - org.seasar.doma.jdbc の インタフェース
SQLの文字列の解析結果です。
SqlNodeVisitor<R,P> - org.seasar.doma.jdbc の インタフェース
SqlNode へのビジターです。
SqlParameter - org.seasar.doma.jdbc の インタフェース
SQLのパラメータを表します。
StandardDialect - org.seasar.doma.jdbc.dialect の クラス
標準の方言です。
StandardDialect() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
インスタンスを構築します。
StandardDialect(JdbcMappingVisitor) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
StandardDialect.StandardJdbcMappingVisitor を指定してインスタンスを構築します。
StandardDialect(SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
SqlLogFormattingVisitor を指定してインスタンスを構築します。
StandardDialect(ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
ExpressionFunctions を指定してインスタンスを構築します。
StandardDialect(JdbcMappingVisitor, SqlLogFormattingVisitor) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
StandardDialect.StandardJdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
StandardDialect(JdbcMappingVisitor, SqlLogFormattingVisitor, ExpressionFunctions) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のコンストラクタ
StandardDialect.StandardJdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
StandardDialect.StandardExpressionFunctions - org.seasar.doma.jdbc.dialect の クラス
標準の ExpressionFunctions の実装です。
StandardDialect.StandardExpressionFunctions() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のコンストラクタ
コンストラクタを構築します。
StandardDialect.StandardExpressionFunctions(char[]) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のコンストラクタ
ワイルドカードを指定してコンストラクタを構築します。
StandardDialect.StandardExpressionFunctions(char, char[]) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のコンストラクタ
エスケープ文字とワイルドカードを指定してコンストラクタを構築します。
StandardDialect.StandardExpressionFunctions(char, char[], Pattern, String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のコンストラクタ
エスケープ文字とワイルドカードを指定してコンストラクタを構築します。
StandardDialect.StandardJdbcMappingVisitor - org.seasar.doma.jdbc.dialect の クラス
標準の JdbcMappingVisitor の実装です。
StandardDialect.StandardJdbcMappingVisitor() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のコンストラクタ
 
StandardDialect.StandardScriptBlockContext - org.seasar.doma.jdbc.dialect の クラス
標準の ScriptBlockContext の実装です。
StandardDialect.StandardScriptBlockContext() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardScriptBlockContext のコンストラクタ
 
StandardDialect.StandardSqlLogFormattingVisitor - org.seasar.doma.jdbc.dialect の クラス
標準の SqlLogFormattingVisitor の実装です。
StandardDialect.StandardSqlLogFormattingVisitor() - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のコンストラクタ
 
STRING - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
StringType - org.seasar.doma.jdbc.type の クラス
String 用の JdbcType の実装です。
StringType() - クラス org.seasar.doma.jdbc.type.StringType のコンストラクタ
 
StringWrapper - org.seasar.doma.wrapper の クラス
String のラッパーです。
StringWrapper() - クラス org.seasar.doma.wrapper.StringWrapper のコンストラクタ
インスタンスを構築します。
StringWrapper(String) - クラス org.seasar.doma.wrapper.StringWrapper のコンストラクタ
値を指定してインスタンスを構築します。
StringWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
StringWrapper のビジターです。
suffix(String) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
後方一致検索を行うことを示します。
suffix(String, char) - インタフェース org.seasar.doma.expr.ExpressionFunctions のメソッド
エスケープ文字を指定して後方一致検索を行うことを示します。
suffix(String) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
suffix(String, char) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions のメソッド
 
supportsAutoGeneratedKeys() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
supportsAutoGeneratedKeys() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
Statement.getGeneratedKeys() をサポートしているかどうかを返します。
supportsAutoGeneratedKeys() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
supportsAutoGeneratedKeys() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
supportsAutoGeneratedKeys() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
supportsAutoGeneratedKeys() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
supportsAutoGeneratedKeys(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
 
supportsAutoGeneratedKeys(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
supportsAutoGeneratedKeys(IdGenerationConfig) - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
Statement.getGeneratedKeys() をサポートしているかどうかを返します。
supportsBatch(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.AbstractPreGenerateIdGenerator のメソッド
 
supportsBatch(IdGenerationConfig) - クラス org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator のメソッド
 
supportsBatch(IdGenerationConfig) - インタフェース org.seasar.doma.jdbc.id.IdGenerator のメソッド
バッチ処理をサポートしているかどうかを返します。
supportsBatchUpdateResults() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
Statement.executeBatch() が更新件数を返すことをサポートしているかどうかを返します。
supportsBatchUpdateResults() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
supportsBatchUpdateResults() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
supportsIdentity() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
IDENTITYをサポートしているかどうかを返します。
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
supportsIdentity() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
supportsResultSetReturningAsOutParameter() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
ストアドプロシージャ-やストアドファンクションで ResultSet をOUTパラメータとして戻すことをサポートしてるかどうかを返します。
supportsResultSetReturningAsOutParameter() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
supportsResultSetReturningAsOutParameter() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
supportsResultSetReturningAsOutParameter() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
悲観的排他制御をサポートしているかどうかを返します。
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
supportsSelectForUpdate(SelectForUpdateType, boolean) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
supportsSequence() - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
シーケンスをサポートするかどうかを返します。
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
supportsSequence() - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
Suppress - org.seasar.doma の 注釈型
警告メッセージを抑制することを示します。

T

Table - org.seasar.doma の 注釈型
データベースのテーブルを示します。
TableGenerator - org.seasar.doma の 注釈型
テーブルを利用する識別子ジェネレータを示します。
TableIdGenerator - org.seasar.doma.jdbc.id の インタフェース
データベースのテーブルを使用するジェネレータです。
TIME - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
timeFormatter - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor の変数
時刻フォーマッタ
TIMESTAMP - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
timestampFormatter - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor の変数
タイムスタンプフォーマッタ
TimestampType - org.seasar.doma.jdbc.type の クラス
Timestamp 用の JdbcType の実装です。
TimestampType() - クラス org.seasar.doma.jdbc.type.TimestampType のコンストラクタ
 
TimestampWrapper - org.seasar.doma.wrapper の クラス
Timestamp のラッパーです。
TimestampWrapper() - クラス org.seasar.doma.wrapper.TimestampWrapper のコンストラクタ
インスタンスを構築します。
TimestampWrapper(Timestamp) - クラス org.seasar.doma.wrapper.TimestampWrapper のコンストラクタ
値を指定してインスタンスを構築します。
TimestampWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
TimestampWrapper のビジターです。
TimeType - org.seasar.doma.jdbc.type の クラス
Time 用の JdbcType の実装です。
TimeType() - クラス org.seasar.doma.jdbc.type.TimeType のコンストラクタ
 
TimeWrapper - org.seasar.doma.wrapper の クラス
Time のラッパーです。
TimeWrapper() - クラス org.seasar.doma.wrapper.TimeWrapper のコンストラクタ
インスタンスを構築します。
TimeWrapper(Time) - クラス org.seasar.doma.wrapper.TimeWrapper のコンストラクタ
値を指定してインスタンスを構築します。
TimeWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
TimeWrapper のビジターです。
toCountCalculatingSqlNode(SqlNode) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
toCountCalculatingSqlNode(SqlNode) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
集計を計算するSQLノードに変換します。
toCountGettingSqlNode(SqlNode) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
toCountGettingSqlNode(SqlNode) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
集計取得用のSQLノードに変換します。
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
toForUpdateSqlNode(SqlNode, SelectForUpdateType, int, String...) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
悲観的排他制御用のSQLノードに変換します。
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.Db2Dialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.H212126Dialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.H2Dialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.MssqlDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.MysqlDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.OracleDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.PostgresDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.SqliteDialect のメソッド
 
toPagingSqlNode(SqlNode, long, long) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
ページング用のSQLノードに変換します。
toString() - クラス org.seasar.doma.jdbc.BatchResult のメソッド
 
toString() - クラス org.seasar.doma.jdbc.Result のメソッド
 
toString() - クラス org.seasar.doma.jdbc.SqlFile のメソッド
 
toString() - クラス org.seasar.doma.jdbc.tx.LocalTransaction のメソッド
トランザクションを識別するための文字列表現を返します。
TransactionIsolationLevel - org.seasar.doma.jdbc.tx の 列挙型
トランザクション分離レベルを示します。
transformSelectSqlNode(SqlNode, SelectOptions) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
SQLノードを変換します。
transformSelectSqlNode(SqlNode, SelectOptions) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
transformSelectSqlNodeForGettingCount(SqlNode) - インタフェース org.seasar.doma.jdbc.dialect.Dialect のメソッド
件数取得のためにSQLノードを変換します。
transformSelectSqlNodeForGettingCount(SqlNode) - クラス org.seasar.doma.jdbc.dialect.StandardDialect のメソッド
 
Transient - org.seasar.doma の 注釈型
非永続化対象を示します。
type - クラス org.seasar.doma.jdbc.type.AbstractJdbcType の変数
SQL型

U

UNABLE_TO_ESTABLISH_CONNECTION - クラス org.seasar.doma.jdbc.SimpleDataSource の static 変数
コネクションが確立できない場合の SQLState コードです。
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE - クラス org.seasar.doma.jdbc.dialect.H212126Dialect の static 変数
一意制約違反を表すエラーコード
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE - クラス org.seasar.doma.jdbc.dialect.H2Dialect の static 変数
一意制約違反を表すエラーコード
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE - クラス org.seasar.doma.jdbc.dialect.HsqldbDialect の static 変数
一意制約違反を表すエラーコード
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE - クラス org.seasar.doma.jdbc.dialect.Mssql2008Dialect の static 変数
一意制約違反を表すエラーコード
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE - クラス org.seasar.doma.jdbc.dialect.OracleDialect の static 変数
一意制約違反を表すエラーコード
UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODES - クラス org.seasar.doma.jdbc.dialect.MysqlDialect の static 変数
一意制約違反を表すエラーコードのセット
UNIQUE_CONSTRAINT_VIOLATION_STATE_CODE - クラス org.seasar.doma.jdbc.dialect.Db2Dialect の static 変数
一意制約違反を表す SQLState
UNIQUE_CONSTRAINT_VIOLATION_STATE_CODE - クラス org.seasar.doma.jdbc.dialect.PostgresDialect の static 変数
一意制約違反を表す SQLState
UNIQUE_CONSTRAINT_VIOLATION_STATE_CODES - クラス org.seasar.doma.jdbc.dialect.StandardDialect の static 変数
一意制約違反を表す SQLState のセット
UniqueConstraintException - org.seasar.doma.jdbc の 例外
一意制約違反が発生した場合にスローされる例外です。
UniqueConstraintException(ExceptionSqlLogType, Sql<?>, Throwable) - 例外 org.seasar.doma.jdbc.UniqueConstraintException のコンストラクタ
SQLを指定してインスタンスを構築します。
UniqueConstraintException(ExceptionSqlLogType, SqlKind, String, String, String, Throwable) - 例外 org.seasar.doma.jdbc.UniqueConstraintException のコンストラクタ
未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。
UniqueConstraintException(MessageResource, SqlKind, String, String, Throwable) - 例外 org.seasar.doma.jdbc.UniqueConstraintException のコンストラクタ
メッセージコードと未加工SQLを指定してインスタンスを構築します。
unmappedPropertyNames - 例外 org.seasar.doma.jdbc.ResultMappingException の変数
マッピングされなかったプロパティの名前のリスト
unwrap(Class<T>) - クラス org.seasar.doma.jdbc.SimpleDataSource のメソッド
 
unwrap(Class<T>) - クラス org.seasar.doma.jdbc.tx.LocalTransactionalDataSource のメソッド
 
updatable - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
更新可能かどうか
Update - org.seasar.doma の 注釈型
更新処理を示します。
UpdateBuilder - org.seasar.doma.jdbc.builder の クラス
UPDATE文を組み立て実行するクラスです。
updateId(IdGenerationConfig, PreparedSql) - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator のメソッド
識別子を更新します。
updateSql - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
識別子を更新するSQL
url - クラス org.seasar.doma.jdbc.SimpleDataSource の変数
jdbc:subprotocol:subnameという形式のデータベースへの接続URLです。
user - クラス org.seasar.doma.jdbc.SimpleDataSource の変数
データベースの接続ユーザーです。
UTIL_DATE - クラス org.seasar.doma.jdbc.type.JdbcTypes の static 変数
 
utilDateFormatter - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor の変数
Date用日付フォーマッタ
UtilDateType - org.seasar.doma.jdbc.type の クラス
Date 用の JdbcType の実装です。
UtilDateType() - クラス org.seasar.doma.jdbc.type.UtilDateType のコンストラクタ
 
UtilDateWrapper - org.seasar.doma.wrapper の クラス
Date のラッパーです。
UtilDateWrapper() - クラス org.seasar.doma.wrapper.UtilDateWrapper のコンストラクタ
インスタンスを構築します。
UtilDateWrapper(Date) - クラス org.seasar.doma.wrapper.UtilDateWrapper のコンストラクタ
値を指定してインスタンスを構築します。
UtilDateWrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
UtilDateWrapper のビジターです。
UtilLoggingJdbcLogger - org.seasar.doma.jdbc の クラス
出力先に Logger を使用したJDBCロガーです。
UtilLoggingJdbcLogger() - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のコンストラクタ
インスタンスを構築します。
UtilLoggingJdbcLogger(Level) - クラス org.seasar.doma.jdbc.UtilLoggingJdbcLogger のコンストラクタ
ログレベルを指定してインスタンスを構築します。

V

validateGenerationStrategy(IdGenerationConfig) - クラス org.seasar.doma.jdbc.entity.GeneratedIdPropertyType のメソッド
識別子の生成方法を検証します。
value - クラス org.seasar.doma.wrapper.AbstractWrapper の変数
valueColumnName - クラス org.seasar.doma.jdbc.id.BuiltinTableIdGenerator の変数
識別子を保持するカラム名
valueOf(String) - 列挙 org.seasar.doma.AnnotationTarget の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.GenerationType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.entity.NamingType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.ExceptionSqlLogType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.SelectForUpdateType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.SqlExecutionSkipCause の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.SqlKind の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.jdbc.tx.TransactionIsolationLevel の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.MapKeyNamingType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.seasar.doma.message.Message の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 org.seasar.doma.AnnotationTarget の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.GenerationType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.entity.NamingType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.ExceptionSqlLogType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.SelectForUpdateType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.SqlExecutionSkipCause の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.SqlKind の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.jdbc.tx.TransactionIsolationLevel の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.MapKeyNamingType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.seasar.doma.message.Message の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
Version - org.seasar.doma の 注釈型
楽観的排他制御で使用されるバージョンを示します。
VersionPropertyType<PE,E extends PE,V extends Number,D> - org.seasar.doma.jdbc.entity の クラス
バージョンのプロパティ型です。
VersionPropertyType(Class<E>, Class<V>, Class<? extends NumberWrapper<V>>, EntityPropertyType<PE, V>, DomainType<V, D>, String, String) - クラス org.seasar.doma.jdbc.entity.VersionPropertyType のコンストラクタ
インスタンスを構築します。
visitArrayWrapper(ArrayWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitArrayWrapper(ArrayWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitArrayWrapper(ArrayWrapper, P) - インタフェース org.seasar.doma.wrapper.ArrayWrapperVisitor のメソッド
ラッパーを訪問します。
visitBigDecimalWrapper(BigDecimalWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitBigDecimalWrapper(BigDecimalWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitBigDecimalWrapper(BigDecimalWrapper, P) - インタフェース org.seasar.doma.wrapper.BigDecimalWrapperVisitor のメソッド
ラッパーを訪問します。
visitBigIntegerWrapper(BigIntegerWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitBigIntegerWrapper(BigIntegerWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitBigIntegerWrapper(BigIntegerWrapper, P) - インタフェース org.seasar.doma.wrapper.BigIntegerWrapperVisitor のメソッド
ラッパーを訪問します。
visitBlobWrapper(BlobWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitBlobWrapper(BlobWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitBlobWrapper(BlobWrapper, P) - インタフェース org.seasar.doma.wrapper.BlobWrapperVisitor のメソッド
ラッパーを訪問します。
visitBooleanWrapper(BooleanWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleJdbcMappingVisitor のメソッド
 
visitBooleanWrapper(BooleanWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のメソッド
 
visitBooleanWrapper(BooleanWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitBooleanWrapper(BooleanWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitBooleanWrapper(BooleanWrapper, P) - インタフェース org.seasar.doma.wrapper.BooleanWrapperVisitor のメソッド
ラッパーを訪問します。
visitBytesWrapper(BytesWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitBytesWrapper(BytesWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitBytesWrapper(BytesWrapper, P) - インタフェース org.seasar.doma.wrapper.BytesWrapperVisitor のメソッド
ラッパーを訪問します。
visitByteWrapper(ByteWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitByteWrapper(ByteWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitByteWrapper(ByteWrapper, P) - インタフェース org.seasar.doma.wrapper.ByteWrapperVisitor のメソッド
ラッパーを訪問します。
visitClobWrapper(ClobWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitClobWrapper(ClobWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitClobWrapper(ClobWrapper, P) - インタフェース org.seasar.doma.wrapper.ClobWrapperVisitor のメソッド
ラッパーを訪問します。
visitDateWrapper(DateWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のメソッド
 
visitDateWrapper(DateWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitDateWrapper(DateWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitDateWrapper(DateWrapper, P) - インタフェース org.seasar.doma.wrapper.DateWrapperVisitor のメソッド
ラッパーを訪問します。
visitDoubleWrapper(DoubleWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitDoubleWrapper(DoubleWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitDoubleWrapper(DoubleWrapper, P) - インタフェース org.seasar.doma.wrapper.DoubleWrapperVisitor のメソッド
ラッパーを訪問します。
visitEntityPropertyType(EntityPropertyType<E, V>, P) - インタフェース org.seasar.doma.jdbc.entity.EntityPropertyTypeVisitor のメソッド
 
visitEntityType(EntityType<E>, P) - インタフェース org.seasar.doma.jdbc.entity.EntityTypeVisitor のメソッド
 
visitEnumWrapper(EnumWrapper<E>, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitEnumWrapper(EnumWrapper<E>, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitEnumWrapper(EnumWrapper<E>, P) - インタフェース org.seasar.doma.wrapper.EnumWrapperVisitor のメソッド
ラッパーを訪問します。
visitFloatWrapper(FloatWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitFloatWrapper(FloatWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitFloatWrapper(FloatWrapper, P) - インタフェース org.seasar.doma.wrapper.FloatWrapperVisitor のメソッド
ラッパーを訪問します。
visitIntegerWrapper(IntegerWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitIntegerWrapper(IntegerWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitIntegerWrapper(IntegerWrapper, P) - インタフェース org.seasar.doma.wrapper.IntegerWrapperVisitor のメソッド
ラッパーを訪問します。
visitLongWrapper(LongWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitLongWrapper(LongWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitLongWrapper(LongWrapper, P) - インタフェース org.seasar.doma.wrapper.LongWrapperVisitor のメソッド
ラッパーを訪問します。
visitNClobWrapper(NClobWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitNClobWrapper(NClobWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitNClobWrapper(NClobWrapper, P) - インタフェース org.seasar.doma.wrapper.NClobWrapperVisitor のメソッド
ラッパーを訪問します。
visitObjectWrapper(ObjectWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitObjectWrapper(ObjectWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitObjectWrapper(ObjectWrapper, P) - インタフェース org.seasar.doma.wrapper.ObjectWrapperVisitor のメソッド
ラッパーを訪問します。
visitShortWrapper(ShortWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitShortWrapper(ShortWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitShortWrapper(ShortWrapper, P) - インタフェース org.seasar.doma.wrapper.ShortWrapperVisitor のメソッド
ラッパーを訪問します。
visitStringWrapper(StringWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitStringWrapper(StringWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitStringWrapper(StringWrapper, P) - インタフェース org.seasar.doma.wrapper.StringWrapperVisitor のメソッド
ラッパーを訪問します。
visitTimestampWrapper(TimestampWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のメソッド
 
visitTimestampWrapper(TimestampWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitTimestampWrapper(TimestampWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitTimestampWrapper(TimestampWrapper, P) - インタフェース org.seasar.doma.wrapper.TimestampWrapperVisitor のメソッド
ラッパーを訪問します。
visitTimeWrapper(TimeWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のメソッド
 
visitTimeWrapper(TimeWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitTimeWrapper(TimeWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitTimeWrapper(TimeWrapper, P) - インタフェース org.seasar.doma.wrapper.TimeWrapperVisitor のメソッド
ラッパーを訪問します。
visitUnknownNode(SqlNode, P) - インタフェース org.seasar.doma.jdbc.SqlNodeVisitor のメソッド
未知のノードを処理します。
visitUnknownWrapper(Wrapper<?>, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitUnknownWrapper(Wrapper<?>, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitUnknownWrapper(Wrapper<?>, P) - インタフェース org.seasar.doma.wrapper.WrapperVisitor のメソッド
未知の Wrapper を扱います。
visitUtilDateWrapper(UtilDateWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor のメソッド
 
visitUtilDateWrapper(UtilDateWrapper, JdbcMappingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardJdbcMappingVisitor のメソッド
 
visitUtilDateWrapper(UtilDateWrapper, SqlLogFormattingFunction) - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor のメソッド
 
visitUtilDateWrapper(UtilDateWrapper, P) - インタフェース org.seasar.doma.wrapper.UtilDateWrapperVisitor のメソッド
ラッパーを訪問します。

W

waitSeconds - クラス org.seasar.doma.jdbc.SelectOptions の変数
悲観的排他制御の待機時間(秒)
wildcards - クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions の変数
ワイルドカード
Wrapper<V> - org.seasar.doma.wrapper の インタフェース
値のラッパーです。
wrapperClass - クラス org.seasar.doma.jdbc.entity.BasicPropertyType.SimpleWrapperFactory の変数
 
wrapperClass - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
ラッパーのクラス
WrapperConstructorNotFoundException - org.seasar.doma.jdbc.entity の 例外
Wrapper のコンストラクタが見つからない場合にスローされる例外です。
WrapperConstructorNotFoundException(Throwable, String) - 例外 org.seasar.doma.jdbc.entity.WrapperConstructorNotFoundException のコンストラクタ
インスタンスを構築します。
wrapperFactory - クラス org.seasar.doma.jdbc.entity.BasicPropertyType の変数
ラッパーのファクトリ
WrapperInstantiationException - org.seasar.doma.jdbc.entity の 例外
Wrapper をインスタンス化できない場合にスローされる例外です。
WrapperInstantiationException(Throwable, String) - 例外 org.seasar.doma.jdbc.entity.WrapperInstantiationException のコンストラクタ
インスタンスを構築します。
WrapperVisitor<R,P,TH extends Throwable> - org.seasar.doma.wrapper の インタフェース
Wrapper のビジターです。

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.