diff --git a/ws/Archetypes/mi-maven-archetype-jpa-hibernate/src/main/resources/archetype-resources/Readme.md b/ws/Archetypes/mi-maven-archetype-jpa-hibernate/src/main/resources/archetype-resources/Readme.md index 68051f086dd1d9c31ae39719b2e378ca46a91db3..f044777dc6f68020af44d4b3fa13a72573a867d0 100644 --- a/ws/Archetypes/mi-maven-archetype-jpa-hibernate/src/main/resources/archetype-resources/Readme.md +++ b/ws/Archetypes/mi-maven-archetype-jpa-hibernate/src/main/resources/archetype-resources/Readme.md @@ -12,13 +12,13 @@ This project contains: The first unit will re-create the database schema whereas using the second will preserve your current database schema. -* +* |Class |Package |Description | |--------------|----------------------|----------------------| |`Airline` |`$(packageroot)/model`|JPA example entity | |`CreateEntity`|`$(packageroot)` |Create database schema, persist an instance of Airline | |`SearchByIcao`|`$(packageroot)` |JPA typesafe criteria search demo | -|`EntityTest` |`$(testroot)` |Junit test persisting and re-reading an object by primary key value | +|`EntityTest` |`$(testroot)` |Persisting and re-reading an object by its primary key value | * `src/main/resources/log4j2.xml` Configuring the log4j subsystem.