Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
-
Packages that use EmbeddableMappingType.ConcreteEmbeddableType Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of EmbeddableMappingType.ConcreteEmbeddableType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableMappingType.ConcreteEmbeddableType Modifier and Type Method Description default EmbeddableMappingType.ConcreteEmbeddableType
EmbeddableMappingType. findSubtypeByDiscriminator(Object discriminatorValue)
default EmbeddableMappingType.ConcreteEmbeddableType
EmbeddableMappingType. findSubtypeBySubclass(String subclassName)
Methods in org.hibernate.metamodel.mapping that return types with arguments of type EmbeddableMappingType.ConcreteEmbeddableType Modifier and Type Method Description default Collection<EmbeddableMappingType.ConcreteEmbeddableType>
EmbeddableMappingType. 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.ConcreteEmbeddableType Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
VirtualIdEmbeddable
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return EmbeddableMappingType.ConcreteEmbeddableType Modifier and Type Method Description EmbeddableMappingType.ConcreteEmbeddableType
EmbeddableMappingTypeImpl. findSubtypeByDiscriminator(Object discriminatorValue)
EmbeddableMappingType.ConcreteEmbeddableType
EmbeddableMappingTypeImpl. findSubtypeBySubclass(String subclassName)
Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type EmbeddableMappingType.ConcreteEmbeddableType Modifier and Type Method Description Collection<EmbeddableMappingType.ConcreteEmbeddableType>
AbstractEmbeddableMapping. getConcreteEmbeddableTypes()
Collection<EmbeddableMappingType.ConcreteEmbeddableType>
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.ConcreteEmbeddableType Modifier and Type Field Description protected EmbeddableMappingType.ConcreteEmbeddableType
EmbeddableInitializerImpl.EmbeddableInitializerData. concreteEmbeddableType
-