Packages

p

org

wabase

package wabase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wabase
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AppConfig = wabase.AppBase.AppConfig
  2. type AppMdConventions = wabase.AppMetadata.AppMdConventions
  3. type AppVersion = wabase.AppServiceBase.AppVersion
  4. abstract class BusinessScenariosBaseSpecs extends AnyFlatSpec with Matchers with CoreClient with BeforeAndAfterAll with TemplateUtil
  5. type ConstantQueryTimeout = wabase.AppServiceBase.ConstantQueryTimeout
  6. type CustomValidationFunctions = wabase.ValidationEngine.CustomValidationFunctions
  7. abstract class DataBaseSpecs[User] extends AnyFlatSpec with Matchers with CoreClient with BeforeAndAfterAll with TemplateUtil
  8. type DbDeferredStorage = wabase.DeferredControl.DbDeferredStorage
  9. type DefaultAppExceptionHandler[User] = wabase.AppServiceBase.AppExceptionHandler.DefaultAppExceptionHandler[User]
  10. type DefaultAppMdConventions = wabase.AppMetadata.DefaultAppMdConventions
  11. type DefaultServerStatistics = wabase.ServerStatistics.DefaultServerStatistics
  12. type DefaultWsInitialEventsPublisher = DefaultInitialEventsPublisher
  13. type LdapAuthentication = wabase.Authentication.LdapAuthentication
  14. type NoAudit[User] = wabase.Audit.NoAudit[User]
  15. type NoAuthorization[User] = wabase.Authorization.NoAuthorization[User]
  16. type NoCustomConstraintMessage = wabase.DbConstraintMessage.NoCustomConstraintMessage
  17. type NoServerStatistics = wabase.ServerStatistics.NoServerStatistics
  18. type NoWsInitialEvents = NoInitialEvents
  19. type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
  20. type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
  21. type Statistics = wabase.ServerStatistics.Statistics
  22. trait TemplateUtil extends AnyRef
  23. type Timestamp = java.sql.Timestamp
  24. type jBoolean = Boolean
  25. type jDate = Date
  26. type jLong = Long
  27. type sDate = Date

Value Members

  1. val CommonFunctions: CustomValidationFunctions.type
  2. val DEFAULT_CP: PoolName
  3. val DefaultQueryTimeout: QueryTimeout
  4. val FALSE: Boolean
  5. val MaxResultSize: Option[Int]
  6. val TRUE: Boolean
  7. val config: Config
  8. def createConnectionPool(config: Config): HikariDataSource
  9. def currentTime: Long
  10. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  11. implicit def toFiniteDuration(d: Duration): FiniteDuration

Deprecated Value Members

  1. def durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0) use reference.conf and toFiniteDuration(config.getDuration(path))

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped