Uses of Interface
org.tentackle.model.Model
-
Packages that use Model Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of Model in org.tentackle.model
Methods in org.tentackle.model that return Model Modifier and Type Method Description static ModelModel. getInstance()The singleton.Methods in org.tentackle.model with parameters of type Model Modifier and Type Method Description voidCustomModelValidator. validate(Model model)Validates the model. -
Uses of Model in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement Model Modifier and Type Class Description classModelImplModel implementation.
-