Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.storage.filter.EntryFilter

Packages that use EntryFilter
com.bea.wlcp.wlng.api.storage.filter   
 

Uses of EntryFilter in com.bea.wlcp.wlng.api.storage.filter
 

Subinterfaces of EntryFilter in com.bea.wlcp.wlng.api.storage.filter
 interface EntryIndexFilter
          Special filter that use indexes to speed up filter queries, but with fallback to filtering Map.Entry objects using the matches method instead of using filtering on the value object only.
 


Oracle Corporation