Package org.hibernate.dialect
Interface FunctionalDependencyAnalysisSupport
-
- All Known Implementing Classes:
FunctionalDependencyAnalysisSupportImpl
public interface FunctionalDependencyAnalysisSupportDialect support information for primary key functional dependency analysis withinGROUP BYandORDER BYclauses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportsAnalysis()Supports primary key functional dependency analysisbooleansupportsConstants()Also supports functional dependency analysis for constant values other than table columnsbooleansupportsTableGroups()Supports functional dependency analysis through joined tables and result sets (e.g.
-
-
-
Method Detail
-
supportsAnalysis
boolean supportsAnalysis()
Supports primary key functional dependency analysis
-
supportsTableGroups
boolean supportsTableGroups()
Supports functional dependency analysis through joined tables and result sets (e.g. unions)
-
supportsConstants
boolean supportsConstants()
Also supports functional dependency analysis for constant values other than table columns
-
-