Uses of Interface
org.hibernate.metamodel.mapping.DiscriminatorType
-
Packages that use DiscriminatorType Package Description org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of DiscriminatorType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DiscriminatorType Modifier and Type Class Description classDiscriminatorTypeImpl<O>Specialization 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 DiscriminatorType Modifier and Type Method Description DiscriminatorTypeExplicitColumnDiscriminatorMappingImpl. getMappedType()Constructors in org.hibernate.metamodel.mapping.internal with parameters of type DiscriminatorType Constructor Description AbstractDiscriminatorMapping(EntityMappingType entityDescriptor, DiscriminatorType<Object> discriminatorType, BasicType<Object> underlyingJdbcMapping)CaseStatementDiscriminatorMappingImpl(JoinedSubclassEntityPersister entityDescriptor, String[] tableNames, int[] notNullColumnTableNumbers, String[] notNullColumnNames, String[] discriminatorValues, boolean[] discriminatorAbstract, DiscriminatorType<?> incomingDiscriminatorType, MappingModelCreationProcess creationProcess)ExplicitColumnDiscriminatorMappingImpl(EntityMappingType entityDescriptor, String tableExpression, String columnExpression, boolean isFormula, boolean isPhysical, String columnDefinition, Long length, Integer precision, Integer scale, DiscriminatorType<?> discriminatorType, MappingModelCreationProcess creationProcess) -
Uses of DiscriminatorType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return DiscriminatorType Modifier and Type Method Description protected DiscriminatorTypeAbstractEntityPersister. resolveDiscriminatorType()
-