Interface SingularPersistentAttribute<D,J>
- All Superinterfaces:
Attribute<D,J>, Bindable<J>, PathSource<J>, PersistentAttribute<D, J>, SingularAttribute<D, J>
- All Known Subinterfaces:
SqmSingularPersistentAttribute<D,J>
public interface SingularPersistentAttribute<D,J>
extends SingularAttribute<D,J>, PersistentAttribute<D,J>, PathSource<J>
Extension of the JPA-defined
SingularAttribute interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface Bindable
Bindable.BindableType -
Method Summary
Modifier and TypeMethodDescriptiongetType()default DomainType<J> For a singular attribute, the value type is defined as the attribute typeMethods inherited from interface Attribute
getJavaMember, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface PathSource
findSubPathSource, findSubPathSource, getPathName, getPathTypeMethods inherited from interface PersistentAttribute
getAttributeClassification, getAttributeJavaType, getKeyGraphTypeMethods inherited from interface SingularAttribute
isId, isOptional, isVersion
-
Method Details
-
getType
SimpleDomainType<J> getType()- Specified by:
getTypein interfaceSingularAttribute<D,J>
-
getDeclaringType
ManagedDomainType<D> getDeclaringType()- Specified by:
getDeclaringTypein interfaceAttribute<D,J> - Specified by:
getDeclaringTypein interfacePersistentAttribute<D,J>
-
getValueGraphType
For a singular attribute, the value type is defined as the attribute type- Specified by:
getValueGraphTypein interfacePersistentAttribute<D,J>
-
getJavaType
-