Uses of Interface
org.datanucleus.store.schema.naming.NamingFactory
-
Packages that use NamingFactory Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.schema.naming 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 NamingFactory Modifier and Type Field Description protected NamingFactoryAbstractStoreManager. namingFactoryNaming factory.Methods in org.datanucleus.store that return NamingFactory Modifier and Type Method Description NamingFactoryAbstractStoreManager. getNamingFactory()NamingFactoryStoreManager. getNamingFactory() -
Uses of NamingFactory in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return NamingFactory Modifier and Type Method Description NamingFactoryFederatedStoreManager. getNamingFactory() -
Uses of NamingFactory in org.datanucleus.store.schema.naming
Classes in org.datanucleus.store.schema.naming that implement NamingFactory Modifier and Type Class Description classAbstractNamingFactoryAbstract base for any naming factory, providing convenience facilities like truncation.classDN2NamingFactoryNaming factory used by DataNucleus v3.x onwards.classJPANamingFactoryNaming factory following JPA specification rules.Methods in org.datanucleus.store.schema.naming that return NamingFactory Modifier and Type Method Description NamingFactoryAbstractNamingFactory. setMaximumLength(SchemaComponent cmpt, int max)NamingFactoryNamingFactory. setMaximumLength(SchemaComponent cmpt, int max)Method to set the maximum length of the name of the specified schema component.NamingFactoryAbstractNamingFactory. setNamingCase(NamingCase nameCase)NamingFactoryNamingFactory. setNamingCase(NamingCase nameCase)Method to set the required case of the names.NamingFactoryAbstractNamingFactory. setQuoteString(String quote)NamingFactoryNamingFactory. setQuoteString(String quote)Method to set the quote string to use (when the identifiers need to be quoted).NamingFactoryAbstractNamingFactory. setReservedKeywords(Set<String> keywords)NamingFactoryNamingFactory. setReservedKeywords(Set<String> keywords)Method to set the provided list of keywords as names that identifiers have to surround by quotes to use.NamingFactoryAbstractNamingFactory. setWordSeparator(String sep)NamingFactoryNamingFactory. setWordSeparator(String sep)Method to set the word separator of the names.
-