D G H I M R S V

D

Deity - Class in relations
An entity that contains relations corresponding to family tree relations.
Deity(String, Deity.Gender) - Constructor for class relations.Deity
 
Deity.Gender - Enum in relations
 

G

getChildren() - Method in class relations.Deity
 
getCreated() - Method in class hellojpa.Message
 
getFather() - Method in class relations.Deity
 
getGender() - Method in class relations.Deity
 
getId() - Method in class hellojpa.Message
 
getMessage() - Method in class hellojpa.Message
 
getMother() - Method in class relations.Deity
 
getName() - Method in class relations.Deity
 
giveBirth(String, Deity, Deity.Gender) - Method in class relations.Deity
She's having a baby...

H

hellojpa - package hellojpa
 

I

initFamilyTree(EntityManager) - Static method in class relations.Main
Creates a partial family tree of the Greek dieties.

M

Main - Class in hellojpa
A very simple, stand-alone program that stores a new entity in the database and then performs a query to retrieve it.
Main() - Constructor for class hellojpa.Main
 
main(String[]) - Static method in class hellojpa.Main
 
Main - Class in relations
A very simple, stand-alone program that stores a new entity in the database and then performs a query to retrieve it.
Main() - Constructor for class relations.Main
 
main(String[]) - Static method in class relations.Main
 
Main - Class in reversemapping
A simple program that uses the reverse-mapped classes from the airlines schema to print out a list of schedules flightes and the projected profits from them.
Main() - Constructor for class reversemapping.Main
 
main(String[]) - Static method in class reversemapping.Main
 
Message - Class in hellojpa
A very simple persistent entity that holds a "message", has a "created" field that is initialized to the time at which the object was created, and an id field that is initialized to the current time.
Message() - Constructor for class hellojpa.Message
 
Message(String) - Constructor for class hellojpa.Message
 

R

relations - package relations
 
reversemapping - package reversemapping
 
runQueries(EntityManager) - Static method in class relations.Main
Run some sample queries against the family tree model.

S

setChildren(Set<Deity>) - Method in class relations.Deity
 
setCreated(Date) - Method in class hellojpa.Message
 
setFather(Deity) - Method in class relations.Deity
 
setGender(Deity.Gender) - Method in class relations.Deity
 
setId(long) - Method in class hellojpa.Message
 
setMessage(String) - Method in class hellojpa.Message
 
setMother(Deity) - Method in class relations.Deity
 
setName(String) - Method in class relations.Deity
 

V

valueOf(String) - Static method in enum relations.Deity.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum relations.Deity.Gender
Returns an array containing the constants of this enum type, in the order they are declared.

D G H I M R S V

Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.