Bläddra i källkod

Rename jpacontainer-addon to jpacontainer in documentation.

The add-on itself was renamed to "jpacontainer" a few years ago.

Change-Id: I3bd2b17d9f76cc91ba1c380c64cd175d03119ef1
tags/7.7.0.alpha1
Carlos Freund 8 år sedan
förälder
incheckning
0036de44f5
1 ändrade filer med 5 tillägg och 11 borttagningar
  1. 5
    11
      documentation/jpacontainer/jpacontainer-installation.asciidoc

+ 5
- 11
documentation/jpacontainer/jpacontainer-installation.asciidoc Visa fil

the dependency declaration needed for retrieving the Vaadin JPAContainer library the dependency declaration needed for retrieving the Vaadin JPAContainer library
with Maven. with Maven.


[subs="normal"]
---- ----
<dependency> <dependency>
<groupId>com.vaadin.addon</groupId> <groupId>com.vaadin.addon</groupId>
<artifactId>jpacontainer-addon</artifactId>
<version>3.1.0</version>
<artifactId>jpacontainer</artifactId>
<version>[replaceable]##3.2.0##</version>
</dependency> </dependency>
---- ----






---- ----
<property name="eclipselink.logging.level"
<property name="eclipselink.logging.level"
value="FINE" /> value="FINE" />
---- ----






---- ----
<property name="eclipselink.ddl-generation"
<property name="eclipselink.ddl-generation"
value="drop-and-create-tables" /> value="drop-and-create-tables" />
---- ----


[filename]#persistence.xml# does not have [parameter]#exclude-unlisted-classes# [filename]#persistence.xml# does not have [parameter]#exclude-unlisted-classes#
defined as [literal]#++false++#, the persistent entity classes should be listed defined as [literal]#++false++#, the persistent entity classes should be listed
with [literal]#++<class>++# elements. with [literal]#++<class>++# elements.







Laddar…
Avbryt
Spara