-
- Type Parameters:
X - The type containing the represented attributeT - The type of the represented attribute
- All Implemented Interfaces:
- javax.persistence.metamodel.Attribute<X,T>, javax.persistence.metamodel.Bindable<T>, javax.persistence.metamodel.SingularAttribute<X,T>
- Direct Known Subclasses:
- AssociatedSingularAttribute, BasicAttribute, EmbeddedAttribute
public abstract class SingularAttributeImpl<X,T>
extends AttributeImpl<X,T>
implements javax.persistence.metamodel.SingularAttribute<X,T>
- Since:
- $version
- Author:
- hceylan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
javax.persistence.metamodel.Attribute.PersistentAttributeType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
javax.persistence.metamodel.Bindable.BindableType
-
Method Summary
-
Methods inherited from interface javax.persistence.metamodel.SingularAttribute
getType, isId, isOptional, isVersion
-
Methods inherited from interface javax.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.