Uses of Interface
org.datanucleus.store.schema.naming.NamingFactory
Packages that use NamingFactory
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and
indeed any other API.
-
Uses of NamingFactory in org.datanucleus.store
Fields in org.datanucleus.store declared as NamingFactoryModifier and TypeFieldDescriptionprotected NamingFactory
AbstractStoreManager.namingFactory
Naming factory.Methods in org.datanucleus.store that return NamingFactoryModifier and TypeMethodDescriptionAbstractStoreManager.getNamingFactory()
StoreManager.getNamingFactory()
-
Uses of NamingFactory in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return NamingFactory -
Uses of NamingFactory in org.datanucleus.store.schema.naming
Classes in org.datanucleus.store.schema.naming that implement NamingFactoryModifier and TypeClassDescriptionclass
Abstract base for any naming factory, providing convenience facilities like truncation.class
Naming factory used by DataNucleus v3.x onwards.class
Naming factory following JPA specification rules.Methods in org.datanucleus.store.schema.naming that return NamingFactoryModifier and TypeMethodDescriptionAbstractNamingFactory.setMaximumLength
(SchemaComponent cmpt, int max) NamingFactory.setMaximumLength
(SchemaComponent cmpt, int max) Method to set the maximum length of the name of the specified schema component.AbstractNamingFactory.setNamingCase
(NamingCase nameCase) NamingFactory.setNamingCase
(NamingCase nameCase) Method to set the required case of the names.AbstractNamingFactory.setQuoteString
(String quote) NamingFactory.setQuoteString
(String quote) Method to set the quote string to use (when the identifiers need to be quoted).AbstractNamingFactory.setReservedKeywords
(Set<String> keywords) NamingFactory.setReservedKeywords
(Set<String> keywords) Method to set the provided list of keywords as names that identifiers have to surround by quotes to use.AbstractNamingFactory.setWordSeparator
(String sep) NamingFactory.setWordSeparator
(String sep) Method to set the word separator of the names.