|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMappingInfo
This is a class for the role of saving the mapping info of the defined table inside the query mapping XML file.
| Method Summary | |
|---|---|
String |
getClassName()
Transmits the related class name in defined in the arbitrary table mapping info |
String |
getDeleteQuery()
Based on the arbitrary mapping info, trasmits by creating the DELETE query statement including hte Named Parameter based on the arbitrary mapping info (Named Parameter is "anyframe." + "related class's property name") |
String |
getInsertQuery()
Tranmits by creating the INSERT query statement including the Named Parameter based on the arbitrary table mapping info. |
Map |
getMappingInfoAsMap()
Tranmits the property name of the mapping class, arbitrary table's column name |
String[] |
getPrimaryKeyColumns()
Transmits the Primary Key columns defined in the mapping info of the arbitrary table |
String |
getSelectByPrimaryKeyQuery()
Based on the arbitrary mapping info, transmits by creating SELECT query statement including the Named Parameter. |
String |
getTableName()
Transmits the table name defined inside the arbitrary table mapping info |
String |
getUpdateQuery()
Tranmits by creating the UPDATE query statement including the Named Paremter based on the arbitrary table mapping info (Named Parameter is "anyframe." + "related class's property name") |
| Method Detail |
|---|
String[] getPrimaryKeyColumns()
String getTableName()
String getClassName()
Map getMappingInfoAsMap()
String getSelectByPrimaryKeyQuery()
String getInsertQuery()
String getUpdateQuery()
String getDeleteQuery()
|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||