| パッケージ | 説明 |
|---|---|
| org.springframework.orm.hibernate5 | Hibernate 5.x と Spring の概念の統合を提供するパッケージ。 |
| org.springframework.orm.jpa | JPA(Java Persistence API)と Spring コンセプトの統合を提供するパッケージ。 |
| org.springframework.orm.jpa.support | org.springframework.orm.jpa パッケージをサポートするクラス。 |
| org.springframework.orm.jpa.vendor | 特定の JPA ベンダーに適応するためのサポートクラス。 |
| クラスと説明 |
|---|
| EntityManagerHolder JPA EntityManagerEE をラップするリソースホルダー。 |
| クラスと説明 |
|---|
| AbstractEntityManagerFactoryBean Spring アプリケーションコンテキスト内にローカル JPA EntityManagerFactoryEE インスタンスを作成する抽象 FactoryBean。 |
| EntityManagerFactoryInfo Spring 管理の JPA EntityManagerFactoryEE のメタデータインターフェース。 |
| JpaDialect 基盤となる JDBC 接続へのアクセスなど、標準の JPA 2.1 が提供しない特定の機能をカプセル化する SPI 戦略。 |
| JpaVendorAdapter ベンダー固有の動作を Spring の EntityManagerFactory クリエーターにプラグインできる SPI インターフェース。 |
| クラスと説明 |
|---|
| EntityManagerFactoryAccessor 通常 JPA EntityManagerEE を取得するために、JPA EntityManagerFactoryEE にアクセスする必要があるクラスの基本クラス。 |
| クラスと説明 |
|---|
DefaultJpaDialectJpaDialect インターフェースのデフォルト実装。 |
| EntityManagerFactoryAccessor 通常 JPA EntityManagerEE を取得するために、JPA EntityManagerFactoryEE にアクセスする必要があるクラスの基本クラス。 |
| JpaDialect 基盤となる JDBC 接続へのアクセスなど、標準の JPA 2.1 が提供しない特定の機能をカプセル化する SPI 戦略。 |
| JpaVendorAdapter ベンダー固有の動作を Spring の EntityManagerFactory クリエーターにプラグインできる SPI インターフェース。 |