public interface ORMEnvironment
| Modifier and Type | Method and Description |
|---|---|
<T> T |
doWith(ThlsAction<T> action) |
<T,E extends Throwable> |
doWithEx(ThlsActionException<T,E> action) |
<T,E extends Throwable,E2 extends Throwable> |
doWithEx2(ThlsActionException2<T,E,E2> action) |
<T> T |
getModel(Class<T> modelCls) |
<T> T getModel(Class<T> modelCls)
<T> T doWith(ThlsAction<T> action)
<T,E extends Throwable> T doWithEx(ThlsActionException<T,E> action) throws E extends Throwable
E extends ThrowableCopyright © 2015–2017 Bridje Framework. All rights reserved.