{#include main} {#title}Indexed Entities{/title} {#body} {#if info:indexedPersistenceUnits.persistenceUnits.isEmpty}

No indexed entities were found.

{#else}

{#for indexedPersistenceUnit in info:indexedPersistenceUnits.persistenceUnits}

Persistence Unit {indexedPersistenceUnit.persistenceUnitName}

{#for indexedEntityType in indexedPersistenceUnit.indexedEntities} {/for}
Entity name Entity type
{indexedEntityType.jpaName} {indexedEntityType.javaClass}
{/for}
{/if} {/body} {/include}