Uses of Interface
com.groupdocs.annotation.data.tables.interfaces.IDocument

Packages that use IDocument
com.groupdocs.annotation.data.constructor   
 

Uses of IDocument in com.groupdocs.annotation.data.constructor
 

Classes in com.groupdocs.annotation.data.constructor with type parameters of type IDocument
 class DocumentConstructor<T extends IDocument>
          Constructor for create Document object
 

Methods in com.groupdocs.annotation.data.constructor with type parameters of type IDocument
static
<P extends IDocument>
DocumentConstructor<IDocument>
DocumentConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Methods in com.groupdocs.annotation.data.constructor that return IDocument
 IDocument DocumentConstructor.select()
          Select entity from database by guid
 

Methods in com.groupdocs.annotation.data.constructor that return types with arguments of type IDocument
static
<P extends IDocument>
DocumentConstructor<IDocument>
DocumentConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Method parameters in com.groupdocs.annotation.data.constructor with type arguments of type IDocument
static void DocumentConstructor.setConstructor(IConstructor<IDocument> constructor)
          Setter for property 'constructor'.
 



Copyright © 2014. All rights reserved.