- main(String[]) - 类 中的静态方法net.eudu.db.DbApplication
-
- main(String[]) - 类 中的静态方法net.eudu.db.interceptlogic.MyInterceptor
-
- main(String[]) - 类 中的静态方法net.eudu.db.NamedSqlUtils
-
- MyAutoProxy - net.eudu.db.proxy中的类
-
- MyAutoProxy(NamedMyInterceptor) - 类 的构造器net.eudu.db.proxy.MyAutoProxy
-
- MyBatchUpdate - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, Map<String, Object>
2, javabean[]
3, List<Map<String, Object>>
4, List<T>
return type is int[]
- MyCallback - net.eudu.db.interceptlogic中的类
-
- MyCallback(NamedParameterJdbcTemplate) - 类 的构造器net.eudu.db.interceptlogic.MyCallback
-
- MyCount - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, no parameter
2, array or list or a common value
@MyCount("select count(1) from users where name in ?
- MyDb - net.eudu.db.annotation中的注释类型
-
- MyDBInterceptor - net.eudu.db.annotation中的注释类型
-
已过时。
- MyImportBeanDefinitionRegister - net.eudu.db.proxy中的类
-
- MyImportBeanDefinitionRegister() - 类 的构造器net.eudu.db.proxy.MyImportBeanDefinitionRegister
-
- MyInsertWithKey - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, no map, no javabean, can array or list
2, javaben
3, Map<String, Object>
return type is primary key type.
- MyInterceptor - net.eudu.db.interceptlogic中的类
-
- MyInterceptor() - 类 的构造器net.eudu.db.interceptlogic.MyInterceptor
-
- MyQueryForList - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, no parameter
@MyQueryForList("select * from users")
public List<Map<String, Object>> query();
2, no map, no javabean, can array or list
the ?
- MyQueryForMap - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, no parameter
@MyQueryForMap("select * from users")
public Map<String, Object> queryForMap1();
2, no map, no javabean, can array or list
the ?
- myRegisterBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法net.eudu.db.proxy.MyImportBeanDefinitionRegister
-
- MyTable - net.eudu.db.annotation中的注释类型
-
- MyUpdate - net.eudu.db.annotation中的注释类型
-
abstract methods of ineterface can have parameter type pattens as blow:
1, no parameter
2, no map, no javabean, can array or list
3, javabean
4, Map<String, Object>
return type is int[]