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

org.hibernate.envers.internal.EnversMessageLogger_$logger Maven / Gradle / Ivy

There is a newer version: 7.0.0.Beta1
Show newest version

package org.hibernate.envers.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.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 = "2012-04-05T13:58:12-0500")
public class EnversMessageLogger_$logger
    implements Serializable, EnversMessageLogger, CoreMessageLogger, BasicLogger
{

    private final static long serialVersionUID = 1L;
    private final static String projectCode = "HHH";
    private final static String FQCN = EnversMessageLogger_$logger.class.getName();
    protected final Logger log;
    private final static String statementsClosed = "Statements closed: %s";
    private final static String configuringFromResource = "Configuring from resource: %s";
    private final static String jndiInitialContextProperties = "JNDI InitialContext properties:%s";
    private final static String logicalConnectionReleasingPhysicalConnection = "Logical connection releasing its physical connection";
    private final static String logicalConnectionClosed = "*** Logical connection closed ***";
    private final static String unableToLocateCustomOptimizerClass = "Unable to interpret specified optimizer [%s], falling back to noop";
    private final static String readOnlyCacheConfiguredForMutableCollection = "read-only cache configured for mutable collection [%s]";
    private final static String unregisteredStatement = "ResultSet's statement was not registered";
    private final static String unableToCleanupTemporaryIdTable = "Unable to cleanup temporary id table after use [%s]";
    private final static String compositeIdClassDoesNotOverrideHashCode = "Composite-id class does not override hashCode(): %s";
    private final static String synchronizationAlreadyRegistered = "Synchronization [%s] was already registered";
    private final static String unableToDestroyQueryCache = "Unable to destroy query cache: %s: %s";
    private final static String sqlWarning = "SQL Error: %s, SQLState: %s";
    private final static String unableToDestroyUpdateTimestampsCache = "Unable to destroy update timestamps cache: %s: %s";
    private final static String deprecatedOracle9Dialect = "The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead";
    private final static String unableToApplyConstraints = "Unable to apply constraints on DDL for %s";
    private final static String disablingContextualLOBCreationSinceConnectionNull = "Disabling contextual LOB creation as connection was null";
    private final static String addingOverrideFor = "Adding override for %s: %s";
    private final static String unableToLogSqlWarnings = "Unable to log SQLWarnings : %s";
    private final static String schemaUpdateComplete = "Schema update complete";
    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 unableToSetTransactionToRollbackOnly = "Could not set transaction to rollback only";
    private final static String unableToReleaseCacheLock = "Could not release a cache lock : %s";
    private final static String pooledOptimizerReportedInitialValue = "Pooled optimizer source reported [%s] as the initial value; use of 1 or greater highly recommended";
    private final static String disallowingInsertStatementComment = "Disallowing insert statement comment for select-identity due to Oracle driver bug";
    private final static String overridingTransactionStrategyDangerous = "Overriding %s is dangerous, this might break the EJB3 specification implementation";
    private final static String factoryUnboundFromJndiName = "Unbound factory from JNDI name: %s";
    private final static String loggingStatistics = "Logging statistics....";
    private final static String exceptionHeaderFound = "%s %s found";
    private final static String duplicateJoins = "Duplicate joins for class: %s";
    private final static String sessionsOpened = "Sessions opened: %s";
    private final static String unableToBuildEnhancementMetamodel = "Unable to build enhancement metamodel for %s";
    private final static String unableToExecuteResolver = "Error executing resolver [%s] : %s";
    private final static String containsJoinFetchedCollection = "Ignoring bag join fetch [%s] due to prior collection join fetch";
    private final static String unableToSynchronizeDatabaseStateWithSession = "Could not synchronize database state with session: %s";
    private final static String cleaningUpConnectionPool = "Cleaning up connection pool [%s]";
    private final static String deprecatedUuidGenerator = "DEPRECATED : use [%s] instead with custom [%s] implementation";
    private final static String unableToCloseInitialContext = "Error closing InitialContext [%s]";
    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 unableToCloseInputStreamForResource = "Could not close input stream for %s";
    private final static String jdbcUrlNotSpecified = "JDBC URL was not specified by property %s";
    private final static String preparedStatementAlreadyInBatch = "PreparedStatement was already in the batch, [%s].";
    private final static String schemaExportComplete = "Schema export complete";
    private final static String unsuccessfulCreate = "Unsuccessful: %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 renamedProperty = "Property [%s] has been renamed to [%s]; update your properties appropriately";
    private final static String deprecatedTransactionManagerStrategy = "Using deprecated %s strategy [%s], use newer %s strategy instead [%s]";
    private final static String unableToCloseSession = "Could not close session";
    private final static String unableToGetDatabaseMetadata = "Could not get database metadata";
    private final static String queryCacheHits = "Query cache hits: %s";
    private final static String factoryBoundToJndiName = "Bound factory to JNDI name: %s";
    private final static String unableToWrapResultSet = "Error wrapping result set";
    private final static String unableToDestroyCache = "Unable to destroy cache: %s";
    private final static String duplicateListener = "entity-listener duplication, first event definition will be used: %s";
    private final static String naturalIdQueriesExecuted = "NaturalId queries executed to database: %s";
    private final static String failSafeEntitiesCleanup = "Fail-safe cleanup (entities) : %s";
    private final static String transactions = "Transactions: %s";
    private final static String cacheProvider = "Cache provider: %s";
    private final static String unableToResolveAggregateFunction = "Could not resolve aggregate function [%s]; using standard definition";
    private final static String unableToInstantiateConfiguredSchemaNameResolver = "Unable to instantiate configured schema name resolver [%s] %s";
    private final static String invalidOnDeleteAnnotation = "Inapropriate use of @OnDelete on entity, annotation ignored: %s";
    private final static String namingExceptionAccessingFactory = "Naming exception occurred accessing factory: %s";
    private final static String unableToPerformJdbcCommit = "JDBC commit failed";
    private final static String unableToObtainInitialContext = "Could not obtain initial context";
    private final static String unableToRetrieveCache = "Unable to retreive cache from JNDI [%s]: %s";
    private final static String immutableAnnotationOnNonRoot = "@Immutable used on a non root entity: ignored for %s";
    private final static String failSafeCollectionsCleanup = "Fail-safe cleanup (collections) : %s";
    private final static String factoryUnboundFromName = "A factory was unbound from name: %s";
    private final static String unableToWriteCachedFile = "I/O reported error writing cached file : %s: %s";
    private final static String unableToReadClass = "Unable to read class: %s";
    private final static String writingGeneratedSchemaToFile = "Writing generated schema to file: %s";
    private final static String collectionsRecreated = "Collections recreated: %s";
    private final static String unknownBytecodeProvider = "unrecognized bytecode provider [%s], using javassist by default";
    private final static String unableToDeserializeCache = "Could not deserialize cache file: %s : %s";
    private final static String instantiatingExplicitConnectionProvider = "Instantiating explicit connection provider: %s";
    private final static String timestampCacheHits = "update timestamps cache hits: %s";
    private final static String configuredSessionFactory = "Configured SessionFactory: %s";
    private final static String unregisteredResultSetWithoutStatement = "ResultSet had no statement associated with it, but was not yet registered";
    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 narrowingProxy = "Narrowing proxy to %s - this operation breaks ==";
    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