public interface SingularPersistentAttribute<D,J> extends javax.persistence.metamodel.SingularAttribute<D,J>, PersistentAttributeDescriptor<D,J>
SingularAttribute
descriptorModifier and Type | Method and Description |
---|---|
ManagedTypeDescriptor<D> |
getDeclaringType() |
default java.lang.Class<J> |
getJavaType() |
SimpleTypeDescriptor<J> |
getType() |
default SimpleTypeDescriptor<?> |
getValueGraphType()
For a singular attribute, the value type is defined as the
attribute type
|
isId, isOptional, isVersion
getBindableJavaType, getBindableType
getKeyGraphType
SimpleTypeDescriptor<J> getType()
ManagedTypeDescriptor<D> getDeclaringType()
getDeclaringType
in interface javax.persistence.metamodel.Attribute<D,J>
getDeclaringType
in interface PersistentAttribute<D,J>
getDeclaringType
in interface PersistentAttributeDescriptor<D,J>
default SimpleTypeDescriptor<?> getValueGraphType()
getValueGraphType
in interface PersistentAttribute<D,J>
getValueGraphType
in interface PersistentAttributeDescriptor<D,J>
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.