Project Wonder 5.0

er.extensions.eof
Interface ERXDatabaseContextDelegate.BatchHandler

Enclosing class:
ERXDatabaseContextDelegate

public static interface ERXDatabaseContextDelegate.BatchHandler


Method Summary
 int batchSizeForRelationship(com.webobjects.eocontrol.EOEditingContext ec, com.webobjects.eoaccess.EORelationship rel)
          Override this to skip fetching for the given ec and relationship.
 

Method Detail

batchSizeForRelationship

int batchSizeForRelationship(com.webobjects.eocontrol.EOEditingContext ec,
                             com.webobjects.eoaccess.EORelationship rel)
Override this to skip fetching for the given ec and relationship. The default is to skip abstract destination entities of to-many relationships. You might want to exclude very large destinations or sources and so on.

Parameters:
ec -
rel -
Returns:
int batch size (0 for not batch fetch)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.