public class OracleJDBC_10_1_0_2ProxyConnectionCustomizer extends ConnectionCustomizer
Constructor and Description |
---|
OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor,
Session session)
INTERNAL:
Should be instantiated only if session.getProperty(PersistenceUnitProperties.ORACLE_PROXY_TYPE) != null.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
INTERNAL:
Clears customization from connection.
|
java.lang.Object |
clone()
INTERNAL:
Normally called only when customizer is in inactive state (isActive()==false)
and followed by setAccessor call on the clone.
|
void |
customize()
INTERNAL:
Applies customization to connection.
|
boolean |
equals(java.lang.Object obj)
INTERNAL:
Two customizers considered equal if they produce the sane customization.
|
boolean |
equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer)
INTERNAL:
Two customizers considered equal if they produce the sane customization.
|
boolean |
isActive()
INTERNAL:
Indicated whether the connection is currently customized.
|
createEmptyCustomizer, getAccessor, getPrevCustomizer, getSession, setPrevCustomizer
public void customize()
customize
in class ConnectionCustomizer
public boolean isActive()
isActive
in class ConnectionCustomizer
public void clear()
clear
in class ConnectionCustomizer
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference