public interface SchemaAction
| Modifier and Type | Method and Description |
|---|---|
<E extends EntityElement> |
manageEntityClass(Class<E> e) |
<P extends PropertyElement> |
managePropertyClass(Class<P> e) |
<R extends RelationElement<? extends EntityElement,? extends EntityElement>> |
manageRelationClass(Class<R> r) |
<P extends PropertyElement> void managePropertyClass(Class<P> e) throws Exception
Exception<E extends EntityElement> void manageEntityClass(Class<E> e) throws Exception
Exception<R extends RelationElement<? extends EntityElement,? extends EntityElement>> void manageRelationClass(Class<R> r) throws Exception
ExceptionCopyright © 2020. All Rights Reserved.