| Package | Description |
|---|---|
| org.nuiton.spgeed |
| Modifier and Type | Field and Description |
|---|---|
protected SqlSession |
Query.session |
| Modifier and Type | Method and Description |
|---|---|
SqlSession |
Query.getSession() |
SqlSession |
SpgeedDao.getSession()
Get the current session to be able to create manually a @see Query
|
| Modifier and Type | Method and Description |
|---|---|
<E> E |
ClassCreator.generate(Class<E> c,
SqlSession session,
Object... constructorArgs) |
| Constructor and Description |
|---|
Query(SqlSession session,
String sql,
Class mapper,
AnnotationProvider annotationProvider,
String[] roles,
Map<String,Object> parameters,
Class<?> returnClass,
Type returnType) |
Query(SqlSession session,
String sql,
Map<String,Object> parameters,
Class<?> returnClass) |
Copyright © 2017–2019 CodeLutin. All rights reserved.