Uses of Class
org.dizitart.no2.common.Lookup
-
Packages that use Lookup Package Description org.dizitart.no2.collection org.dizitart.no2.repository -
-
Uses of Lookup in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection with parameters of type Lookup Modifier and Type Method Description RecordStream<Document>DocumentCursor. join(DocumentCursor foreignCursor, Lookup lookup)Performs a left outer join with a foreign cursor with the specified lookup parameters. -
Uses of Lookup in org.dizitart.no2.repository
Methods in org.dizitart.no2.repository with parameters of type Lookup Modifier and Type Method Description <Foreign,Joined>
RecordStream<Joined>Cursor. join(Cursor<Foreign> foreignCursor, Lookup lookup, Class<Joined> type)Performs a left outer join with a foreign cursor with the specified lookup parameters.
-