org.apache.openejb.assembler.classic
Class PersistenceContextReferenceInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.InjectableInfo
          extended by org.apache.openejb.assembler.classic.PersistenceContextReferenceInfo
All Implemented Interfaces:
Serializable

public class PersistenceContextReferenceInfo
extends InjectableInfo

Version:
$Rev: 1172164 $ $Date: 2011-09-18 00:58:10 +0000 (Sun, 18 Sep 2011) $
See Also:
Serialized Form

Field Summary
 boolean extended
           
 String persistenceUnitName
           
 Properties properties
           
 String unitId
           
 
Fields inherited from class org.apache.openejb.assembler.classic.InjectableInfo
location, referenceName, targets
 
Constructor Summary
PersistenceContextReferenceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistenceUnitName

public String persistenceUnitName

unitId

public String unitId

extended

public boolean extended

properties

public final Properties properties
Constructor Detail

PersistenceContextReferenceInfo

public PersistenceContextReferenceInfo()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.