P
- PersistentProperty
s the association connects.public class Association<P extends PersistentProperty<P>> extends Object
Association
s.Constructor and Description |
---|
Association(P inverse,
P obverse)
Creates a new
Association between the two given PersistentProperty s. |
Modifier and Type | Method and Description |
---|---|
P |
getInverse() |
P |
getObverse() |
public Association(P inverse, @Nullable P obverse)
Association
between the two given PersistentProperty
s.inverse
- obverse
- Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.