Methods in net.java.rdf.sommer that return RDFCollection |
|
RewriteMapper.createVirtualCollection(java.lang.Object thiz,
rdf relation,
java.util.Collection<T> old,
java.lang.reflect.Type fieldType)
get the value of a virtual collection field. |
|
SesameMapper.createVirtualCollection(java.lang.Object thiz,
rdf relation,
java.util.Collection<T> oldFieldValue,
java.lang.reflect.Type fieldType)
|
|
RewriteMapper.replaceVirtualCollection(java.lang.Object thiz,
rdf relation,
java.util.Collection<T> oldColl,
java.util.Collection<T> newColl,
java.lang.reflect.Type genType)
Replace the elements in the collection with the new elements. |
|
SesameMapper.replaceVirtualCollection(java.lang.Object thiz,
rdf relation,
java.util.Collection<T> oldColl,
java.util.Collection<T> newColl,
java.lang.reflect.Type genType)
|