Package com.ibm.ws.javaee.dd.common
Interface PersistenceRef
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
,ResourceBaseGroup
- All Known Subinterfaces:
PersistenceContextRef
,PersistenceUnitRef
Represents common elements between <persistence-context-ref> and
<persistence-unit-ref>.
-
Method Summary
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
Methods inherited from interface com.ibm.ws.javaee.dd.common.ResourceBaseGroup
getInjectionTargets, getMappedName
-
Method Details
-
getPersistenceUnitName
String getPersistenceUnitName()- Returns:
- <persistence-unit-name>, or null if unspecified
-