Interface SpiBeanType

All Known Implementing Classes:
BeanDescriptor

public interface SpiBeanType
SPI interface for underlying BeanDescriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the FormulaBuilder for this type.
    boolean
    Return true if the bean contains a many property that has modifications.
  • Method Details

    • isToManyDirty

      boolean isToManyDirty(EntityBean bean)
      Return true if the bean contains a many property that has modifications.

      That is a ManyToMany or a OneToMany with orphan removal with additions or removals from the collection.

    • formulaBuilder

      FormulaBuilder formulaBuilder()
      Return the FormulaBuilder for this type.