| Modifier and Type | Method and Description |
|---|---|
OutboundTransportConfiguration |
OutboundTransportConfigurationObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
OutboundTransportConfiguration |
OutboundTransportConfigurationObjectManager.getByEcId(String ecId,
Object... objects) |
OutboundTransportConfiguration |
ServerObjectManager.getOutbound(Server server,
System system,
String type)
Get
OutboundTransportConfiguration by system-server ids and transport type name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<OutboundTransportConfiguration> |
OutboundTransportConfigurationObjectManager.getByEcProjectId(String ecProjectId) |
Iterable<OutboundTransportConfiguration> |
ServerObjectManager.getOutbounds(Server server,
System system)
Find outbound transport configurations under System + Server pair.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OutboundTransportConfigurationObjectManager.protectedOnRemove(OutboundTransportConfiguration object) |
| Modifier and Type | Method and Description |
|---|---|
OutboundTransportConfiguration |
OutboundTransportConfigurationRepository.findByEcId(String ecId) |
OutboundTransportConfiguration |
OutboundTransportConfigurationRepository.findOne(BigInteger systemId,
BigInteger serverId,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<OutboundTransportConfiguration> |
OutboundTransportConfigurationRepository.findAll(BigInteger systemId,
BigInteger serverId) |
Collection<OutboundTransportConfiguration> |
OutboundTransportConfigurationRepository.getByEcProject(String ecProjectId) |
| Constructor and Description |
|---|
QOutboundTransportConfiguration(Class<? extends OutboundTransportConfiguration> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QOutboundTransportConfiguration(com.querydsl.core.types.Path<? extends OutboundTransportConfiguration> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<OutboundTransportConfiguration,QOutboundTransportConfiguration> |
QServerHB.outbounds |
| Modifier and Type | Method and Description |
|---|---|
OutboundTransportConfiguration |
Server.getOutbound(System system,
String typeName) |
OutboundTransportConfiguration |
ServerHB.getOutbound(System system,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OutboundTransportConfiguration> |
Server.getOutbounds() |
Collection<OutboundTransportConfiguration> |
ServerHB.getOutbounds() |
Collection<OutboundTransportConfiguration> |
Server.getOutbounds(System system) |
Collection<OutboundTransportConfiguration> |
ServerHB.getOutbounds(System system) |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.fillOutbounds(Collection<OutboundTransportConfiguration> outbounds) |
void |
ServerHB.fillOutbounds(Collection<OutboundTransportConfiguration> outbounds) |
protected void |
ServerHB.setOutbounds(Collection<OutboundTransportConfiguration> outbounds)
Hibernate set its proxy thru this method.
|
Copyright © 2025. All rights reserved.