Package | Description |
---|---|
javax.persistence.metamodel | |
org.hibernate.ejb.metamodel |
Modifier and Type | Method and Description |
---|---|
<X> EmbeddableType<X> |
Metamodel.embeddable(Class<X> cls)
Return the metamodel embeddable type representing the
embeddable class.
|
Modifier and Type | Method and Description |
---|---|
Set<EmbeddableType<?>> |
Metamodel.getEmbeddables()
Return the metamodel embeddable types.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableTypeImpl<X> |
Modifier and Type | Method and Description |
---|---|
<X> EmbeddableType<X> |
MetamodelImpl.embeddable(Class<X> cls) |
Modifier and Type | Method and Description |
---|---|
Set<EmbeddableType<?>> |
MetamodelImpl.getEmbeddables() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.