K
- The type of the map keypublic static class MapKeyHelpers.MapKeyAttribute<K> extends Object implements javax.persistence.metamodel.SingularAttribute<Map<K,?>,K>, javax.persistence.metamodel.Bindable<K>, Serializable
Attribute
modelling of a map-key.Constructor and Description |
---|
MapKeyAttribute(CriteriaBuilderImpl criteriaBuilder,
javax.persistence.metamodel.MapAttribute<?,K,?> attribute) |
Modifier and Type | Method and Description |
---|---|
Class<K> |
getBindableJavaType() |
javax.persistence.metamodel.Bindable.BindableType |
getBindableType() |
javax.persistence.metamodel.ManagedType<Map<K,?>> |
getDeclaringType() |
Member |
getJavaMember() |
Class<K> |
getJavaType() |
String |
getName() |
javax.persistence.metamodel.Attribute.PersistentAttributeType |
getPersistentAttributeType() |
javax.persistence.metamodel.Type<K> |
getType() |
boolean |
isAssociation() |
boolean |
isCollection() |
boolean |
isId() |
boolean |
isOptional() |
boolean |
isVersion() |
public MapKeyAttribute(CriteriaBuilderImpl criteriaBuilder, javax.persistence.metamodel.MapAttribute<?,K,?> attribute)
public String getName()
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
public Member getJavaMember()
public boolean isAssociation()
public boolean isCollection()
public boolean isId()
public boolean isVersion()
public boolean isOptional()
public javax.persistence.metamodel.Type<K> getType()
public javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType
in interface javax.persistence.metamodel.Bindable<K>
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved