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 35e238fbd7ce6df3689e14611e81a59be7267f00..68051f086dd1d9c31ae39719b2e378ca46a91db3 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,12 +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 | +* +|Class |Package |Description | |--------------|----------------------|----------------------| |`Airline` |`$(packageroot)/model`|JPA example entity | -|`CreateEntity`|`$(packageroot)` |Create database schema, persist an instance ofAirline | +|`CreateEntity`|`$(packageroot)` |Create database schema, persist an instance of Airline | |`SearchByIcao`|`$(packageroot)` |JPA typesafe criteria search demo | -|`EntityTest` |`$(testroot)` |Persisting and re-reading an object by primary key value | +|`EntityTest` |`$(testroot)` |Junit test persisting and re-reading an object by primary key value | * `src/main/resources/log4j2.xml` Configuring the log4j subsystem.