X
- The type of the declaring entity viewY
- The type of attributepublic interface SubqueryAttribute<X,Y> extends SingularAttribute<X,Y>
Attribute.AttributeType, Attribute.MappingType, Attribute.MemberType
Modifier and Type | Method and Description |
---|---|
String |
getSubqueryAlias()
Returns the subquery alias of the attribute.
|
String |
getSubqueryExpression()
Returns the subquery expression of the attribute.
|
Class<? extends SubqueryProvider> |
getSubqueryProvider()
Returns the subquery provider of the attribute.
|
getInheritanceSubtypeMappings, getType, isId, isQueryParameter
getAttributeType, getBatchSize, getDeclaringType, getFetches, getFetchStrategy, getJavaType, getMappingType, getMemberType, isCollection, isCorrelated, isSubquery, isSubview
Class<? extends SubqueryProvider> getSubqueryProvider()
String getSubqueryExpression()
String getSubqueryAlias()
Copyright © 2014–2017 Blazebit. All rights reserved.