Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.PersistenceContextTypeType
-
Packages that use PersistenceContextTypeType Package Description org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema -
-
Uses of PersistenceContextTypeType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return PersistenceContextTypeType Modifier and Type Method Description static PersistenceContextTypeTypePersistenceContextTypeType. getFromStringValue(String value)PersistenceContextTypeTypePersistenceContextRefType. getPersistenceContextType()Returns thepersistence-context-typeelementstatic 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.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type PersistenceContextTypeType Modifier and Type Method Description PersistenceContextRefType<T>PersistenceContextRefType. persistenceContextType(PersistenceContextTypeType persistenceContextType)Sets thepersistence-context-typeelement -
Uses of PersistenceContextTypeType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return PersistenceContextTypeType Modifier and Type Method Description PersistenceContextTypeTypePersistenceContextRefTypeImpl. getPersistenceContextType()Returns thepersistence-context-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type PersistenceContextTypeType Modifier and Type Method Description PersistenceContextRefType<T>PersistenceContextRefTypeImpl. persistenceContextType(PersistenceContextTypeType persistenceContextType)Sets thepersistence-context-typeelement
-