Class IASPersistenceManagerDescriptor
java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
org.glassfish.ejb.deployment.descriptor.runtime.IASPersistenceManagerDescriptor
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="3.1")
public class IASPersistenceManagerDescriptor
extends org.glassfish.deployment.common.Descriptor
Deprecated, for removal: This API element is subject to removal in a future version.
This class contains information about the persistent state
(abstract persistence schema)
for EJB2.0 CMP EntityBeans .
- Author:
- Prashant Jamkhedkar
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.IASPersistenceManagerDescriptor(String id, String ver, String conf, String generator, String factory) Deprecated, for removal: This API element is subject to removal in a future version.The copy constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetPersistenceManagerClassGenerator(String pm_class_generator) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPersistenceManagerConfig(String pm_config) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPersistenceManagerIdentifier(String pm_identifier) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPersistenceManagerMappingFactory(String pm_mapping_factory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPersistenceManagerVersion(String pm_version) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitMethods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
PM_IDENTIFIER_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PM_VERSION_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PM_CONFIG_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PM_CLASS_GENERATOR_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PM_CLASS_GENERATOR_DEFAULT_OLD
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
PM_MAPPING_FACTORY_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
IASPersistenceManagerDescriptor
public IASPersistenceManagerDescriptor()Deprecated, for removal: This API element is subject to removal in a future version. -
IASPersistenceManagerDescriptor
public IASPersistenceManagerDescriptor(String id, String ver, String conf, String generator, String factory) Deprecated, for removal: This API element is subject to removal in a future version.The copy constructor.
-
-
Method Details
-
getPersistenceManagerIdentifier
Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceManagerIdentifier
Deprecated, for removal: This API element is subject to removal in a future version. -
getPersistenceManagerVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceManagerVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getPersistenceManagerConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceManagerConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
getPersistenceManagerClassGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceManagerClassGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
getPersistenceManagerMappingFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceManagerMappingFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-