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) |
<E> Class<E> |
getEntityType(String typeName) |
<E> Class<E> |
getEntityTypeFor(Class<E> clazz) |
<E> Class<E> |
getEntityTypeFromPlural(String typeNamePlural) |
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.