org.springframework.data.neo4j.fieldaccess
Class ManagedFieldAccessorSet<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.springframework.data.neo4j.fieldaccess.ManagedFieldAccessorSet<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- Iterable<T>, Collection<T>, Set<T>
public class ManagedFieldAccessorSet<T>
- extends AbstractSet<T>
ManagedFieldAccessorSet
public ManagedFieldAccessorSet(Object entity,
Object newVal,
Neo4jPersistentProperty property,
Neo4jTemplate ctx,
FieldAccessor fieldAccessor,
MappingPolicy mappingPolicy)
create
public static <T> ManagedFieldAccessorSet<T> create(Object entity,
Set<T> result,
MappingPolicy mappingPolicy,
Neo4jPersistentProperty property,
Neo4jTemplate template,
FieldAccessor fieldAccessor)
iterator
public Iterator<T> iterator()
- Specified by:
iterator in interface Iterable<T>- Specified by:
iterator in interface Collection<T>- Specified by:
iterator in interface Set<T>- Specified by:
iterator in class AbstractCollection<T>
size
public int size()
- Specified by:
size in interface Collection<T>- Specified by:
size in interface Set<T>- Specified by:
size in class AbstractCollection<T>
add
public boolean add(T e)
- Specified by:
add in interface Collection<T>- Specified by:
add in interface Set<T>- Overrides:
add in class AbstractCollection<T>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll in interface Collection<T>- Specified by:
removeAll in interface Set<T>- Overrides:
removeAll in class AbstractSet<T>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<T>- Specified by:
remove in interface Set<T>- Overrides:
remove in class AbstractCollection<T>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll in interface Collection<T>- Specified by:
retainAll in interface Set<T>- Overrides:
retainAll in class AbstractCollection<T>
clear
public void clear()
- Specified by:
clear in interface Collection<T>- Specified by:
clear in interface Set<T>- Overrides:
clear in class AbstractCollection<T>
Copyright © 2012 SpringSource. All Rights Reserved.