public class IASPersistenceManagerDescriptor extends Descriptor
Modifier and Type | Field and Description |
---|---|
static String |
PM_CLASS_GENERATOR_DEFAULT |
static String |
PM_CLASS_GENERATOR_DEFAULT_OLD |
static String |
PM_CONFIG_DEFAULT |
static String |
PM_IDENTIFIER_DEFAULT |
static String |
PM_MAPPING_FACTORY_DEFAULT |
static String |
PM_VERSION_DEFAULT |
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
IASPersistenceManagerDescriptor() |
IASPersistenceManagerDescriptor(String id,
String ver,
String conf,
String generator,
String factory)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
classesChanged()
Called from EjbCMPEntityDescriptor
when some classes in this object are updated.
|
String |
getPersistenceManagerClassGenerator() |
String |
getPersistenceManagerConfig() |
String |
getPersistenceManagerIdentifier() |
String |
getPersistenceManagerMappingFactory() |
String |
getPersistenceManagerVersion() |
void |
setPersistenceManagerClassGenerator(String pm_class_generator) |
void |
setPersistenceManagerConfig(String pm_config) |
void |
setPersistenceManagerIdentifier(String pm_identifier) |
void |
setPersistenceManagerMappingFactory(String pm_mapping_factory) |
void |
setPersistenceManagerVersion(String pm_version) |
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public static final String PM_IDENTIFIER_DEFAULT
public static final String PM_VERSION_DEFAULT
public static final String PM_CONFIG_DEFAULT
public static final String PM_CLASS_GENERATOR_DEFAULT
public static final String PM_CLASS_GENERATOR_DEFAULT_OLD
public static final String PM_MAPPING_FACTORY_DEFAULT
public String getPersistenceManagerIdentifier()
public void setPersistenceManagerIdentifier(String pm_identifier)
public String getPersistenceManagerVersion()
public void setPersistenceManagerVersion(String pm_version)
public String getPersistenceManagerConfig()
public void setPersistenceManagerConfig(String pm_config)
public String getPersistenceManagerClassGenerator()
public void setPersistenceManagerClassGenerator(String pm_class_generator)
public String getPersistenceManagerMappingFactory()
public void setPersistenceManagerMappingFactory(String pm_mapping_factory)
public boolean classesChanged()
Copyright © 2019. All rights reserved.