package wabase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- wabase
- Loggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AppConfig = wabase.AppBase.AppConfig
- type AppMdConventions = wabase.AppMetadata.AppMdConventions
- type AppVersion = wabase.AppServiceBase.AppVersion
- abstract class BusinessScenariosBaseSpecs extends AnyFlatSpec with Matchers with CoreClient with BeforeAndAfterAll with TemplateUtil
- type ConstantQueryTimeout = wabase.AppServiceBase.ConstantQueryTimeout
- type CustomValidationFunctions = wabase.ValidationEngine.CustomValidationFunctions
- abstract class DataBaseSpecs[User] extends AnyFlatSpec with Matchers with CoreClient with BeforeAndAfterAll with TemplateUtil
- type DbDeferredStorage = wabase.DeferredControl.DbDeferredStorage
- type DefaultAppExceptionHandler[User] = wabase.AppServiceBase.AppExceptionHandler.DefaultAppExceptionHandler[User]
- type DefaultAppMdConventions = wabase.AppMetadata.DefaultAppMdConventions
- type DefaultServerStatistics = wabase.ServerStatistics.DefaultServerStatistics
- type DefaultWsInitialEventsPublisher = wabase.WsNotifications.DefaultWsInitialEventsPublisher
- type LdapAuthentication = wabase.Authentication.LdapAuthentication
- type NoAudit[User] = wabase.Audit.NoAudit[User]
- type NoAuthorization[User] = wabase.Authorization.NoAuthorization[User]
- type NoCustomConstraintMessage = wabase.DbConstraintMessage.NoCustomConstraintMessage
- type NoServerStatistics = wabase.ServerStatistics.NoServerStatistics
- type NoWsInitialEvents = wabase.WsNotifications.NoWsInitialEvents
- type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
- type RowAuthorization = wabase.Authorization.RowAuthorization
- type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
- type Statistics = wabase.ServerStatistics.Statistics
- trait TemplateUtil extends AnyRef
- type Timestamp = java.sql.Timestamp
- type WsInitialEventsPublisher = wabase.WsNotifications.WsInitialEventsPublisher
- type jBoolean = Boolean
- type jDate = Date
- type jLong = Long
- type sDate = Date
Value Members
- val CommonFunctions: CustomValidationFunctions.type
- val DEFAULT_CP: PoolName
- val DefaultQueryTimeout: Option[QueryTimeout]
- val FALSE: Boolean
- val MaxResultSize: Option[Int]
- val TRUE: Boolean
- val config: Config
- def createConnectionPool(config: Config): HikariDataSource
- def currentTime: Long
- def durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
- implicit def toFiniteDuration(d: Duration): FiniteDuration