Interface STreePropertyAssocOne

All Superinterfaces:
ScalarDataReader<Object>, STreeProperty, STreePropertyAssoc
All Known Implementing Classes:
BeanPropertyAssocOne, BeanPropertyIdClass

public interface STreePropertyAssocOne extends STreePropertyAssoc
  • Method Details

    • isAssocId

      boolean isAssocId()
      Return true if the property is an Id.
    • idReader

      ScalarDataReader<?> idReader()
      Return the scalar type of the associated id property.
    • hasForeignKey

      boolean hasForeignKey()
      Returns true, if this relation has a foreign key.
    • valueAsEntityBean

      EntityBean valueAsEntityBean(EntityBean parentBean)
      Return the property value as an entity bean from the parent.