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, getDeclaringType, getFetches, getFetchStrategy, getJavaType, getMappingType, getMemberType, isCollection, isCorrelated, isSubquery, isSubview
Type<Y> getType()
Map<ManagedViewType<? extends Y>,String> getInheritanceSubtypeMappings()
boolean isQueryParameter()
boolean isId()
Copyright © 2014–2017 Blazebit. All rights reserved.