public class MetamodelInfo<EntityModelType extends EntityModel<?>> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,EntityModelType> |
entities |
| Constructor and Description |
|---|
MetamodelInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntityModel(EntityModelType entityModel) |
EntityModelType |
getEntityModel(String className) |
boolean |
hasEntities() |
final Map<String,EntityModelType extends EntityModel<?>> entities
public EntityModelType getEntityModel(String className)
public void addEntityModel(EntityModelType entityModel)
public boolean hasEntities()
Copyright © 2021 JBoss by Red Hat. All rights reserved.