Skip navigation links

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

E17493-03


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


Skip navigation links

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

E17493-03


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