Uses of Class
com.sun.enterprise.deployment.PersistenceUnitsDescriptor
-
Packages that use PersistenceUnitsDescriptor Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.archivist com.sun.enterprise.deployment.node -
-
Uses of PersistenceUnitsDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return PersistenceUnitsDescriptor Modifier and Type Method Description PersistenceUnitsDescriptorPersistenceUnitDescriptor. getParent()Methods in com.sun.enterprise.deployment with parameters of type PersistenceUnitsDescriptor Modifier and Type Method Description protected voidPersistenceUnitDescriptor. setParent(PersistenceUnitsDescriptor parent) -
Uses of PersistenceUnitsDescriptor in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return PersistenceUnitsDescriptor Modifier and Type Method Description protected PersistenceUnitsDescriptorPersistenceArchivist. readPersistenceDeploymentDescriptor(Archivist main, ReadableArchive subArchive, String puRoot, RootDeploymentDescriptor descriptor) -
Uses of PersistenceUnitsDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return PersistenceUnitsDescriptor Modifier and Type Method Description PersistenceUnitsDescriptorPersistenceNode. getDescriptor()Constructors in com.sun.enterprise.deployment.node with parameters of type PersistenceUnitsDescriptor Constructor Description PersistenceNode(PersistenceUnitsDescriptor persistenceUnitsDescriptor)
-