Module io.ebean.api

Class BeanSet<E>

    • Field Detail

      • readOnly

        protected boolean readOnly
      • disableLazyLoad

        protected boolean disableLazyLoad
      • loader

        protected transient BeanCollectionLoader loader
        The Database this is associated with. (used for lazy fetch).
      • registeredWithLoadContext

        protected boolean registeredWithLoadContext
        Flag set when registered with the batch loading context.
      • ebeanServerName

        protected String ebeanServerName
      • ownerBean

        protected EntityBean ownerBean
        The owning bean (used for lazy fetch).
      • propertyName

        protected String propertyName
        The name of this property in the owning bean (used for lazy fetch).
      • modifyHolder

        protected io.ebean.common.ModifyHolder<E> modifyHolder
      • modifyListening

        protected boolean modifyListening
    • Constructor Detail

      • BeanSet

        public BeanSet​(Set<E> set)
        Create with a specific Set implementation.
      • BeanSet

        public BeanSet()
        Create using an underlying LinkedHashSet.