Package com.axelor.db.hibernate.dialect
Class CustomDialectResolver
- java.lang.Object
-
- com.axelor.db.hibernate.dialect.CustomDialectResolver
-
- All Implemented Interfaces:
Serializable
,DialectResolver
,Service
public class CustomDialectResolver extends Object implements DialectResolver
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CustomDialectResolver
INSTANCE
-
Constructor Summary
Constructors Constructor Description CustomDialectResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dialect
resolveDialect(DialectResolutionInfo info)
-
-
-
Field Detail
-
INSTANCE
public static final CustomDialectResolver INSTANCE
-
-
Method Detail
-
resolveDialect
public Dialect resolveDialect(DialectResolutionInfo info)
- Specified by:
resolveDialect
in interfaceDialectResolver
-
-