public interface OptionalAssociationAttributeMetadata
Typically these are OneToOne and ManyToOne attributes.
| Modifier and Type | Method and Description |
|---|---|
String |
getMapsId()
Returns the maps id.
|
boolean |
isId()
Returns if the attribute is an id attribute.
|
boolean |
isOptional()
Returns if the association attribute is optional.
|
String getMapsId()
boolean isId()
boolean isOptional()
Copyright © 2012-2013 Batoo. All Rights Reserved.