hibernate出錯 不能事例sessionFactory
<property name="age" type="java.lang.Integer" insert="false" update="false" formula="( select YEAR(GETDATE())-YEAR(u0.birthday) as age from userinfo u0 where u0.id=id )">
</property>
對映檔案里加了著行就不行了 錯誤提示:
%%%% Error Creating SessionFactory %%%%
java.lang.NullPointerException
at org.hibernate.loader.DefaultEntityAliases.intern(DefaultEntityAliases.java:133)
at org.hibernate.loader.DefaultEntityAliases.getSuffixedPropertyAliases(DefaultEntityAliases.java:106)
at org.hibernate.loader.DefaultEntityAliases.<init>(DefaultEntityAliases.java:52)
at org.hibernate.loader.ColumnEntityAliases.<init>(ColumnEntityAliases.java:16)
at org.hibernate.loader.custom.SQLCustomQuery.<init>(SQLCustomQuery.java:178)
at org.hibernate.engine.query.NativeSQLQueryPlan.<init>(NativeSQLQueryPlan.java:20)
at org.hibernate.engine.query.QueryPlanCache.getNativeSQLQueryPlan(QueryPlanCache.java:113)
</property>
對映檔案里加了著行就不行了 錯誤提示:
%%%% Error Creating SessionFactory %%%%
java.lang.NullPointerException
at org.hibernate.loader.DefaultEntityAliases.intern(DefaultEntityAliases.java:133)
at org.hibernate.loader.DefaultEntityAliases.getSuffixedPropertyAliases(DefaultEntityAliases.java:106)
at org.hibernate.loader.DefaultEntityAliases.<init>(DefaultEntityAliases.java:52)
at org.hibernate.loader.ColumnEntityAliases.<init>(ColumnEntityAliases.java:16)
at org.hibernate.loader.custom.SQLCustomQuery.<init>(SQLCustomQuery.java:178)
at org.hibernate.engine.query.NativeSQLQueryPlan.<init>(NativeSQLQueryPlan.java:20)
at org.hibernate.engine.query.QueryPlanCache.getNativeSQLQueryPlan(QueryPlanCache.java:113)
相關文章
- Hibernate原始碼學習五_建立SessionFactory原始碼Session
- Hibernate中二級快取(sessionFactory)的配置及其使用。快取Session
- private void infoStatistics (SessionFactory sessionFactory) ;Session
- Hibernate的一級快取Session和二級快取SessionFactory快取Session
- jboss+mysql+hibernate 出現錯誤!!!!!!!MySql
- Hibernate一級快取(session)與二級快取(sessionFactory)的知識點。快取Session
- 安裝struts+jdon+hibernate時出錯
- mysql master-slave複製錯誤[解決事例]MySqlAST
- 批量提交事例
- Middlegen生成Hibernate對映檔案時出錯
- spring+hibernate 沒報錯,可就是不能插入資料庫,急急急!!Spring資料庫
- 開發:隨筆記錄之 HTML 彈出透明層事例筆記HTML
- 執行例子出錯,我的hibernate找不到JDBC連線?JDBC
- ZBlog固定域名出錯不能登入怎麼辦
- spring+Hibernate執行時出錯,各位大哥幫忙啊!!!!!!!!!!!!!!!!!!!Spring
- Oracle Date Function 講解和事例OracleFunction
- COM+安裝時出現錯誤" typelib不能載入"
- Struts+Hibernate+Spring出現異常錯誤,高手指點,謝謝!Spring
- 解決SpringMVC+Hibernate錯誤: No Hibernate Session bound to threadSpringMVCSessionthread
- Windows平臺下不能建立資料庫連線出錯分析(2)Windows資料庫
- Windows平臺下不能建立資料庫連線出錯分析 (1)Windows資料庫
- hibernate subclass map 父類到子類時轉換出錯(大家幫下忙)(3)
- hibernate subclass map 父類到子類時轉換出錯(大家幫下忙)(2)
- hibernate錯誤No CurrentSessionContext configured! Junit測試報錯SessionContext
- 通過註解的方式向DAO中注入SessionfactorySession
- Oracle Date Function 講解和事例【Blog 搬家】OracleFunction
- hibernate修改資料庫後的不能在本地更新的問題!!資料庫
- 為什麼總出現記憶體不能為“read”的錯誤提示記憶體
- 使用瀚高資料庫hibernate方言報錯資料庫
- struts_jdon_hibernate專案執行錯誤
- 請問 Hibernate 錯誤 associate a collection with two open sessionsSession
- code::blocks不能除錯的可能原因BloC除錯
- 如何寫出優質乾淨的程式碼,這6個技巧你不能錯過!
- matlab-emacs執行matlab程式出錯.不能呼叫matlab命令列模式MatlabMac命令列模式
- oracle使用outline固定執行計劃事例Oracle
- 建立Maven專案出錯 pom出錯Maven
- JN專案-Hibernate報錯unexpected token: select
- 想用好Docker,你不能錯過這些Docker