JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.annotation
Annotation Interface Persistent
@Indexed
@Retention
(
RUNTIME
)
@Reflective
@Target
({
TYPE
,
FIELD
,
PARAMETER
})
public @interface
Persistent
Annotation to generally identify persistent types, fields and parameters.
Author:
Jon Brisbin, Oliver Gierke