oracle.toplink.ejb
Interface SessionInitializer


public interface SessionInitializer

Purpose: Provide an interface through which users can customize and apply initial session properties

Description: This interfrace declares a single method, initialize() which will apply changes to a session.

Since:
TopLink (Pine)

Method Summary
TypeMethod
 void initializeSession(Session aSession)
          Deprecated.  
 

Method Detail

initializeSession

public void initializeSession(Session aSession)
Deprecated.