public interface EntityStatistics extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getDeleteCount() |
long |
getFetchCount() |
long |
getInsertCount() |
long |
getLoadCount() |
long |
getOptimisticFailureCount() |
long |
getUpdateCount() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.