disposeCollection abstract method

void disposeCollection(
  1. ModelAdapterCollectionQuery query
)

The associated collection is discarded by passing query.

It should always be performed when destroying a collection.

queryを渡すことで関連したコレクションの破棄処理を行います。

コレクションの破棄時にはかならず実行してください。

Implementation

void disposeCollection(ModelAdapterCollectionQuery query);