Package org.hibernate.dialect
Interface FunctionalDependencyAnalysisSupport
- All Known Implementing Classes:
FunctionalDependencyAnalysisSupportImpl
public interface FunctionalDependencyAnalysisSupport
Dialect support information for primary key functional dependency analysis
within
GROUP BY
and ORDER BY
clauses.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Supports primary key functional dependency analysisboolean
Also supports functional dependency analysis for constant values other than table columnsboolean
Supports functional dependency analysis through joined tables and result sets (e.g.
-
Method Details
-
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
-