Uses of Class
org.hibernate.mapping.MappedSuperclass
-
Packages that use MappedSuperclass Package Description org.hibernate.boot.spi org.hibernate.cfg org.hibernate.mapping -
-
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.cfg
Methods in org.hibernate.cfg 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.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)
-