java.lang.Object | |||
↳ | org.hibernate.mapping.SimpleValue | ||
↳ | org.hibernate.mapping.ToOne | ||
↳ | org.hibernate.mapping.OneToOne |
A one-to-one association mapping
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the foreignKeyType.
| |||||||||||
Returns the identifier.
| |||||||||||
Returns the constrained.
| |||||||||||
Sets the constrained.
| |||||||||||
Sets the foreignKeyType.
| |||||||||||
Sets the identifier.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the foreignKeyType.
Returns the constrained.
Sets the constrained.
constrained | The constrained to set |
---|
Sets the foreignKeyType.
foreignKeyType | The foreignKeyType to set |
---|
Sets the identifier.
identifier | The identifier to set |
---|