org.eclipse.jpt.core.context.orm
Interface OrmPersistentAttribute.Owner

Enclosing interface:
OrmPersistentAttribute

public static interface OrmPersistentAttribute.Owner

interface allowing persistent attributes to be used in multiple places (e.g. virtual and specified orm persistent attributes)


Method Summary
 JavaPersistentAttribute findJavaPersistentAttribute(OrmPersistentAttribute ormPersistentAttribute)
          Return the java persistent attribute that corresponds (same name and access type) to the given ormPersistentAttribute or null if none exists.
 void updateJavaPersistentAttribute()
          Update the java persistent attribute if necessary, if it is owned by this object, it needs to be updated.
 

Method Detail

findJavaPersistentAttribute

JavaPersistentAttribute findJavaPersistentAttribute(OrmPersistentAttribute ormPersistentAttribute)
Return the java persistent attribute that corresponds (same name and access type) to the given ormPersistentAttribute or null if none exists.


updateJavaPersistentAttribute

void updateJavaPersistentAttribute()
Update the java persistent attribute if necessary, if it is owned by this object, it needs to be updated.