HHH-11957 : Fix to work with jdk 1.6 source
(cherry picked from commit 2287bdd5e0
)
This commit is contained in:
parent
79f3595a56
commit
f1b6bec6ad
|
@ -30,7 +30,7 @@ import org.hibernate.type.StandardBasicTypes;
|
|||
* @author Gail Badner
|
||||
*/
|
||||
public class DB2SubstringFunction extends StandardSQLFunction {
|
||||
private static final Set<String> possibleStringUnits = new HashSet<>(
|
||||
private static final Set<String> possibleStringUnits = new HashSet<String>(
|
||||
Arrays.asList( "CODEUNITS16", "CODEUNITS32", "OCTETS" )
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue