Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
Packages that use EmbeddableMappingType.ConcreteEmbeddableType
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of EmbeddableMappingType.ConcreteEmbeddableType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeMethodDescriptionEmbeddableMappingType.findSubtypeByDiscriminator
(Object discriminatorValue) EmbeddableMappingType.findSubtypeBySubclass
(String subclassName) Methods in org.hibernate.metamodel.mapping that return types with arguments of type EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeMethodDescriptionEmbeddableMappingType.getConcreteEmbeddableTypes()
Returns the concrete embeddable subtypes or an empty collection ifEmbeddableMappingType.isPolymorphic()
isfalse
. -
Uses of EmbeddableMappingType.ConcreteEmbeddableType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeClassDescriptionclass
Base support for EmbeddableMappingType implementationsclass
Describes a "normal" embeddable.class
EmbeddableMappingType implementation describing anIdClass
class
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeMethodDescriptionEmbeddableMappingTypeImpl.findSubtypeByDiscriminator
(Object discriminatorValue) EmbeddableMappingTypeImpl.findSubtypeBySubclass
(String subclassName) Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeMethodDescriptionAbstractEmbeddableMapping.getConcreteEmbeddableTypes()
EmbeddableMappingTypeImpl.getConcreteEmbeddableTypes()
-
Uses of EmbeddableMappingType.ConcreteEmbeddableType in org.hibernate.sql.results.graph.embeddable.internal
Fields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableMappingType.ConcreteEmbeddableTypeModifier and TypeFieldDescriptionEmbeddableInitializerImpl.EmbeddableInitializerData.concreteEmbeddableType