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 = wabase.WsNotifications.DefaultWsInitialEventsPublisher
  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 = wabase.WsNotifications.NoWsInitialEvents
  19. type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
  20. type RowAuthorization = wabase.Authorization.RowAuthorization
  21. type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
  22. type Statistics = wabase.ServerStatistics.Statistics
  23. trait TemplateUtil extends AnyRef
  24. type Timestamp = java.sql.Timestamp
  25. type WsInitialEventsPublisher = wabase.WsNotifications.WsInitialEventsPublisher
  26. type jBoolean = Boolean
  27. type jDate = Date
  28. type jLong = Long
  29. type sDate = Date

Value Members

  1. val CommonFunctions: CustomValidationFunctions.type
  2. val DEFAULT_CP: PoolName
  3. val DefaultQueryTimeout: Option[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. def durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
  11. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  12. implicit def toFiniteDuration(d: Duration): FiniteDuration

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped