Package io.vertx.tp.atom.modeling
Interface Model
- All Superinterfaces:
io.horizon.specification.app.HApp,io.horizon.specification.modeler.HLinkage,io.horizon.specification.modeler.HModel,Serializable,io.horizon.specification.typed.TJson
- All Known Implementing Classes:
DataModel
public interface Model
extends io.horizon.specification.app.HApp, io.horizon.specification.modeler.HLinkage, io.horizon.specification.modeler.HModel
-
Method Summary
Modifier and TypeMethodDescriptionvoidbindDirect(Set<Schema> schemas) dbAttribute(String attributeName) dbJoins()dbModel()key()voidschema()Methods inherited from interface io.horizon.specification.app.HApp
file, identifier, namespaceMethods inherited from interface io.horizon.specification.modeler.HLinkage
connectMethods inherited from interface io.horizon.specification.modeler.HModel
app, attribute, attribute, reference, rule, tag, typeMethods inherited from interface io.horizon.specification.typed.TJson
fromFile, fromJson, toJson
-
Method Details
-
dbModel
MModel dbModel() -
dbJoins
-
dbAttributes
Set<MAttribute> dbAttributes() -
dbAttribute
-
schema
-
schema
-
bind
-
bindDirect
-
key
DataKey key() -
key
-