Uses of Class
com.redhat.persistence.metadata.Property

Packages that use Property
com.redhat.persistence   
com.redhat.persistence.metadata   
com.redhat.persistence.pdl   
 

Uses of Property in com.redhat.persistence
 

Methods in com.redhat.persistence that return Property
 Property Signature.getProperty(Path path)
           
 Property PropertyEvent.getProperty()
           
 

Methods in com.redhat.persistence with parameters of type Property
 Object PropertyMap.get(Property prop)
           
 void PropertyMap.put(Property prop, Object obj)
           
 Query QuerySource.getQuery(Object obj, Property prop)
           
 Object Session.get(Object obj, Property prop)
           
 DataSet Session.getDataSet(Object obj, Property prop)
           
 void Session.set(Object obj, Property prop, Object value)
           
 Object Session.add(Object obj, Property prop, Object value)
           
 void Session.remove(Object obj, Property prop, Object value)
           
 void Session.clear(Object obj, Property prop)
           
 boolean Session.isFlushed(Object obj, Property prop)
           
 

Uses of Property in com.redhat.persistence.metadata
 

Subclasses of Property in com.redhat.persistence.metadata
 class Alias
          Alias
 class Link
          Link
 class Role
          Role
 

Methods in com.redhat.persistence.metadata that return Property
 Property Alias.getTarget()
           
 Property ObjectType.getDeclaredProperty(String name)
           
 Property ObjectType.getProperty(String name)
           
 Property ObjectType.getProperty(Path path)
           
 

Methods in com.redhat.persistence.metadata with parameters of type Property
 boolean ObjectType.isKeyProperty(Property prop)
           
 void ObjectType.addProperty(Property prop)
           
 boolean ObjectType.isImmediate(Property prop)
           
 void ObjectType.addImmediateProperty(Property prop)
           
 

Constructors in com.redhat.persistence.metadata with parameters of type Property
Alias(String name, Property target)
           
 

Uses of Property in com.redhat.persistence.pdl
 

Methods in com.redhat.persistence.pdl with parameters of type Property
 void PDLWriter.writeAssociation(Property prop)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC