Package net.ideahut.springboot.entity
Class EntityReplica
java.lang.Object
net.ideahut.springboot.entity.EntityReplica
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic List<EntityReplica.Creation>create(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica) getSQL(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica)
-
Method Details
-
getSQL
public static List<String> getSQL(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica) -
create
public static List<EntityReplica.Creation> create(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica)
-