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

org.onetwo.dbm.id.CustomIdGenerator Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.id;

import java.io.Serializable;

import org.onetwo.dbm.core.spi.DbmSessionImplementor;

/**
 * @author wayshall
 * 
*/ public interface CustomIdGenerator { default CustomIdGenerator initGenerator(){ return this; }; T generate(DbmSessionImplementor session); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy