Uses of Class
org.modeshape.connector.store.jpa.model.simple.LargeValueEntity

Packages that use LargeValueEntity
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
 

Uses of LargeValueEntity in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple that return LargeValueEntity
static LargeValueEntity LargeValueEntity.create(byte[] data, PropertyType type, boolean compressed)
           
 

Methods in org.modeshape.connector.store.jpa.model.simple that return types with arguments of type LargeValueEntity
 Collection<LargeValueEntity> NodeEntity.getLargeValues()
           
 



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