怎么把四個(gè)list集合里面的內(nèi)容都存到一個(gè)集合中(最后的集合包含了以上四個(gè)集合的所有set,get方法了)
問題: 怎么把四個(gè)弄成一個(gè)。。
人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!
Take oracle as an example.
select Table_Name
from user_tab_columns
where column_name ='auth'
Get all table names containing auth, and then assemble the corresponding select statement based on the obtained table names.
Search the field tables of other databases for details.
The mapped Java objects are different depending on the structure of the table. How to put them into a collection?
Directly check the 4 tables separately, and then integrate the 4 sets together and return