org.openrdf.repository.object.traits
Interface PropertyConsumer

All Known Implementing Classes:
CachedPropertySet, LocalizedPropertySet

public interface PropertyConsumer

Trait used for property mappers that support eager loading of their property values.

Author:
James Leigh

Field Summary
static String USE
           
 
Method Summary
 void usePropertyBindings(String binding, List<BindingSet> results)
           
 

Field Detail

USE

static final String USE
See Also:
Constant Field Values
Method Detail

usePropertyBindings

void usePropertyBindings(String binding,
                         List<BindingSet> results)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.