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.Serializable;
import java.lang.reflect.Method;
import java.net.URL;
import java.sql.SQLWarning;
import java.util.Hashtable;
import javax.annotation.Generated;
import javax.naming.NameNotFoundException;
import javax.transaction.SystemException;
import org.hibernate.LockMode;
import org.hibernate.cache.CacheException;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.jdbc.dialect.spi.DialectResolver;
import org.hibernate.engine.jndi.JndiNameException;
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.type.BasicType;
import org.hibernate.type.SerializationException;
import org.hibernate.type.Type;
import org.jboss.logging.BasicLogger;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.Logger;


/**
 * Warning this class consists of generated code.
 * 
 */
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2015-05-14T18:17:17-0700")
public class EnversMessageLogger_$logger
    extends DelegatingBasicLogger
    implements Serializable, EnversMessageLogger, CoreMessageLogger, BasicLogger
{

    private final static long serialVersionUID = 1L;
    private final static java.lang.String FQCN = EnversMessageLogger_$logger.class.getName();
    private final static java.lang.String factoryUnboundFromJndiName = "HHH000097: Unbound factory from JNDI name: %s";
    private final static java.lang.String maxQueryTime = "HHH000173: Max query time: %sms";
    private final static java.lang.String factoryUnboundFromName = "HHH000098: A factory was unbound from name: %s";
    private final static java.lang.String readOnlyCacheConfiguredForMutableCollection = "HHH000222: read-only cache configured for mutable collection [%s]";
    private final static java.lang.String unsupportedMultiTableBulkHqlJpaql = "HHH000393: 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 java.lang.String noSessionFactoryWithJndiName = "HHH000184: No session factory with JNDI name %s";
    private final static java.lang.String unableToInstantiateUuidGenerationStrategy = "HHH000325: Unable to instantiate UUID generation strategy class : %s";
    private final static java.lang.String logicalConnectionReleasingPhysicalConnection = "HHH000163: Logical connection releasing its physical connection";
    private final static java.lang.String logicalConnectionClosed = "HHH000162: *** Logical connection closed ***";
    private final static java.lang.String noColumnsSpecifiedForIndex = "HHH000432: There were not column names specified for index %s on table %s";
    private final static java.lang.String statementsPrepared = "HHH000253: Statements prepared: %s";
    private final static java.lang.String unableToDestroyCache = "HHH000308: Unable to destroy cache: %s";
    private final static java.lang.String unregisteredStatement = "HHH000387: ResultSet's statement was not registered";
    private final static java.lang.String unsupportedInitialValue = "HHH000392: Hibernate does not support SequenceGenerator.initialValue() unless '%s' set";
    private final static java.lang.String unableToCloseInputFiles = "HHH000286: Error closing input files: %s";
    private final static java.lang.String typeDefinedNoRegistrationKeys = "HHH000269: Type [%s] defined no registration keys; ignoring";
    private final static java.lang.String queryCacheHits = "HHH000213: Query cache hits: %s";
    private final static java.lang.String configuringFromResource = "HHH000043: Configuring from resource: %s";
    private final static java.lang.String cacheProvider = "HHH000024: Cache provider: %s";
    private final static java.lang.String secondLevelCachePuts = "HHH000239: Second level cache puts: %s";
    private final static java.lang.String naturalIdQueriesExecuted = "HHH000442: NaturalId queries executed to database: %s";
    private final static java.lang.String pooledOptimizerReportedInitialValue = "HHH000201: Pooled optimizer source reported [%s] as the initial value; use of 1 or greater highly recommended";
    private final static java.lang.String definingFlushBeforeCompletionIgnoredInHem = "HHH000059: Defining %s=true ignored in HEM";
    private final static java.lang.String deprecatedOracle9Dialect = "HHH000063: The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead";
    private final static java.lang.String entitiesDeleted = "HHH000076: Entities deleted: %s";
    private final static java.lang.String parsingXmlWarning = "HHH000198: Warning parsing XML (%s) : %s";
    private final static java.lang.String unsuccessfulCreate = "HHH000389: Unsuccessful: %s";
    private final static java.lang.String unableToSetTransactionToRollbackOnly = "HHH000367: Could not set transaction to rollback only";
    private final static java.lang.String disablingContextualLOBCreationSinceConnectionNull = "HHH000422: Disabling contextual LOB creation as connection was null";
    private final static java.lang.String schemaUpdateComplete = "HHH000232: Schema update complete";
    private final static java.lang.String usingStreams = "HHH000407: Using java.io streams to persist binary types";
    private final static java.lang.String alreadySessionBound = "HHH000002: Already session bound on call to bind(); make sure you clean up your sessions!";
    private final static java.lang.String settersOfLazyClassesCannotBeFinal = "HHH000243: Setters of lazy classes cannot be final: %s.%s";
    private final static java.lang.String unableToCleanupTemporaryIdTable = "HHH000283: Unable to cleanup temporary id table after use [%s]";
    private final static java.lang.String disallowingInsertStatementComment = "HHH000067: Disallowing insert statement comment for select-identity due to Oracle driver bug";
    private final static java.lang.String loggingStatistics = "HHH000161: Logging statistics....";
    private final static java.lang.String illegalPropertySetterArgument = "HHH000123: IllegalArgumentException in class: %s, setter method of property: %s";
    private final static java.lang.String statementsClosed = "HHH000252: Statements closed: %s";
    private final static java.lang.String jdbcAutoCommitFalseBreaksEjb3Spec = "HHH000144: %s = false breaks the EJB3 specification";
    private final static java.lang.String preparedStatementAlreadyInBatch = "HHH000202: PreparedStatement was already in the batch, [%s].";
    private final static java.lang.String exceptionInAfterTransactionCompletionInterceptor = "HHH000087: Exception in interceptor afterTransactionCompletion()";
    private final static java.lang.String unableToParseMetadata = "HHH000344: Could not parse the package-level metadata [%s]";
    private final static java.lang.String jdbcDriverNotSpecified = "HHH000148: No JDBC Driver class was specified by property %s";
    private final static java.lang.String writeLocksNotSupported = "HHH000416: Write locks via update not supported for non-versioned entities [%s]";
    private final static java.lang.String unableToCloseOutputStream = "HHH000292: IOException occurred closing output stream";
    private final static java.lang.String duplicateMetadata = "HHH000074: Found more than one , subsequent ignored";
    private final static java.lang.String unableToInstantiateOptimizer = "HHH000322: Unable to instantiate specified optimizer [%s], falling back to noop";
    private final static java.lang.String orderByAnnotationIndexedCollection = "HHH000189: @OrderBy not allowed for an indexed collection, annotation ignored.";
    private final static java.lang.String schemaExportComplete = "HHH000230: Schema export complete";
    private final static java.lang.String exceptionHeaderFound = "HHH000085: %s %s found";
    private final static java.lang.String deprecatedManyToManyOuterJoin = "HHH000454: The outer-join attribute on  has been deprecated. Instead of outer-join=\"false\", use lazy=\"extra\" with , , , , or , which will only initialize entities (not as a proxy) as needed.";
    private final static java.lang.String collectionsUpdated = "HHH000036: Collections updated: %s";
    private final static java.lang.String unableToToggleAutoCommit = "HHH000372: Could not toggle autocommit";
    private final static java.lang.String failSafeCollectionsCleanup = "HHH000100: Fail-safe cleanup (collections) : %s";
    private final static java.lang.String unableToStopService = "HHH000369: Error stopping service [%s] : %s";
    private final static java.lang.String tableNotFound = "HHH000262: Table not found: %s";
    private final static java.lang.String unableToUpdateQueryHiValue = "HHH000376: Could not updateQuery hi value in: %s";
    private final static java.lang.String synchronizationAlreadyRegistered = "HHH000259: Synchronization [%s] was already registered";
    private final static java.lang.String expired = "HHH000092: An item was expired by the cache while it was locked (increase your cache timeout): %s";
    private final static java.lang.String rollbackFromBackgroundThread = "HHH000451: Transaction afterCompletion called by a background thread; delaying afterCompletion processing until the original thread can handle it. [status=%s]";
    private final static java.lang.String unableToLogSqlWarnings = "HHH000335: Unable to log SQLWarnings : %s";
    private final static java.lang.String unableToApplyConstraints = "HHH000274: Unable to apply constraints on DDL for %s";
    private final static java.lang.String secondLevelCacheMisses = "HHH000238: Second level cache misses: %s";
    private final static java.lang.String transactionStrategy = "HHH000268: Transaction strategy: %s";
    private final static java.lang.String splitQueries = "HHH000245: Manipulation query [%s] resulted in [%s] split queries";
    private final static java.lang.String unableToPerformJdbcCommit = "HHH000345: JDBC commit failed";
    private final static java.lang.String queryCachePuts = "HHH000215: Query cache puts: %s";
    private final static java.lang.String exceptionInBeforeTransactionCompletionInterceptor = "HHH000088: Exception in interceptor beforeTransactionCompletion()";
    private final static java.lang.String unableToClosePooledConnection = "HHH000293: Problem closing pooled connection";
    private final static java.lang.String unableToBindValueToParameter = "HHH000278: Could not bind value '%s' to parameter: %s; %s";
    private final static java.lang.String cleaningUpConnectionPool = "HHH000030: Cleaning up connection pool [%s]";
    private final static java.lang.String writingGeneratedSchemaToFile = "HHH000417: Writing generated schema to file: %s";
    private final static java.lang.String unableToDestroyQueryCache = "HHH000309: Unable to destroy query cache: %s: %s";
    private final static java.lang.String readingMappingsFromResource = "HHH000221: Reading mappings from resource: %s";
    private final static java.lang.String entityMappedAsNonAbstract = "HHH000084: Entity [%s] is abstract-class/interface explicitly mapped as non-abstract; be sure to supply entity-names";
    private final static java.lang.String collectionsRecreated = "HHH000034: Collections recreated: %s";
    private final static java.lang.String startingServiceAtJndiName = "HHH000249: Starting service at JNDI name: %s";
    private final static java.lang.String readingMappingsFromFile = "HHH000220: Reading mappings from file: %s";
    private final static java.lang.String unregisteredResultSetWithoutStatement = "HHH000386: ResultSet had no statement associated with it, but was not yet registered";
    private final static java.lang.String serviceProperties = "HHH000240: Service properties: %s";
    private final static java.lang.String unableToCloseInputStreamForResource = "HHH000288: Could not close input stream for %s";
    private final static java.lang.String forcingTableUse = "HHH000107: Forcing table use for sequence-style generator due to pooled optimizer selection where db does not support pooled sequences";
    private final static java.lang.String duplicateImport = "HHH000071: Duplicate import: %s -> %s";
    private final static java.lang.String unableToCloseStreamError = "HHH000297: Could not close stream on hibernate.properties: %s";
    private final static java.lang.String unableToReleaseBatchStatement = "HHH000352: Unable to release batch statement...";
    private final static java.lang.String unableToObtainInitialContext = "HHH000343: Could not obtain initial context";
    private final static java.lang.String immutableAnnotationOnNonRoot = "HHH000124: @Immutable used on a non root entity: ignored for %s";
    private final static java.lang.String schemaExportUnsuccessful = "HHH000231: Schema export unsuccessful";
    private final static java.lang.String unexpectedRowCounts = "HHH000381: JDBC driver did not return the expected number of row counts";
    private final static java.lang.String stoppingService = "HHH000255: Stopping service";
    private final static java.lang.String entityIdentifierValueBindingExists = "HHH000429: Setting entity-identifier value binding where one already existed : %s.";
    private final static java.lang.String exceptionHeaderNotFound = "HHH000086: %s No %s found";
    private final static java.lang.String illegalPropertyGetterArgument = "HHH000122: IllegalArgumentException in class: %s, getter method of property: %s";
    private final static java.lang.String tableFound = "HHH000261: Table found: %s";
    private final static java.lang.String entityManagerClosedBySomeoneElse = "HHH000082: Entity Manager closed by someone else (%s must not be used)";
    private final static java.lang.String optimisticLockFailures = "HHH000187: Optimistic lock failures: %s";
    private final static java.lang.String readingCachedMappings = "HHH000219: Reading mappings from cache file: %s";
    private final static java.lang.String deprecatedForceDescriminatorAnnotation = "HHH000062: @ForceDiscriminator is deprecated use @DiscriminatorOptions instead.";
    private final static java.lang.String unableToLoadScannedClassOrResource = "HHH000452: Exception while loading a class or resource found during scanning";
    private final static java.lang.String invalidDiscriminatorAnnotation = "HHH000133: Discriminator column has to be defined in the root entity, it will be ignored in subclass: %s";
    private final static java.lang.String unableToRollbackIsolatedTransaction = "HHH000364: Unable to rollback isolated transaction on error [%s] : [%s]";
    private final static java.lang.String unableToBuildSessionFactoryUsingMBeanClasspath = "HHH000280: Could not build SessionFactory using the MBean classpath - will try again using client classpath: %s";
    private final static java.lang.String jndiNameDoesNotHandleSessionFactoryReference = "HHH000155: JNDI name %s does not handle a session factory reference";
    private final static java.lang.String secondLevelCacheHits = "HHH000237: Second level cache hits: %s";
    private final static java.lang.String timestampCacheHits = "HHH000434: update timestamps cache hits: %s";
    private final static java.lang.String setManagerLookupClass = "HHH000426: You should set hibernate.transaction.jta.platform if cache is enabled";
    private final static java.lang.String unableToStopHibernateService = "HHH000368: Exception while stopping service";
    private final static java.lang.String unableToQueryDatabaseMetadata = "HHH000347: Unable to query java.sql.DatabaseMetaData";
    private final static java.lang.String entityAnnotationOnNonRoot = "HHH000081: @org.hibernate.annotations.Entity used on a non root entity: ignored for %s";
    private final static java.lang.String queriesExecuted = "HHH000210: Queries executed to database: %s";
    private final static java.lang.String unableToCloseSessionDuringRollback = "HHH000295: Could not close session during rollback";
    private final static java.lang.String collectionsFetched = "HHH000032: Collections fetched (minimize this): %s";
    private final static java.lang.String noAppropriateConnectionProvider = "HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections";
    private final static java.lang.String usingDialect = "HHH000400: Using dialect: %s";
    private final static java.lang.String hsqldbSupportsOnlyReadCommittedIsolation = "HHH000118: HSQLDB supports only READ_UNCOMMITTED isolation";
    private final static java.lang.String unableToJoinTransaction = "HHH000326: Cannot join transaction: do not override %s";
    private final static java.lang.String unableToAccessSessionFactory = "HHH000272: Error while accessing session factory with JNDI name %s";
    private final static java.lang.String unableToDiscoverOsgiService = "HHH000453: Exception while discovering OSGi service implementations : %s";
    private final static java.lang.String proxoolProviderClassNotFound = "HHH000209: 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 java.lang.String invalidTableAnnotation = "HHH000139: Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: %s";
    private final static java.lang.String hydratingEntitiesCount = "HHH000119: On EntityLoadContext#clear, hydratingEntities contained [%s] entries";
    private final static java.lang.String parsingXmlWarningForFile = "HHH000199: Warning parsing XML: %s(%s) %s";
    private final static java.lang.String deprecatedManyToManyFetch = "HHH000455: The fetch attribute on  has been deprecated. Instead of fetch=\"select\", use lazy=\"extra\" with , , , , or , which will only initialize entities (not as a proxy) as needed.";
    private final static java.lang.String noPersistentClassesFound = "HHH000183: no persistent classes found for query class: %s";
    private final static java.lang.String multipleValidationModes = "HHH000448: 'javax.persistence.validation.mode' named multiple values : %s";
    private final static java.lang.String runningSchemaValidator = "HHH000229: Running schema validator";
    private final static java.lang.String invalidSubStrategy = "HHH000138: Mixing inheritance strategy in a entity hierarchy is not allowed, ignoring sub strategy in: %s";
    private final static java.lang.String jdbcUrlNotSpecified = "HHH000152: JDBC URL was not specified by property %s";
    private final static java.lang.String foreignKeys = "HHH000108: Foreign keys: %s";
    private final static java.lang.String jdbcRollbackFailed = "HHH000151: JDBC rollback failed";
    private final static java.lang.String runningHbm2ddlSchemaExport = "HHH000227: Running hbm2ddl schema export";
    private final static java.lang.String unableToLocateMBeanServer = "HHH000332: Unable to locate MBeanServer on JMX service shutdown";
    private final static java.lang.String sessionsClosed = "HHH000241: Sessions closed: %s";
    private final static java.lang.String configurationResource = "HHH000040: Configuration resource: %s";
    private final static java.lang.String overridingTransactionStrategyDangerous = "HHH000193: Overriding %s is dangerous, this might break the EJB3 specification implementation";
    private final static java.lang.String unableToObjectConnectionToQueryMetadata = "HHH000340: Could not obtain connection to query metadata: %s";
    private final static java.lang.String entitiesLoaded = "HHH000079: Entities loaded: %s";
    private final static java.lang.String gettersOfLazyClassesCannotBeFinal = "HHH000112: Getters of lazy classes cannot be final: %s.%s";
    private final static java.lang.String batchContainedStatementsOnRelease = "HHH000010: On release of batch it still contained JDBC statements";
    private final static java.lang.String unableToExecuteBatch = "HHH000315: Exception executing batch [%s]";
    private final static java.lang.String unableToReleaseCreatedMBeanServer = "HHH000355: Unable to release created MBeanServer : %s";
    private final static java.lang.String unableToReleaseContext = "HHH000354: Unable to release initial context: %s";
    private final static java.lang.String usingReflectionOptimizer = "HHH000406: Using bytecode reflection optimizer";
    private final static java.lang.String ignoringUnrecognizedQueryHint = "HHH000121: Ignoring unrecognized query hint [%s]";
    private final static java.lang.String searchingForMappingDocuments = "HHH000235: Searching for mapping documents in jar: %s";
    private final static java.lang.String hql = "HHH000117: HQL: %s, time: %sms, rows: %s";
    private final static java.lang.String configuringFromFile = "HHH000042: Configuring from file: %s";
    private final static java.lang.String callingJoinTransactionOnNonJtaEntityManager = "HHH000027: Calling joinTransaction() on a non JTA EntityManager";
    private final static java.lang.String unableToCloseSessionButSwallowingError = "HHH000425: Could not close session; swallowing exception[%s] as transaction completed";
    private final static java.lang.String typeRegistrationOverridesPrevious = "HHH000270: Type registration [%s] overrides previous : %s";
    private final static java.lang.String unableToCloseConnection = "HHH000284: Error closing connection";
    private final static java.lang.String entitiesFetched = "HHH000077: Entities fetched (minimize this): %s";
    private final static java.lang.String unableToSwitchToMethodUsingColumnIndex = "HHH000370: Exception switching from method: [%s] to a method using the column index. Reverting to using: [%




© 2015 - 2024 Weber Informatics LLC | Privacy Policy