T
- the connection provider typeB
- the builder typepublic static interface EntityConnectionProvider.Builder<T extends EntityConnectionProvider,B extends EntityConnectionProvider.Builder<T,B>>
EntityConnectionProvider
instancesModifier and Type | Method and Description |
---|---|
T |
build()
Builds a
EntityConnectionProvider instance based on this builder |
B |
clientId(UUID clientId) |
B |
clientTypeId(String clientTypeId) |
B |
clientVersion(Version clientVersion) |
String |
connectionType()
Returns a String specifying the type of connection provided by this connection provider builder
|
B |
domainClassName(String domainClassName) |
B |
user(User user) |
String connectionType()
B domainClassName(String domainClassName)
domainClassName
- the name of the class specifying the domain model for this connection providerB clientId(UUID clientId)
clientId
- the UUID identifying this client connectionB clientTypeId(String clientTypeId)
clientTypeId
- a String identifying the client type for this connection providerB clientVersion(Version clientVersion)
clientVersion
- the client versionT build()
EntityConnectionProvider
instance based on this builderEntityConnectionProvider
instance