Class StoreListVAccessor<E extends Entity>
- java.lang.Object
-
- io.vertigo.datamodel.structure.model.ListVAccessor<E>
-
- io.vertigo.datastore.impl.entitystore.StoreListVAccessor<E>
-
- All Implemented Interfaces:
Serializable
public class StoreListVAccessor<E extends Entity> extends ListVAccessor<E>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreListVAccessor(Entity entity, String associationDefinitionName, String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load()
Loads the value if needed.void
set(DtList<E> dtList)
-
Methods inherited from class io.vertigo.datamodel.structure.model.ListVAccessor
get, getDtListURI, getRole, getSourceUID, getTargetDefinitionReference, isLoaded, reset
-
-