Uses of Interface
org.hibernate.metamodel.model.domain.spi.EntityTypeDescriptor
-
Packages that use EntityTypeDescriptor Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi -
-
Uses of EntityTypeDescriptor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type EntityTypeDescriptor Modifier and Type Method Description boolean
RootGraphImplementor. appliesTo(EntityTypeDescriptor<? super J> entityType)
-
Uses of EntityTypeDescriptor in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi with parameters of type EntityTypeDescriptor Modifier and Type Method Description static EntityPersister
DomainModelHelper. resolveEntityPersister(EntityTypeDescriptor<?> entityType, SessionFactoryImplementor sessionFactory)
-
Uses of EntityTypeDescriptor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EntityTypeDescriptor Modifier and Type Method Description <X> EntityTypeDescriptor<X>
MetamodelImplementor. entity(java.lang.Class<X> cls)
<X> EntityTypeDescriptor<X>
MetamodelImplementor. entity(java.lang.String entityName)
default EntityTypeDescriptor
MetamodelImplementor. getEntityTypeByName(java.lang.String entityName)
-