X - The type containing the represented attributeT - The type of the represented attributepublic abstract class SingularAttributeImpl<X,T> extends AttributeImpl<X,T> implements javax.persistence.metamodel.SingularAttribute<X,T>
SingularMappingEx.| Constructor and Description |
|---|
SingularAttributeImpl(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getBindableJavaType() |
javax.persistence.metamodel.Bindable.BindableType |
getBindableType() |
boolean |
isCollection() |
String |
toString() |
clone, get, getAttributeId, getDeclaringType, getJavaMember, getJavaType, getLocator, getMetadata, getMetamodel, getName, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SingularAttributeImpl(ManagedTypeImpl<X> declaringType, AttributeMetadata metadata)
declaringType - the declaring typemetadata - the metadatapublic final Class<T> getBindableJavaType()
getBindableJavaType in interface javax.persistence.metamodel.Bindable<T>public final javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType in interface javax.persistence.metamodel.Bindable<T>public final boolean isCollection()
Copyright © 2012-2013 Batoo. All Rights Reserved.