Interface LoadBeanBuffer


public interface LoadBeanBuffer
A buffer of beans for batch lazy loading and secondary query loading.
  • Method Details

    • batchSize

      int batchSize()
    • batch

    • descriptor

      BeanDescriptor<?> descriptor()
    • persistenceContext

      PersistenceContext persistenceContext()
    • fullPath

      String fullPath()
    • configureQuery

      void configureQuery(SpiQuery<?> query, String lazyLoadProperty)
    • isCache

      boolean isCache()
    • loadingStarted

      void loadingStarted()
    • loadingStopped

      void loadingStopped()