public interface PluralPersistentAttribute<D,C,E> extends javax.persistence.metamodel.PluralAttribute<D,C,E>, PersistentAttributeDescriptor<D,C>
PluralAttribute
descriptorjavax.persistence.metamodel.PluralAttribute.CollectionType
Modifier and Type | Method and Description |
---|---|
ManagedTypeDescriptor<D> |
getDeclaringType() |
SimpleTypeDescriptor<E> |
getElementType() |
SimpleTypeDescriptor<E> |
getValueGraphType() |
getBindableJavaType, getBindableType
getKeyGraphType
ManagedTypeDescriptor<D> getDeclaringType()
getDeclaringType
in interface javax.persistence.metamodel.Attribute<D,C>
getDeclaringType
in interface PersistentAttribute<D,C>
getDeclaringType
in interface PersistentAttributeDescriptor<D,C>
SimpleTypeDescriptor<E> getElementType()
SimpleTypeDescriptor<E> getValueGraphType()
getValueGraphType
in interface PersistentAttribute<D,C>
getValueGraphType
in interface PersistentAttributeDescriptor<D,C>
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.