|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceType | |
|---|---|
| org.jboss.metadata.ejb.jboss | |
| 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.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're declared. |
| Methods in org.jboss.metadata.ejb.spec with parameters of type PersistenceType | |
|---|---|
void |
EntityBeanMetaData.setPersistenceType(PersistenceType persistenceType)
Set the persistenceType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||