Dali Provisional API
Release 3.2

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

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

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

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type PersistenceUnit.Property
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistenceUnit.Property,String> PersistenceUnit.Property.VALUE_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.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, org.eclipse.jpt.jpa.core.resource.persistence.XmlProperty property)
           
 PersistenceUnit.Property PersistenceUnit.getProperty(String propertyName)
          Return the *first* property in the persistence unit's property list with the specified name.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type PersistenceUnit.Property
 org.eclipse.jpt.common.utility.iterable.ListIterable<PersistenceUnit.Property> PersistenceUnit.getProperties()
          Return the persistence unit's list of properties.
 Iterable<PersistenceUnit.Property> PersistenceUnit.getPropertiesNamed(String propertyName)
          Return all the properties in the persistence unit with the specified name.
 Iterable<PersistenceUnit.Property> PersistenceUnit.getPropertiesWithNamePrefix(String propertyNamePrefix)
          Return the persistence unit's properties with names beginning with the specified prefix.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type PersistenceUnit.Property
 boolean PersistenceUnit.Property.NameEquals.evaluate(PersistenceUnit.Property property)
           
 boolean PersistenceUnit.Property.NameStartsWith.evaluate(PersistenceUnit.Property property)
           
 boolean PersistenceUnitProperties.itemIsProperty(PersistenceUnit.Property item)
          Method used for identifying the given property.
 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.
 String PersistenceUnit.Property.ValueTransformer.transform(PersistenceUnit.Property property)
           
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return types with arguments of type PersistenceUnit.Property
protected  ArrayList<PersistenceUnit.Property> EclipseLinkPersistenceUnit.getLegacyDescriptorCustomizerProperties()
           
protected  ArrayList<PersistenceUnit.Property> EclipseLinkPersistenceUnit.getLegacyEntityCachingProperties()
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type PersistenceUnit.Property
 boolean EclipseLinkPersistenceUnit.PropertyNameDoesNotEndWith.evaluate(PersistenceUnit.Property property)
           
protected  void EclipseLinkPersistenceUnit.validateDefaultCachingProperty(PersistenceUnit.Property cachingProperty, List<IMessage> messages)
           
protected  void EclipseLinkPersistenceUnit.validateLoggerProperty(PersistenceUnit.Property loggerProperty, List<IMessage> messages)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.