public class HasOneAssociationEmbedded extends Object implements AssociationEmbedded
| Constructor and Description |
|---|
HasOneAssociationEmbedded(String name,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
AssociationEmbedded |
build(Map params) |
AssociationEmbedded |
doNotUseMePlease_newMe(Document document) |
List |
find() |
List |
find(Map map) |
<T extends Document> |
findOne() |
Class |
kclass() |
String |
name() |
AssociationEmbedded |
remove(Document document) |
void |
save() |
public AssociationEmbedded build(Map params)
build in interface AssociationEmbeddedpublic AssociationEmbedded remove(Document document)
remove in interface AssociationEmbeddedpublic AssociationEmbedded doNotUseMePlease_newMe(Document document)
doNotUseMePlease_newMe in interface AssociationEmbeddedpublic void save()
save in interface AssociationEmbeddedpublic List find()
find in interface AssociationEmbeddedpublic List find(Map map)
find in interface AssociationEmbeddedpublic <T extends Document> T findOne()
findOne in interface AssociationEmbeddedpublic Class kclass()
kclass in interface AssociationEmbeddedpublic String name()
name in interface AssociationEmbeddedCopyright © 2021. All rights reserved.