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

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


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.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 = "2013-09-25T14:30:36-0400")
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 entitiesInserted = "Entities inserted: %s";
    private final static String statementsClosed = "Statements closed: %s";
    private final static String unableToWriteCachedFile = "I/O reported error writing cached file : %s: %s";
    private final static String autoCommitMode = "Autocommit mode: %s";
    private final static String writeLocksNotSupported = "Write locks via update not supported for non-versioned entities [%s]";
    private final static String logicalConnectionReleasingPhysicalConnection = "Logical connection releasing its physical connection";
    private final static String unableToCloseOutputStream = "IOException occurred closing output stream";
    private final static String logicalConnectionClosed = "*** Logical connection closed ***";
    private final static String unableToBuildEnhancementMetamodel = "Unable to build enhancement metamodel for %s";
    private final static String transactionStrategy = "Transaction strategy: %s";
    private final static String entityAnnotationOnNonRoot = "@org.hibernate.annotations.Entity used on a non root entity: ignored for %s";
    private final static String unregisteredStatement = "ResultSet's statement was not registered";
    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 unableToCompleteSchemaUpdate = "Could not complete schema update";
    private final static String duplicateImport = "Duplicate import: %s -> %s";
    private final static String multipleValidationModes = "'javax.persistence.validation.mode' named multiple values : %s";
    private final static String configurationResource = "Configuration resource: %s";
    private final static String unableToLogSqlWarnings = "Unable to log SQLWarnings : %s";
    private final static String unableToCreateProxyFactory = "Could not create proxy factory for:%s";
    private final static String unableToInstantiateConfiguredSchemaNameResolver = "Unable to instantiate configured schema name resolver [%s] %s";
    private final static String deprecatedOracle9Dialect = "The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead";
    private final static String namingExceptionAccessingFactory = "Naming exception occurred accessing factory: %s";
    private final static String illegalPropertyGetterArgument = "IllegalArgumentException in class: %s, getter method of property: %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 hibernateConnectionPoolSize = "Hibernate connection pool size: %s";
    private final static String entitiesLoaded = "Entities loaded: %s";
    private final static String usingStreams = "Using java.io streams to persist binary types";
    private final static String unableToToggleAutoCommit = "Could not toggle autocommit";
    private final static String alreadySessionBound = "Already session bound on call to bind(); make sure you clean up your sessions!";
    private final static String configuringFromResource = "Configuring from resource: %s";
    private final static String connectionProperties = "Connection properties: %s";
    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 queryCachePuts = "Query cache puts: %s";
    private final static String queryCacheMisses = "Query cache misses: %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 unableToSynchronizeDatabaseStateWithSession = "Could not synchronize database state with session: %s";
    private final static String unableToBindEjb3ConfigurationToJndi = "Could not bind Ejb3Configuration to JNDI";
    private final static String splitQueries = "Manipulation query [%s] resulted in [%s] split queries";
    private final static String unableToDestroyQueryCache = "Unable to destroy query cache: %s: %s";
    private final static String duplicateMetadata = "Found more than one , subsequent ignored";
    private final static String gettersOfLazyClassesCannotBeFinal = "Getters of lazy classes cannot be final: %s.%s";
    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 queriesExecuted = "Queries executed to database: %s";
    private final static String JavaSqlTypesMappedSameCodeMultipleTimes = "java.sql.Types mapped the same code [%s] multiple times; was [%s]; now [%s]";
    private final static String addingOverrideFor = "Adding override for %s: %s";
    private final static String instantiatingExplicitConnectionProvider = "Instantiating explicit connection provider: %s";
    private final static String exceptionInAfterTransactionCompletionInterceptor = "Exception in interceptor afterTransactionCompletion()";
    private final static String parsingXmlWarning = "Warning parsing XML (%s) : %s";
    private final static String unableToStopService = "Error stopping service [%s] : %s";
    private final static String naturalIdMaxQueryTime = "Max NaturalId query time: %sms";
    private final static String unableToObjectConnectionToQueryMetadata = "Could not obtain connection to query metadata: %s";
    private final static String invalidDiscriminatorAnnotation = "Discriminator column has to be defined in the root entity, it will be ignored in subclass: %s";
    private final static String failSafeEntitiesCleanup = "Fail-safe cleanup (entities) : %s";
    private final static String unableToPerformJdbcCommit = "JDBC commit failed";
    private final static String factoryBoundToJndiName = "Bound factory to JNDI name: %s";
    private final static String processingPersistenceUnitInfoName = "Processing PersistenceUnitInfo [\n\tname: %s\n\t...]";
    private final static String entitiesUpdated = "Entities updated: %s";
    private final static String sqlWarning = "SQL Error: %s, SQLState: %s";
    private final static String secondLevelCacheHits = "Second level cache hits: %s";
    private final static String configuringFromFile = "Configuring from file: %s";
    private final static String timestampCachePuts = "update timestamps cache puts: %s";
    private final static String guidGenerated = "GUID identifier generated: %s";
    private final static String tableFound = "Table found: %s";
    private final static String invalidArrayElementType = "Array element type error\n%s";
    private final static String unregisteredResultSetWithoutStatement = "ResultSet had no statement associated with it, but was not yet registered";
    private final static String scopingTypesToSessionFactoryAfterAlreadyScoped = "Scoping types to session factory %s after already scoped %s";
    private final static String unableToRollbackConnection = "Unable to rollback connection on exception [%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 noColumnsSpecifiedForIndex = "There were not column names specified for index %s on table %s";
    private final static String jaccContextId = "JACC contextID: %s";
    private final static String schemaExportUnsuccessful = "Schema export unsuccessful";
    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 unableToApplyConstraints = "Unable to apply constraints on DDL for %s";
    private final static String unableToUpdateHiValue = "Could not update hi value in: %s";
    private final static String unableToReleaseBatchStatement = "Unable to release batch statement...";
    private final static String factoryUnboundFromJndiName = "Unbound factory from JNDI name: %s";
    private final static String unexpectedRowCounts = "JDBC driver did not return the expected number of row counts";
    private final static String hydratingEntitiesCount = "On EntityLoadContext#clear, hydratingEntities contained [%s] entries";
    private final static String stoppingService = "Stopping service";
    private final static String unableToClosePooledConnection = "Problem closing pooled connection";
    private final static String naturalIdCachePuts = "NaturalId cache puts: %s";
    private final static String unableToObtainConnectionToQueryMetadata = "Could not obtain connection to query metadata : %s";
    private final static String definingFlushBeforeCompletionIgnoredInHem = "Defining %s=true ignored in HEM";
    private final static String lazyPropertyFetchingAvailable = "Lazy property fetching available for: %s";
    private final static String version = "Hibernate Core {%s}";
    private final static String localLoadingCollectionKeysCount = "On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [%s] entries";
    private final static String unableToParseMetadata = "Could not parse the package-level metadata [%s]";
    private final static String unableToConstructSqlExceptionConverter = "Unable to construct instance of specified SQLExceptionConverter : %s";
    private final static String unableToObtainInitialContext = "Could not obtain initial context";
    private final static String unableToCloseIterator = "Unable to close iterator";
    private final static String deprecatedForceDescriminatorAnnotation = "@ForceDiscriminator is deprecated use @DiscriminatorOptions instead.";
    private final static String exceptionInSubResolver = "Sub-resolver threw unexpected exception, continuing to next : %s";
    private final static String sessionsClosed = "Sessions closed: %s";
    private final static String synchronizationFailed = "Exception calling user Synchronization [%s] : %s";
    private final static String unexpectedLiteralTokenType = "Unexpected literal token type [%s] passed for numeric processing";
    private final static String setManagerLookupClass = "You should set hibernate.transaction.manager_lookup_class if cache is enabled";
    private final static String unableToQueryDatabaseMetadata = "Unable to query java.sql.DatabaseMetaData";
    private final static String connectionsObtained = "Connections obtained: %s";
    private final static String entitiesFetched = "Entities fetched (minimize this): %s";
    private final static String noAppropriateConnectionProvider = "No appropriate connection provider encountered, assuming application will be supplying connections";
    private final static String unsupportedMultiTableBulkHqlJpaql = "The %s.%s.%s version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly";
    private final static String unableToResolveAggregateFunction = "Could not resolve aggregate function [%s]; using standard definition";
    private final static String hsqldbSupportsOnlyReadCommittedIsolation = "HSQLDB supports only READ_UNCOMMITTED isolation";
    private final static String sqlExceptionEscapedProxy = "SQLException escaped proxy";
    private final static String unableToLoadScannedClassOrResource = "Exception while loading a class or resource found during scanning";
    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