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

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

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

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

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

Methods in com.groupdocs.annotation.data.constructor that return IUser
 IUser UserConstructor.end()
          Get created User object
 IUser UserConstructor.select()
          Select entity from database by guid
 

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

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



Copyright © 2014. All rights reserved.