JBoss Metadata EJB 7.2.2.Final

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

Packages that use PersistenceType
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.parser.spec   
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.parser.spec
 

Methods in org.jboss.metadata.ejb.parser.spec that return PersistenceType
protected  PersistenceType EntityBeanMetaDataParser.processPersistenceType(String persistenceType)
           
 

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

Methods in org.jboss.metadata.ejb.spec that return PersistenceType
 PersistenceType AbstractGenericBeanMetaData.getPersistenceType()
          Get the 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 AbstractGenericBeanMetaData.setPersistenceType(PersistenceType persistenceType)
          Set the persistenceType.
 


JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.