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

org.jboss.as.jpa.hibernate5.management.LocalDescriptions.properties Maven / Gradle / Ivy

#
# Hibernate, Relational Persistence for Idiomatic Java
#
# License: GNU Lesser General Public License (LGPL), version 2.1 or later.
# See the lgpl.txt file in the root directory or .
#
hibernate=Contains Hibernate statistics
#
# top-level Hibernate statistics
#
hibernate.hibernate-persistence-unit=Contains Hibernate statistics
hibernate.statistics.collection=Statistics for individual collections.
hibernate.clear.clear=Clear statistics.
hibernate.evict-all.evict-all=Evict all entities from second level cache.
hibernate.summary.summary=Log the statistics.
hibernate.flush-count=Get the number of flushes executed by sessions (either implicit or explicit).
hibernate.connect-count=Get the number of connections asked for by the sessions.
hibernate.session-close-count=Number of sessions closed.
hibernate.session-open-count=Number of sessions opened.
hibernate.enabled=Determine if statistics are enabled.
hibernate.enabled.deprecated=Use statistics-enabled.
hibernate.statistics-enabled=Determine if statistics are enabled.
hibernate.successful-transaction-count=Number of successful transactions.
hibernate.completed-transaction-count=Number of completed transactions.
hibernate.prepared-statement-count=Number of acquired prepared statements.
hibernate.close-statement-count=Number of released prepared statements.
hibernate.optimistic-failure-count=Number of optimistic lock exceptions.
hibernate.clear=Clear statistics.
hibernate.evict-all=Evict all entities from second level cache.
hibernate.statistics.enable=Enable the statistics.
hibernate.statistics.enable.enable=True will enable the statistics.
hibernate.statistics.enable.reply=Return whether statistics were previously enabled.
hibernate.summary=Log the statistics.
hibernate.entity-delete-count=Get number of entity deletes.
hibernate.entity-insert-count=Get number of entity inserts.
hibernate.entity-load-count=Get number of entity loads.
hibernate.entity-fetch-count=Get number of entity fetches.
hibernate.entity-update-count=Get number of entity updates.
hibernate.collection-load-count=Number of times collection was loaded.
hibernate.collection-fetch-count=Number of times collection was fetched.
hibernate.collection-recreated-count=Number of times collection was recreated.
hibernate.collection-remove-count=Number of times collection was removed.
hibernate.collection-update-count=Number of times collection was updated.
hibernate.query-cache-hit-count=Get the number of times query was retrieved from cache.
hibernate.query-cache-miss-count=Get the number of times query was not found in cache.
hibernate.query-cache-put-count=Get the number of times query was put in cache.
hibernate.query-execution-max-time-query-string=Longest running query.
hibernate.query=Statistics for individual queries.
hibernate.query-execution-count=Get number of times query has been executed.
hibernate.query-execution-row-count=Get number of rows returned from executions of query.
hibernate.query-execution-max-time=Get the time in milliseconds of the query.
hibernate.query-execution-min-time=Get the minimum time in milliseconds of the query.
hibernate.query-execution-average-time=Get the average time in milliseconds of the query.
hibernate.query-name=Query name.
hibernate.second-level-cache-hit-count=Number of cacheable entities/collections successfully retrieved from the cache.
hibernate.second-level-cache-miss-count=Number of cacheable entities/collections not found in the cache and loaded.
hibernate.second-level-cache-put-count=Number of cacheable entities/collections put in the cache.
#
#  per entity class statistics
#
hibernate.entity=Per entity class statistics.
entity=Statistics for individual entities.
entity.entity-delete-count=Get number of entity deletes.
entity.entity-insert-count=Get number of entity inserts.
entity.entity-load-count=Get number of entity loads.
entity.entity-fetch-count=Get number of entity fetches.
entity.entity-update-count=Get number of entity updates.
entity.optimistic-failure-count=Number of optimistic lock exceptions.
#
# query cache statistics
#
hibernate.query-cache=Query cache.
query-cache=Query cache.
query-cache.query-cache-hit-count=Get the number of times query was retrieved from cache.
query-cache.query-cache-miss-count=Get the number of times query was not found in cache.
query-cache.query-cache-put-count=Get the number of times query was put in cache.
query-cache.query-execution-count=Get number of times query has been executed.
query-cache.query-execution-row-count=Get number of rows returned from executions of query.
query-cache.query-execution-max-time=Get the time in milliseconds of the query.
query-cache.query-execution-min-time=Get the minimum time in milliseconds of the query.
query-cache.query-execution-average-time=Get the average time in milliseconds of the query.
query-cache.query-name=Query name.
#
# collection statistics
#
collection=Statistics for individual collections.
collection.collection-name=Name of collection.
hibernate.collection=Statistics for individual collections.
collection.collection-load-count=Number of times collection was loaded.
collection.collection-fetch-count=Number of times collection was fetched.
collection.collection-recreated-count=Number of times collection was recreated.
collection.collection-remove-count=Number of times collection was removed.
collection.collection-update-count=Number of times collection was updated.
#
# second level entity cache statistics
#
entity-cache=Statistics for a Hibernate Second Level Cache region.
hibernate.entity-cache=Statistics for a Hibernate Second Level Cache region.
hibernate.entity-cache-region-name=Region name used to identity the cached entity class.
entity-cache.entity-cache-region-name=Region name used to identity the cached entity class.
entity-cache.second-level-cache-hit-count=Number of cacheable entities/collections successfully retrieved from the cache.
entity-cache.second-level-cache-miss-count=Number of cacheable entities/collections not found in the cache and loaded.
entity-cache.second-level-cache-put-count=Number of cacheable entities/collections put in the cache.
entity-cache.second-level-cache-size-in-memory=Memory size of cacheable entities.
entity-cache.second-level-cache-count-in-memory=Number of cacheable entities/collections currently stored in memory.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy