Package io.hypersistence.utils.hibernate.query
package io.hypersistence.utils.hibernate.query
-
ClassDescriptionThe
DistinctListTransformerremoves duplicates from theListof elements that were transformed by theTupleTransformer.TheJfrQueryLoggerallows you to log a given SQL, including its stack trace, using JDK Flight Recorder.TheListResultTransformersimplifies the way we can use a ResultTransformer by defining a default implementation for theResultTransformer.transformList(List)method.MapResultTransformer<K,V> TheQueryStackTraceLoggerallows you to log the stack trace that executed a given SQL query.TheSQLExtractorallows you to extract the underlying SQL query generated by a JPQL or JPA Criteria API query.