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

Packages that use ITable
com.groupdocs.annotation.common   
com.groupdocs.annotation.data.dao.interfaces   
com.groupdocs.annotation.data.tables.interfaces   
 

Uses of ITable in com.groupdocs.annotation.common
 

Methods in com.groupdocs.annotation.common with type parameters of type ITable
static
<T extends ITable>
T
Utils.assetEntity(T t)
          Asset entity for null
static
<T extends ITable>
T
Utils.assetEntity(T t, String errorMessage)
          Asset entity for null
static
<T extends ITable>
boolean
Utils.isEntityNull(T t)
          Check is entity is null or entity id is 0
 

Uses of ITable in com.groupdocs.annotation.data.dao.interfaces
 

Classes in com.groupdocs.annotation.data.dao.interfaces with type parameters of type ITable
 interface IDao<T extends ITable>
          Interface to implement DAO
 

Uses of ITable in com.groupdocs.annotation.data.tables.interfaces
 

Subinterfaces of ITable in com.groupdocs.annotation.data.tables.interfaces
 interface IAnnotation
          Interface for Annotation entity
 interface ICollaborator
          Interface for collaborator entity
 interface IDocument
          Interface for Document entity
 interface IReply
          Interface for Reply entity
 interface ISession
          Interface for session entity
 interface ISystemInfo
          Interface for SystemInfo entity
 interface IUser
          Interface for User entity
 



Copyright © 2014. All rights reserved.