Package org.hibernate.metamodel.mapping
Interface DiscriminatorValueDetails
- All Known Implementing Classes:
DiscriminatorValueDetailsImpl,EmbeddableDiscriminatorValueDetailsImpl
public interface DiscriminatorValueDetails
Details for a particular discriminator value.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionForm ofgetIndicatedEntityName()returning the matchedEntityMappingTypedefault StringThe name of the concrete entity-type mapped to this discriminator valuegetValue()The discriminator value
-
Method Details
-
getValue
Object getValue()The discriminator value -
getIndicatedEntityName
The name of the concrete entity-type mapped to this discriminator value -
getIndicatedEntity
EntityMappingType getIndicatedEntity()Form ofgetIndicatedEntityName()returning the matchedEntityMappingType
-