Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
-
Packages that use PropertyConfig Package Description org.eclipse.persistence.internal.sessions.factories.model.login org.eclipse.persistence.internal.sessions.factories.model.transport.naming -
-
Uses of PropertyConfig in org.eclipse.persistence.internal.sessions.factories.model.login
Methods in org.eclipse.persistence.internal.sessions.factories.model.login that return types with arguments of type PropertyConfig Modifier and Type Method Description Vector<PropertyConfig>LoginConfig. getPropertyConfigs()Method parameters in org.eclipse.persistence.internal.sessions.factories.model.login with type arguments of type PropertyConfig Modifier and Type Method Description voidLoginConfig. setPropertyConfigs(Vector<PropertyConfig> propertyConfigs) -
Uses of PropertyConfig in org.eclipse.persistence.internal.sessions.factories.model.transport.naming
Methods in org.eclipse.persistence.internal.sessions.factories.model.transport.naming that return types with arguments of type PropertyConfig Modifier and Type Method Description Vector<PropertyConfig>JNDINamingServiceConfig. getPropertyConfigs()Method parameters in org.eclipse.persistence.internal.sessions.factories.model.transport.naming with type arguments of type PropertyConfig Modifier and Type Method Description voidJNDINamingServiceConfig. setPropertyConfigs(Vector<PropertyConfig> propertyConfigs)
-