Class ArrayListHandler
java.lang.Object
org.datanucleus.store.types.containers.ElementContainerHandler<List<?>, ElementContainerAdapter<List<?>>>
org.datanucleus.store.types.containers.CollectionHandler<List<?>>
org.datanucleus.store.types.containers.JDKCollectionHandler<List<?>>
org.datanucleus.store.types.containers.ArrayListHandler
- All Implemented Interfaces:
ContainerHandler<List<?>, ElementContainerAdapter<List<?>>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAdapter(List<?> container) newContainer(AbstractMemberMetaData mmd, Object... objects) Methods inherited from class CollectionHandler
getElementType, getObjectType, isDefaultFetchGroup, isEmbedded, isSerialised, newMetaData, populateMetaDataMethods inherited from class ElementContainerHandler
copyMappedByDefinitionFromElement, getElementTypeName, moveColumnsToElement
-
Constructor Details
-
ArrayListHandler
public ArrayListHandler()
-
-
Method Details
-
newContainer
- Specified by:
newContainerin interfaceContainerHandler<List<?>, ElementContainerAdapter<List<?>>>- Overrides:
newContainerin classJDKCollectionHandler<List<?>>
-
newContainer
- Overrides:
newContainerin classJDKCollectionHandler<List<?>>
-
getAdapter
- Specified by:
getAdapterin interfaceContainerHandler<List<?>, ElementContainerAdapter<List<?>>>- Overrides:
getAdapterin classJDKCollectionHandler<List<?>>
-