@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented public @interface DynamicBoost
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends BoostStrategy> |
impl |
public abstract Class<? extends BoostStrategy> impl
BoostStrategy to apply a boost
value as function of the annotated object.BoostStrategyCopyright © 2006–2013 Hibernate. All rights reserved.