For instance, to initialize identity maps the code used to be: session.initializeIdentityIdentityMaps()
With this class, the code now is: session.getIdentityMapAccessor().initializeIdentityMaps()
@see oracle.toplink.sessions.Session
For instance, to initialize identity maps the code used to be: session.initializeIdentityIdentityMaps()
With this class, the code now is: session.getIdentityMapAccessor().initializeIdentityMaps()
@see org.eclipse.persistence.sessions.Session
|
|