@Entity public class Burial 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
burial records. |
| Constructor and Description |
|---|
Burial() |
equals, getPerson, getType, hashCode, setPersonpublic static final String FIND_ALL
String that represents the NamedQuery to create a TypedQuery to get all
burial records.
For example:
TypedQuery<Burial> query = em.createNamedQuery(Burial.FIND_ALL, Burial.class);
Copyright © 2015 Joseph Hendrix