程序包的使用
org.hibernate.dialect
-
使用org.hibernate.dialect的程序包 程序包 说明 org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect.org.hibernate.dialect.identity org.hibernate.dialect.pagination Support for Dialect-specific pagination strategiesorg.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.exception.spi org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.inline org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.internal org.hibernate.id.insert org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.exec.query.internal Provides the internal implementation for generating the load query for the LoadPlan.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.query.criteria.internal.compile org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ordering.antlr org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
org.hibernate.boot.model.naming使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.boot.model.relational使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.dialect使用的org.hibernate.dialect中的类 类 说明 AbstractHANADialect An abstract base class for SAP HANA dialects.ColumnAliasExtractor Strategy for extracting the unique column alias out of aResultSetMetaData.Database List all supported relational database systems.DB2390Dialect An SQL dialect for DB2/390.DB2400Dialect An SQL dialect for DB2/400.DB2Dialect An SQL dialect for DB2.DerbyDialect 已过时。HHH-6073DerbyTenFiveDialect Hibernate Dialect for Cloudscape 10 - aka Derby.DerbyTenSixDialect Hibernate Dialect for Cloudscape 10 - aka Derby.Dialect Represents a dialect of SQL implemented by a particular RDBMS.InformixDialect Informix dialect.
Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.Ingres9Dialect A SQL dialect for Ingres 9.3 and later versions.IngresDialect An SQL dialect for Ingres 9.2.InterbaseDialect An SQL dialect for Interbase.LobMergeStrategy Strategy for how dialects needLOBvalues to be merged.MariaDB102Dialect MariaDB10Dialect MariaDB53Dialect MariaDBDialect MySQL55Dialect An SQL dialect for MySQL 5.5.x specific features.MySQL57Dialect MySQL5Dialect An SQL dialect for MySQL 5.x specific features.MySQL5InnoDBDialect 已过时。Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.MySQLDialect An SQL dialect for MySQL (prior to 5.x).MySQLStorageEngine This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.Oracle10gDialect A dialect specifically for use with Oracle 10g.Oracle8iDialect A dialect for Oracle 8i.Oracle9Dialect 已过时。Use either Oracle9iDialect or Oracle10gDialect insteadOracle9iDialect A dialect for Oracle 9i databases.OracleTypesHelper A Helper for dealing with the OracleTypes classPostgreSQL81Dialect An SQL dialect for PostgresPostgreSQL82Dialect An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tablesPostgreSQL91Dialect An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.PostgreSQL92Dialect An SQL dialect for Postgres 9.2 and later, adds support for JSON data typePostgreSQL93Dialect An SQL Dialect for PostgreSQL 9.3 and later.PostgreSQL94Dialect An SQL dialect for Postgres 9.4 and later.PostgreSQL95Dialect An SQL dialect for Postgres 9.5 and later.PostgreSQL9Dialect An SQL dialect for Postgres 9 and later.PostgreSQLDialect 已过时。usePostgreSQL82DialectinsteadResultColumnReferenceStrategy Defines how we need to reference columns in the group-by, having, and order-by clauses.SQLServer2005Dialect A dialect for Microsoft SQL 2005.SQLServer2008Dialect A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and aboveSQLServerDialect A dialect for Microsoft SQL Server 2000SybaseASE15Dialect An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.SybaseDialect All Sybase dialects share an IN list size limit.TeradataDialect A dialect for the Teradata database created by MCR as part of the dialect certification process. -
org.hibernate.dialect.function使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.dialect.identity使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.dialect.pagination使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.dialect.unique使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.dialect.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.dialect.spi使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.env.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.env.spi使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.jdbc.spi使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.engine.spi使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.exception.spi使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.hql.internal.ast使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.hql.internal.classic使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.hql.spi.id使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.hql.spi.id.inline使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.id使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.id.enhanced使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.id.factory使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.id.factory.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.id.insert使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.internal.util使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.loader使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.loader.criteria使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.loader.custom使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.loader.hql使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.loader.plan.exec.query.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.mapping使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.persister.collection使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.query.criteria.internal.compile使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.sql使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.sql.ordering.antlr使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.tool.schema.internal使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.tool.schema.internal.exec使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
org.hibernate.type使用的org.hibernate.dialect中的类 类 说明 Dialect Represents a dialect of SQL implemented by a particular RDBMS.