All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.DeprecatedOneToManiesTraversable.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2013 - 2018 scalikejdbc.org
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
 * either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
package scalikejdbc

private[scalikejdbc] trait DeprecatedOneToManiesTraversable {

  @deprecated(message = "use OneToManies2SQLToIterable instead", since = "3.3.0")
  type OneToManies2SQLToTraversable[A, B1, B2, E <: WithExtractor, Z] = OneToManies2SQLToIterable[A, B1, B2, E, Z]
  @deprecated(message = "use OneToManies2SQLToIterable instead", since = "3.3.0")
  val OneToManies2SQLToTraversable = OneToManies2SQLToIterable

  @deprecated(message = "use OneToManies3SQLToIterable instead", since = "3.3.0")
  type OneToManies3SQLToTraversable[A, B1, B2, B3, E <: WithExtractor, Z] = OneToManies3SQLToIterable[A, B1, B2, B3, E, Z]
  @deprecated(message = "use OneToManies3SQLToIterable instead", since = "3.3.0")
  val OneToManies3SQLToTraversable = OneToManies3SQLToIterable

  @deprecated(message = "use OneToManies4SQLToIterable instead", since = "3.3.0")
  type OneToManies4SQLToTraversable[A, B1, B2, B3, B4, E <: WithExtractor, Z] = OneToManies4SQLToIterable[A, B1, B2, B3, B4, E, Z]
  @deprecated(message = "use OneToManies4SQLToIterable instead", since = "3.3.0")
  val OneToManies4SQLToTraversable = OneToManies4SQLToIterable

  @deprecated(message = "use OneToManies5SQLToIterable instead", since = "3.3.0")
  type OneToManies5SQLToTraversable[A, B1, B2, B3, B4, B5, E <: WithExtractor, Z] = OneToManies5SQLToIterable[A, B1, B2, B3, B4, B5, E, Z]
  @deprecated(message = "use OneToManies5SQLToIterable instead", since = "3.3.0")
  val OneToManies5SQLToTraversable = OneToManies5SQLToIterable

  @deprecated(message = "use OneToManies6SQLToIterable instead", since = "3.3.0")
  type OneToManies6SQLToTraversable[A, B1, B2, B3, B4, B5, B6, E <: WithExtractor, Z] = OneToManies6SQLToIterable[A, B1, B2, B3, B4, B5, B6, E, Z]
  @deprecated(message = "use OneToManies6SQLToIterable instead", since = "3.3.0")
  val OneToManies6SQLToTraversable = OneToManies6SQLToIterable

  @deprecated(message = "use OneToManies7SQLToIterable instead", since = "3.3.0")
  type OneToManies7SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, E <: WithExtractor, Z] = OneToManies7SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, E, Z]
  @deprecated(message = "use OneToManies7SQLToIterable instead", since = "3.3.0")
  val OneToManies7SQLToTraversable = OneToManies7SQLToIterable

  @deprecated(message = "use OneToManies8SQLToIterable instead", since = "3.3.0")
  type OneToManies8SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, E <: WithExtractor, Z] = OneToManies8SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, E, Z]
  @deprecated(message = "use OneToManies8SQLToIterable instead", since = "3.3.0")
  val OneToManies8SQLToTraversable = OneToManies8SQLToIterable

  @deprecated(message = "use OneToManies9SQLToIterable instead", since = "3.3.0")
  type OneToManies9SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E <: WithExtractor, Z] = OneToManies9SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, E, Z]
  @deprecated(message = "use OneToManies9SQLToIterable instead", since = "3.3.0")
  val OneToManies9SQLToTraversable = OneToManies9SQLToIterable

  @deprecated(message = "use OneToManies10SQLToIterable instead", since = "3.3.0")
  type OneToManies10SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, E <: WithExtractor, Z] = OneToManies10SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, E, Z]
  @deprecated(message = "use OneToManies10SQLToIterable instead", since = "3.3.0")
  val OneToManies10SQLToTraversable = OneToManies10SQLToIterable

  @deprecated(message = "use OneToManies11SQLToIterable instead", since = "3.3.0")
  type OneToManies11SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, E <: WithExtractor, Z] = OneToManies11SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, E, Z]
  @deprecated(message = "use OneToManies11SQLToIterable instead", since = "3.3.0")
  val OneToManies11SQLToTraversable = OneToManies11SQLToIterable

  @deprecated(message = "use OneToManies12SQLToIterable instead", since = "3.3.0")
  type OneToManies12SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E <: WithExtractor, Z] = OneToManies12SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, E, Z]
  @deprecated(message = "use OneToManies12SQLToIterable instead", since = "3.3.0")
  val OneToManies12SQLToTraversable = OneToManies12SQLToIterable

  @deprecated(message = "use OneToManies13SQLToIterable instead", since = "3.3.0")
  type OneToManies13SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, E <: WithExtractor, Z] = OneToManies13SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, E, Z]
  @deprecated(message = "use OneToManies13SQLToIterable instead", since = "3.3.0")
  val OneToManies13SQLToTraversable = OneToManies13SQLToIterable

  @deprecated(message = "use OneToManies14SQLToIterable instead", since = "3.3.0")
  type OneToManies14SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, E <: WithExtractor, Z] = OneToManies14SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, E, Z]
  @deprecated(message = "use OneToManies14SQLToIterable instead", since = "3.3.0")
  val OneToManies14SQLToTraversable = OneToManies14SQLToIterable

  @deprecated(message = "use OneToManies15SQLToIterable instead", since = "3.3.0")
  type OneToManies15SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, E <: WithExtractor, Z] = OneToManies15SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, E, Z]
  @deprecated(message = "use OneToManies15SQLToIterable instead", since = "3.3.0")
  val OneToManies15SQLToTraversable = OneToManies15SQLToIterable

  @deprecated(message = "use OneToManies16SQLToIterable instead", since = "3.3.0")
  type OneToManies16SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, E <: WithExtractor, Z] = OneToManies16SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, E, Z]
  @deprecated(message = "use OneToManies16SQLToIterable instead", since = "3.3.0")
  val OneToManies16SQLToTraversable = OneToManies16SQLToIterable

  @deprecated(message = "use OneToManies17SQLToIterable instead", since = "3.3.0")
  type OneToManies17SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, E <: WithExtractor, Z] = OneToManies17SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, E, Z]
  @deprecated(message = "use OneToManies17SQLToIterable instead", since = "3.3.0")
  val OneToManies17SQLToTraversable = OneToManies17SQLToIterable

  @deprecated(message = "use OneToManies18SQLToIterable instead", since = "3.3.0")
  type OneToManies18SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, E <: WithExtractor, Z] = OneToManies18SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, E, Z]
  @deprecated(message = "use OneToManies18SQLToIterable instead", since = "3.3.0")
  val OneToManies18SQLToTraversable = OneToManies18SQLToIterable

  @deprecated(message = "use OneToManies19SQLToIterable instead", since = "3.3.0")
  type OneToManies19SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E <: WithExtractor, Z] = OneToManies19SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, E, Z]
  @deprecated(message = "use OneToManies19SQLToIterable instead", since = "3.3.0")
  val OneToManies19SQLToTraversable = OneToManies19SQLToIterable

  @deprecated(message = "use OneToManies20SQLToIterable instead", since = "3.3.0")
  type OneToManies20SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, E <: WithExtractor, Z] = OneToManies20SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, E, Z]
  @deprecated(message = "use OneToManies20SQLToIterable instead", since = "3.3.0")
  val OneToManies20SQLToTraversable = OneToManies20SQLToIterable

  @deprecated(message = "use OneToManies21SQLToIterable instead", since = "3.3.0")
  type OneToManies21SQLToTraversable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, B21, E <: WithExtractor, Z] = OneToManies21SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, B21, E, Z]
  @deprecated(message = "use OneToManies21SQLToIterable instead", since = "3.3.0")
  val OneToManies21SQLToTraversable = OneToManies21SQLToIterable

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy