Package | Description |
---|---|
javax.persistence.metamodel |
Java Persistence Metamodel API
|
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.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.