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

org.beangle.webmvc.hibernate.action.stat.collection.ftl Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
[#ftl]
[@b.head/]
  
    [#list statistics.collectionRoleNames?sort as collection]
    [#assign collectionStats=statistics.getCollectionStatistics(collection)/]
    
    [/#list]
    
Index Role Loads Fetches Updates Recreates Remove
${collection_index+1} ${collection} ${collectionStats.loadCount} ${collectionStats.fetchCount} ${collectionStats.updateCount} ${collectionStats.recreateCount} ${collectionStats.removeCount}

[@b.foot/]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy