Class JpaMetamodel
java.lang.Object
org.springframework.data.jpa.util.JpaMetamodel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisJpaManaged(Class<?> type) Returns whether the given type is managed by the backing JPAMetamodel.booleanisMappedType(Class<?> entity) Returns whether the given type is considered a mapped type, i.e. an actually JPA persisted entity, mapped superclass or native JPA embeddable.booleanisSingleIdAttribute(Class<?> entity, String name, Class<?> attributeType) Returns whether the attribute of given name and type is the single identifier attribute of the given entity.static JpaMetamodel
-
Method Details
-
of
-
isJpaManaged
-
isSingleIdAttribute
Returns whether the attribute of given name and type is the single identifier attribute of the given entity.- Parameters:
entity- must not be null.name- must not be null.attributeType- must not be null.- Returns:
-
isMappedType
Returns whether the given type is considered a mapped type, i.e. an actually JPA persisted entity, mapped superclass or native JPA embeddable.- Parameters:
entity- must not be null.- Returns:
-