Class PersistenceElementImpl

java.lang.Object
com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
All Implemented Interfaces:
PersistenceElement.Impl, PersistenceElementProperties
Direct Known Subclasses:
PersistenceClassElementImpl, PersistenceMemberElementImpl

public abstract class PersistenceElementImpl extends Object implements PersistenceElement.Impl, PersistenceElementProperties
Version:
%I%
Author:
raccah
  • Constructor Details

    • PersistenceElementImpl

      public PersistenceElementImpl()
      Create new PersistenceElementImpl with no corresponding name. This constructor should only be used for cloning and archiving.
    • PersistenceElementImpl

      public PersistenceElementImpl(String name)
      Creates new PersistenceElementImpl with the corresponding name
      Parameters:
      name - the name of the element
  • Method Details