very minor javadoc formatting change
This commit is contained in:
parent
f2782f2b50
commit
7e629957e4
|
@ -259,8 +259,8 @@ import static org.hibernate.type.descriptor.DateTimeUtils.appendAsTimestampWithN
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@link #columnType(int)} to define a mapping from SQL
|
* <li>{@link #columnType(int)} to define a mapping from SQL
|
||||||
* {@linkplain SqlTypes type codes} to database column types, and
|
* {@linkplain SqlTypes type codes} to database column types, and
|
||||||
* <li>{@link #initializeFunctionRegistry(FunctionContributions)} to register
|
* <li>{@link #initializeFunctionRegistry(FunctionContributions)} to
|
||||||
* mappings for standard HQL functions with the
|
* register mappings for standard HQL functions with the
|
||||||
* {@link org.hibernate.query.sqm.function.SqmFunctionRegistry}.
|
* {@link org.hibernate.query.sqm.function.SqmFunctionRegistry}.
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue