Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.db.property
Annotation Type Transient


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Transient

Annotation to mark a bean property as being transient. If the get or set for a property is marked with this annotation the property will not be recognised by the PropertyIterator and therefore won't be diffed, persisted etc.

Since:
11.0


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.