Uses of Interface
org.datanucleus.store.schema.StoreSchemaData
Packages that use StoreSchemaData
Package
Description
Package defining the data structure mechanism for the schema of the datastore.
-
Uses of StoreSchemaData in org.datanucleus.store.schema
Subinterfaces of StoreSchemaData in org.datanucleus.store.schemaModifier and TypeInterfaceDescriptioninterfaceInterface representing schema information for the datastore.interfaceInterface representing schema information for the datastore.Methods in org.datanucleus.store.schema that return StoreSchemaDataModifier and TypeMethodDescriptionListStoreSchemaData.getChild(int position) Accessor for a child store metadata component at a position (if stored in a List).Accessor for a child store metadata component at a key.ListStoreSchemaData.getParent()Accessor for the parent store metadata component for this (if any).MapStoreSchemaData.getParent()Accessor for the parent store metadata component for this (if any).AbstractStoreSchemaHandler.getSchemaData(Object connection, String name, Object[] values) StoreSchemaHandler.getSchemaData(Object connection, String name, Object[] values) Accessor for schema data store under the provided name and defined by the specified values.Methods in org.datanucleus.store.schema that return types with arguments of type StoreSchemaDataModifier and TypeMethodDescriptionListStoreSchemaData.getChildren()Accessor for a List of child metadata components (if stored in a List).Methods in org.datanucleus.store.schema with parameters of type StoreSchemaDataModifier and TypeMethodDescriptionvoidListStoreSchemaData.addChild(StoreSchemaData child) Method to define a child component for this component.voidMapStoreSchemaData.addChild(StoreSchemaData child) Method to define a child component for this component.voidListStoreSchemaData.setParent(StoreSchemaData parent) Method to set the parentage of a component.voidMapStoreSchemaData.setParent(StoreSchemaData parent) Method to set the parentage of a component.