public interface ConnectionFactory
Defines an interface for a factory than can create connections.
Modifier and Type | Method and Description |
---|---|
<T> Any2AnyConnection<T> |
createAny2Any()
Constructs and returns an implementation of
Any2AnyConnection . |
<T> Any2OneConnection<T> |
createAny2One()
Constructs and returns an implementation of
Any2OneConnection . |
<T> One2AnyConnection<T> |
createOne2Any()
Constructs and returns an implementation of
One2AnyConnection . |
<T> One2OneConnection<T> |
createOne2One()
Constructs and returns an implementation of
One2OneConnection . |
<T> One2OneConnection<T> createOne2One()
One2OneConnection
.One2OneConnection
object.<T> Any2OneConnection<T> createAny2One()
Any2OneConnection
.Any2OneConnection
object.<T> One2AnyConnection<T> createOne2Any()
One2AnyConnection
.One2AnyConnection
object.<T> Any2AnyConnection<T> createAny2Any()
Any2AnyConnection
.Any2AnyConnection
object.Copyright © 1996–2024. All rights reserved.