Uses of Interface
jakarta.persistence.metamodel.EmbeddableType
Packages that use EmbeddableType
Package
Description
Jakarta Persistence Metamodel API
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
-
Uses of EmbeddableType in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return EmbeddableTypeModifier and TypeMethodDescription<X> EmbeddableType<X>Metamodel.embeddable(Class<X> cls) Return the metamodel embeddable type representing the embeddable class.Methods in jakarta.persistence.metamodel that return types with arguments of type EmbeddableTypeModifier and TypeMethodDescriptionSet<EmbeddableType<?>>Metamodel.getEmbeddables()Return the metamodel embeddable types. -
Uses of EmbeddableType in org.hibernate.metamodel.model.domain
Subinterfaces of EmbeddableType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceHibernate extension to the JPAEmbeddableTypecontract.interfaceDeprecated.Methods in org.hibernate.metamodel.model.domain that return types with arguments of type EmbeddableType -
Uses of EmbeddableType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement EmbeddableTypeMethods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type EmbeddableTypeModifier and TypeMethodDescriptionSet<EmbeddableType<?>>JpaMetamodelImpl.getEmbeddables()Set<EmbeddableType<?>>MappingMetamodelImpl.getEmbeddables()
EmbeddableDomainTypeinstead.