Uses of Class
com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeEnum
-
Packages that use SessionFactoryTypeEnum Package Description com.atlassian.confluence.core.persistence.confluence -
-
Uses of SessionFactoryTypeEnum in com.atlassian.confluence.core.persistence.confluence
Methods in com.atlassian.confluence.core.persistence.confluence that return SessionFactoryTypeEnum Modifier and Type Method Description static SessionFactoryTypeEnumSessionFactoryTypeThreadLocal. get()Deprecated.since 5.10static SessionFactoryTypeEnumSessionFactoryTypeEnum. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static SessionFactoryTypeEnum[]SessionFactoryTypeEnum. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.core.persistence.confluence with parameters of type SessionFactoryTypeEnum Modifier and Type Method Description static voidSessionFactoryTypeThreadLocal. set(SessionFactoryTypeEnum type)Deprecated.since 5.10
-