public static interface HibernateRelations.HasParentChildren<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILDREN |
static String |
PARENTS |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(T child) |
void |
addParent(T parent) |
Set<T> |
getChildren() |
Set<T> |
getParents() |
default boolean |
hasChildren() |
default boolean |
hasParents() |
void |
setChildren(Set<T> children) |
void |
setParents(Set<T> parents) |
static final String PARENTS
static final String CHILDREN
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.