Uses of Class
org.jboss.system.server.profileservice.persistence.xml.PersistedCompositeValue

Packages that use PersistedCompositeValue
org.jboss.system.server.profileservice.persistence   
org.jboss.system.server.profileservice.persistence.xml   
 

Uses of PersistedCompositeValue in org.jboss.system.server.profileservice.persistence
 

Methods in org.jboss.system.server.profileservice.persistence that return PersistedCompositeValue
protected  PersistedCompositeValue AbstractValuePersistence.createCompositeValue(org.jboss.metatype.api.values.CompositeValue value, org.jboss.metatype.api.types.CompositeMetaType metaType)
          Create the persistence composite value.
 

Methods in org.jboss.system.server.profileservice.persistence with parameters of type PersistedCompositeValue
protected  org.jboss.metatype.api.values.CompositeValue AbstractValueRecreation.createCompositeValue(PersistedCompositeValue composite, org.jboss.metatype.api.types.CompositeMetaType type)
          Create composite value.
protected  org.jboss.metatype.api.values.MapCompositeValueSupport AbstractValueRecreation.handleMapCompositeMetaType(PersistedCompositeValue composite, org.jboss.metatype.api.types.MapCompositeMetaType type)
          Create the MapCompositeValueSupport value.
 

Uses of PersistedCompositeValue in org.jboss.system.server.profileservice.persistence.xml
 

Methods in org.jboss.system.server.profileservice.persistence.xml that return types with arguments of type PersistedCompositeValue
 List<PersistedCompositeValue> PersistedTableValue.getEntries()
           
 

Method parameters in org.jboss.system.server.profileservice.persistence.xml with type arguments of type PersistedCompositeValue
 void PersistedTableValue.setEntries(List<PersistedCompositeValue> entries)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.