public interface RelationBuilder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RelationBuilder.WithName |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Relation relation)
adds a relation
|
List<Relation> |
getRelations() |
<T> T |
relation(Class<T> type)
Creates a relation using default name
|
RelationBuilder.WithName |
relation(String name)
Creates a named relation
|
Copyright © 2014 Caelum. All Rights Reserved.