org.beangle.webmvc.hibernate.action.stat.collection.ftl Maven / Gradle / Ivy
[#ftl]
[@b.head/]
Index
Role
Loads
Fetches
Updates
Recreates
Remove
[#list statistics.collectionRoleNames?sort as collection]
[#assign collectionStats=statistics.getCollectionStatistics(collection)/]
${collection_index+1}
${collection}
${collectionStats.loadCount}
${collectionStats.fetchCount}
${collectionStats.updateCount}
${collectionStats.recreateCount}
${collectionStats.removeCount}
[/#list]
[@b.foot/]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy