| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.neo4j.query.parsing.impl |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedAliasTree |
EmbeddedAliasTree.findChild(String name) |
EmbeddedAliasTree |
AliasResolver.getAliasTree(String entityAlias)
Given the alias of the entity it will return a tree structure containing all the aliases for the embedded
properties of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddedAliasTree> |
EmbeddedAliasTree.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedAliasTree.addChild(EmbeddedAliasTree embeddedNode) |
Copyright © 2010-2015 Hibernate. All Rights Reserved.