public interface CorrelationBuilder
| Modifier and Type | Method and Description |
|---|---|
JoinOnBuilder<ParameterHolder<?>> |
correlate(Class<?> entityClass)
Correlates a basis with the given entity class.
|
String |
getCorrelationAlias()
Generates a meaningful alias that can be used for the correlation.
|
<T> T |
getService(Class<T> serviceClass)
Returns the service or null if none is available.
|
<T> T getService(Class<T> serviceClass)
T - The service typeserviceClass - The type of the serviceString getCorrelationAlias()
JoinOnBuilder<ParameterHolder<?>> correlate(Class<?> entityClass)
entityClass - The entity class which should be correlatedCopyright © 2014–2018 Blazebit. All rights reserved.