All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jk.data.vendors.eclipselink.JKPersistenceUnitProperties Maven / Gradle / Ivy

/*
 * Copyright 2002-2022 Dr. Jalal Kiswani. 
 * Email: [email protected]
 * Check out https://smart-api.com for more details
 * 
 * All the opensource projects of Dr. Jalal Kiswani are free for personal and academic use only, 
 * for commercial usage and support, please contact the author.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.jk.data.vendors.eclipselink;

// TODO: Auto-generated Javadoc
/**
 * The Class JKPersistenceUnitProperties.
 */
public class JKPersistenceUnitProperties {

	/** The Constant TRANSACTION_TYPE. */
	public static final String TRANSACTION_TYPE = "javax.persistence.transactionType";

	/** The Constant JTA_DATASOURCE. */
	public static final String JTA_DATASOURCE = "javax.persistence.jtaDataSource";

	/** The Constant NON_JTA_DATASOURCE. */
	public static final String NON_JTA_DATASOURCE = "javax.persistence.nonJtaDataSource";

	// JDBC Properties for internal connection pooling

	/** The Constant JDBC_DRIVER. */
	public static final String JDBC_DRIVER = "javax.persistence.jdbc.driver";

	/** The Constant JDBC_URL. */
	public static final String JDBC_URL = "javax.persistence.jdbc.url";

	/** The Constant JDBC_USER. */
	public static final String JDBC_USER = "javax.persistence.jdbc.user";

	/** The Constant JDBC_PASSWORD. */
	public static final String JDBC_PASSWORD = "javax.persistence.jdbc.password";

	/** The Constant VALIDATOR_FACTORY. */
	public static final String VALIDATOR_FACTORY = "javax.persistence.validation.factory";

	/** The Constant VALIDATION_MODE. */
	public static final String VALIDATION_MODE = "javax.persistence.validation.mode";

	/** The Constant VALIDATION_GROUP_PRE_PERSIST. */
	public static final String VALIDATION_GROUP_PRE_PERSIST = "javax.persistence.validation.group.pre-persist";

	/** The Constant VALIDATION_GROUP_PRE_UPDATE. */
	public static final String VALIDATION_GROUP_PRE_UPDATE = "javax.persistence.validation.group.pre-update";

	/** The Constant VALIDATION_GROUP_PRE_REMOVE. */
	public static final String VALIDATION_GROUP_PRE_REMOVE = "javax.persistence.validation.group.pre-remove";

	// Caching Properties

	/** The Constant SCHEMA_DATABASE_PRODUCT_NAME. */
	public static final String SCHEMA_DATABASE_PRODUCT_NAME = "javax.persistence.database-product-typeName";

	/** The Constant SCHEMA_DATABASE_MAJOR_VERSION. */
	public static final String SCHEMA_DATABASE_MAJOR_VERSION = "javax.persistence.database-major-version";

	/** The Constant SCHEMA_DATABASE_MINOR_VERSION. */
	public static final String SCHEMA_DATABASE_MINOR_VERSION = "javax.persistence.database-minor-version";

	/** The Constant SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE. */
	public static final String SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE = "javax.persistence.schema-generation.create-script-source";

	/** The Constant SCHEMA_GENERATION_DROP_SCRIPT_SOURCE. */
	public static final String SCHEMA_GENERATION_DROP_SCRIPT_SOURCE = "javax.persistence.schema-generation.drop-script-source";

	/** The Constant SCHEMA_GENERATION_CONNECTION. */
	public static final String SCHEMA_GENERATION_CONNECTION = "javax.persistence.schema-generation.connection";

	/** The Constant SCHEMA_GENERATION_SQL_LOAD_SCRIPT_SOURCE. */
	public static final String SCHEMA_GENERATION_SQL_LOAD_SCRIPT_SOURCE = "javax.persistence.sql-load-script-source";

	/** The Constant QUERY_TIMEOUT. */
	public static final String QUERY_TIMEOUT = "javax.persistence.query.timeout";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy