Interface PersistentAttribute<D,​J>

    • Method Detail

      • getDeclaringType

        ManagedDomainType<D> getDeclaringType()
        Specified by:
        getDeclaringType in interface jakarta.persistence.metamodel.Attribute<D,​J>
      • getAttributeJavaType

        JavaType<J> getAttributeJavaType()
      • getAttributeClassification

        AttributeClassification getAttributeClassification()
        The classification of the attribute (is it a basic type, entity, etc)
      • getValueGraphType

        DomainType<?> getValueGraphType()