| Package | Description |
|---|---|
| com.github.restup.annotations.field |
Up! annotations for mapped fields which may be present on FIELDs and METHODs (accessors)
|
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RelationshipType.isManyTo(RelationshipType type) |
static boolean |
RelationshipType.isOneTo(RelationshipType type) |
static boolean |
RelationshipType.isToMany(RelationshipType type) |
static boolean |
RelationshipType.isToOne(RelationshipType type) |
Copyright © 2018. All rights reserved.