Package | Description |
---|---|
org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
org.josef.jpa.audit |
JPA Audit Trail classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Car
Car entity.
|
class |
CarDetail
CarDetail entity which has a one to one relation with
Car . |
class |
Element
Element entity.
|
class |
HtmlTag
Html Tag Entity.
|
class |
Moon
Moon entity.
|
class |
NobelPrize
NobelPrize entity.
|
class |
NobelPrizeCategory
NobelPrizeCategory entity.
|
class |
NobelPrizeLaureate
NobelPrizeLaureate entity.
|
class |
Planet
Planet entity.
|
class |
Scientist
Scientist entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityIdentifiedById
Ultimate base class for JPA Entity classes that are identified by an ID.
|
class |
AbstractEntityIdentifiedByObjectId
Ultimate base class for JPA Entities that are identified by an Object ID.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuditTrailEntityIdentifiedById
Ultimate base class for JPA Entities that are identified by an ID and
maintain audit trail data.
|
class |
AbstractAuditTrailEntityIdentifiedByObjectId
Ultimate base class for JPA Entities that are identified by an Object ID and
maintain audit trail data.
|
Copyright © 2008–2018. All rights reserved.