Spring Data Core

org.springframework.data.annotation
Annotation Type Transient


@Retention(value=RUNTIME)
@Target(value={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


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.