public class JpaMetamodel extends Object
Metamodel to be able to apply some fixes against bugs in provider implementations.| Constructor and Description |
|---|
JpaMetamodel(javax.persistence.metamodel.Metamodel metamodel)
Creates a new
JpaMetamodel for the given JPA Metamodel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJpaManaged(Class<?> type)
Returns whether the given type is managed by the backing JPA
Metamodel. |
public JpaMetamodel(javax.persistence.metamodel.Metamodel metamodel)
JpaMetamodel for the given JPA Metamodel.metamodel - must not be null.public boolean isJpaManaged(Class<?> type)
Metamodel.type - must not be null.Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.