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

com.mybatis.jpa.keygen.IdGenerator Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package com.mybatis.jpa.keygen;

/**
 * @author sway.li
 */
public interface IdGenerator {

  Object nextId();

  Object[] nextSegment(int size);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy