Uses of Class
net.csdn.mongo.Document

Packages that use Document
net.csdn.mongo   
net.csdn.mongo.association   
net.csdn.mongo.commands   
net.csdn.mongo.embedded   
test.com.william.document   
 

Uses of Document in net.csdn.mongo
 

Fields in net.csdn.mongo declared as Document
 Document Document._parent
           
 

Methods in net.csdn.mongo with type parameters of type Document
static
<T extends Document>
T
Document.create(Map map)
           
static
<T extends Document>
T
Document.create9(Map map)
           
 

Methods in net.csdn.mongo that return Document
 Document Document._root()
           
 Document Document.attr(String key, Object obj)
           
 Document Document.fields(String... names)
           
 

Methods in net.csdn.mongo with parameters of type Document
 void Document.remove(Document child)
           
 

Constructor parameters in net.csdn.mongo with type arguments of type Document
Criteria(Class<Document> kclass)
           
 

Uses of Document in net.csdn.mongo.association
 

Methods in net.csdn.mongo.association with parameters of type Document
 Association HasOneAssociation.doNotUseMePlease_newMe(Document document)
           
 Association HasManyAssociation.doNotUseMePlease_newMe(Document document)
           
 Association BelongsToAssociation.doNotUseMePlease_newMe(Document document)
           
 Association Association.doNotUseMePlease_newMe(Document document)
           
 Association HasOneAssociation.remove(Document document)
           
 Association HasManyAssociation.remove(Document document)
           
 Association BelongsToAssociation.remove(Document document)
           
 Association Association.remove(Document document)
           
 

Uses of Document in net.csdn.mongo.commands
 

Methods in net.csdn.mongo.commands with parameters of type Document
static boolean Save.execute(Document doc)
           
static boolean Delete.execute(Document doc)
           
static boolean Update.execute(Document doc, boolean validate)
           
static boolean Insert.execute(Document doc, boolean validate)
           
 

Uses of Document in net.csdn.mongo.embedded
 

Methods in net.csdn.mongo.embedded with type parameters of type Document
<T extends Document>
T
HasOneAssociationEmbedded.findOne()
           
<T extends Document>
T
HasManyAssociationEmbedded.findOne()
           
<T extends Document>
T
BelongsToAssociationEmbedded.findOne()
           
<T extends Document>
T
AssociationEmbedded.findOne()
           
 

Methods in net.csdn.mongo.embedded with parameters of type Document
 AssociationEmbedded HasOneAssociationEmbedded.doNotUseMePlease_newMe(Document document)
           
 AssociationEmbedded HasManyAssociationEmbedded.doNotUseMePlease_newMe(Document document)
           
 AssociationEmbedded BelongsToAssociationEmbedded.doNotUseMePlease_newMe(Document document)
           
 AssociationEmbedded AssociationEmbedded.doNotUseMePlease_newMe(Document document)
           
 AssociationEmbedded HasOneAssociationEmbedded.remove(Document document)
           
 AssociationEmbedded HasManyAssociationEmbedded.remove(Document document)
           
 AssociationEmbedded BelongsToAssociationEmbedded.remove(Document document)
           
 AssociationEmbedded AssociationEmbedded.remove(Document document)
           
 

Uses of Document in test.com.william.document
 

Subclasses of Document in test.com.william.document
 class Address
          User: WilliamZhu Date: 12-10-18 Time: 下午2:50
 class Article
          User: WilliamZhu Date: 12-10-24 Time: 上午11:35
 class Blog
          User: WilliamZhu Date: 12-10-24 Time: 上午11:35
 class IdCard
          User: WilliamZhu Date: 12-10-22 Time: 下午9:27
 class Person
          User: WilliamZhu Date: 12-10-18 Time: 上午10:31
 



Copyright © 2014. All Rights Reserved.