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.
|
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(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, setPrevCustomizerpublic void customize()
customize in class ConnectionCustomizerpublic boolean isActive()
isActive in class ConnectionCustomizerpublic void clear()
clear in class ConnectionCustomizerpublic Object clone()
public boolean equals(Object obj)
public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference