Uses of Class
org.jboss.metadata.ejb.spec.PersistenceType

Packages that use PersistenceType
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.jboss.jndipolicy.plugins   
org.jboss.metadata.ejb.spec   
 

Uses of PersistenceType in org.jboss.metadata.ejb.jboss
 

Methods in org.jboss.metadata.ejb.jboss that return PersistenceType
 PersistenceType JBossEntityBeanMetaData.getPersistenceType()
          Get the persistenceType.
 

Methods in org.jboss.metadata.ejb.jboss with parameters of type PersistenceType
 void JBossEntityBeanMetaData.setPersistenceType(PersistenceType persistenceType)
          Set the persistenceType.
 

Uses of PersistenceType in org.jboss.metadata.ejb.jboss.jndipolicy.plugins
 

Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins that return PersistenceType
 PersistenceType JbossEntityPolicyDecorator.getPersistenceType()
           
 

Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins with parameters of type PersistenceType
 void JbossEntityPolicyDecorator.setPersistenceType(PersistenceType persistenceType)
           
 

Uses of PersistenceType in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return PersistenceType
 PersistenceType EntityBeanMetaData.getPersistenceType()
          Get the persistenceType.
static PersistenceType PersistenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersistenceType[] PersistenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.ejb.spec with parameters of type PersistenceType
 void EntityBeanMetaData.setPersistenceType(PersistenceType persistenceType)
          Set the persistenceType.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.