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

org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger Maven / Gradle / Ivy

Go to download

Integration for Ehcache into Hibernate as a second-level caching service

There is a newer version: 5.4.2.Final
Show newest version

package org.hibernate.cache.ehcache;

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-07-24T14:32:49-0700")
public class EhCacheMessageLogger_$logger
    implements Serializable, EhCacheMessageLogger, CoreMessageLogger, BasicLogger
{

    private final static long serialVersionUID = 1L;
    private final static String projectCode = "HHH";
    private final static String FQCN = EhCacheMessageLogger_$logger.class.getName();
    protected final Logger log;
    private final static String unableToTransformClass = "Unable to transform class: %s";
    private final static String entitiesDeleted = "Entities deleted: %s";
    private final static String unableToDeserializeCache = "Could not deserialize cache file: %s : %s";
    private final static String unableToLoadScannedClassOrResource = "Exception while loading a class or resource found during scanning";
    private final static String transactions = "Transactions: %s";
    private final static String unableToObjectConnectionToQueryMetadata = "Could not obtain connection to query metadata: %s";
    private final static String applyingExplicitDiscriminatorColumnForJoined = "Joined inheritance hierarchy [%1$s] defined explicit @DiscriminatorColumn.  Legacy Hibernate behavior was to ignore the @DiscriminatorColumn.  However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn.  If you would prefer the legacy behavior, enable the `%2$s` setting (%2$s=true)";
    private final static String missingEntityAnnotation = "Class annotated @org.hibernate.annotations.Entity but not javax.persistence.Entity (most likely a user error): %s";
    private final static String logicalConnectionReleasingPhysicalConnection = "Logical connection releasing its physical connection";
    private final static String packageNotFound = "Package not found or wo package-info.java: %s";
    private final static String logicalConnectionClosed = "*** Logical connection closed ***";
    private final static String unableToCloseSession = "Could not close session";
    private final static String statementsClosed = "Statements closed: %s";
    private final static String unregisteredStatement = "ResultSet's statement was not registered";
    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 optimisticLockFailures = "Optimistic lock failures: %s";
    private final static String unexpectedLiteralTokenType = "Unexpected literal token type [%s] passed for numeric processing";
    private final static String jdbcDriverNotSpecified = "No JDBC Driver class was specified by property %s";
    private final static String connectionProperties = "Connection properties: %s";
    private final static String parsingXmlWarningForFile = "Warning parsing XML: %s(%s) %s";
    private final static String unableToStopHibernateService = "Exception while stopping service";
    private final static String invalidOnDeleteAnnotation = "Inapropriate use of @OnDelete on entity, annotation ignored: %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 jdbcIsolationLevel = "JDBC isolation level: %s";
    private final static String timestampCachePuts = "update timestamps cache puts: %s";
    private final static String deprecatedOracle9Dialect = "The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead";
    private final static String unsupportedInitialValue = "Hibernate does not support SequenceGenerator.initialValue() unless '%s' set";
    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 unableToAccessTypeInfoResultSet = "Error accessing type info result set : %s";
    private final static String unableToRetrieveTypeInfoResultSet = "Unable to retrieve type info result set : %s";
    private final static String connectionsObtained = "Connections obtained: %s";
    private final static String usingStreams = "Using java.io streams to persist binary types";
    private final static String entitiesUpdated = "Entities updated: %s";
    private final static String collectionsRemoved = "Collections removed: %s";
    private final static String alreadySessionBound = "Already session bound on call to bind(); make sure you clean up your sessions!";
    private final static String exceptionHeaderNotFound = "%s No %s found";
    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 entityManagerClosedBySomeoneElse = "Entity Manager closed by someone else (%s must not be used)";
    private final static String disallowingInsertStatementComment = "Disallowing insert statement comment for select-identity due to Oracle driver bug";
    private final static String unableToExecuteBatch = "Exception executing batch [%s]";
    private final static String loggingStatistics = "Logging statistics....";
    private final static String entityManagerFactoryAlreadyRegistered = "Entity manager factory name (%s) is already registered.  If entity manager will be clustered or passivated, specify a unique value for property '%s'";
    private final static String unableToCloseInputStreamForResource = "Could not close input stream for %s";
    private final static String unableToDestroyQueryCache = "Unable to destroy query cache: %s: %s";
    private final static String cleaningUpConnectionPool = "Cleaning up connection pool [%s]";
    private final static String configuredSessionFactory = "Configured SessionFactory: %s";
    private final static String containsJoinFetchedCollection = "Ignoring bag join fetch [%s] due to prior collection join fetch";
    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 unableToLocateConfiguredSchemaNameResolver = "Unable to locate configured schema name resolver class [%s] %s";
    private final static String unableToGetDatabaseMetadata = "Could not get database metadata";
    private final static String unableToCleanupTemporaryIdTable = "Unable to cleanup temporary id table after use [%s]";
    private final static String c3p0ProviderClassNotFound = "c3p0 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 missingArguments = "Function template anticipated %s arguments, but %s arguments encountered";
    private final static String unableToRetrieveCache = "Unable to retreive cache from JNDI [%s]: %s";
    private final static String unableToInstantiateUuidGenerationStrategy = "Unable to instantiate UUID generation strategy class : %s";
    private final static String duplicateJoins = "Duplicate joins for class: %s";
    private final static String unableToCloseSessionDuringRollback = "Could not close session during rollback";
    private final static String unableToResolveAggregateFunction = "Could not resolve aggregate function [%s]; using standard definition";
    private final static String collectionsFetched = "Collections fetched (minimize this): %s";
    private final static String renamedProperty = "Property [%s] has been renamed to [%s]; update your properties appropriately";
    private final static String unableToReleaseIsolatedConnection = "Unable to release isolated connection [%s]";
    private final static String legacyTransactionManagerStrategy = "Encountered legacy TransactionManagerLookup specified; convert to newer %s contract specified via %s setting";
    private final static String unableToPerformJdbcCommit = "JDBC commit failed";
    private final static String compositeIdClassDoesNotOverrideEquals = "Composite-id class does not override equals(): %s";
    private final static String immutableAnnotationOnNonRoot = "@Immutable used on a non root entity: ignored for %s";
    private final static String unableToAccessSessionFactory = "Error while accessing session factory with JNDI name %s";
    private final static String readingMappingsFromResource = "Reading mappings from resource: %s";
    private final static String queryCacheMisses = "Query cache misses: %s";
    private final static String unsuccessfulCreate = "Unsuccessful: %s";
    private final static String parsingXmlWarning = "Warning parsing XML (%s) : %s";
    private final static String unableToCloseOutputStream = "IOException occurred closing output stream";
    private final static String entityAnnotationOnNonRoot = "@org.hibernate.annotations.Entity used on a non root entity: ignored for %s";
    private final static String unableToCloseInputStream = "Could not close input stream";
    private final static String unableToLocateCustomOptimizerClass = "Unable to interpret specified optimizer [%s], falling back to noop";
    private final static String unableToReleaseCreatedMBeanServer = "Unable to release created MBeanServer : %s";
    private final static String jdbcUrlNotSpecified = "JDBC URL was not specified by property %s";
    private final static String unregisteredResultSetWithoutStatement = "ResultSet had no statement associated with it, but was not yet registered";
    private final static String unableToPerformManagedFlush = "Error during managed flush [%s]";
    private final static String unableToSwitchToMethodUsingColumnIndex = "Exception switching from method: [%s] to a method using the column index. Reverting to using: [%




© 2015 - 2025 Weber Informatics LLC | Privacy Policy