Class EntityViewRootMappingImpl
java.lang.Object
com.blazebit.persistence.view.impl.metamodel.EntityViewRootMappingImpl
- All Implemented Interfaces:
EntityViewRootMapping
- Since:
- 1.6.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionEntityViewRootMappingImpl(String name, Class<?> managedTypeClass, String joinExpression, Class<? extends CorrelationProvider> correlationProvider, String conditionExpression, JoinType joinType, String[] fetches, List<String> orderByItems, String limitExpression, String offsetExpression) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends CorrelationProvider>String[]Class<?>getName()
-
Constructor Details
-
EntityViewRootMappingImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEntityViewRootMapping
-
getManagedTypeClass
- Specified by:
getManagedTypeClassin interfaceEntityViewRootMapping
-
getJoinExpression
- Specified by:
getJoinExpressionin interfaceEntityViewRootMapping
-
getCorrelationProvider
- Specified by:
getCorrelationProviderin interfaceEntityViewRootMapping
-
getConditionExpression
- Specified by:
getConditionExpressionin interfaceEntityViewRootMapping
-
getJoinType
- Specified by:
getJoinTypein interfaceEntityViewRootMapping
-
getFetches
- Specified by:
getFetchesin interfaceEntityViewRootMapping
-
getOrderByItems
- Specified by:
getOrderByItemsin interfaceEntityViewRootMapping
-
getLimitExpression
- Specified by:
getLimitExpressionin interfaceEntityViewRootMapping
-
getOffsetExpression
- Specified by:
getOffsetExpressionin interfaceEntityViewRootMapping
-