public class Main extends Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
initFamilyTree(javax.persistence.EntityManager em)
Creates a partial family tree of the Greek dieties.
|
static void |
main(String[] args) |
static void |
runQueries(javax.persistence.EntityManager em)
Run some sample queries against the family tree model.
|
public static void main(String[] args)
public static void initFamilyTree(javax.persistence.EntityManager em)
em
- the EntityManager to use in the persistence processpublic static void runQueries(javax.persistence.EntityManager em)
em
- the EntityManager to useCopyright © 2006–2018 Apache Software Foundation. All rights reserved.