Class ViewRootImpl
java.lang.Object
com.blazebit.persistence.view.impl.metamodel.ViewRootImpl
- All Implemented Interfaces:
ViewRoot
- Since:
- 1.6.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionViewRootImpl(String name, javax.persistence.metamodel.Type<?> type, CorrelationProviderFactory correlationProviderFactory, Class<? extends CorrelationProvider> correlationProvider, JoinType joinType, String[] fetches, List<OrderByItem> orderByItems, String limitExpression, String offsetExpression) -
Method Summary
-
Constructor Details
-
ViewRootImpl
public ViewRootImpl(String name, javax.persistence.metamodel.Type<?> type, CorrelationProviderFactory correlationProviderFactory, Class<? extends CorrelationProvider> correlationProvider, JoinType joinType, String[] fetches, List<OrderByItem> orderByItems, String limitExpression, String offsetExpression)
-
-
Method Details
-
getName
-
getType
public javax.persistence.metamodel.Type<?> getType() -
getCorrelationProviderFactory
- Specified by:
getCorrelationProviderFactoryin interfaceViewRoot
-
getCorrelationProvider
- Specified by:
getCorrelationProviderin interfaceViewRoot
-
getJoinType
- Specified by:
getJoinTypein interfaceViewRoot
-
getFetches
- Specified by:
getFetchesin interfaceViewRoot
-
getOrderByItems
- Specified by:
getOrderByItemsin interfaceViewRoot
-
getLimitExpression
- Specified by:
getLimitExpressionin interfaceViewRoot
-
getOffsetExpression
- Specified by:
getOffsetExpressionin interfaceViewRoot
-
equals
-
hashCode
public int hashCode()
-