Package com.jk.core.config
Class JKConstants.Hibernate
java.lang.Object
com.jk.core.config.JKConstants.Hibernate
- Enclosing class:
- JKConstants
This class provides constants related to Hibernate.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the connection acquire increment in Hibernate C3P0.static final String
Represents the configuration property for specifying the number of acquire connection retry attempts in Hibernate C3P0.static final String
Represents the configuration property for specifying the delay between acquire connection retries in Hibernate C3P0.static final String
Represents the configuration property for specifying the maximum time for administrative tasks in Hibernate C3P0.static final String
Represents the configuration property for specifying the automatic test table in Hibernate C3P0.static final String
Represents the configuration property for specifying the connection checkout timeout in Hibernate C3P0.static final String
Represents the configuration property for specifying the context class loader source in Hibernate C3P0.static final String
Represents the configuration property for enabling debug stack traces of unreturned connections in Hibernate C3P0.static final String
Represents the configuration property for specifying the timeout for checking idle connections in Hibernate C3P0.static final String
Represents the configuration property for specifying the period between tests of idle connections in Hibernate C3P0.static final String
Represents the configuration property for specifying the maximum age of connections in Hibernate C3P0.static final String
Represents the configuration property for specifying the number of helper threads in Hibernate C3P0.static final String
Represents the configuration property for specifying the maximum number of cached statements in Hibernate C3P0.static final String
Represents the configuration property for specifying the maximum number of cached statements per connection in Hibernate C3P0.static final String
Represents the configuration property for specifying testing connections during checkout in Hibernate C3P0.static final String
Represents the configuration property for specifying the connection timeout in Hibernate C3P0.static final String
Represents the configuration property for specifying the timeout for unreturned connections in Hibernate C3P0.static final String
Represents the configuration property for specifying the autocommit behavior of database connections in Hibernate.static final String
Represents the configuration property for specifying the formatting of SQL statements in Hibernate.static final String
Represents the configuration property for specifying globally quoted identifiers (IDs) in Hibernate.static final String
Represents the configuration property for specifying Hibernate's automatic schema update behavior.static final String
Represents the configuration property for specifying new identifier (ID) generator mappings in Hibernate.static final String
Represents the configuration property for specifying the type of database used in hibernate to generate SQL statements for a particular relational database.static final String
Represents the configuration property for specifying the JDBC driver class name in Hibernate..static final String
Represents the configuration property for specifying the maximum size of the connection pool in Hibernate C3P0.static final String
Represents the configuration property for specifying the minimum size of the connection pool in Hibernate C3P0.static final String
Represents the configuration property for specifying the physical naming strategy in Hibernate.static final String
Represents the configuration property for specifying the preferred test query in Hibernate C3P0.static final String
Represents the configuration property for enabling the display of SQL statements in Hibernate.static final String
Represents the configuration property for specifying the usage of SQL comments in Hibernate.static final String
Represents the configuration property for specifying the JDBC connection password in Hibernate..static final String
Represents the configuration property for specifying the JDBC connection URL in Hibernate.static final String
Represents the configuration property for specifying the JDBC connection username in Hibernate. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JDBC_URL
Represents the configuration property for specifying the JDBC connection URL in Hibernate. -
JDBC_USERNAME
Represents the configuration property for specifying the JDBC connection username in Hibernate. -
JDBC_PASSWORD
Represents the configuration property for specifying the JDBC connection password in Hibernate.. -
HIBERNATE_JDBC_DRIVER_NAME
Represents the configuration property for specifying the JDBC driver class name in Hibernate.. -
HIBERNATE_JDBC_DIALICT
Represents the configuration property for specifying the type of database used in hibernate to generate SQL statements for a particular relational database. -
HIBERNATE_MAX_SIZE
Represents the configuration property for specifying the maximum size of the connection pool in Hibernate C3P0. -
HIBERNATE_MIN_SIZE
Represents the configuration property for specifying the minimum size of the connection pool in Hibernate C3P0. -
HIBERNATE_PHYSICAL_NAMING_STRATEGY
Represents the configuration property for specifying the physical naming strategy in Hibernate. -
HIBERNATE_ID_NEW_GENERATOR_MAPPINGS
Represents the configuration property for specifying new identifier (ID) generator mappings in Hibernate. -
HIBERNATE_GLOBALLY_QUOTED_IDENTIFIERS
Represents the configuration property for specifying globally quoted identifiers (IDs) in Hibernate. -
HIBERNATE_USE_SQL_COMMENTS
Represents the configuration property for specifying the usage of SQL comments in Hibernate. -
HIBERNATE_FORMAT_SQL
Represents the configuration property for specifying the formatting of SQL statements in Hibernate. -
HIBERNATE_SHOW_SQL
Represents the configuration property for enabling the display of SQL statements in Hibernate. -
HIBERNATE_CONNECTION_AUTOCOMMIT
Represents the configuration property for specifying the autocommit behavior of database connections in Hibernate. -
HIBERNATE_HBM2DDL_AUTO
Represents the configuration property for specifying Hibernate's automatic schema update behavior. -
HIBERNATE_C3P0_CONTEXT_CLASS_LOADER_SOURCE
Represents the configuration property for specifying the context class loader source in Hibernate C3P0. -
HIBERNATE_C3P0_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES
Represents the configuration property for enabling debug stack traces of unreturned connections in Hibernate C3P0. -
HIBERNATE_C3P0_UNRETURNED_CONNECTION_TIMEOUT
Represents the configuration property for specifying the timeout for unreturned connections in Hibernate C3P0. -
HIBERNATE_C3P0_ACQUIRE_RETRY_DELAY
Represents the configuration property for specifying the delay between acquire connection retries in Hibernate C3P0. -
HIBERNATE_C3P0_ACQUIRE_RETRY_ATTEMPTS
Represents the configuration property for specifying the number of acquire connection retry attempts in Hibernate C3P0. -
HIBERNATE_C3P0_IDLE_CONNECTION_TEST_PERIOD
Represents the configuration property for specifying the period between tests of idle connections in Hibernate C3P0. -
HIBERNATE_PREFERRED_TEST_QUERY
Represents the configuration property for specifying the preferred test query in Hibernate C3P0. -
HIBERNATE_C3P0_TEST_CONNECTION_ON_CHECKOUT
Represents the configuration property for specifying testing connections during checkout in Hibernate C3P0. -
HIBERNATE_C3P0_MAX_CONNECTION_AGE
Represents the configuration property for specifying the maximum age of connections in Hibernate C3P0. -
HIBERNATE_C3P0_TIMEOUT
Represents the configuration property for specifying the connection timeout in Hibernate C3P0. -
HIBERNATE_C3P0_ACQUIRE_INCREMENT
Represents the configuration property for specifying the connection acquire increment in Hibernate C3P0. -
HIBERNATE_C3P0_CHECKOUT_TIMEOUT
Represents the configuration property for specifying the connection checkout timeout in Hibernate C3P0. -
HIBERNATE_C3P0_STATEMENTS_CACHE
Represents the configuration property for specifying the maximum number of cached statements in Hibernate C3P0. -
HIBERNATE_C3P0_STATEMENTS_CACHE_PER_CONNECTION
Represents the configuration property for specifying the maximum number of cached statements per connection in Hibernate C3P0. -
HIBERNATE_C3P0_NUM_HELPER_THREADS
Represents the configuration property for specifying the number of helper threads in Hibernate C3P0. -
HIBERNATE_C3P0_AUTOMATIC_TEST_TABLE
Represents the configuration property for specifying the automatic test table in Hibernate C3P0. -
HIBERNATE_C3P0_ADMIN_MAX_TASK_TIME
Represents the configuration property for specifying the maximum time for administrative tasks in Hibernate C3P0. -
HIBERNATE_C3P0_IDLE_CONNECTION_CHECK_TIMEOUT
Represents the configuration property for specifying the timeout for checking idle connections in Hibernate C3P0.
-
-
Constructor Details
-
Hibernate
public Hibernate()
-