Uses of Class
org.jboss.dna.connector.store.jpa.model.basic.LargeValueId

Packages that use LargeValueId
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
 

Uses of LargeValueId in org.jboss.dna.connector.store.jpa.model.basic
 

Methods in org.jboss.dna.connector.store.jpa.model.basic that return LargeValueId
 LargeValueId LargeValueEntity.getId()
           
 

Methods in org.jboss.dna.connector.store.jpa.model.basic that return types with arguments of type LargeValueId
 Collection<LargeValueId> PropertiesEntity.getLargeValues()
           
 

Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type LargeValueId
 void LargeValueEntity.setId(LargeValueId id)
           
 



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