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

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

There is a newer version: 0.2.7
Show newest version
[#ftl]
[@b.head/]
  
    [#list statistics.entityNames?sort as entity]
    [#assign entityStats=statistics.getEntityStatistics(entity)/]
    
    [/#list]
    
Index Entity Loads Fetches Inserts Updates Deletes Optimistic failures
${entity_index+1} ${entity} ${entityStats.loadCount} ${entityStats.fetchCount} ${entityStats.insertCount} ${entityStats.updateCount} ${entityStats.deleteCount} ${entityStats.optimisticFailureCount}

[@b.foot/]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy