Joined
and Summarized
since 0.2.0@Deprecated @Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Property
Modifier and Type | Optional Element and Description |
---|---|
Property.Aggregator |
aggregator
Deprecated.
The aggregate function type should be applied into this property.
|
Property.Source |
from
Deprecated.
The source property information (
FROM ... ). |
Property.Source |
join
Deprecated.
The source property information (
JOIN ... ). |
String |
name
Deprecated.
The original name of the target property.
|
public abstract String name
public abstract Property.Source from
FROM ...
).
If it is not defined, Property.Source.declaring()
will become void.class
.public abstract Property.Source join
JOIN ...
).
If it is not defined, Property.Source.declaring()
will become void.class
.public abstract Property.Aggregator aggregator
If it is not defined, this returns Property.Aggregator.IDENT
.
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.