Class FieldAndAnnotationLoader

java.lang.Object
nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
All Implemented Interfaces:
StaticDataLoader<Map<String,Map<String,Object>>>

@Published(tag="architect") public class FieldAndAnnotationLoader extends Object implements StaticDataLoader<Map<String,Map<String,Object>>>
フィールド情報とフィールドに設定されたアノテーション情報をロードするクラス。
本クラスは、初期化時の一括ロード、インデックスによるデータロードをサポートしない。 フィールドのアノテーション情報を都度取得する(キャッシュしなくなった)ため、データベース機能では本クラスは利用していない。
  • Constructor Details

    • FieldAndAnnotationLoader

      public FieldAndAnnotationLoader()
  • Method Details