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). -
-
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.
-