{#include main} {#style} {/style} {#title}Managed Entities{/title} {#body} {#if info:persistence.persistenceUnits.isEmpty}

No persistence units were found.

{#else} {#for pu in info:persistence.persistenceUnits}

Persistence Unit {pu.name}

{#if pu.managedEntities.isEmpty}

No entities were found.

{#else} {#for entity in pu.managedEntities} {/for}
# Class name Table name
{entity_count}. {entity.className} {entity.tableName}
{/if} {/for} {/if} {/body} {/include}