> 데이터 베이스 > MySQL 튜토리얼 > select new Topic from ' Mysql 生成SQL语句异常

select new Topic from ' Mysql 生成SQL语句异常

WBOY
풀어 주다: 2016-06-07 16:25:07
원래의
1102명이 탐색했습니다.

select new Topic from ' Mysql 生成SQL语句错误 Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; Hibernate: select topic0_.id as col_0_0_, topic0_.title as col_1_0_, topic0_.keyword a

select new Topic from ' Mysql 生成SQL语句错误
Caused by:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;


Hibernate:
    select
        topic0_.id as col_0_0_,
        topic0_.title as col_1_0_,
        topic0_.keyword as col_2_0_,
        topic0_.status as col_3_0_,
        topic0_.recommend as col_4_0_,
        topic0_.publishName as col_5_0_,
        topic0_.publish_date as col_6_0_,
        topic0_.channel_name as col_7_0_,
        topic0_.author as col_8_0_,
        . as col_9_0_
    from
        t_topic topic0_
    inner join
        t_attachment attachment1_
            on topic0_.id=attachment1_.topic_id
    where
        1=1
        and topic0_.status=1
        and topic0_.channel_id=142 limit ?




"select new Topic (t.id, t.title, t.keyword, t.status, t.recommend,t.publishName, t.publishDate, t.channel_name,t.author,t.attachments) ";


本来是使用constructor的方法来设置query。
但是遇到这个onetomany的时候,貌似不能这么做。

Topic里面的Setattachments被hibernate弄到mysql数据库中就变成了错误的sql语句。


只能去掉select new Topic, 直接写成 from Topic。

谁知道怎么解决这个问题请告诉我。
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿