SQL> SELECT * FROM ‘SQL’ WHERE ‘ERROR’ IS SPECIFIED;
Click the above icon to enter the Project Structure panel and click “+”.
Select the hibernate
Click ok
Then you’ll notice that the error is missing, but the Table name in the @Table annotation on the entity class is still reporting an error
@Entity
@Table(name = "SSSP_DEPARTMENT")
public class Department implements Serializable {
Select the corresponding database and solve the problem
Read More:
- 1093 – You can’t specify target table ‘table’ for update in FROM clause
- Insufficient table space ORA-00604 unable to extend table SYS.AUD by 8192
- Error 1146 (42s02): table ‘database name. Table name’ doesn’t exist ‘
- (element UI component table) how to add a style to a table
- You can’t specify target table ‘car’ for update in from clause
- About error 1005 (HY000) in MySQL: can’t create table ‘_______ ‘(errno: 150) fool’s plan
- An error occurred when opensips started the service“ ERROR:core :db_ check_ table_ Version: invalid version 7 for Table dialog found “
- In the SQL query statement, add the column that does not exist in the table and set the fixed value of the column
- New fields in hive table and modification of field comments
- 1072 – Key column ‘xxx_id’ doesn’t exist in table
- mysql Error Code: 1022. Can’t write; duplicate key in table `xxx`
- DB2 create table error – 104 42601 illegal symbol encountered in SQL statement
- 13. R language: Error in match.names(clabs, names(xi)): The name is not relative to the original name
- R language error in match.names (clabs, names(xi)) :
- An error was reported in the process of importing the table from mysql5.7: [err] 1067 – invalid default value for ‘***‘
- The solution of using Autowired annotation to report errors in IntelliJ idea
- Solution to the segmentation fault of single chain table in C language
- Analysis of [error code [942], ora-00942 in synchronization of DDL statements in ogg
- Global lock, table lock and row lock in MySQL
- Datagrip import & export table structure and data