public class DbProxy extends Object implements InvocationHandler, Serializable
| Constructor and Description |
|---|
DbProxy(EntityImpl entity,
Class<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
static <E extends org.rapidoid.entity.IEntity> |
create(Class<E> type) |
static <E extends org.rapidoid.entity.IEntity> |
create(Class<E> type,
Map<String,?> values) |
Object |
invoke(Object target,
Method method,
Object[] args) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.