All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.skhatri.h2contrib.Function Maven / Gradle / Ivy

package com.github.skhatri.h2contrib;

import java.util.UUID;

public class Function {
    public static final String newId() {
        return UUID.randomUUID().toString();
    }
	
	public static final Long scopeIdentity() {
		return System.currentTimeMillis();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy