Uses of Interface
org.hibernate.metamodel.mapping.DiscriminatorType
-
Packages that use DiscriminatorType Package Description 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.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of DiscriminatorType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return DiscriminatorType Modifier and Type Method Description DiscriminatorType<?>AbstractDelegatingMetadata. resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier)DiscriminatorType<?>MetadataImplementor. resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier)Method parameters in org.hibernate.boot.spi with type arguments of type DiscriminatorType Modifier and Type Method Description DiscriminatorType<?>AbstractDelegatingMetadata. resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier)DiscriminatorType<?>MetadataImplementor. resolveEmbeddableDiscriminatorType(Class<?> embeddableClass, Supplier<DiscriminatorType<?>> supplier) -
Uses of DiscriminatorType in org.hibernate.mapping
Methods in org.hibernate.mapping that return DiscriminatorType Modifier and Type Method Description DiscriminatorType<?>Component. getDiscriminatorType() -
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()
-