Uses of Class
org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
-
Packages that use SEPersistenceUnitProperty Package Description org.eclipse.persistence.internal.jpa.deployment -
-
Uses of SEPersistenceUnitProperty in org.eclipse.persistence.internal.jpa.deployment
Fields in org.eclipse.persistence.internal.jpa.deployment with type parameters of type SEPersistenceUnitProperty Modifier and Type Field Description protected List<SEPersistenceUnitProperty>SEPersistenceUnitInfo. persistenceUnitPropertiesMethods in org.eclipse.persistence.internal.jpa.deployment that return types with arguments of type SEPersistenceUnitProperty Modifier and Type Method Description List<SEPersistenceUnitProperty>SEPersistenceUnitInfo. getPersistenceUnitProperties()Used with the OX mapping file for the Canonical model processor.Method parameters in org.eclipse.persistence.internal.jpa.deployment with type arguments of type SEPersistenceUnitProperty Modifier and Type Method Description voidSEPersistenceUnitInfo. setPersistenceUnitProperties(List<SEPersistenceUnitProperty> persistenceUnitProperties)Used with the OX mapping file for the Canonical model processor.
-