Teneo
A Teneo resource is used by component implementations to access databases. Teneo is a model-relational mapping and runtime database persistence solution for the Eclipse Modeling Framework (EMF). Teneo integrates EMF with Hibernate.
General
Property | Required? | Editable? | Accepts SVars? | Description |
---|---|---|---|---|
Data Source | Y | Y | N | The name of a JDBC resource that represents the connection to the database. |
Schema Generation Type | N | N | N |
Indicate whether to create or validate the schema in the database when the session factory is created:
Default: Do Nothing. |
Dialect | Y | Y | Y |
The class name of a Hibernate dialect that enables Hibernate to generate SQL optimized for a particular relational database. The supported dialects are:
Default: com.tibco.amf.sharedresource.runtime.core.hibernate.dialects.HSQLDialect |
Inheritance Mapping Type | N | N | N | Indicate how class hierarchies are mapped to tables.
Default: Single Table. |
Advanced
Property | Required? | Editable? | Accepts SVars? | Description |
---|---|---|---|---|
Enable SQL Logging | N | N | Y |
Permit data collection in the SQL Server transaction log file. Default: Unchecked. |
Batch Size | N | Y | Y |
Enables JDBC batch processing. Default: 5. |
Share Session Factory | N | Y | Y |
Indicate whether clients share the session factory or whether a new factory is created for each client. Default: Checked. |
Properties | N | Y | N |
Hibernate configuration properties:
|