public class ClassCreator extends Object
| Constructor and Description |
|---|
ClassCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected <E> InvocationHandler |
createInvocationHandler(SqlSession session) |
<E> E |
generate(Class<E> c,
SqlSession session,
Object... constructorArgs) |
public <E> E generate(Class<E> c, SqlSession session, Object... constructorArgs) throws Exception
Exceptionprotected <E> InvocationHandler createInvocationHandler(SqlSession session)
Copyright © 2017–2020 CodeLutin. All rights reserved.