Uses of Interface
org.hibernate.metamodel.mapping.DiscriminatorType
Packages that use DiscriminatorType
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.
This package abstracts persistence mechanisms for entities.
-
Uses of DiscriminatorType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return DiscriminatorTypeModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) MetadataImpl.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) Methods in org.hibernate.boot.internal that return types with arguments of type DiscriminatorTypeModifier and TypeMethodDescriptionMap<Class<?>,DiscriminatorType<?>> MetadataImpl.getEmbeddableDiscriminatorTypesMap()Method parameters in org.hibernate.boot.internal with type arguments of type DiscriminatorTypeModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) MetadataImpl.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) -
Uses of DiscriminatorType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return DiscriminatorTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadata.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) MetadataImplementor.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) Method parameters in org.hibernate.boot.spi with type arguments of type DiscriminatorTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadata.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) MetadataImplementor.resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) -
Uses of DiscriminatorType in org.hibernate.mapping
Methods in org.hibernate.mapping that return DiscriminatorType -
Uses of DiscriminatorType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DiscriminatorTypeModifier and TypeClassDescriptionclassSpecialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMappingof this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeMethods in org.hibernate.metamodel.mapping.internal that return DiscriminatorTypeConstructors in org.hibernate.metamodel.mapping.internal with parameters of type DiscriminatorTypeModifierConstructorDescriptionAbstractDiscriminatorMapping(ManagedMappingType mappingType, DiscriminatorType<Object> discriminatorType, BasicType<Object> underlyingJdbcMapping) CaseStatementDiscriminatorMappingImpl(JoinedSubclassEntityPersister entityDescriptor, String[] tableNames, int[] notNullColumnTableNumbers, String[] notNullColumnNames, String[] discriminatorValues, boolean[] discriminatorAbstract, DiscriminatorType<?> incomingDiscriminatorType) ExplicitColumnDiscriminatorMappingImpl(ManagedMappingType mappingType, String name, String tableExpression, String columnExpression, boolean isFormula, boolean isPhysical, boolean isUpdateable, String columnDefinition, String customReadExpression, Long length, Integer precision, Integer scale, DiscriminatorType<?> discriminatorType) -
Uses of DiscriminatorType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return DiscriminatorTypeModifier and TypeMethodDescriptionprotected DiscriminatorTypeAbstractEntityPersister.resolveDiscriminatorType()