Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee7.IsolationLevelType
-
Packages that use IsolationLevelType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return IsolationLevelType Modifier and Type Method Description static IsolationLevelTypeIsolationLevelType. getFromStringValue(String value)IsolationLevelTypeDataSourceType. getIsolationLevel()Returns theisolation-levelelementstatic IsolationLevelTypeIsolationLevelType. valueOf(String name)Returns 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.javaee7 with parameters of type IsolationLevelType Modifier and Type Method Description DataSourceType<T>DataSourceType. isolationLevel(IsolationLevelType isolationLevel)Sets theisolation-levelelement -
Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return IsolationLevelType Modifier and Type Method Description IsolationLevelTypeDataSourceTypeImpl. getIsolationLevel()Returns theisolation-levelelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 with parameters of type IsolationLevelType Modifier and Type Method Description DataSourceType<T>DataSourceTypeImpl. isolationLevel(IsolationLevelType isolationLevel)Sets theisolation-levelelement
-