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 TypeInterfaceDescriptioninterface
Interface representing schema information for the datastore.interface
Interface 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 TypeMethodDescriptionvoid
ListStoreSchemaData.addChild
(StoreSchemaData child) Method to define a child component for this component.void
MapStoreSchemaData.addChild
(StoreSchemaData child) Method to define a child component for this component.void
ListStoreSchemaData.setParent
(StoreSchemaData parent) Method to set the parentage of a component.void
MapStoreSchemaData.setParent
(StoreSchemaData parent) Method to set the parentage of a component.