Uses of Class
org.apache.openejb.jee.oejb2.PersistenceContextTypeType
-
Packages that use PersistenceContextTypeType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PersistenceContextTypeType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 declared as PersistenceContextTypeType Modifier and Type Field Description protected PersistenceContextTypeTypePersistenceContextRefType. persistenceContextTypeMethods in org.apache.openejb.jee.oejb2 that return PersistenceContextTypeType Modifier and Type Method Description static PersistenceContextTypeTypePersistenceContextTypeType. fromValue(String v)PersistenceContextTypeTypePersistenceContextRefType. getPersistenceContextType()Gets the value of the persistenceContextType property.static PersistenceContextTypeTypePersistenceContextTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistenceContextTypeType[]PersistenceContextTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.oejb2 with parameters of type PersistenceContextTypeType Modifier and Type Method Description voidPersistenceContextRefType. setPersistenceContextType(PersistenceContextTypeType value)Sets the value of the persistenceContextType property.
-