Uses of Enum
org.jboss.shrinkwrap.descriptor.api.javaee6.IsolationLevelType
Packages that use IsolationLevelType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return IsolationLevelTypeModifier and TypeMethodDescriptionstatic IsolationLevelTypeIsolationLevelType.getFromStringValue(String value) DataSourceType.getIsolationLevel()Returns theisolation-levelelementstatic IsolationLevelTypeReturns the enum constant of this type with the specified name.static IsolationLevelType[]IsolationLevelType.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 IsolationLevelTypeModifier and TypeMethodDescriptionDataSourceType.isolationLevel(IsolationLevelType isolationLevel) Sets theisolation-levelelement -
Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return IsolationLevelTypeModifier and TypeMethodDescriptionDataSourceTypeImpl.getIsolationLevel()Returns theisolation-levelelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type IsolationLevelTypeModifier and TypeMethodDescriptionDataSourceTypeImpl.isolationLevel(IsolationLevelType isolationLevel) Sets theisolation-levelelement