Interface BasicValue.Resolution<J>

    • Method Detail

      • getLegacyResolvedBasicType

        BasicType<J> getLegacyResolvedBasicType()
        The BasicType resolved using the pre-6.0 rules. This is temporarily needed because of the split in extracting / binding
      • getCombinedTypeParameters

        default Properties getCombinedTypeParameters()
        Get the collection of type-parameters collected both locally as well as from the applied type-def, if one
      • getDomainJavaType

        JavaType<J> getDomainJavaType()
        The JavaType for the value as part of the domain model
      • getRelationalJavaType

        JavaType<?> getRelationalJavaType()
        The JavaType for the relational value as part of the relational model (its JDBC representation)
      • getJdbcType

        JdbcType getJdbcType()
        The JavaType for the relational value as part of the relational model (its JDBC representation)
      • getValueConverter

        BasicValueConverter<J,​?> getValueConverter()
        Converter, if any, to convert values between the domain and relational JavaType representations
      • getMutabilityPlan

        MutabilityPlan<J> getMutabilityPlan()
        The resolved MutabilityPlan