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

org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger Maven / Gradle / Ivy


package org.hibernate.service.jdbc.connections.internal;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.net.URL;
import java.sql.SQLException;
import java.sql.SQLWarning;
import java.util.Hashtable;
import java.util.Properties;
import java.util.Set;
import javax.annotation.Generated;
import javax.naming.NameNotFoundException;
import javax.naming.NamingException;
import javax.transaction.SystemException;
import org.hibernate.LockMode;
import org.hibernate.cache.CacheException;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.loading.internal.CollectionLoadContext;
import org.hibernate.engine.loading.internal.EntityLoadContext;
import org.hibernate.engine.spi.CollectionKey;
import org.hibernate.id.IntegralDataTypeHolder;
import org.hibernate.internal.CoreMessageLogger;
import org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver;
import org.hibernate.service.jndi.JndiNameException;
import org.hibernate.type.BasicType;
import org.hibernate.type.SerializationException;
import org.hibernate.type.Type;
import org.jboss.logging.BasicLogger;
import org.jboss.logging.Logger;


/**
 * Warning this class consists of generated code.
 * 
 */
@Generated(value = "org.jboss.logging.processor.model.MessageLoggerImplementor", date = "2015-01-05T13:54:49-0800")
public class C3P0MessageLogger_$logger
    implements Serializable, CoreMessageLogger, C3P0MessageLogger, BasicLogger
{

    private final static long serialVersionUID = 1L;
    private final static String projectCode = "HHH";
    private final static String FQCN = C3P0MessageLogger_$logger.class.getName();
    protected final Logger log;
    private final static String unableToCloseStreamError = "Could not close stream on hibernate.properties: %s";
    private final static String readingMappingsFromResource = "Reading mappings from resource: %s";
    private final static String invalidTableAnnotation = "Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: %s";
    private final static String proxoolProviderClassNotFound = "proxool properties were encountered, but the %s provider class was not found on the classpath; these properties are going to be ignored.";
    private final static String connectionProperties = "Connection properties: %s";
    private final static String unableToUpdateHiValue = "Could not update hi value in: %s";
    private final static String logicalConnectionReleasingPhysicalConnection = "Logical connection releasing its physical connection";
    private final static String secondLevelCachePuts = "Second level cache puts: %s";
    private final static String logicalConnectionClosed = "*** Logical connection closed ***";
    private final static String expectedType = "Expected type: %s, actual value: %s";
    private final static String startingQueryCache = "Starting query cache at region: %s";
    private final static String unableToObtainInitialContext = "Could not obtain initial context";
    private final static String unableToCreateSchema = "Error creating schema ";
    private final static String lazyPropertyFetchingAvailable = "Lazy property fetching available for: %s";
    private final static String localLoadingCollectionKeysCount = "On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [%s] entries";
    private final static String unregisteredStatement = "ResultSet's statement was not registered";
    private final static String unableToCompleteSchemaUpdate = "Could not complete schema update";
    private final static String entityAnnotationOnNonRoot = "@org.hibernate.annotations.Entity used on a non root entity: ignored for %s";
    private final static String bothHibernateAndC3p0StylesSet = "Both hibernate-style property '%s' and c3p0-style property '%s' have been set in hibernate.properties. Hibernate-style property '%s' will be used and c3p0-style property '%s' will be ignored!";
    private final static String deprecatedOracle9Dialect = "The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead";
    private final static String invalidOnDeleteAnnotation = "Inapropriate use of @OnDelete on entity, annotation ignored: %s";
    private final static String disablingContextualLOBCreationSinceConnectionNull = "Disabling contextual LOB creation as connection was null";
    private final static String schemaUpdateComplete = "Schema update complete";
    private final static String noColumnsSpecifiedForIndex = "There were not column names specified for index %s on table %s";
    private final static String resolvedSqlTypeDescriptorForDifferentSqlCode = "Resolved SqlTypeDescriptor is for a different SQL code. %s has sqlCode=%s; type override %s has sqlCode=%s";
    private final static String usingStreams = "Using java.io streams to persist binary types";
    private final static String alreadySessionBound = "Already session bound on call to bind(); make sure you clean up your sessions!";
    private final static String disallowingInsertStatementComment = "Disallowing insert statement comment for select-identity due to Oracle driver bug";
    private final static String loggingStatistics = "Logging statistics....";
    private final static String collectionsLoaded = "Collections loaded: %s";
    private final static String unsupportedProperty = "Usage of obsolete property: %s no longer supported, use: %s";
    private final static String configuredSessionFactory = "Configured SessionFactory: %s";
    private final static String queryCacheHits = "Query cache hits: %s";
    private final static String unableToCloseConnection = "Error closing connection";
    private final static String writeLocksNotSupported = "Write locks via update not supported for non-versioned entities [%s]";
    private final static String maxQueryTime = "Max query time: %sms";
    private final static String duplicateMetadata = "Found more than one , subsequent ignored";
    private final static String orderByAnnotationIndexedCollection = "@OrderBy not allowed for an indexed collection, annotation ignored.";
    private final static String schemaExportComplete = "Schema export complete";
    private final static String javassistEnhancementFailed = "Javassist Enhancement failed: %s";
    private final static String unableToRetrieveTypeInfoResultSet = "Unable to retrieve type info result set : %s";
    private final static String transactions = "Transactions: %s";
    private final static String unableToParseMetadata = "Could not parse the package-level metadata [%s]";
    private final static String recognizedObsoleteHibernateNamespace = "Recognized obsolete hibernate namespace %s. Use namespace %s instead. Refer to Hibernate 3.6 Migration Guide!";
    private final static String jdbcIsolationLevel = "JDBC isolation level: %s";
    private final static String unknownOracleVersion = "Unknown Oracle major version [%s]";
    private final static String entityIdentifierValueBindingExists = "Setting entity-identifier value binding where one already existed : %s.";
    private final static String hydratingEntitiesCount = "On EntityLoadContext#clear, hydratingEntities contained [%s] entries";
    private final static String tooManyInExpressions = "Dialect [%s] limits the number of elements in an IN predicate to %s entries.  However, the given parameter list [%s] contained %s entries, which will likely cause failures to execute the query in the database";
    private final static String unableToUpdateQueryHiValue = "Could not updateQuery hi value in: %s";
    private final static String unableToBuildSessionFactoryUsingMBeanClasspath = "Could not build SessionFactory using the MBean classpath - will try again using client classpath: %s";
    private final static String unableToAccessEjb3Configuration = "Naming exception occurred accessing Ejb3Configuration";
    private final static String unableToCloseInitialContext = "Error closing InitialContext [%s]";
    private final static String naturalIdQueriesExecuted = "NaturalId queries executed to database: %s";
    private final static String honoringOptimizerSetting = "Config specified explicit optimizer of [%s], but [%s=%s; honoring optimizer setting";
    private final static String collectionsUpdated = "Collections updated: %s";
    private final static String narrowingProxy = "Narrowing proxy to %s - this operation breaks ==";
    private final static String unableToInstantiateConfiguredSchemaNameResolver = "Unable to instantiate configured schema name resolver [%s] %s";
    private final static String invalidSubStrategy = "Mixing inheritance strategy in a entity hierarchy is not allowed, ignoring sub strategy in: %s";
    private final static String usingUuidHexGenerator = "Using %s which does not generate IETF RFC 4122 compliant UUID values; consider using %s instead";
    private final static String propertiesLoaded = "Loaded properties from resource hibernate.properties: %s";
    private final static String unableToAccessSessionFactory = "Error while accessing session factory with JNDI name %s";
    private final static String unableToCloseSession = "Could not close session";
    private final static String invalidEditOfReadOnlyItem = "Application attempted to edit read only item: %s";
    private final static String usingDriver = "using driver [%s] at URL [%s]";
    private final static String unknownBytecodeProvider = "unrecognized bytecode provider [%s], using javassist by default";
    private final static String unableToPerformJdbcCommit = "JDBC commit failed";
    private final static String loadingCollectionKeyNotFound = "In CollectionLoadContext#endLoadingCollections, localLoadingCollectionKeys contained [%s], but no LoadingCollectionEntry was found in loadContexts";
    private final static String columns = "Columns: %s";
    private final static String expired = "An item was expired by the cache while it was locked (increase your cache timeout): %s";
    private final static String statementsClosed = "Statements closed: %s";
    private final static String sqlWarning = "SQL Error: %s, SQLState: %s";
    private final static String jdbcDriverNotFound = "JDBC Driver class not found: %s";
    private final static String noSessionFactoryWithJndiName = "No session factory with JNDI name %s";
    private final static String unableToUnbindFactoryFromJndi = "Could not unbind factory from JNDI";
    private final static String multipleValidationModes = "'javax.persistence.validation.mode' named multiple values : %s";
    private final static String unknownSqlServerVersion = "Unknown Microsoft SQL Server major version [%s] using SQL Server 2000 dialect";
    private final static String unableToObtainConnectionToQueryMetadata = "Could not obtain connection to query metadata : %s";
    private final static String unregisteredResultSetWithoutStatement = "ResultSet had no statement associated with it, but was not yet registered";
    private final static String hql = "HQL: %s, time: %sms, rows: %s";
    private final static String parsingXmlWarningForFile = "Warning parsing XML: %s(%s) %s";
    private final static String unableToCreateProxyFactory = "Could not create proxy factory for:%s";
    private final static String splitQueries = "Manipulation query [%s] resulted in [%s] split queries";
    private final static String forcingTableUse = "Forcing table use for sequence-style generator due to pooled optimizer selection where db does not support pooled sequences";
    private final static String queryCachePuts = "Query cache puts: %s";
    private final static String entitiesUpdated = "Entities updated: %s";
    private final static String unableToReleaseBatchStatement = "Unable to release batch statement...";
    private final static String unableToCloseStream = "IOException occurred closing stream";
    private final static String readingMappingsFromFile = "Reading mappings from file: %s";
    private final static String c3p0UsingDriver = "C3P0 using driver: %s at URL: %s";
    private final static String unableToInstantiateC3p0ConnectionPool = "Could not instantiate C3P0 connection pool";
    private final static String naturalIdCacheMisses = "NaturalId cache misses: %s";
    private final static String unexpectedRowCounts = "JDBC driver did not return the expected number of row counts";
    private final static String unableToSwitchToMethodUsingColumnIndex = "Exception switching from method: [%s] to a method using the column index. Reverting to using: [%




© 2015 - 2024 Weber Informatics LLC | Privacy Policy