Uses of Interface
org.eclipse.jpt.core.context.persistence.Property

Packages that use Property
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
 

Uses of Property in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return Property
 Property JpaFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 

Uses of Property in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return Property
 Property PersistenceUnit.addProperty()
          Add a property to the persistence unit and return the object representing it.
 Property PersistenceUnit.addProperty(int index)
           
 Property PersistenceUnit.getProperty(java.lang.String key)
           
 Property PersistenceUnit.getProperty(java.lang.String key, java.lang.String value)
           
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type Property
 java.util.ListIterator<Property> PersistenceUnit.properties()
          Return an iterator on the list of properties.
 java.util.ListIterator<Property> PersistenceUnit.propertiesWithPrefix(java.lang.String keyPrefix)
           
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type Property
 void PersistenceUnit.removeProperty(Property property)
          Remove the property from the persistence unit.