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

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

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

Methods in org.eclipse.jpt.core.context.persistence that return PersistenceUnit.Property
 PersistenceUnit.Property PersistenceUnit.addProperty()
          Add a new property to the persistence unit; return the newly-created property.
 PersistenceUnit.Property PersistenceUnit.addProperty(int index)
          Add a new property to the persistence unit at the specified index; return the newly-created property.
 PersistenceUnit.Property PersistenceXmlContextNodeFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 PersistenceUnit.Property PersistenceUnit.getProperty(java.lang.String propertyName)
          Return the *first* property in the persistence unit's property list with the specified name.
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type PersistenceUnit.Property
 java.util.ListIterator<PersistenceUnit.Property> PersistenceUnit.properties()
          Return the persistence unit's list of properties.
 java.util.Iterator<PersistenceUnit.Property> PersistenceUnit.propertiesWithNamePrefix(java.lang.String propertyNamePrefix)
          Return the persistence unit's properties with names beginning with the specified prefix.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type PersistenceUnit.Property
 boolean PersistenceUnitProperties.itemIsProperty(PersistenceUnit.Property item)
          Method used for identifying the given property.
 java.lang.String PersistenceUnitProperties.propertyIdOf(PersistenceUnit.Property property)
          Returns the property name used for change notification of the given property.
 void PersistenceUnit.removeProperty(PersistenceUnit.Property property)
          Remove the specified property from the persistence unit.