| Modifier and Type | Field and Description |
|---|---|
protected ClassTree[] |
ClassTree.children |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
ClassTree.find(String fullyQualifiedClassname) |
ClassTree[] |
ClassTree.getChildren() |
ClassTree |
ClassMetadata.getPolymorphicEntities() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassTree> |
ClassTree.getCollapsedClassTrees() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassTree.addChildren(ClassTree tree,
List<ClassTree> list) |
void |
ClassTree.setChildren(ClassTree[] children) |
void |
ClassMetadata.setPolymorphicEntities(ClassTree polymorphicEntities) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassTree.addChildren(ClassTree tree,
List<ClassTree> list) |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
DynamicEntityDaoImpl.getClassTree(Class<?>[] polymorphicClasses) |
ClassTree |
DynamicEntityDao.getClassTree(Class<?>[] polymorphicClasses) |
ClassTree |
DynamicEntityDaoImpl.getClassTreeFromCeiling(Class<?> ceilingClass) |
ClassTree |
DynamicEntityDao.getClassTreeFromCeiling(Class<?> ceilingClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DynamicEntityDaoImpl.addClassToTree(Class<?> clazz,
ClassTree tree) |
protected void |
DynamicEntityDaoImpl.createClassTreeFromAnnotation(Class<?> clazz,
ClassTree myTree) |
| Modifier and Type | Method and Description |
|---|---|
protected ClassTree |
CriteriaTranslatorImpl.determineRootInternal(ClassTree root,
List<ClassTree> parents,
Class<?> classToCheck)
Because of the restriction described in
CriteriaTranslatorImpl.determineRoot(DynamicEntityDao, Class, List), we must check
that a class lies inside of the same tree as the current known root. |
| Modifier and Type | Method and Description |
|---|---|
protected ClassTree |
CriteriaTranslatorImpl.determineRootInternal(ClassTree root,
List<ClassTree> parents,
Class<?> classToCheck)
Because of the restriction described in
CriteriaTranslatorImpl.determineRoot(DynamicEntityDao, Class, List), we must check
that a class lies inside of the same tree as the current known root. |
| Modifier and Type | Method and Description |
|---|---|
protected ClassTree |
CriteriaTranslatorImpl.determineRootInternal(ClassTree root,
List<ClassTree> parents,
Class<?> classToCheck)
Because of the restriction described in
CriteriaTranslatorImpl.determineRoot(DynamicEntityDao, Class, List), we must check
that a class lies inside of the same tree as the current known root. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolymorphicEntityMapUtil.buildPolymorphicEntityMap(ClassTree entity,
LinkedHashMap<String,String> map) |
LinkedHashMap<String,String> |
PolymorphicEntityMapUtil.convertClassTreeToMap(ClassTree polymorphicEntityTree) |
Copyright © 2022. All rights reserved.