Uses of Interface
org.datanucleus.store.schema.StoreSchemaData
-
Packages that use StoreSchemaData Package Description org.datanucleus.store.schema 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.schema Modifier and Type Interface Description interfaceListStoreSchemaDataInterface representing schema information for the datastore.interfaceMapStoreSchemaDataInterface representing schema information for the datastore.Methods in org.datanucleus.store.schema that return StoreSchemaData Modifier and Type Method Description StoreSchemaDataListStoreSchemaData. getChild(int position)Accessor for a child store metadata component at a position (if stored in a List).StoreSchemaDataMapStoreSchemaData. getChild(String key)Accessor for a child store metadata component at a key.StoreSchemaDataListStoreSchemaData. getParent()Accessor for the parent store metadata component for this (if any).StoreSchemaDataMapStoreSchemaData. getParent()Accessor for the parent store metadata component for this (if any).StoreSchemaDataAbstractStoreSchemaHandler. getSchemaData(Object connection, String name, Object[] values)StoreSchemaDataStoreSchemaHandler. 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 StoreSchemaData Modifier and Type Method Description List<StoreSchemaData>ListStoreSchemaData. getChildren()Accessor for a List of child metadata components (if stored in a List).Methods in org.datanucleus.store.schema with parameters of type StoreSchemaData Modifier and Type Method Description voidListStoreSchemaData. 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.
-