JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
br.com.intersys.systextil.connection
Interface IDAO<DTO>
public interface
IDAO<DTO>
Interface para classes DAO. O Objetivo desta interface é conter métodos necessarios para usar DaoHelper.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getTableName
()
String
[]
listPrimaryKeys
()
DTO
parse
(
AppConnection
appConn)
Method Details
getTableName
String
getTableName
()
listPrimaryKeys
String
[]
listPrimaryKeys
()
parse
DTO
parse
(
AppConnection
appConn)