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