Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | PointedEar | 1 | //$Id:$ |
2 | //EJB3 Specification Copyright 2004-2006 Sun Microsystems, Inc. |
||
3 | |||
4 | /** |
||
5 | * The javax.persistence package contains the classes and interfaces that define the contracts |
||
6 | * between a persistence provider and the managed classes and the clients of the Java Persistence API. |
||
7 | */ |
||
8 | package javax.persistence; |
||
9 |