Package | Description |
---|---|
org.hibernate.graph.spi | |
org.hibernate.metamodel.model.domain.spi |
Modifier and Type | Method and Description |
---|---|
static <J> SimpleTypeDescriptor<J> |
GraphHelper.resolveKeyTypeDescriptor(SingularPersistentAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
<Y> SingularPersistentAttribute<J,Y> |
IdentifiableTypeDescriptor.getDeclaredId(Class<Y> type) |
<Y> SingularPersistentAttribute<J,Y> |
ManagedTypeDescriptor.getDeclaredSingularAttribute(String name,
Class<Y> type) |
<Y> SingularPersistentAttribute<J,Y> |
IdentifiableTypeDescriptor.getDeclaredVersion(Class<Y> type) |
<Y> SingularPersistentAttribute<? super J,Y> |
IdentifiableTypeDescriptor.getId(Class<Y> type) |
<Y> SingularPersistentAttribute<? super J,Y> |
ManagedTypeDescriptor.getSingularAttribute(String name,
Class<Y> type) |
<Y> SingularPersistentAttribute<? super J,Y> |
IdentifiableTypeDescriptor.getVersion(Class<Y> type) |
SingularPersistentAttribute<? super J,?> |
IdentifiableTypeDescriptor.locateIdAttribute() |
SingularPersistentAttribute<? super J,?> |
IdentifiableTypeDescriptor.locateVersionAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
IdentifiableTypeDescriptor.InFlightAccess.applyIdAttribute(SingularPersistentAttribute<X,?> idAttribute) |
void |
IdentifiableTypeDescriptor.InFlightAccess.applyVersionAttribute(SingularPersistentAttribute<X,?> versionAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
IdentifiableTypeDescriptor.InFlightAccess.applyIdClassAttributes(Set<SingularPersistentAttribute<? super X,?>> idClassAttributes) |
void |
IdentifiableTypeDescriptor.collectIdClassAttributes(Set<SingularPersistentAttribute<? super J,?>> attributes) |
void |
IdentifiableTypeDescriptor.visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J,?>> attributeConsumer) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.