public interface EntitiesPlugin extends Plugin
| Modifier and Type | Method and Description |
|---|---|
<E> E |
create(Class<E> entityType) |
<E> E |
create(Class<E> entityType,
Map<String,?> properties) |
<E> Class<E> |
getEntityType(String simpleTypeName) |
<E> Class<E> |
getEntityTypeFor(Class<E> clazz) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.