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

org.hibernate.internal.CoreMessageLogger_$logger Maven / Gradle / Ivy

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

package org.hibernate.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.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-01-06T12:10:28-0800")
public class CoreMessageLogger_$logger
    extends DelegatingBasicLogger
    implements Serializable, CoreMessageLogger, BasicLogger
{

    private final static long serialVersionUID = 1L;
    private final static java.lang.String FQCN = CoreMessageLogger_$logger.class.getName();
    private final static java.lang.String requiredDifferentProvider = "HHH000226: Required a different provider: %s";
    private final static java.lang.String sqlWarning = "HHH000247: SQL Error: %s, SQLState: %s";
    private final static java.lang.String duplicateJoins = "HHH000072: Duplicate joins for class: %s";
    private final static java.lang.String ignoringUnrecognizedQueryHint = "HHH000121: Ignoring unrecognized query hint [%s]";
    private final static java.lang.String entitiesInserted = "HHH000078: Entities inserted: %s";
    private final static java.lang.String providerClassDeprecated = "HHH000208: %s has been deprecated in favor of %s; that provider will be used instead.";
    private final static java.lang.String entitiesUpdated = "HHH000080: Entities updated: %s";
    private final static java.lang.String entitiesFetched = "HHH000077: Entities fetched (minimize this): %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 readingMappingsFromFile = "HHH000220: Reading mappings from file: %s";
    private final static java.lang.String unregisteredStatement = "HHH000387: ResultSet's statement was not registered";
    private final static java.lang.String compositeIdClassDoesNotOverrideEquals = "HHH000038: Composite-id class does not override equals(): %s";
    private final static java.lang.String connectionProperties = "HHH000046: Connection properties: %s";
    private final static java.lang.String instantiatingExplicitConnectionProvider = "HHH000130: Instantiating explicit connection provider: %s";
    private final static java.lang.String version = "HHH000412: Hibernate Core {%s}";
    private final static java.lang.String unableToCreateProxyFactory = "HHH000305: Could not create proxy factory for:%s";
    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 invalidJndiName = "HHH000135: Invalid JNDI name: %s";
    private final static java.lang.String disablingContextualLOBCreationSinceConnectionNull = "HHH000422: Disabling contextual LOB creation as connection was null";
    private final static java.lang.String unableToReleaseContext = "HHH000354: Unable to release initial context: %s";
    private final static java.lang.String schemaUpdateComplete = "HHH000232: Schema update complete";
    private final static java.lang.String timestampCacheMisses = "HHH000435: update timestamps cache misses: %s";
    private final static java.lang.String hibernateConnectionPoolSize = "HHH000115: Hibernate connection pool size: %s (min=%s)";
    private final static java.lang.String unableToInstantiateUuidGenerationStrategy = "HHH000325: Unable to instantiate UUID generation strategy class : %s";
    private final static java.lang.String usingStreams = "HHH000407: Using java.io streams to persist binary types";
    private final static java.lang.String unableToUnbindFactoryFromJndi = "HHH000374: Could not unbind factory from JNDI";
    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 naturalIdCacheMisses = "HHH000440: NaturalId cache misses: %s";
    private final static java.lang.String unableToLogWarnings = "HHH000336: Could not log warnings";
    private final static java.lang.String unableToBindFactoryToJndi = "HHH000277: Could not bind factory to JNDI";
    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 unableToWrapResultSet = "HHH000377: Error wrapping result set";
    private final static java.lang.String loggingStatistics = "HHH000161: Logging statistics....";
    private final static java.lang.String configuredSessionFactory = "HHH000041: Configured SessionFactory: %s";
    private final static java.lang.String unableToCloseOutputFile = "HHH000291: Error closing output file: %s";
    private final static java.lang.String configuringFromResource = "HHH000043: Configuring from resource: %s";
    private final static java.lang.String entityManagerFactoryAlreadyRegistered = "HHH000436: 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 java.lang.String duplicateMetadata = "HHH000074: Found more than one , subsequent ignored";
    private final static java.lang.String unableToObtainConnectionMetadata = "HHH000341: Could not obtain connection metadata : %s";
    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 unableToRunSchemaUpdate = "HHH000366: Error running schema update";
    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 schemaExportUnsuccessful = "HHH000231: Schema export unsuccessful";
    private final static java.lang.String unsuccessful = "HHH000388: Unsuccessful: %s";
    private final static java.lang.String gettersOfLazyClassesCannotBeFinal = "HHH000112: Getters of lazy classes cannot be final: %s.%s";
    private final static java.lang.String exceptionInBeforeTransactionCompletionInterceptor = "HHH000088: Exception in interceptor beforeTransactionCompletion()";
    private final static java.lang.String secondLevelCacheMisses = "HHH000238: Second level cache misses: %s";
    private final static java.lang.String startingUpdateTimestampsCache = "HHH000250: Starting update timestamps cache at region: %s";
    private final static java.lang.String unableToClosePooledConnection = "HHH000293: Problem closing pooled connection";
    private final static java.lang.String factoryUnboundFromName = "HHH000098: A factory was unbound from name: %s";
    private final static java.lang.String unableToLocateConfigFile = "HHH000330: Unable to locate config file: %s";
    private final static java.lang.String hydratingEntitiesCount = "HHH000119: On EntityLoadContext#clear, hydratingEntities contained [%s] entries";
    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 unableToDeserializeCache = "HHH000307: Could not deserialize cache file: %s : %s";
    private final static java.lang.String parsingXmlError = "HHH000196: Error parsing XML (%s) : %s";
    private final static java.lang.String usingDefaultIdGeneratorSegmentValue = "HHH000398: Explicit segment value for id generator [%s.%s] suggested; using default [%s]";
    private final static java.lang.String packageNotFound = "HHH000194: Package not found or wo package-info.java: %s";
    private final static java.lang.String naturalIdCacheHits = "HHH000439: NaturalId cache hits: %s";
    private final static java.lang.String tableNotFound = "HHH000262: Table not found: %s";
    private final static java.lang.String unableToPerformJdbcCommit = "HHH000345: JDBC commit failed";
    private final static java.lang.String indexes = "HHH000126: Indexes: %s";
    private final static java.lang.String unableToWriteCachedFile = "HHH000378: I/O reported error writing cached file : %s: %s";
    private final static java.lang.String synchronizationAlreadyRegistered = "HHH000259: Synchronization [%s] was already registered";
    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 invalidOnDeleteAnnotation = "HHH000136: Inapropriate use of @OnDelete on entity, annotation ignored: %s";
    private final static java.lang.String unableToRetrieveCache = "HHH000361: Unable to retreive cache from JNDI [%s]: %s";
    private final static java.lang.String ignoringTableGeneratorConstraints = "HHH000120: Ignoring unique constraints specified on table generator [%s]";
    private final static java.lang.String disablingContextualLOBCreation = "HHH000421: Disabling contextual LOB creation as %s is true";
    private final static java.lang.String parsingXmlWarningForFile = "HHH000199: Warning parsing XML: %s(%s) %s";
    private final static java.lang.String honoringOptimizerSetting = "HHH000116: Config specified explicit optimizer of [%s], but [%s=%s; honoring optimizer setting";
    private final static java.lang.String preparedStatementAlreadyInBatch = "HHH000202: PreparedStatement was already in the batch, [%s].";
    private final static java.lang.String serviceProperties = "HHH000240: Service properties: %s";
    private final static java.lang.String unableToLoadScannedClassOrResource = "HHH000452: Exception while loading a class or resource found during scanning";
    private final static java.lang.String unableToMarkForRollbackOnPersistenceException = "HHH000337: Unable to mark for rollback on PersistenceException: ";
    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 unableToCleanUpCallableStatement = "HHH000281: Unable to clean up callable statement";
    private final static java.lang.String queryCacheMisses = "HHH000214: Query cache misses: %s";
    private final static java.lang.String unknownIngresVersion = "HHH000383: Unknown Ingres major version [%s]; using Ingres 9.2 dialect";
    private final static java.lang.String unableToObtainConnectionToQueryMetadata = "HHH000342: Could not obtain connection to query metadata : %s";
    private final static java.lang.String sessionsClosed = "HHH000241: Sessions closed: %s";
    private final static java.lang.String unableToAccessSessionFactory = "HHH000272: Error while accessing session factory with JNDI name %s";
    private final static java.lang.String unableToReadColumnValueFromResultSet = "HHH000349: Could not read column value from result set: %s; %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 subResolverException = "HHH000257: sub-resolver threw unexpected exception, continuing to next : %s";
    private final static java.lang.String unexpectedLiteralTokenType = "HHH000380: Unexpected literal token type [%s] passed for numeric processing";
    private final static java.lang.String parsingXmlErrorForFile = "HHH000197: Error parsing XML: %s(%s) %s";
    private final static java.lang.String unableToRollbackConnection = "HHH000363: Unable to rollback connection on exception [%s]";
    private final static java.lang.String unableToReleaseCreatedMBeanServer = "HHH000355: Unable to release created MBeanServer : %s";
    private final static java.lang.String unableToConstructCurrentSessionContext = "HHH000302: Unable to construct current session context [%s]";
    private final static java.lang.String unableToCompleteSchemaUpdate = "HHH000299: Could not complete schema update";
    private final static java.lang.String unableToLocateUuidGenerationStrategy = "HHH000334: Unable to locate requested UUID generation strategy class : %s";
    private final static java.lang.String unableToReleaseBatchStatement = "HHH000352: Unable to release batch statement...";
    private final static java.lang.String unableToLogSqlWarnings = "HHH000335: Unable to log SQLWarnings : %s";
    private final static java.lang.String unableToObjectConnectionToQueryMetadata = "HHH000340: Could not obtain connection to query metadata: %s";
    private final static java.lang.String scopingTypesToSessionFactoryAfterAlreadyScoped = "HHH000233: Scoping types to session factory %s after already scoped %s";
    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 unableToCleanupTemporaryIdTable = "HHH000283: Unable to cleanup temporary id table after use [%s]";
    private final static java.lang.String jaccContextId = "HHH000140: JACC contextID: %s";
    private final static java.lang.String cacheProvider = "HHH000024: Cache provider: %s";
    private final static java.lang.String unableToExecuteResolver = "HHH000316: Error executing resolver [%s] : %s";
    private final static java.lang.String unableToConstructSqlExceptionConverter = "HHH000303: Unable to construct instance of specified SQLExceptionConverter : %s";
    private final static java.lang.String unableToCloseStream = "HHH000296: IOException occurred closing stream";
    private final static java.lang.String unknownOracleVersion = "HHH000384: Unknown Oracle major version [%s]";
    private final static java.lang.String deprecatedForceDescriminatorAnnotation = "HHH000062: @ForceDiscriminator is deprecated use @DiscriminatorOptions instead.";
    private final static java.lang.String processingPersistenceUnitInfoName = "HHH000204: Processing PersistenceUnitInfo [\n\tname: %s\n\t...]";
    private final static java.lang.String unableToStopHibernateService = "HHH000368: Exception while stopping service";
    private final static java.lang.String secondLevelCacheHits = "HHH000237: Second level cache hits: %s";
    private final static java.lang.String unableToLocateCustomOptimizerClass = "HHH000321: Unable to interpret specified optimizer [%s], falling back to noop";
    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 unableToQueryDatabaseMetadata = "HHH000347: Unable to query java.sql.DatabaseMetaData";
    private final static java.lang.String unableToSynchronizeDatabaseStateWithSession = "HHH000371: Could not synchronize database state with session: %s";
    private final static java.lang.String factoryJndiRename = "HHH000096: A factory was renamed from [%s] to [%s] in JNDI";
    private final static java.lang.String secondLevelCachePuts = "HHH000239: Second level cache puts: %s";
    private final static java.lang.String invalidEditOfReadOnlyItem = "HHH000134: Application attempted to edit read only item: %s";
    private final static java.lang.String nonCompliantMapConversion = "HHH000449: @Convert annotation applied to Map attribute [%s] did not explicitly specify attributeName using 'key'/'value' as required by spec; attempting to DoTheRightThing";
    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 hsqldbSupportsOnlyReadCommittedIsolation = "HHH000118: HSQLDB supports only READ_UNCOMMITTED isolation";
    private final static java.lang.String unableToCompleteSchemaValidation = "HHH000300: Could not complete schema validation";
    private final static java.lang.String failSafeEntitiesCleanup = "HHH000101: Fail-safe cleanup (entities) : %s";
    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 configuringFromUrl = "HHH000044: Configuring from URL: %s";
    private final static java.lang.String typeRegistrationOverridesPrevious = "HHH000270: Type registration [%s] overrides previous : %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 writeLocksNotSupported = "HHH000416: Write locks via update not supported for non-versioned entities [%s]";
    private final static java.lang.String unableToCloseSessionButSwallowingError = "HHH000425: Could not close session; swallowing exception[%s] as transaction completed";
    private final static java.lang.String entitiesDeleted = "HHH000076: Entities deleted: %s";
    private final static java.lang.String loadingCollectionKeyNotFound = "HHH000159: In CollectionLoadContext#endLoadingCollections, localLoadingCollectionKeys contained [%s], but no LoadingCollectionEntry was found in loadContexts";
    private final static java.lang.String runningSchemaValidator = "HHH000229: Running schema validator";
    private final static java.lang.String multipleValidationModes = "HHH000448: 'javax.persistence.validation.mode' named multiple values : %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 connectionsObtained = "HHH000048: Connections obtained: %s";
    private final static java.lang.String unableToLocateMBeanServer = "HHH000332: Unable to locate MBeanServer on JMX service shutdown";
    private final static java.lang.String splitQueries = "HHH000245: Manipulation query [%s] resulted in [%s] split queries";
    private final static java.lang.String unableToToggleAutoCommit = "HHH000372: Could not toggle autocommit";
    private final static java.lang.String batchContainedStatementsOnRelease = "HHH000010: On release of batch it still contained JDBC statements";
    private final static java.lang.String unableToParseMetadata = "HHH000344: Could not parse the package-level metadata [%s]";
    private final static java.lang.String unableToExecuteBatch = "HHH000315: Exception executing batch [%s]";
    private final static java.lang.String usingReflectionOptimizer = "HHH000406: Using bytecode reflection optimizer";
    private final static java.lang.String collectionsFetched = "HHH000032: Collections fetched (minimize this): %s";
    private final static java.lang.String unableToDiscoverOsgiService = "HHH000453: Exception while discovering OSGi service implementations : %s";
    private final static java.lang.String callingJoinTransactionOnNonJtaEntityManager = "HHH000027: Calling joinTransaction() on a non JTA EntityManager";
    private final static java.lang.String startTime = "HHH000251: Start time: %s";
    private final static java.lang.String readOnlyCacheConfiguredForMutableCollection = "HHH000222: read-only cache configured for mutable collection [%s]";
    private final static java.lang.String failSafeCollectionsCleanup = "HHH000100: Fail-safe cleanup (collections) : %s";
    private final static java.lang.String jdbcDriverNotSpecified = "HHH000148: No JDBC Driver class was specified by property %s";
    private final static java.lang.String narrowingProxy = "HHH000179: Narrowing proxy to %s - this operation breaks ==";
    private final static java.lang.String typeDefinedNoRegistrationKeys = "HHH000269: Type [%s] defined no registration keys; ignoring";
    private final static java.lang.String expectedType = "HHH000091: Expected type: %s, actual value: %s";
    private final static java.lang.String exceptionHeaderFound = "HHH000085: %s %s found";
    private final static java.lang.String firstOrMaxResultsSpecifiedWithCollectionFetch = "HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!";
    private final static java.lang.String unsuccessfulCreate = "HHH000389: Unsuccessful: %s";
    private final static java.lang.String usingFollowOnLocking = "HHH000444: Encountered request for locking however dialect reports that database prefers locking be done in a separate select (follow-on locking); results will be locked after initial query executes";
    private final static java.lang.String failed = "HHH000099: an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session): %s";
    private final static java.lang.String noSessionFactoryWithJndiName = "HHH000184: No session factory with JNDI name %s";
    private final static java.lang.String unableToAccessTypeInfoResultSet = "HHH000273: Error accessing type info result set : %s";
    private final static java.lang.String unsupportedNamedParameters = "HHH000456: Named parameters are used for a callable statement, but database metadata indicates named parameters are not supported.";
    private final static java.lang.String missingArguments = "HHH000174: Function template anticipated %s arguments, but %s arguments encountered";
    private final static java.lang.String unableToDropTemporaryIdTable = "HHH000314: Unable to drop temporary id table after use [%s]";
    private final static java.lang.String unsupportedAfterStatement = "HHH000390: Overriding release mode as connection provider does not support 'after_statement'";
    private final static java.lang.String unableToCloseInitialContext = "HHH000285: Error closing InitialContext [%s]";
    private final static java.lang.String embedXmlAttributesNoLongerSupported = "HHH000446: embed-xml attributes were intended to be used for DOM4J entity mode. Since that entity mode has been removed, embed-xml attributes are no longer supported and should be removed from mappings.";
    private final static java.lang.String javassistEnhancementFailed = "HHH000142: Javassist Enhancement failed: %s";
    private final static java.lang.String collectionsUpdated = "HHH000036: Collections updated: %s";
    private final static java.lang.String unableToCloseInputStreamForResource = "HHH000288: Could not close input stream for %s";
    private final static java.lang.String unableToApplyConstraints = "HHH000274: Unable to apply constraints on DDL for %s";
    private final static java.lang.String queryCacheHits = "HHH000213: Query cache hits: %s";
    private final static java.lang.String containerProvidingNullPersistenceUnitRootUrl = "HHH000050: Container is providing a null PersistenceUnitRootUrl: discovery impossible";
    private final static java.lang.String renamedProperty = "HHH000225: Property [%s] has been renamed to [%s]; update your properties appropriately";
    private final static java.lang.String illegalPropertyGetterArgument = "HHH000122: IllegalArgumentException in class: %s, getter method of property: %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 unableToDestroyQueryCache = "HHH000309: Unable to destroy query cache: %s: %s";
    private final static java.lang.String runningHbm2ddlSchemaUpdate = "HHH000228: Running hbm2ddl schema update";
    private final static java.lang.String unableToPerformManagedFlush = "HHH000346: Error during managed flush [%s]";
    private final static java.lang.String successfulTransactions = "HHH000258: Successful transactions: %s";
    private final static java.lang.String naturalIdQueriesExecuted = "HHH000442: NaturalId queries executed to database: %s";
    private final static java.lang.String lazyPropertyFetchingAvailable = "HHH000157: Lazy property fetching available for: %s";
    private final static java.lang.String alternateServiceRole = "HHH000450: Encountered request for Service by non-primary service role [%s -> %s]; please update usage";
    private final static java.lang.String autoFlushWillNotWork = "HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()";
    private final static java.lang.String cannotResolveNonNullableTransientDependencies = "HHH000437: Attempting to save one or more entities that have a non-nullable association with an unsaved transient entity. The unsaved transient entity must be saved in an operation prior to saving these dependent entities.\n\tUnsaved transient entity: (%s)\n\tDependent entities: (%s)\n\tNon-nullable association(s): (%s)";
    private final static java.lang.String invalidArrayElementType = "HHH000132: Array element type error\n%s";
    private final static java.lang.String noDefaultConstructor = "HHH000182: No default (no-argument) constructor for class: %s (class must be instantiated by Interceptor)";
    private final static java.lang.String startingServiceAtJndiName = "HHH000249: Starting service at JNDI name: %s";
    private final static java.lang.String usingTimestampWorkaround = "HHH000408: Using workaround for JVM bug in java.sql.Timestamp";
    private final static java.lang.String processEqualityExpression = "HHH000203: processEqualityExpression() : No expression to process!";
    private final static java.lang.String unableToReleaseTypeInfoResultSet = "HHH000357: Unable to release type info result set";
    private final static java.lang.String parsingXmlWarning = "HHH000198: Warning parsing XML (%s) : %s";
    private final static java.lang.String rdmsOs2200Dialect = "HHH000218: RDMSOS2200Dialect version: 1.0";
    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 jdbcIsolationLevel = "HHH000149: JDBC isolation level: %s";
    private final static java.lang.String unableToReleaseCacheLock = "HHH000353: Could not release a cache lock : %s";
    private final static java.lang.String unableToMarkForRollbackOnTransientObjectException = "HHH000338: Unable to mark for rollback on TransientObjectException: ";
    private final static java.lang.String unableToLoadCommand = "HHH000327: Error performing load command : %s";
    private final static java.lang.String unableToDetermineTransactionStatus = "HHH000312: Could not determine transaction status";
    private final static java.lang.String sortAnnotationIndexedCollection = "HHH000244: @Sort not allowed for an indexed collection, annotation ignored.";
    private final static java.lang.String noPersistentClassesFound = "HHH000183: no persistent classes found for query class: %s";
    private final static java.lang.String unableToDestroyCache = "HHH000308: Unable to destroy cache: %s";
    private final static java.lang.String unableToObjectConnectionMetadata = "HHH000339: Could not obtain connection metadata: %s";
    private final static java.lang.String guidGenerated = "HHH000113: GUID identifier generated: %s";
    private final static java.lang.String unableToJoinTransaction = "HHH000326: Cannot join transaction: do not override %s";
    private final static java.lang.String unableToCloseOutputStream = "HHH000292: IOException occurred closing output stream";
    private final static java.lang.String collectionsRecreated = "HHH000034: Collections recreated: %s";
    private final static java.lang.String startingQueryCache = "HHH000248: Starting query cache at region: %s";
    private final static java.lang.String persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly = "HHH000200: Persistence provider caller does not implement the EJB3 spec correctly.PersistenceUnitInfo.getNewTempClassLoader() is null.";
    private final static java.lang.String unableToObtainInitialContext = "HHH000343: Could not obtain initial context";
    private final static java.lang.String incompleteMappingMetadataCacheProcessing = "HHH000125: Mapping metadata cache was not completely processed";
    private final static java.lang.String unableToCloseIterator = "HHH000289: Unable to close iterator";
    private final static java.lang.String disablingContextualLOBCreationSinceCreateClobFailed = "HHH000424: Disabling contextual LOB creation as createClob() method threw error : %s";
    private final static java.lang.String hql = "HHH000117: HQL: %s, time: %sms, rows: %s";
    private final static java.lang.String naturalIdMaxQueryTime = "HHH000441: Max NaturalId query time: %sms";
    private final static java.lang.String foundMappingDocument = "HHH000109: Found mapping document in jar: %s";
    private final static java.lang.String jndiInitialContextProperties = "HHH000154: JNDI InitialContext properties:%s";
    private final static java.lang.String undeterminedH2Version = "HHH000431: Unable to determine H2 database version, certain features may not work";
    private final static java.lang.String deprecatedOracleDialect = "HHH000064: The OracleDialect dialect has been deprecated; use Oracle8iDialect instead";
    private final static java.lang.String entityIdentifierValueBindingExists = "HHH000429: Setting entity-identifier value binding where one already existed : %s.";
    private final static java.lang.String unableToReadHiValue = "HHH000350: Could not read a hi value - you need to populate the table: %s";
    private final static java.lang.String statementsPrepared = "HHH000253: Statements prepared: %s";
    private final static java.lang.String unableToGetDatabaseMetadata = "HHH000319: Could not get database metadata";
    private final static java.lang.String illegalPropertySetterArgument = "HHH000123: IllegalArgumentException in class: %s, setter method of property: %s";
    private final static java.lang.String collectionsRemoved = "HHH000035: Collections removed: %s";
    private final static java.lang.String closing = "HHH000031: Closing";
    private final static java.lang.String tooManyInExpressions = "HHH000443: 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 java.lang.String unableToDetermineTransactionStatusAfterCommit = "HHH000313: Could not determine transaction status after commit";
    private final static java.lang.String unableToRollbackJta = "HHH000365: JTA rollback failed";
    private final static java.lang.String propertiesLoaded = "HHH000205: Loaded properties from resource hibernate.properties: %s";
    private final static java.lang.String factoryBoundToJndiName = "HHH000094: Bound factory to JNDI name: %s";
    private final static java.lang.String applyingExplicitDiscriminatorColumnForJoined = "HHH000457: 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 java.lang.String synchronizationFailed = "HHH000260: Exception calling user Synchronization [%s] : %s";
    private final static java.lang.String readingMappingsFromResource = "HHH000221: Reading mappings from resource: %s";
    private final static java.lang.String unableToCloseSession = "HHH000294: Could not close session";
    private final static java.lang.String deprecatedUuidGenerator = "HHH000065: DEPRECATED : use [%s] instead with custom [%s] implementation";
    private final static java.lang.String columns = "HHH000037: Columns: %s";
    private final static java.lang.String transactionStartedOnNonRootSession = "HHH000267: Transaction started on non-root session";
    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 unableToCleanUpPreparedStatement = "HHH000282: Unable to clean up prepared statement";
    private final static java.lang.String unsupportedOracleVersion = "HHH000394: Oracle 11g is not yet fully supported; using Oracle 10g dialect";
    private final static java.lang.String unableToResolveAggregateFunction = "HHH000359: Could not resolve aggregate function [%s]; using standard definition";
    private final static java.lang.String warningsCreatingTempTable = "HHH000413: Warnings creating temp table : %s";
    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 searchingForMappingDocuments = "HHH000235: Searching for mapping documents in jar: %s";
    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 namedQueryError = "HHH000177: Error in named query: %s";
    private final static java.lang.String usingUuidHexGenerator = "HHH000409: Using %s which does not generate IETF RFC 4122 compliant UUID values; consider using %s instead";
    private final static java.lang.String usingAstQueryTranslatorFactory = "HHH000397: Using ASTQueryTranslatorFactory";
    private final static java.lang.String namingExceptionAccessingFactory = "HHH000178: Naming exception occurred accessing factory: %s";
    private final static java.lang.String needsLimit = "HHH000180: FirstResult/maxResults specified on polymorphic query; applying in memory!";
    private final static java.lang.String fetchingDatabaseMetadata = "HHH000102: Fetching database metadata";
    private final static java.lang.String unableToLoadDerbyDriver = "HHH000328: Unable to load/access derby driver class sysinfo to check versions : %s";
    private final static java.lang.String duplicateGeneratorTable = "HHH000070: Duplicate generator table: %s";
    private final static java.lang.String optimisticLockFailures = "HHH000187: Optimistic lock failures: %s";
    private final static java.lang.String usingDialect = "HHH000400: Using dialect: %s";
    private final static java.lang.String configurationResource = "HHH000040: Configuration resource: %s";
    private final static java.lang.String explicitSkipLockedLockCombo = "HHH000447: Explicit use of UPGRADE_SKIPLOCKED in lock() calls is not recommended; use normal UPGRADE locking instead";
    private final static java.lang.String forcingContainerResourceCleanup = "HHH000106: Forcing container resource cleanup on transaction completion";
    private final static java.lang.String unableToTransformClass = "HHH000373: Unable to transform class: %s";
    private final static java.lang.String willNotRegisterListeners = "HHH000414: Property hibernate.search.autoregister_listeners is set to false. No attempt will be made to register Hibernate Search event listeners.";
    private final static java.lang.String resolvedSqlTypeDescriptorForDifferentSqlCode = "HHH000419: Resolved SqlTypeDescriptor is for a different SQL code. %s has sqlCode=%s; type override %s has sqlCode=%s";
    private final static java.lang.String unableToLoadProperties = "HHH000329: Problem loading properties from hibernate.properties";
    private final static java.lang.String unableToCreateSchema = "HHH000306: Error creating schema ";
    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 exceptionHeaderNotFound = "HHH000086: %s No %s found";
    private final static java.lang.String c3p0ProviderClassNotFound = "HHH000022: 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 java.lang.String unableToCommitJta = "HHH000298: JTA commit failed";
    private final static java.lang.String unknownSqlServerVersion = "HHH000385: Unknown Microsoft SQL Server major version [%s] using SQL Server 2000 dialect";
    private final static java.lang.String factoryUnboundFromJndiName = "HHH000097: Unbound factory from JNDI name: %s";
    private final static java.lang.String deprecatedDerbyDialect = "HHH000430: The DerbyDialect dialect has been deprecated; use one of the version-specific dialects instead";
    private final static java.lang.String unableToCopySystemProperties = "HHH000304: Could not copy system properties, system properties will be ignored";
    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 unableToResolveMappingFile = "HHH000360: Unable to resolve mapping file [%s]";
    private final static java.lang.String bytecodeProvider = "HHH000021: Bytecode provider name : %s";
    private final static java.lang.String validatorNotFound = "HHH000410: Hibernate Validator not found: ignoring";
    private final static java.lang.String JavaSqlTypesMappedSameCodeMultipleTimes = "HHH000141: java.sql.Types mapped the same code [%s] multiple times; was [%s]; now [%s]";
    private final static java.lang.String writingGeneratedSchemaToFile = "HHH000417: Writing generated schema to file: %s";
    private final static java.lang.String immutableAnnotationOnNonRoot = "HHH000124: @Immutable used on a non root entity: ignored for %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 unableToUpdateQueryHiValue = "HHH000376: Could not updateQuery hi value in: %s";
    private final static java.lang.String unableToRemoveBagJoinFetch = "HHH000358: Unable to erase previously added bag join fetch";
    private final static java.lang.String exceptionInSubResolver = "HHH000089: Sub-resolver threw unexpected exception, continuing to next : %s";
    private final static java.lang.String unableToBindEjb3ConfigurationToJndi = "HHH000276: Could not bind Ejb3Configuration to JNDI";
    private final static java.lang.String unableToCloseJar = "HHH000290: Could not close jar: %s";
    private final static java.lang.String unableToCloseInputFiles = "HHH000286: Error closing input files: %s";
    private final static java.lang.String invalidPrimaryKeyJoinColumnAnnotation = "HHH000137: Root entity should not hold an PrimaryKeyJoinColum(s), will be ignored";
    private final static java.lang.String handlingTransientEntity = "HHH000114: Handling transient entity in delete processing";
    private final static java.lang.String unsupportedInitialValue = "HHH000392: Hibernate does not support SequenceGenerator.initialValue() unless '%s' set";
    private final static java.lang.String jdbcAutoCommitFalseBreaksEjb3Spec = "HHH000144: %s = false breaks the EJB3 specification";
    private final static java.lang.String foreignKeys = "HHH000108: Foreign keys: %s";
    private final static java.lang.String definingFlushBeforeCompletionIgnoredInHem = "HHH000059: Defining %s=true ignored in HEM";
    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