Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
-
Packages that use EmbeddableDomainType Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes). -
-
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)
-