Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
-
Packages that use EmbeddableDomainType Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodel -
-
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)
-