| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
JCollectionField
Represents a collection field in a
JClass. |
class |
JComplexField
Represents a complex field in a
JClass. |
class |
JCounterField
Represents a counter field in a
JClass. |
class |
JEnumField
|
class |
JListField
Represents a list field in a
JClass. |
class |
JMapField
Represents a map field in a
JClass. |
class |
JReferenceField
|
class |
JSetField
Represents a set field in a
JClass. |
class |
JSimpleField
|
| Modifier and Type | Method and Description |
|---|---|
<T extends JField> |
JClass.getJField(int storageId,
Class<T> type)
Get the
JField in this instance associated with the specified storage ID, cast to the given type. |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,JField> |
JClass.getJFieldsByName()
Get all
JField's associated with this instance, indexed by name. |
SortedMap<Integer,JField> |
JClass.getJFieldsByStorageId()
Get all
JField's associated with this instance, indexed by storage ID. |
| Modifier and Type | Method and Description |
|---|---|
protected R |
JFieldSwitchAdapter.caseJField(JField field)
Adapter class roll-up method.
|
Copyright © 2017. All rights reserved.