Package org.hibernate.shards.strategy.exit

Interface Summary
ExitOperation  
ExitOperationsCollector Classes that implement this interface are designed to manage the results of a incomplete execution of a query/critieria.
ExitStrategy<T> Classes implementing this interface gather results from operations that are executed across shards.
ProjectionExitOperation  
 

Class Summary
AggregateExitOperation  
AvgResultsExitOperation Performs post-processing on a result set that has had an average projection applied.
ConcatenateListsExitStrategy Threadsafe ExistStrategy that concatenates all the lists that are added.
CountExitOperation  
DistinctExitOperation  
ExitOperationUtils  
FirstNonNullResultExitStrategy<T> Threadsafe ExitStrategy implementation that only accepts the first result added.
FirstResultExitOperation  
MaxResultsExitOperation  
OrderExitOperation  
ProjectionExitOperationFactory  
RowCountExitOperation  
ShardedAvgExitOperation