public class ManyToOneAttributeMetadataImpl extends AssociationAttributeMetadataImpl implements ManyToOneAttributeMetadata
ManyToOneAttributeMetadata.| Constructor and Description |
|---|
ManyToOneAttributeMetadataImpl(java.lang.reflect.Member member,
ManyToOneAttributeMetadata metadata) |
ManyToOneAttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name,
javax.persistence.ManyToOne manyToOne,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> parsed) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
getCascades, getFetchStrategy, getFetchType, getJoinColumns, getJoinTable, getMaxFetchDepth, getTargetEntity, handleId, handleMapKey, handleMapKeyClassName, handleMapKeyColumn, handleMapKeyEnumType, handleMapKeyTemporalType, handleMapsId, handleOrderBy, handleOrderColumngetAccess, getLocator, getMember, getName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCascades, getFetchStrategy, getFetchType, getMaxFetchDepth, getTargetEntitygetAccessgetJoinColumns, getJoinTablegetNamegetLocatorpublic ManyToOneAttributeMetadataImpl(java.lang.reflect.Member member,
ManyToOneAttributeMetadata metadata)
member - the java member of one-to-one attributemetadata - the metadata definition of the one-to-one attributepublic ManyToOneAttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name,
javax.persistence.ManyToOne manyToOne,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> parsed)
member - the java member of attributename - the name of the attributemanyToOne - the annotationparsed - set of annotations parsedpublic java.lang.String getMapsId()
getMapsId in interface OptionalAssociationAttributeMetadatapublic boolean isId()
isId in interface OptionalAssociationAttributeMetadatapublic boolean isOptional()
isOptional in interface OptionalAssociationAttributeMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.