Package org.apache.openejb.jee
Interface PersistenceRef
-
- All Superinterfaces:
Injectable,JndiReference,Keyable<String>
- All Known Implementing Classes:
PersistenceContextRef,PersistenceUnitRef
public interface PersistenceRef extends JndiReference
- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPersistenceUnitName()voidsetPersistenceUnitName(String value)-
Methods inherited from interface org.apache.openejb.jee.Injectable
getInjectionTarget
-
Methods inherited from interface org.apache.openejb.jee.JndiReference
getLookupName, getMappedName, getName, getType, setLookupName, setMappedName, setName, setType
-
-