public class EntityInfo extends Object
Constructor and Description |
---|
EntityInfo(Class<?> entityClass,
String dbCollectionName,
Map<String,Property<Object>> properties) |
Modifier and Type | Method and Description |
---|---|
String |
getDbCollectionName() |
Class<?> |
getEntityClass() |
Collection<Property<Object>> |
getProperties() |
Property<Object> |
getPropertyByName(String propertyName) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.