Uses of Interface
org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
Packages that use ManagedTypeDescriptor Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi -
-
Uses of ManagedTypeDescriptor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return ManagedTypeDescriptor Modifier and Type Method Description ManagedTypeDescriptor<J>GraphImplementor. getGraphedType()Methods in org.hibernate.graph.spi with parameters of type ManagedTypeDescriptor Modifier and Type Method Description booleanGraphImplementor. appliesTo(ManagedTypeDescriptor<? super J> managedType)default booleanRootGraphImplementor. appliesTo(ManagedTypeDescriptor<? super J> managedType)<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeKeySubGraph(ManagedTypeDescriptor<S> subtype)<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor. makeSubGraph(ManagedTypeDescriptor<S> subtype) -
Uses of ManagedTypeDescriptor in org.hibernate.metamodel.model.domain.spi
Subinterfaces of ManagedTypeDescriptor in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceEmbeddedTypeDescriptor<J>Hibernate extension to the JPAEmbeddableTypedescriptorinterfaceEntityTypeDescriptor<J>Hibernate extension to the JPAEntityTypedescriptorinterfaceIdentifiableTypeDescriptor<J>Hibernate extension to the JPAIdentifiableTypedescriptorinterfaceMappedSuperclassTypeDescriptor<J>Hibernate extension to the JPAMappedSuperclassTypedescriptorMethods in org.hibernate.metamodel.model.domain.spi that return ManagedTypeDescriptor Modifier and Type Method Description <S extends J>
ManagedTypeDescriptor<S>ManagedTypeDescriptor. findSubType(java.lang.Class<S> type)<S extends J>
ManagedTypeDescriptor<S>ManagedTypeDescriptor. findSubType(java.lang.String subTypeName)ManagedTypeDescriptor<D>BagPersistentAttribute. getDeclaringType()ManagedTypeDescriptor<D>PersistentAttributeDescriptor. getDeclaringType()ManagedTypeDescriptor<D>PluralPersistentAttribute. getDeclaringType()ManagedTypeDescriptor<D>SingularPersistentAttribute. 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, java.lang.Class<S> subTypeClass, SessionFactoryImplementor sessionFactory)static <T,S extends T>
ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<T> baseType, java.lang.String subTypeName, SessionFactoryImplementor sessionFactory)Methods in org.hibernate.metamodel.model.domain.spi with parameters of type ManagedTypeDescriptor Modifier and Type Method Description static <S> ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<? super S> baseType, java.lang.Class<S> subTypeClass, SessionFactoryImplementor sessionFactory)static <T,S extends T>
ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<T> baseType, java.lang.String subTypeName, SessionFactoryImplementor sessionFactory) -
Uses of ManagedTypeDescriptor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ManagedTypeDescriptor Modifier and Type Method Description <X> ManagedTypeDescriptor<X>MetamodelImplementor. managedType(java.lang.Class<X> cls)
-