|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented public @interface Temporal
Annotation to declare an appropriate TemporalType on query method parameters. Note that this annotation can
only be used on parameters of type Date.
| Optional Element Summary | |
|---|---|
javax.persistence.TemporalType |
value
Defines the TemporalType to use for the annotated parameter. |
public abstract javax.persistence.TemporalType value
TemporalType to use for the annotated parameter.
|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||