@Entity public class Death extends SinglePersonEvent
Modifier and Type | Field and Description |
---|---|
static String |
FIND_ALL
Specifies the
String that represents the NamedQuery to create a TypedQuery to get all
death records. |
Constructor and Description |
---|
Death() |
equals, getPerson, getType, hashCode, setPerson
public static final String FIND_ALL
String
that represents the NamedQuery
to create a TypedQuery
to get all
death records.
For example:
TypedQuery<Death> query = em.createNamedQuery(Death.FIND_ALL, Death.class);
Copyright © 2015 Joseph Hendrix