Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.4
  Go To Table Of Contents
 Search
 PDFComments
Comments


jdbc.property

Use eclipselink.jdbc.property to pass JDBC driver-specific connection properties to EclipseLink.


Usage

Append the JDBC driver specific property name to this property prefix.


Examples

Example 5-44 Using jdbc.property in persistence.xml

<property name="eclipselink.jdbc.property.defaultRowPrefetch" value="25"/>

 


See Also

For more information, see: