How should I work with multiply(large numbers) entities storred in multiply db tables using jdbc? Mapping entities

前端 未结 0 1163
再見小時候
再見小時候 2021-01-05 23:17

My 1st entity from db user_db and table user_table

public class User {
    
    private int userId;
    private String surname;
    private String name;
    
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题