| Package | Description |
|---|---|
| com.blazebit.persistence.examples.base.model |
| Modifier and Type | Method and Description |
|---|---|
Cat |
Cat.getFather() |
Cat |
Cat.getMother() |
| Modifier and Type | Method and Description |
|---|---|
Set<Cat> |
Cat.getKittens() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cat.setFather(Cat father) |
void |
Cat.setMother(Cat mother) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cat.setKittens(Set<Cat> kittens) |
Copyright © 2014–2018 Blazebit. All rights reserved.