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.ConcreteEmbeddableTypeEmbeddableMappingType. findSubtypeByDiscriminator(Object discriminatorValue)default EmbeddableMappingType.ConcreteEmbeddableTypeEmbeddableMappingType. 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 classAbstractEmbeddableMappingBase support for EmbeddableMappingType implementationsclassEmbeddableMappingTypeImplDescribes a "normal" embeddable.classIdClassEmbeddableEmbeddableMappingType implementation describing anIdClassclassVirtualIdEmbeddableEmbeddable 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.ConcreteEmbeddableTypeEmbeddableMappingTypeImpl. findSubtypeByDiscriminator(Object discriminatorValue)EmbeddableMappingType.ConcreteEmbeddableTypeEmbeddableMappingTypeImpl. 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.ConcreteEmbeddableTypeEmbeddableInitializerImpl.EmbeddableInitializerData. concreteEmbeddableType
-