일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- svn 변경된 파일 추출
- NEXUS
- postgres install
- Failed to download metadata for repo 'appstream'
- svn 사용법
- svn update
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- svn load
- Store password unencrypted
- javax.servlet.GenericFilter
- VirtualBox
- expected at least 1 bean which qualifies as autowire candidate
- svn 특정 리비전 사이 추출
- WH question
- apt-get update 오류
- docker oracle12c
- svn
- xrdp
- docker 폐쇄망
- taskkill
- grep
- svn dump
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- 포스트그레스 설치
- svn commit
- svn log
- Oracle install
- Remmina
- ant
- mysql dml
Archives
- Today
- Total
기억의 습작
Hibernate dialect 본문
Chapter 3. Configuration
The easiest way to handle Sessions and transactions is Hibernate's automatic "current" Session management. For a discussion of contextual sessions see Section 2.3, “Contextual sessions”. Using the "jta" session context, if there is no Hibernate Sessio
docs.jboss.org
RDBMSDialect | Dialect |
DB2 | org.hibernate.dialect.DB2Dialect |
DB2 AS/400 | org.hibernate.dialect.DB2400Dialect |
DB2 OS390 | org.hibernate.dialect.DB2390Dialect |
PostgreSQL | org.hibernate.dialect.PostgreSQLDialect |
MySQL5 | org.hibernate.dialect.MySQL5Dialect |
MySQL5 with InnoDB | org.hibernate.dialect.MySQL5InnoDBDialect |
MySQL with MyISAM | org.hibernate.dialect.MySQLMyISAMDialect |
Oracle (any version) | org.hibernate.dialect.OracleDialect |
Oracle 9i | org.hibernate.dialect.Oracle9iDialect |
Oracle 10g | org.hibernate.dialect.Oracle10gDialect |
Oracle 11g | org.hibernate.dialect.Oracle10gDialect |
Sybase | org.hibernate.dialect.SybaseASE15Dialect |
Sybase Anywhere | org.hibernate.dialect.SybaseAnywhereDialect |
Microsoft SQL Server 2000 | org.hibernate.dialect.SQLServerDialect |
Microsoft SQL Server 2005 | org.hibernate.dialect.SQLServer2005Dialect |
Microsoft SQL Server 2008 | org.hibernate.dialect.SQLServer2008Dialect |
SAP DB | org.hibernate.dialect.SAPDBDialect |
Informix | org.hibernate.dialect.InformixDialect |
HypersonicSQL | org.hibernate.dialect.HSQLDialect |
H2 Database | org.hibernate.dialect.H2Dialect |
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 |
728x90
반응형
LIST
'DB' 카테고리의 다른 글
JSP에서 DB쿼리문 실행기 제작 (0) | 2021.08.28 |
---|---|
DB시퀀스 (DB Sequence) (0) | 2021.08.19 |
DB sequence size (0) | 2021.08.19 |
db sequence가 이상할때 고려해야할 점. (0) | 2021.08.19 |
Comparison of A and B data types (0) | 2021.08.19 |