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

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

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

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

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 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
 void PersistenceUnit.removeProperty(PersistenceUnit.Property property)
          Remove the specified property from the persistence unit.