Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Metamodel
»
Metamodel Attributes
»
Attribute
»
getDeclaringType() - JPA Attribute's method
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Metamodel
Metamodel
Metamodel Types
Metamodel Attributes
Attribute
PersistentAttributeType
SingularAttribute
PluralAttribute
CollectionType
CollectionAttribute
SetAttribute
MapAttribute
ListAttribute
Bindable
Miscellaneous
Exceptions
getDeclaringType() - JPA Attribute's method
Method
javax.persistence.metamodel.Attribute
ManagedType<X>
getDeclaringType()
Return the managed type representing the type in which the attribute was declared.
Returns:
declaring type
Since:
JPA 2.0
< Attribute
^ Attribute
PersistentAttributeType >