Module io.ebean.api

Interface PropertyAssocMany

All Superinterfaces:
Property

public interface PropertyAssocMany extends Property
Property of a entity bean that is a ToMany property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the loaded current bean to its associated parent.

    Methods inherited from interface io.ebean.plugin.Property

    isMany, name, type, value
  • Method Details

    • lazyLoadMany

      void lazyLoadMany(EntityBean current)
      Add the loaded current bean to its associated parent.

      Helper method used by Ebean Elastic integration when loading with a persistence context.