Interface PropertyAssocMany

All Superinterfaces:
Property

public interface PropertyAssocMany
extends Property
Property of a entity bean that is a ToMany property.
  • 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.