Uses of Class
org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
Packages that use FunctionalDependencyAnalysisSupportImpl
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of FunctionalDependencyAnalysisSupportImpl in org.hibernate.dialect
Fields in org.hibernate.dialect declared as FunctionalDependencyAnalysisSupportImplModifier and TypeFieldDescriptionstatic final FunctionalDependencyAnalysisSupportImpl
FunctionalDependencyAnalysisSupportImpl.NONE
No support for functional dependency analysisstatic final FunctionalDependencyAnalysisSupportImpl
FunctionalDependencyAnalysisSupportImpl.TABLE_GROUP
Supports the analysis for single tables, a group of joined tables or a result set (e.g.static final FunctionalDependencyAnalysisSupportImpl
FunctionalDependencyAnalysisSupportImpl.TABLE_GROUP_AND_CONSTANTS
Fully supports the analysis for joined / union table groups, including any constant value (e.g.static final FunctionalDependencyAnalysisSupportImpl
FunctionalDependencyAnalysisSupportImpl.TABLE_REFERENCE
Only supports the analysis for a single table reference, i.e.