Interface STreePropertyAssocOne

All Superinterfaces:
io.ebean.core.type.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

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

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

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