Package | Description |
---|---|
org.hibernate.graph.spi | |
org.hibernate.metamodel.model.domain.spi |
Modifier and Type | Method and Description |
---|---|
static <J> SimpleTypeDescriptor<J> |
GraphHelper.resolveKeyTypeDescriptor(PluralPersistentAttribute attribute) |
static <J> SimpleTypeDescriptor<J> |
GraphHelper.resolveKeyTypeDescriptor(SingularPersistentAttribute attribute) |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicTypeDescriptor<J>
Hibernate extension to the JPA
BasicType descriptor |
interface |
EmbeddedTypeDescriptor<J>
Hibernate extension to the JPA
EmbeddableType descriptor |
interface |
EntityTypeDescriptor<J>
Hibernate extension to the JPA
EntityType descriptor |
interface |
IdentifiableTypeDescriptor<J>
Hibernate extension to the JPA
IdentifiableType descriptor |
interface |
ManagedTypeDescriptor<J>
Hibernate extension to the JPA
ManagedType descriptor |
interface |
MappedSuperclassTypeDescriptor<J>
Hibernate extension to the JPA
MappedSuperclassType descriptor |
Modifier and Type | Method and Description |
---|---|
SimpleTypeDescriptor<E> |
BagPersistentAttribute.getElementType() |
SimpleTypeDescriptor<E> |
PluralPersistentAttribute.getElementType() |
SimpleTypeDescriptor<?> |
IdentifiableTypeDescriptor.getIdType() |
SimpleTypeDescriptor<?> |
PersistentAttributeDescriptor.getKeyGraphType() |
SimpleTypeDescriptor<K> |
MapPersistentAttribute.getKeyType() |
SimpleTypeDescriptor<J> |
SingularPersistentAttribute.getType() |
SimpleTypeDescriptor<E> |
BagPersistentAttribute.getValueGraphType() |
default SimpleTypeDescriptor<?> |
SingularPersistentAttribute.getValueGraphType()
For a singular attribute, the value type is defined as the
attribute type
|
SimpleTypeDescriptor<E> |
PluralPersistentAttribute.getValueGraphType() |
SimpleTypeDescriptor<?> |
PersistentAttributeDescriptor.getValueGraphType() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.