Interface LoadingCollectionEntry

  • All Known Implementing Classes:
    LoadingCollectionEntryImpl

    public interface LoadingCollectionEntry
    Represents a collection currently being loaded.
    • Method Detail

      • getCollectionDescriptor

        CollectionPersister getCollectionDescriptor()
        The descriptor for the collection being loaded
      • getKey

        Object getKey()
        The collection key.
      • getCollectionInstance

        PersistentCollection<?> getCollectionInstance()
        The collection instance being loaded
      • load

        void load​(Consumer<List<Object>> loadingEntryConsumer)
        Callback for row loading. Allows delayed List creation
      • finishLoading

        void finishLoading​(ExecutionContext executionContext)
        Complete the load