public class JcrPropertyMapCacheEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isMulti |
javax.jcr.Property |
property |
javax.jcr.Value[] |
values |
| Constructor and Description |
|---|
JcrPropertyMapCacheEntry(Object value,
javax.jcr.Session session)
Create a new cache entry from a value.
|
JcrPropertyMapCacheEntry(javax.jcr.Property prop)
Create a new cache entry from a property.
|
public final javax.jcr.Property property
public final boolean isMulti
public final javax.jcr.Value[] values
public JcrPropertyMapCacheEntry(javax.jcr.Property prop)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic JcrPropertyMapCacheEntry(Object value, javax.jcr.Session session) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.