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

reports.templates.hibernate.ftl Maven / Gradle / Ivy

The newest version!


<#assign applicationReportIndexModel = reportModel.applicationReportIndexModel>



    
    
    ${reportModel.projectModel.name} - Hibernate Report
    
    
    

    <#assign basePath="resources">
    <#include "include/favicon.ftl">

    



    
    
    

    
<#list reportModel.relatedResources.hibernateConfiguration as hibernateConfiguration> <#list hibernateConfiguration.hibernateSessionFactories as sessionFactory> <#if iterableHasContent(sessionFactory.sessionFactoryProperties?keys)>

Session Factory: ${hibernateConfiguration.prettyPath}

<#list sessionFactory.sessionFactoryProperties?keys as sessionPropKey>
Session PropertyValue
${sessionPropKey} ${sessionFactory.sessionFactoryProperties[sessionPropKey]}
<#list reportModel.relatedResources.hibernateEntities>

Entities

<#items as entity>
Hibernate EntityTable
<@render_link model=entity.javaClass project=reportModel.projectModel/> ${entity.tableName!""}
<#include "include/timestamp.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy