| Package | Description |
|---|---|
| de.taimos.dvalin.mongo.links |
| Modifier and Type | Class and Description |
|---|---|
class |
AReferenceableEntity<T extends AReferenceableEntity<T>>
extension of
AEntity which is referenceable via DocumentLink |
class |
DLinkQuery<T extends AReferenceableEntity<T>>
QueryHelper to convert query result to a list of DLinks.
|
class |
DocumentLink<T extends AReferenceableEntity<T>>
Link to another document of a
AReferenceableEntityIt is stored as an object containing the target class, the objectId of the target and a label to avoid joining the document for display purpose. |
| Modifier and Type | Method and Description |
|---|---|
<T extends AReferenceableEntity<T>> |
IDLinkDAO.resolve(DocumentLink<T> link) |
<T extends AReferenceableEntity<T>> |
DLinkDAO.resolve(DocumentLink<T> link) |
<T extends AReferenceableEntity<T>> |
IDLinkDAO.resolve(List<DocumentLink<T>> links,
Class<T> targetClass) |
<T extends AReferenceableEntity<T>> |
DLinkDAO.resolve(List<DocumentLink<T>> links,
Class<T> targetClass) |
Copyright © 2015–2016 Taimos GmbH. All rights reserved.