{#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}

{#if info:persistence.getManagedEntities(pu).isEmpty}

No entities were found.

{#else} {#for entity in info:persistence.getManagedEntities(pu)} {/for}
# Class name Table name
{count}. {entity.className} {entity.tableName}
{/if} {/for} {/if} {/body} {/include}