zoukankan      html  css  js  c++  java
  • Hibernate相关搜集


    Hibernate SQL方言 (hibernate.dialect)

    如果出现如下错误,则可能是Hibernate SQL方言 (hibernate.dialect)设置不正确。
    Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]'last_insert_id' 不是可以识别的 函数名。
    RDBMS     方言
    DB2                     org.hibernate.dialect.DB2Dialect
    DB2 AS/400             org.hibernate.dialect.DB2400Dialect
    DB2 OS390             org.hibernate.dialect.DB2390Dialect
    PostgreSQL             org.hibernate.dialect.PostgreSQLDialect
    MySQL                     org.hibernate.dialect.MySQLDialect
    MySQL with InnoDB     org.hibernate.dialect.MySQLInnoDBDialect
    MySQL with MyISAM     org.hibernate.dialect.MySQLMyISAMDialect
    Oracle (any version)     org.hibernate.dialect.OracleDialect
    Oracle 9i/10g             org.hibernate.dialect.Oracle9Dialect
    Sybase                     org.hibernate.dialect.SybaseDialect
    Sybase Anywhere     org.hibernate.dialect.SybaseAnywhereDialect
    Microsoft SQL Server     org.hibernate.dialect.SQLServerDialect
    SAP DB                     org.hibernate.dialect.SAPDBDialect
    Informix             org.hibernate.dialect.InformixDialect
    HypersonicSQL             org.hibernate.dialect.HSQLDialect
    Ingres                     org.hibernate.dialect.IngresDialect
    Progress             org.hibernate.dialect.ProgressDialect
    Mckoi SQL             org.hibernate.dialect.MckoiDialect
    Interbase             org.hibernate.dialect.InterbaseDialect
    Pointbase             org.hibernate.dialect.PointbaseDialect
    FrontBase             org.hibernate.dialect.FrontbaseDialect
    Firebird             org.hibernate.dialect.FirebirdDialect

    1.Hibernate入门
    http://taoistwar.javaeye.com/blog/453246

    3.HIbernate的基本映射
    http://taoistwar.javaeye.com/blog/470182

    4.Hibernate的一对一主键关联映射
    http://taoistwar.javaeye.com/blog/470274

    5.Hibernate的一对一唯一外键关联映射
    http://taoistwar.javaeye.com/blog/470355

    6.Hibernate的多对一关联映射
    http://taoistwar.javaeye.com/blog/470471

    7.Hibernate的一对多关联映射
    http://taoistwar.javaeye.com/blog/470616

    8.Hibernate的一对多和多对一双向关联映射
    http://taoistwar.javaeye.com/blog/470629

    9.Hibernate的多对多单向关联映射
    http://taoistwar.javaeye.com/blog/470645

    10.Hibernate的多对多双向关联映射
    http://taoistwar.javaeye.com/blog/470662
  • 相关阅读:
    如何配置MySQL
    软件工程第三次作业
    软件工程第二次作业
    软件工程第一次作业
    Python 【面试总结】
    Vue【你知道吗?】
    Python 【面试强化宝典】
    Python 【基础面试题】
    Vue 【前端面试题】
    Redis 【常识与进阶】
  • 原文地址:https://www.cnblogs.com/xinxindiandeng/p/1848765.html
Copyright © 2011-2022 走看看