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

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

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

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

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

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

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

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



Copyright © 2014. All rights reserved.