Business Components

oracle.jbo.domain
Interface MutableDomainInterface


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
 


Business Components