クラス AbstractEntityBatchEvent

    • フィールドの詳細

      • entityMeta

        protected final EntityMeta entityMeta
        処理対象のエンティティのメタ情報
      • entities

        protected final Object[] entities
        処理対象のエンティティのインスタンス
    • コンストラクタの詳細

      • AbstractEntityBatchEvent

        public AbstractEntityBatchEvent​(Object source,
                                        EntityMeta entityMeta,
                                        Object[] entities)
        コンストラクタです。
        パラメータ:
        source - イベント発生個所のクラスのインスタンス
        entityMeta - 処理対象のエンティティのメタ情報です。
        entities - 処理対象のエンティティのインスタンスです。
    • メソッドの詳細

      • getEntityMeta

        public EntityMeta getEntityMeta()
        処理対象のエンティティのメタ情報
      • getEntities

        public Object[] getEntities()
        処理対象のエンティティのインスタンス