JEUS JPA Guide 

JEUS v7.0 Fix#3

Document Information

Document Name: JEUS JPA Guide 

Document Created: 2014-08-29

Software Version: JEUS v7.0 Fix#3

Document Version: v2.1.5


Table of Contents

About This Document
1. Introduction
2. Configuring Provider
2.1. Database Configuration
2.1.1. Configuration for Each Environment
2.1.2. Configuring Database Type
2.1.3. Configuring Automatic Schema Creation
2.2. Caching
2.3. Query Hint
2.4. Logging Configuration
3. Changing Provider
3.1. Changing Persistence Provider
3.2. Available Persistence Provider
Index

List of Tables

[Table 2.1] Database Property in the Java SE Mode
[Table 2.2] eclipselink.target-Database Property
[Table 2.3] Java Type to SQL Type Mappings

List of Examples

[Example 2.1] Configuring Database in the Java EE Mode
[Example 2.2] Configuring Database in the Java SE Mode
[Example 2.3] Configuring Database Type
[Example 2.4] Automatic Schema Creation
[Example 2.5] Caching Type Configuration Example
[Example 2.6] Using Query Hint
[Example 2.7] Logging Configuration Example
[Example 3.1] Changing Persistence Provider