Package hellojpa
-
Class Summary Class Description Main A very simple, stand-alone program that stores a new entity in the database and then performs a query to retrieve it.Message 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.