Java Reference
In-Depth Information
Property
Description
Default Value
eclipselink.jdbc.driver This specifies the JDBC driver class
used. For Oracle database, specify as
follows:
-
<property
name="eclipselink.jdbc.
driver" value="oracle.jdbc.
OracleDriver"/>
eclipselink.jdbc.
password
This specifies the password for
logging into the database.
-
eclipselink.jdbc.url
This specifies the connection URL.
With default settings, the value for
Oracle database is as follows:
-
<property
name="eclipselink.jdbc.url"
value="jdbc:oracle:thin:@
localhost:1521:ORCL"/>
For the XE database replace ORCL
with XE .
eclipselink.jdbc.user
This specifies the user name.
Property applies in Java SE
environment or when resource-local
persistence unit is used.
-
eclipselink.jdbc.read-
connections.max
This specifies the maximum number
of connections allowed in the JDBC
read connection pool. Property
applies when used in Java SE
environment.
2
eclipselink.jdbc.read-
connections.min
This specifies the minimum number
of connections allowed in the JDBC
read connection pool. Property
applies when used in Java SE
environment.
2
eclipselink.jdbc.read-
connections.shared
This specifes if shared read
connections are allowed. Value
may be set to true or false. Property
applies when used in Java SE
environment.
False
Search WWH ::




Custom Search