| Class | Description |
|---|---|
| C3P0DataSourceConnectionProvider |
Connection Provider which uses a c3p0 pooled
DataSource. |
| FulltextSQLFunction |
The fulltext function takes two arguments: The field to be search and the string to search for.
|
| HibernateDatabaseConfigurationFactory |
Factory which returns a matching DatabaseConfiguration for a Hibernate dialect name.
|
| MSSQLServerFulltextFunction |
SQL Server Function for rendering the Communote fulltext function for MSSQL Server.
|
| OracleFulltextFunction |
SQL Server Function for rendering the Communote fulltext function for Oracle.
|
| PostgreSQLDatePartFunction |
usage: day_of_date(field, note.creationDate) => returns the day as integer
|
| PostgreSQLFulltextFunction |
For creating an index on PostgreSQL use:
CREATE INDEX core_content_full_en_idx ON core_content USING gin(to_tsvector('english', content));
CREATE INDEX core_content_full_de_idx ON core_content USING gin(to_tsvector('german', content));
|
| StandardLikeFulltextFunction |
Implements the HQL fulltext function with standard SQL LIKE functionality.
|
Copyright © 2019 Communote team. All rights reserved.