| Package | Description |
|---|---|
| com.sptci.jdo |
Package with core JDO data objects and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected StartLetter |
JDOObject.startLetter
The start letter for the primary string identifier for the object.
|
| Modifier and Type | Method and Description |
|---|---|
StartLetter |
StartLetterFactory.create(char letter,
Class source,
javax.jdo.PersistenceManager pm)
Create a new persistent instance with the specified name.
|
StartLetter |
StartLetterFactory.create(char letter,
String source,
javax.jdo.PersistenceManager pm)
Create a new persistent instance with the specified name.
|
StartLetter |
StartLetterFactory.fetch(char letter,
String source,
javax.jdo.PersistenceManager pm)
|
StartLetter |
JDOObject.getStartLetter()
Return the reference to the starting letter of the primary string field
for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StartLetter> |
StartLetterFactory.fetchAll(javax.jdo.PersistenceManager pm)
Return all the instance of
StartLetter from the JDO data store. |
Collection<StartLetter> |
StartLetterFactory.fetchBySource(Class source,
javax.jdo.PersistenceManager pm)
Return all the instances of
StartLetter that are associated with
the specified source. |
Collection<StartLetter> |
StartLetterFactory.fetchBySource(String source,
javax.jdo.PersistenceManager pm)
Return all the instances of
StartLetter that are associated with
the specified source. |
| Modifier and Type | Method and Description |
|---|---|
int |
StartLetter.compareTo(StartLetter object)
Compares this object with the specified object for order.
|
protected void |
Factory.removeStartLetter(Object object,
StartLetter startLetter,
javax.jdo.PersistenceManager pm)
Remove start letters that are not in use by instances of the type
of object specified.
|