public interface EntityModelFactory
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canProvideModel(String reference,
Class<T> entityClass)
Checks whether the factory can provide a model
|
<T> EntityModel<T> |
getModel(Class<T> entityClass)
Retrieves the entity model for a class
|
<T> EntityModel<T> |
getModel(String reference,
Class<T> entityClass)
Retrieves a named entity model for a class
|
<T> EntityModel<T> getModel(Class<T> entityClass)
entityClass - the class of the entity<T> EntityModel<T> getModel(String reference, Class<T> entityClass)
reference - the unique referenceentityClass - the class of the entityCopyright © 2019 Open Circle Solutions. All rights reserved.