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

org.beangle.webmvc.hibernate.action.config.index.ftl Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
[@b.head/]
[#include "../nav.ftl"/]

Hibernate.cfg.xml Locations

    [#list factory.configLocations as ml]
  • ${ml.URL}
  • [/#list]

Beangle Persist Locations

    [#list factory.persistLocations as ml ]
  • ${ml.URL}
  • [/#list]

Beangle Namings

    [#list factory.namingStrategy.policy.configLocations as ml ]
  • ${ml}
    ${action.getURLString(ml)?html}
  • [/#list]

Configurations & Settings

[#list factory.configuration.properties?keys as s] [#if s?starts_with("hibernate")] [/#if] [/#list]
Object Value
${s} ${factory.configuration.properties[s]}
[@b.foot/]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy