public interface GenId<T>
public class VestaGenId implement GenId{ public Long genId(String table, String column){ //ApplicationUtil.getBean 需要自己实现 IdService idService = ApplicationUtil.getBean(IdService.class); return idService.genId(); } }
Modifier and Type | Interface and Description |
---|---|
static class |
GenId.NULL |
Modifier and Type | Method and Description |
---|---|
T |
genId(String table,
String column) |
Copyright © 2018. All rights reserved.