mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-28 06:49:09 +00:00
HHH-5408 Change wording on "What is hibernate-jpa-2.0-api-x.y.z.jar" to suit Oracle
Lance asked us to adjust some details on how we use the word TCK. Basically better not use the word, it's too complicated :( git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20021 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6cd8f776f9
commit
d10415dafe
@ -66,12 +66,14 @@
|
||||
</itemizedlist></para>
|
||||
|
||||
<note>
|
||||
<title>What is hibernate-jpa-2.0-api-x.y.z.jar</title>
|
||||
<title>What is hibernate-jpa-2.0-api-x.y.z.jar?</title>
|
||||
|
||||
<para>This is the JAR containing the JPA 2.0 API, it is fully compliant
|
||||
with the spec and passed the TCK signature test. You typically don't
|
||||
need it when you deploy your application in a Java EE 6 application
|
||||
server (like JBoss AS 6 for example).</para>
|
||||
<para>This is the JAR containing the JPA 2.0 API, it provides all the
|
||||
interfaces and concrete classes that the specification defines as public
|
||||
API. Said otherwise, you can use this JAR to bootstrap any JPA provider
|
||||
implementation. Note that you typically don't need it when you deploy
|
||||
your application in a Java EE 6 application server (like JBoss AS 6 for
|
||||
example).</para>
|
||||
</note>
|
||||
|
||||
<para>Alternatively, if you use Maven, add the following
|
||||
|
Loading…
x
Reference in New Issue
Block a user