为了账号安全,请及时绑定邮箱和手机立即绑定

按照课中的做法无法取得count,ERROR: Table 'test.Employee' doesn't exist

INFO: HHH000232: Schema update complete

setup

Hibernate: 

    select

        count(1) 

    from

        Employee o

一月 07, 2019 3:23:10 下午 org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions

WARN: SQL Error: 1146, SQLState: 42S02

一月 07, 2019 3:23:10 下午 org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions

ERROR: Table 'test.Employee' doesn't exist

tearDown


正在回答

2 回答

@Entity

@Table(name = "T_employee") 

public class Employee {

private Integer id;

private String name;

private String age;


0 回复 有任何疑惑可以回复我~

你的dataBase--test库中是否有employee这张表?

0 回复 有任何疑惑可以回复我~
#1

qq_醉清风_fvILQ2 提问者

没有,只有一个 t_employee
2019-01-18 回复 有任何疑惑可以回复我~
#2

qq_醉清风_fvILQ2 提问者

@Entity @Table(name = "T_employee") public class Employee { private Integer id; private String name; private String age;
2019-01-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

按照课中的做法无法取得count,ERROR: Table 'test.Employee' doesn't exist

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信