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

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

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

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

Methods in com.groupdocs.annotation.data.constructor with type parameters of type ICollaborator
static
<P extends ICollaborator>
CollaboratorConstructor<ICollaborator>
CollaboratorConstructor.create(P obj)
          Create collaborator constructor with provided collaborator object
 

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

Methods in com.groupdocs.annotation.data.constructor that return types with arguments of type ICollaborator
static
<P extends ICollaborator>
CollaboratorConstructor<ICollaborator>
CollaboratorConstructor.create(P obj)
          Create collaborator constructor with provided collaborator object
 

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



Copyright © 2014. All rights reserved.