org.seasar.extension.jdbc.gen.internal.util
クラス AnnotationUtil

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.util.AnnotationUtil

public class AnnotationUtil
extends java.lang.Object

アノテーションに関するユーティリティクラスです。

作成者:
taedium

入れ子のクラスの概要
protected static class AnnotationUtil.TableAnnotated
          デフォルトのTableを取得するためのクラス
 
フィールドの概要
protected static Column DEFAULT_COLUMN
          デフォルトのColumn
protected static ReferentialConstraint DEFAULT_REFERENTIAL_CONSTRAINT
          デフォルトのReferentialConstraint
protected static SequenceGenerator DEFAULT_SEQUENCE_GENERATOR
          デフォルトのSequenceGenerator
protected static Table DEFAULT_TABLE
          デフォルトのTable
protected static TableGenerator DEFAULT_TABLE_GENERATOR
          デフォルトのTableGenerator
 
コンストラクタの概要
protected AnnotationUtil()
           
 
メソッドの概要
static Column getDefaultColumn()
          デフォルトのColumnを返します。
static ReferentialConstraint getDefaultReferentialConstraint()
          デフォルトのReferentialConstraintを返します。
static SequenceGenerator getDefaultSequenceGenerator()
          デフォルトのSequenceGeneratorを返します。
static Table getDefaultTable()
          デフォルトのTableを返します。
static TableGenerator getDefaultTableGenerator()
          デフォルトのTableGeneratorを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DEFAULT_TABLE

protected static Table DEFAULT_TABLE
デフォルトのTable


DEFAULT_COLUMN

protected static Column DEFAULT_COLUMN
デフォルトのColumn


DEFAULT_SEQUENCE_GENERATOR

protected static final SequenceGenerator DEFAULT_SEQUENCE_GENERATOR
デフォルトのSequenceGenerator


DEFAULT_TABLE_GENERATOR

protected static final TableGenerator DEFAULT_TABLE_GENERATOR
デフォルトのTableGenerator


DEFAULT_REFERENTIAL_CONSTRAINT

protected static final ReferentialConstraint DEFAULT_REFERENTIAL_CONSTRAINT
デフォルトのReferentialConstraint

コンストラクタの詳細

AnnotationUtil

protected AnnotationUtil()
メソッドの詳細

getDefaultTable

public static Table getDefaultTable()
デフォルトのTableを返します。

戻り値:
デフォルトのTable

getDefaultColumn

public static Column getDefaultColumn()
デフォルトのColumnを返します。

戻り値:
デフォルトのColumn

getDefaultSequenceGenerator

public static SequenceGenerator getDefaultSequenceGenerator()
デフォルトのSequenceGeneratorを返します。

戻り値:
デフォルトのSequenceGenerator

getDefaultTableGenerator

public static TableGenerator getDefaultTableGenerator()
デフォルトのTableGeneratorを返します。

戻り値:
デフォルトのTableGenerator

getDefaultReferentialConstraint

public static ReferentialConstraint getDefaultReferentialConstraint()
デフォルトのReferentialConstraintを返します。

戻り値:
デフォルトのReferentialConstraint


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