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

com.mybatisflex.test.TestKeyGenerator Maven / Gradle / Ivy

The newest version!
package com.mybatisflex.test;

import com.mybatisflex.core.keygen.IKeyGenerator;

public class TestKeyGenerator implements IKeyGenerator {
    @Override
    public Object generate(Object entity, String keyColumn) {
        return System.currentTimeMillis() / 1000;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy