public class DDBSEntityManager<T extends DDBSEntity>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ClassInspector |
classInspector
Class inspector
|
protected java.util.Map<java.lang.Class,T> |
mapEntities
Map of computed entities
|
| Constructor and Description |
|---|
DDBSEntityManager(ClassInspector classInspector)
DDBS Entity Manager
|
| Modifier and Type | Method and Description |
|---|---|
DDBSEntity<DDBSEntityProperty> |
getDDBSEntity(IEntity object) |
protected ClassInspector classInspector
protected java.util.Map<java.lang.Class,T extends DDBSEntity> mapEntities
public DDBSEntityManager(ClassInspector classInspector)
classInspector - Class inspectorpublic DDBSEntity<DDBSEntityProperty> getDDBSEntity(IEntity object)