摘要:
package cn.hbonetomany;import javax.persistence.*;import java.util.HashSet;import java.util.Set;/** * Created by Administrator on 2017-10-9. *//*声明这个类 阅读全文
摘要:
方案一:直接授权法 1.用happyy2165登录,之后,授权 grant select on HAPPYY2165.STUDENT to scott 2.用scott登录,用如下代码去访问Student表 select * from HAPPYY2165.student 方式二:通过角色去控制 1 阅读全文