Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.AbstractNameMapper
-
Packages that use AbstractNameMapper Package Description com.sun.jdo.api.persistence.mapping.ejb com.sun.jdo.spi.persistence.support.ejb.ejbc com.sun.jdo.spi.persistence.support.ejb.model.util -
-
Uses of AbstractNameMapper in com.sun.jdo.api.persistence.mapping.ejb
Methods in com.sun.jdo.api.persistence.mapping.ejb that return AbstractNameMapper Modifier and Type Method Description AbstractNameMapperEJBInfoHelper. createUniqueNameMapper()Creates and returns an instance of the AbstractNameMapper object to use for generation of unique names with this helper.AbstractNameMapperEJBInfoHelper. getNameMapper()Gets the AbstractNameMapper object to use for this helper.protected AbstractNameMapperMappingGenerator. getNameMapper() -
Uses of AbstractNameMapper in com.sun.jdo.spi.persistence.support.ejb.ejbc
Subclasses of AbstractNameMapper in com.sun.jdo.spi.persistence.support.ejb.ejbc Modifier and Type Class Description classNameMapperThis is a subclass ofNameMapper(in thecom.sun.jdo.spi.persistence.support.ejb.model.utilpackage) which implements the abstract methods based on an IAS implementation.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that return AbstractNameMapper Modifier and Type Method Description AbstractNameMapperEJBBundleInfoHelper. createUniqueNameMapper()AbstractNameMapperEJBBundleInfoHelper. getNameMapper() -
Uses of AbstractNameMapper in com.sun.jdo.spi.persistence.support.ejb.model.util
Subclasses of AbstractNameMapper in com.sun.jdo.spi.persistence.support.ejb.model.util Modifier and Type Class Description classNameMapperThis 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.
-