| Package | Description |
|---|---|
| org.josef.jpa |
JPA (Java Persistence API) related classes.
|
| org.josef.jpa.audit |
JPA Audit Trail classes.
|
| 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–2017. All rights reserved.