Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Class OracleTypeMapEntries

java.lang.Object
  extended byoracle.jbo.common.JboTypeMapEntries
      extended byoracle.jbo.common.OracleTypeMapEntries
          extended byoracle.jbo.server.OracleTypeMapEntries


Deprecated. since JDeveloper 5.0 Use oracle.jbo.common.OracleTypeMapEntries instead.

public class OracleTypeMapEntries
extends OracleTypeMapEntries

Populates Oracle-database specific TypeMap Entries for BC4J Designtime and Runtime to map a Database column type to a java-class type and also to jdbc-sqltype and id. The entries should be: COLUMN_TYPE - column type in the database JAVA_CLASS_NAME - Java class which should store in-memory data from the given column-type JDBC_SQL_TYPE - Name of the jdbc sql type id that the subsequent integer-entry represents. JDBC_SQL_TYPE_ID - Integer value from java.sql.Types or a corresponding Types list in jdbc. DISPLAY_LENGTH - Default size for various String/Character types. NUMERIC_TYPE - If this type could handle Precision/Scale validator.

Since:
JDeveloper 3.2

Constructor Summary
OracleTypeMapEntries()
Deprecated.

Methods inherited from class oracle.jbo.common.OracleTypeMapEntries
convertValue, getDomainsWithNoXMLFactory, populateConversion

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OracleTypeMapEntries

public OracleTypeMapEntries()
Deprecated.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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