Interface ElPropertyValue

    • Method Detail

      • getAssocIdInValueExpr

        String getAssocIdInValueExpr​(boolean not,
                                     int size)
        Return the logical id value expression taking into account embedded id's.
      • isAssocId

        boolean isAssocId()
        Return true if this is an ManyToOne or OneToOne associated bean property.
        Specified by:
        isAssocId in interface ExpressionPath
      • isAssocMany

        boolean isAssocMany()
        Return true if the property is a OneToMany or ManyToMany associated bean property.
      • isAssocProperty

        boolean isAssocProperty()
        Return true if any path of this path contains a Associated One or Many.
      • isLocalEncrypted

        boolean isLocalEncrypted()
        Return true if the property is encrypted via Java.
      • isDbEncrypted

        boolean isDbEncrypted()
        Return true if the property is encrypted in the DB.
      • pathGetNested

        Object pathGetNested​(Object bean)
        Return the value ensuring objects prior to the top scalar property are automatically populated.