JavaJEEJPA

From Wiki RB4
Revision as of 09:26, 22 August 2008 by UweHeuer (talk | contribs) (New page: =Introduction= The Java Persistence API is part of the Java SE. =Annotations= ==javax.persistance.Entity== * if no table specified, tablename is classname * all members are persistent, un...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

The Java Persistence API is part of the Java SE.

Annotations

javax.persistance.Entity

  • if no table specified, tablename is classname
  • all members are persistent, unless speficied with javax.persistence.Transient