Interface LoadedValuesCollector
public interface LoadedValuesCollector
Used to collect entity and collection values which are loaded as part of
JdbcValues processing.
Kept as part of JdbcValuesSourceProcessingState
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordDetails about a loaded collection.static final recordDetails about a loaded entity.static interface -
Method Summary
Modifier and TypeMethodDescriptionAccess to all collection loaded.Access to all root entities loaded.voidregisterCollection(NavigablePath navigablePath, PluralAttributeMapping collectionDescriptor, CollectionKey collectionKey) Register a loading collection.voidregisterEntity(NavigablePath navigablePath, EntityMappingType entityDescriptor, EntityKey entityKey) Register a loading entity.
-
Method Details
-
getCollectedEntities
List<LoadedValuesCollector.LoadedEntityRegistration> getCollectedEntities()Access to all root entities loaded. -
getCollectedCollections
List<LoadedValuesCollector.LoadedCollectionRegistration> getCollectedCollections()Access to all collection loaded.