public interface DbSchema
Modifier and Type | Method and Description |
---|---|
<E> DbDsl<E> |
dsl(Class<E> entityType) |
<E> E |
entity(Class<E> entityType,
Map<String,?> properties) |
Object |
entity(String rql,
Object... args) |
<E> Class<E> |
getEntityType(String typeName) |
<E> Class<E> |
getEntityTypeFor(Class<E> clazz) |
<E> Class<E> |
getEntityTypeFromPlural(String typeNamePlural) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.