See: Description
Interface | Description |
---|---|
DataModel.Interface<T> |
An interface that provides skeletal information of data model classes.
|
JoinedModel.Interface<T,A,B> |
An interface that provides skeletal information of joined models.
|
SummarizedModel.Interface<T,O> |
An interface that provides skeletal information of summarized models.
|
TableModel.Interface<T> |
An interface that provides skeletal information of table models.
|
Enum | Description |
---|---|
Property.Aggregator |
Represents aggregate functions.
|
Summarized.Aggregator |
Aggregator functions.
|
Annotation Type | Description |
---|---|
DataModel | Deprecated
Use data model interface declared in asakusa-runtime.
|
Joined |
Annotation for joined models.
|
Joined.Mapping |
Property mapping.
|
Joined.Term |
Source term.
|
JoinedModel | Deprecated
replaced into
Joined since 0.2.0 |
Key |
An annotation to tell how groups/sorts each record.
|
ModelRef | Deprecated
Use
Joined or Summarized instead |
Once |
An annotation represents which the annotated element will be used only once.
|
Property | Deprecated
replaced into
Joined and Summarized since 0.2.0 |
Property.Source |
The source property information.
|
Spill |
An annotation represents which the annotated element can spill its contents into backing store.
|
Summarized |
Annotation for summarized models.
|
Summarized.Folding |
Property folding.
|
Summarized.Term |
Source term.
|
SummarizedModel | Deprecated
replaced into
Summarized since 0.2.0 |
TableModel | Deprecated
moved to asakusa-thundergate-vocabulary
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.