Uses of Class
org.datanucleus.store.rdbms.scostore.ComponentInfo
Packages that use ComponentInfo
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of ComponentInfo in org.datanucleus.store.rdbms.scostore
Fields in org.datanucleus.store.rdbms.scostore declared as ComponentInfoModifier and TypeFieldDescriptionprotected ComponentInfo[]ElementContainerStore.elementInfoInformation for the elements of this container.Methods in org.datanucleus.store.rdbms.scostore that return ComponentInfoModifier and TypeMethodDescriptionprotected ComponentInfoElementContainerStore.getComponentInfoForElement(Object element) protected ComponentInfo[]BaseContainerStore.getComponentInformationForClass(String componentType, org.datanucleus.metadata.AbstractClassMetaData componentCmd) Convenience method to find the element information relating to the element type.Methods in org.datanucleus.store.rdbms.scostore with parameters of type ComponentInfoModifier and TypeMethodDescriptionprotected StringFKSetStore.getClearNullifyStmt(ComponentInfo info) Generates the statement for clearing items by nulling the owner link out.static intBackingStoreHelper.populateElementDiscriminatorInStatement(org.datanucleus.ExecutionContext ec, PreparedStatement ps, int jdbcPosition, boolean includeSubclasses, ComponentInfo info, org.datanucleus.ClassLoaderResolver clr) Convenience method to populate the passed PreparedStatement with the value from the element discriminator, optionally including all subclasses of the element type.