| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFieldAttributes<T>
Base class of all
Fields. |
class |
Column<T>
Abstract
Table column which is extended by the generated classes. |
class |
ExtraColumn<T>
A
Column which exists in the dbms but is not defined in the
DSD. |
class |
Field<T>
A Field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldAttributes<?> |
ValueInfo.fieldAttributesRenamedAs(FieldAttributes<?> c) |
| Modifier and Type | Method and Description |
|---|---|
FieldAttributes<?> |
ValueInfo.fieldAttributesRenamedAs(FieldAttributes<?> c) |
| Constructor and Description |
|---|
BaseFieldAttributes(FieldAttributes<T> other,
boolean nullable)
Create a new BaseFieldAttributes based upon another, overriding its nullability.
|
BaseFieldAttributes(FieldAttributes<T> other,
PoemType type)
Create a new BaseFieldAttributes based upon another, but overriding its type.
|
BaseFieldAttributes(FieldAttributes<T> other,
String name)
Create a new BaseFieldAttributes based upon another, overriding its name.
|
BaseFieldAttributes(FieldAttributes<T> other,
String name,
String description)
Allow the description to vary as well.
|
Field(AccessPoemException accessException,
FieldAttributes<T> attrs)
Constructor for a Field with an access violation.
|
Field(Object raw,
FieldAttributes<T> attrs)
Constructor.
|
Copyright © 2000–2021 PanEris. All rights reserved.