|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceTypeType.Enum | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee |
Uses of PersistenceTypeType.Enum in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return PersistenceTypeType.Enum | |
PersistenceTypeType.Enum |
EntityBeanType.getPersistenceType()
Gets the "persistence-type" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type PersistenceTypeType.Enum | |
void |
EntityBeanType.setPersistenceType(PersistenceTypeType.Enum persistenceType)
Sets the "persistence-type" element |
Uses of PersistenceTypeType.Enum in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return PersistenceTypeType.Enum | |
PersistenceTypeType.Enum |
EntityBeanTypeImpl.getPersistenceType()
Gets the "persistence-type" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type PersistenceTypeType.Enum | |
void |
EntityBeanTypeImpl.setPersistenceType(PersistenceTypeType.Enum persistenceType)
Sets the "persistence-type" element |
Uses of PersistenceTypeType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as PersistenceTypeType.Enum | |
static PersistenceTypeType.Enum |
PersistenceTypeType.BEAN
|
static PersistenceTypeType.Enum |
PersistenceTypeType.CONTAINER
|
Methods in org.apache.geronimo.xbeans.j2ee that return PersistenceTypeType.Enum | |
static PersistenceTypeType.Enum |
PersistenceTypeType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static PersistenceTypeType.Enum |
PersistenceTypeType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |