Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.domain
Interface MutableDomainInterface

All Superinterfaces:
DomainInterface
All Known Subinterfaces:
LobInterface, LobStreamInterface
All Known Implementing Classes:
Array, BFileDomain, BlobDomain, ClobDomain, Struct

public interface MutableDomainInterface
extends DomainInterface

Implemented by domain classes.

Domain classes extend or encapsulate Oracle SQL datatypes. Domain objects can be converted to the standard JDBC data types.

Since:
JDevloper 3.0
See Also:
TypeFactory, "JboDomainValidator"

Methods inherited from interface oracle.jbo.domain.DomainInterface
getData, setContext

 


Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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