Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Shared and Isolated"

m (New page: -- Ben Gelernter 5/03/11 : ELUG ref : I removed this reference to ELUG. Return here to see if this information needs to be brought forward into this doc....)
 
m
Line 1: Line 1:
-- [[User:ben.gelernter.oracle.com|Ben Gelernter]] 5/03/11
+
-- [[User:ben.gelernter.oracle.com|Ben Gelernter]] 5/04/11
  
 
: ELUG ref
 
: ELUG ref
: I removed this reference to ELUG. Return here to see if this information needs to be brought forward into this doc.
+
: This page contained a number of ELUG refs. See a version of the page before 5/4/11 to see them.
 
+
::Under "Isolated Client Sessions," second bullet:
+
:::achieve serializable transaction isolation (see [[Using%20Advanced%20Unit%20of%20Work%20API%20(ELUG)#Isolated Client Session Cache|Isolated Client Session Cache]]);
+
 
+
::Paragraph between the two notes:
+
:::Client sessions can access the data source using a connection pool or an exclusive connection. To use an exclusive connection, acquire the isolated client session using a ConnectionPolicy (see How to Acquire a Client Session that Uses Exclusive Connections). Using an exclusive connection provides improved user-based security for reads and writes. Named queries can also use an exclusive connection (see Configuring Named Query Advanced Options).  
+
 
+
::Right after second note, before "Isolated Client Sessions and Oracle Virtual Private Database (VPD)":
+
:::For more information, see the following:
+
:::    * Isolated Client Session Limitations
+
:::    * How to Acquire an Isolated Client Session
+
:::    * Configuring Exclusive Isolated Client Sessions for Virtual Private Database
+

Revision as of 12:54, 4 May 2011

-- Ben Gelernter 5/04/11

ELUG ref
This page contained a number of ELUG refs. See a version of the page before 5/4/11 to see them.

Back to the top