|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.poscoict.glueframework.dao.manager.GlueColumnManager
public class GlueColumnManager
ColumnManager.
Bean Property - cacheManager : (Çʼö) GlueCacheManager ÂüÁ¶ bean id ¿¹Á¦»ç¿ë ¿¹# 1
| Constructor Summary | |
|---|---|
GlueColumnManager()
»ý¼ºÀÚ(constructor). |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
protected GlueColumnDef[] |
createColumnDefinition(DataSource datasource,
String sql,
Object[] bind)
|
protected GlueColumnDef[] |
createColumnDefinition(ResultSet rs)
|
void |
destroy()
|
GlueColumnDef[] |
getColumnDefinition(DataSource datasource,
GlueQueryDefinition def,
GlueParameter<?> param)
|
GlueColumnDef[] |
getColumnDefinition(DataSource datasource,
String querystmt,
Object[] bind)
Deprecated. |
GlueColumnDef[] |
getColumnDefinition(DataSource datasource,
String key,
String querystmt,
Object[] bind)
Deprecated. |
GlueColumnDef[] |
getColumnDefinition(String queryKey,
ResultSet rs)
|
protected GlueColumnDef[] |
searchColumnDefinition(DataSource datasource,
String key,
String sql,
Object[] bind)
Deprecated. |
void |
setCacheManager(GlueCacheManager cacheManager)
setter method for DI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlueColumnManager()
| Method Detail |
|---|
public void setCacheManager(GlueCacheManager cacheManager)
cacheManager -
public GlueColumnDef[] getColumnDefinition(DataSource datasource,
GlueQueryDefinition def,
GlueParameter<?> param)
datasource - def - param -
public GlueColumnDef[] getColumnDefinition(String queryKey,
ResultSet rs)
queryKey - rs -
public GlueColumnDef[] getColumnDefinition(DataSource datasource,
String querystmt,
Object[] bind)
datasource - querystmt - bind -
public GlueColumnDef[] getColumnDefinition(DataSource datasource,
String key,
String querystmt,
Object[] bind)
datasource - key - querystmt - bind -
protected GlueColumnDef[] searchColumnDefinition(DataSource datasource,
String key,
String sql,
Object[] bind)
datasource - key - bind -
protected GlueColumnDef[] createColumnDefinition(DataSource datasource,
String sql,
Object[] bind)
datasource - key - bind -
protected GlueColumnDef[] createColumnDefinition(ResultSet rs)
throws SQLException
rs -
SQLException
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||