Entity实体
Annotation
@Entity
@Entity(name="school")
public class Student {
// fields, getters and setters
}@Id
@Table
@Column
@Transient
@temporal
@Enumerated
最后更新于