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
  • 相关阅读:
    Java-IO流-简介
    Java-异常处理-自定义异常
    致橡树-舒婷
    js字符串/数组常用方法总结
    使用vue-cli4快速搭建vue项目demo
    使用vue-cli4快速搭建vue项目demo
    小白第一次用MacOS
    文字背景对比度contrast ratio的计算公式
    如何使用 v-model 绑定一个 computed 属性?
    Java基础--数组
  • 原文地址:https://www.cnblogs.com/xinxindiandeng/p/1848765.html
Copyright © 2011-2022 走看看