Package com.sun.jdo.api.persistence.mapping.ejb


package com.sun.jdo.api.persistence.mapping.ejb
  • Class
    Description
    This is a class which helps translate between the various names of the CMP (ejb name, abstract schema, abstract bean, concrete bean, local interface, remote interface) and the persistence-capable class name.
     
     
    Helper interface for the MappingFile.
    This is an interface which represents information found in the ejb-jar.xml descriptor and provides a variety of other information and helper objects needed to do mapping and generating of ejb related things in persistence.
     
    This class supports the conversion between the iAS mapping file format and the object used to represent that mapping to support the iAS EJBC process and iAS CMP run-time.
     
    The contents of this class will eventually be added to SQLTypeUtil in dbmodel.
    Finder utilities for elements of the SunCmpMappings object graph.