HHH-11957 : Fix to work with jdk 1.6 source
This commit is contained in:
parent
020c018914
commit
2287bdd5e0
|
@ -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