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
185
185
CommonFunctionFactory functionFactory = new CommonFunctionFactory (functionContributions );
186
186
final BasicTypeRegistry basicTypeRegistry = typeConfiguration .getBasicTypeRegistry ();
187
187
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 );
190
188
final BasicType <String > stringType = basicTypeRegistry .resolve ( StandardBasicTypes .STRING );
191
189
final BasicType <Long > longType = basicTypeRegistry .resolve ( StandardBasicTypes .LONG );
192
190
final BasicType <Integer >intType = basicTypeRegistry .resolve ( StandardBasicTypes .INTEGER );
You can’t perform that action at this time.
0 commit comments