| Interface | Description |
|---|---|
| Dialect.WeightAggregator |
Helper interface for weights' aggregation
|
| Class | Description |
|---|---|
| Dialect |
Extends the API defined by Hibernate's abstract
Dialect class
to add methods required by the P2J persistence framework. |
| DialectHelper |
A helper to P2J dialect classes.
|
| FWDMariaDBConnectionCustomizer |
Customizes the connection to database by setting up the
use.java.udfs and fwd.version
SQL configuration variable. |
| FWDPostgreSQLConnectionCustomizer |
Customizes the connection to database by setting up the
use.java.udfs and fwd.version
SQL configuration variable. |
| H2Helper |
Helper class which provides H2-specific services, such as initializing an embedded H2 database,
running scripts against it, and running a server to provide mixed mode access to it.
|
| MariaDbDialect |
Extends abstract
Dialect for an MariaDb/MySql backend. |
| MariaDbHelper |
Helper class which provides MariaDb - specific services:
gather HQL/SQL functions
decorate them to avoid the overloading restriction of the server
|
| MariaDbLenientDialect |
Extends abstract
Dialect for an MariaDb/MySql backend. |
| P2JH2Dialect |
Extends abstract
Dialect for an H2 backend. |
| P2JH2Dialect.SumAggregator |
Helper interface for weights' aggregation
|
| P2JPostgreSQLDialect |
Extends Hibernate's
PostgreSQLDialect class to add method implementations
required by the abstract Dialect base class. |
| P2JPostgreSQLDialect.Context |
Context local data needed by this object to perform dialect-specific
processing.
|
| P2JPostgreSQLDialect.FWDBlob |
Read-only implementation of a BLOB instance, to be used by the JDBC driver.
|
| P2JPostgreSQLDialect.FWDClob |
Read-only implementation of a CLOB instance, to be used by the JDBC driver.
|
| P2JPostgreSQLDialect.PgScriptSplitter |
Splitter for DDL scripts.
|
| P2JSQLServer2008Dialect |
Extends Hibernate's
SQLServer2008Dialect class to add method implementations
required by the abstract Dialect base class. |
| P2JSQLServer2012Dialect |
Extends P2JSQLServer2008Dialect to add method implementations supported with SQL Server 2012.
|
| SQLServerHelper |
Helper class which provides Microsoft SQL Server 2012 - specific services:
gather HQL/SQL functions
decorate them to avoid the overloading restriction of the server
create the udf function/alias that maps to CLR assembly
|
| Enum | Description |
|---|---|
| P2JPostgreSQLDialect.Aggregator | |
| P2JPostgreSQLDialect.UDF_TYPE |
UDF types
|