File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,6 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
185185 CommonFunctionFactory functionFactory = new CommonFunctionFactory (functionContributions );
186186 final BasicTypeRegistry basicTypeRegistry = typeConfiguration .getBasicTypeRegistry ();
187187 final BasicType <Date > timestampType = basicTypeRegistry .resolve ( StandardBasicTypes .TIMESTAMP );
188- final BasicType <Date > dateType = basicTypeRegistry .resolve ( StandardBasicTypes .DATE );
189- final BasicType <Date > timeType = basicTypeRegistry .resolve ( StandardBasicTypes .TIME );
190188 final BasicType <String > stringType = basicTypeRegistry .resolve ( StandardBasicTypes .STRING );
191189 final BasicType <Long > longType = basicTypeRegistry .resolve ( StandardBasicTypes .LONG );
192190 final BasicType <Integer >intType = basicTypeRegistry .resolve ( StandardBasicTypes .INTEGER );
You can’t perform that action at this time.
0 commit comments