@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface TTL
@Table
@TTL(3600)
public class Entity {...}
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
Mandatory: the default time to live value, expressed in second(s)
|
Copyright © 2012-2021. All Rights Reserved.