| Package | Description |
|---|---|
| com.sptci.jpa |
Package containing root JPA Java objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NameDescription
A JavaBean that represents a simple
name and
description pair. |
class |
StartLetter
A simple object that is used to implement efficient alphabetical
indexing of persistent objects.
|
| Modifier and Type | Method and Description |
|---|---|
static JPAObject |
JPAObject.fromXML(String xml)
Parse the object out of the XML representation of this object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NameDescription.compareTo(JPAObject object)
Compares this object with the specified object for order.
|
int |
JPAObject.compareTo(JPAObject object)
Compares this object with the specified object for order.
|