Uses of Enum Class
org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Packages that use GroupBySummarizationRenderingStrategy
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of GroupBySummarizationRenderingStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return GroupBySummarizationRenderingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GroupBySummarizationRenderingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.