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 Detail

      • 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.