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 MappedSuperclassInFlightMetadataCollectorImpl. 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 voidInFlightMetadataCollectorImpl. 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 MappedSuperclassBinderHelper. 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 MappedSuperclassInFlightMetadataCollector. 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 voidInFlightMetadataCollector. 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 MappedSuperclassMappedSuperclass. getSuperMappedSuperclass()Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityMappedSuperclassPersistentClass. getSuperMappedSuperclass()Methods in org.hibernate.mapping with parameters of type MappedSuperclass Modifier and Type Method Description voidPersistentClass. 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)voidMetadataContext. 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)
-