インターフェースの使用
org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
パッケージ
説明
アノテーション駆動型 Bean 構成のサポートパッケージ。
JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。
org.springframework.orm.jpa
パッケージをサポートするクラス。 非同期メソッド実行のアノテーションサポート。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
org.springframework.beans.factory.annotation 内の DestructionAwareBeanPostProcessor 使用
org.springframework.context.annotation 内の DestructionAwareBeanPostProcessor 使用
修飾子と型クラス説明class
すぐに使える一般的な Java アノテーション、特にjakarta.annotation
パッケージの一般的なアノテーションをサポートするBeanPostProcessor
実装。org.springframework.orm.jpa.support 内の DestructionAwareBeanPostProcessor 使用
修飾子と型クラス説明class
対応する JPA リソースEntityManagerFactory
EE およびEntityManager
EE の注入のために、PersistenceUnit
EE およびPersistenceContext
EE アノテーションを処理する BeanPostProcessor。org.springframework.scheduling.annotation 内の DestructionAwareBeanPostProcessor 使用
修飾子と型クラス説明class
アノテーションを介して提供される "fixedRate"、"fixedDelay"、"cron" 式に従って、TaskScheduler
によって呼び出される@Scheduled
でアノテーションされたメソッドを登録する Bean ポストプロセッサー。org.springframework.web.servlet.handler 内の DestructionAwareBeanPostProcessor 使用