Uses of Class
org.hibernate.mapping.MappedSuperclass
Packages that use MappedSuperclass
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
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 MappedSuperclassModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getMappedSuperclass
(Class<?> type) Methods in org.hibernate.boot.internal that return types with arguments of type MappedSuperclassModifier and TypeMethodDescriptionMap<Class<?>,
MappedSuperclass> MetadataImpl.getMappedSuperclassMap()
InFlightMetadataCollectorImpl.getMappedSuperclassMappingsCopy()
MetadataImpl.getMappedSuperclassMappingsCopy()
Methods in org.hibernate.boot.internal with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.addMappedSuperclass
(Class<?> type, MappedSuperclass mappedSuperclass) -
Uses of MappedSuperclass in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return MappedSuperclassModifier and TypeMethodDescriptionstatic MappedSuperclass
BinderHelper.getMappedSuperclassOrNull
(org.hibernate.models.spi.ClassDetails declaringClass, Map<org.hibernate.models.spi.ClassDetails, InheritanceState> inheritanceStatePerClass, MetadataBuildingContext context) -
Uses of MappedSuperclass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MappedSuperclassMethods in org.hibernate.boot.spi that return types with arguments of type MappedSuperclassModifier and TypeMethodDescriptionAbstractDelegatingMetadata.getMappedSuperclassMappingsCopy()
MetadataImplementor.getMappedSuperclassMappingsCopy()
Methods in org.hibernate.boot.spi with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addMappedSuperclass
(Class<?> type, MappedSuperclass mappedSuperclass) -
Uses of MappedSuperclass in org.hibernate.mapping
Methods in org.hibernate.mapping that return MappedSuperclassModifier and TypeMethodDescriptionComponent.getMappedSuperclass()
MappedSuperclass.getSuperMappedSuperclass()
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityPersistentClass.getSuperMappedSuperclass()
Methods in org.hibernate.mapping with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoid
Component.setMappedSuperclass
(MappedSuperclass mappedSuperclass) void
PersistentClass.setSuperMappedSuperclass
(MappedSuperclass superMappedSuperclass) Constructors in org.hibernate.mapping with parameters of type MappedSuperclassModifierConstructorDescriptionMappedSuperclass
(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass, Table implicitTable) -
Uses of MappedSuperclass in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return types with arguments of type MappedSuperclassMethods in org.hibernate.metamodel.internal with parameters of type MappedSuperclassModifier and TypeMethodDescriptionMetadataContext.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 MappedSuperclassModifierConstructorDescriptionMappedSuperclassTypeImpl
(JavaType<J> javaType, MappedSuperclass mappedSuperclass, IdentifiableDomainType<? super J> superType, JpaMetamodelImplementor jpaMetamodel) -
Uses of MappedSuperclass in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return MappedSuperclassModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getMappedSuperclass
(Class<?> type) Methods in org.hibernate.testing.orm.junit that return types with arguments of type MappedSuperclassModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getMappedSuperclassMappingsCopy()
Methods in org.hibernate.testing.orm.junit with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.addMappedSuperclass
(Class<?> type, MappedSuperclass mappedSuperclass)