| Package | Description |
|---|---|
| org.nuiton.topia.persistence.internal.support |
| Modifier and Type | Method and Description |
|---|---|
protected SlowQueryWatcher |
HibernateTopiaJpaSupport.monitorQuery(org.hibernate.query.Query query,
Map<String,Object> args) |
protected SlowQueryWatcher |
HibernateTopiaSqlSupport.monitorWork(org.hibernate.jdbc.Work query) |
static SlowQueryWatcher |
SlowQueryWatcher.start(Supplier<String> descriptionSupplier,
long thresholdDelay)
Démarre un nouveau watcher qui affichera un avertissement si le traitement n'est pas fini avec
thresholdDelay millisecondes. |
static SlowQueryWatcher |
SlowQueryWatcher.start(Supplier<String> descriptionSupplier,
Supplier<String> callerNameSupplier,
long thresholdDelay)
Démarre un nouveau watcher qui affichera un avertissement si le traitement n'est pas fini avec
thresholdDelay millisecondes. |
Copyright © 2004–2020 Code Lutin. All rights reserved.