JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.annotation
Transient
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Transient
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
Transient
Marks a field to be transient for the mapping framework. Thus the property will not be persisted and not further inspected by the mapping framework.
Author:
Oliver Gierke, Jon Brisbin