Uses of Class
org.hibernate.mapping.MappedSuperclass
-
Packages that use MappedSuperclass Package Description org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of MappedSuperclass in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
InFlightMetadataCollectorImpl. getMappedSuperclass(Class type)
Methods in org.hibernate.boot.internal that return types with arguments of type MappedSuperclass Modifier and Type Method Description Map<Class<?>,MappedSuperclass>
MetadataImpl. getMappedSuperclassMap()
Set<MappedSuperclass>
InFlightMetadataCollectorImpl. getMappedSuperclassMappingsCopy()
Set<MappedSuperclass>
MetadataImpl. getMappedSuperclassMappingsCopy()
Methods in org.hibernate.boot.internal with parameters of type MappedSuperclass Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addMappedSuperclass(Class type, MappedSuperclass mappedSuperclass)
-
Uses of MappedSuperclass in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return MappedSuperclass Modifier and Type Method Description static MappedSuperclass
BinderHelper. getMappedSuperclassOrNull(org.hibernate.annotations.common.reflection.XClass declaringClass, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass, MetadataBuildingContext context)
-
Uses of MappedSuperclass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
InFlightMetadataCollector. getMappedSuperclass(Class type)
Methods in org.hibernate.boot.spi that return types with arguments of type MappedSuperclass Modifier and Type Method Description Set<MappedSuperclass>
AbstractDelegatingMetadata. getMappedSuperclassMappingsCopy()
Set<MappedSuperclass>
MetadataImplementor. getMappedSuperclassMappingsCopy()
Methods in org.hibernate.boot.spi with parameters of type MappedSuperclass Modifier and Type Method Description void
InFlightMetadataCollector. addMappedSuperclass(Class type, MappedSuperclass mappedSuperclass)
-
Uses of MappedSuperclass in org.hibernate.mapping
Methods in org.hibernate.mapping that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
MappedSuperclass. getSuperMappedSuperclass()
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityMappedSuperclass
PersistentClass. getSuperMappedSuperclass()
Methods in org.hibernate.mapping with parameters of type MappedSuperclass Modifier and Type Method Description void
PersistentClass. setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass)
Constructors in org.hibernate.mapping with parameters of type MappedSuperclass Constructor Description MappedSuperclass(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass)
-
Uses of MappedSuperclass in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return types with arguments of type MappedSuperclass Modifier and Type Method Description Set<MappedSuperclass>
MetadataContext. getUnusedMappedSuperclasses()
Methods in org.hibernate.metamodel.internal with parameters of type MappedSuperclass Modifier and Type Method Description MappedSuperclassDomainType<?>
MetadataContext. locateMappedSuperclassType(MappedSuperclass mappedSuperclass)
void
MetadataContext. registerMappedSuperclassType(MappedSuperclass mappedSuperclass, MappedSuperclassDomainType<?> mappedSuperclassType)
-
Uses of MappedSuperclass in org.hibernate.metamodel.model.domain.internal
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappedSuperclass Constructor Description MappedSuperclassTypeImpl(JavaType<J> javaType, MappedSuperclass mappedSuperclass, IdentifiableDomainType<? super J> superType, JpaMetamodelImplementor jpaMetamodel)
-