X - The type of the declaring entity viewY - The type of attributepublic interface SingularAttribute<X,Y> extends Attribute<X,Y>
Attribute.AttributeType, Attribute.MappingType, Attribute.MemberType| Modifier and Type | Method and Description |
|---|---|
Map<ManagedViewType<? extends Y>,String> |
getInheritanceSubtypeMappings()
Returns the inheritance subtype mappings that should be considered for this attribute.
|
Type<Y> |
getType()
Returns the type representing the type of the attribute.
|
boolean |
isId()
Returns true if this attribute maps to the entity id, otherwise false.
|
boolean |
isQueryParameter()
Returns true if this attribute maps to a query parameter, otherwise false.
|
getAttributeType, getBatchSize, getConvertedJavaType, getDeclaringType, getFetches, getFetchStrategy, getJavaType, getMappingType, getMemberType, isCollection, isCorrelated, isSubquery, isSubviewType<Y> getType()
Map<ManagedViewType<? extends Y>,String> getInheritanceSubtypeMappings()
boolean isQueryParameter()
boolean isId()
Copyright © 2014–2018 Blazebit. All rights reserved.