Package | Description |
---|---|
org.hibernate.graph.spi | |
org.hibernate.metamodel.model.domain.spi | |
org.hibernate.metamodel.spi |
Modifier and Type | Method and Description |
---|---|
ManagedTypeDescriptor<J> |
GraphImplementor.getGraphedType() |
Modifier and Type | Method and Description |
---|---|
default boolean |
RootGraphImplementor.appliesTo(ManagedTypeDescriptor<? super J> managedType) |
boolean |
GraphImplementor.appliesTo(ManagedTypeDescriptor<? super J> managedType) |
<S extends J> |
AttributeNodeImplementor.makeKeySubGraph(ManagedTypeDescriptor<S> subtype) |
<S extends J> |
AttributeNodeImplementor.makeSubGraph(ManagedTypeDescriptor<S> subtype) |
Modifier and Type | Interface and Description |
---|---|
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 |
MappedSuperclassTypeDescriptor<J>
Hibernate extension to the JPA
MappedSuperclassType descriptor |
Modifier and Type | Method and Description |
---|---|
<S extends J> |
ManagedTypeDescriptor.findSubType(Class<S> type) |
<S extends J> |
ManagedTypeDescriptor.findSubType(String subTypeName) |
ManagedTypeDescriptor<D> |
BagPersistentAttribute.getDeclaringType() |
ManagedTypeDescriptor<D> |
SingularPersistentAttribute.getDeclaringType() |
ManagedTypeDescriptor<D> |
PluralPersistentAttribute.getDeclaringType() |
ManagedTypeDescriptor<D> |
PersistentAttributeDescriptor.getDeclaringType() |
ManagedTypeDescriptor<?> |
EmbeddedTypeDescriptor.getParent() |
ManagedTypeDescriptor<? super J> |
ManagedTypeDescriptor.getSuperType()
Get this ManagedType's super type descriptor.
|
static <S> ManagedTypeDescriptor<S> |
DomainModelHelper.resolveSubType(ManagedTypeDescriptor<? super S> baseType,
Class<S> subTypeClass,
SessionFactoryImplementor sessionFactory) |
static <T,S extends T> |
DomainModelHelper.resolveSubType(ManagedTypeDescriptor<T> baseType,
String subTypeName,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Method and Description |
---|---|
static <S> ManagedTypeDescriptor<S> |
DomainModelHelper.resolveSubType(ManagedTypeDescriptor<? super S> baseType,
Class<S> subTypeClass,
SessionFactoryImplementor sessionFactory) |
static <T,S extends T> |
DomainModelHelper.resolveSubType(ManagedTypeDescriptor<T> baseType,
String subTypeName,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Method and Description |
---|---|
<X> ManagedTypeDescriptor<X> |
MetamodelImplementor.managedType(Class<X> cls) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.