Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


oracle.eclipselink.coherence.integrated.internal.querying
Interface EclipseLinkExtractor

All Known Implementing Classes:
FilterExtractor, LockVersionExtractor

public interface EclipseLinkExtractor

Purpose: This interface is used for Coherence POF serialization to mark an EclipseLink Extractor for serialization.

Since:
Oracle TopLink 11g (11.1.1.0.0)
Author:
gyorke

Method Summary
 AttributeAccessor getAccessor()
          INTERNAL: Returns a reference to the AttributeAccessor used by the extractor.
 void setAccessor(AttributeAccessor accessor)
          INTERNAL:

 

Method Detail

getAccessor

AttributeAccessor getAccessor()
INTERNAL: Returns a reference to the AttributeAccessor used by the extractor.

setAccessor

void setAccessor(AttributeAccessor accessor)
INTERNAL:

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.