JavaJEEJPA
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
The Java Persistence API is part of the Java SE.