Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
-
Packages that use EmbeddableDomainType Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of EmbeddableDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return EmbeddableDomainType Modifier and Type Method Description <J> EmbeddableDomainType<J>MetadataContext. locateEmbeddable(Class<J> embeddableClass, Component component)Methods in org.hibernate.metamodel.internal that return types with arguments of type EmbeddableDomainType Modifier and Type Method Description Set<EmbeddableDomainType<?>>MetadataContext. getEmbeddableTypeSet()Methods in org.hibernate.metamodel.internal with parameters of type EmbeddableDomainType Modifier and Type Method Description ComponentMetadataContext. getEmbeddableBootDescriptor(EmbeddableDomainType<?> embeddableType)voidMetadataContext. registerComponentByEmbeddable(EmbeddableDomainType<?> embeddableType, Component bootDescriptor)voidMetadataContext. registerEmbeddableType(EmbeddableDomainType<?> embeddableType, Component bootDescriptor) -
Uses of EmbeddableDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of EmbeddableDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEmbeddedDomainType<J>Deprecated.UseEmbeddableDomainTypeinstead.Methods in org.hibernate.metamodel.model.domain that return EmbeddableDomainType Modifier and Type Method Description <X> EmbeddableDomainType<X>JpaMetamodel. embeddable(Class<X> cls) -
Uses of EmbeddableDomainType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement EmbeddableDomainType Modifier and Type Class Description classEmbeddableTypeImpl<J>Standard Hibernate implementation of JPA'sEmbeddableTypecontractMethods in org.hibernate.metamodel.model.domain.internal that return EmbeddableDomainType Modifier and Type Method Description <X> EmbeddableDomainType<X>JpaMetamodelImpl. embeddable(Class<X> cls)<X> EmbeddableDomainType<X>MappingMetamodelImpl. embeddable(Class<X> cls)EmbeddableDomainType<J>EmbeddedSqmPathSource. getSqmPathType()Methods in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainType Modifier and Type Method Description default voidAttributeContainer.InFlightAccess. applyNonAggregatedIdAttributes(Set<SingularPersistentAttribute<? super J,?>> idAttributes, EmbeddableDomainType<?> idClassType)Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainType Constructor Description EmbeddedSqmPathSource(String localPathName, SqmPathSource<J> pathModel, EmbeddableDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric)
-