Uses of Class
org.datanucleus.store.rdbms.identifier.TableIdentifier
Packages that use TableIdentifier
Package
Description
This package contains a series of classes defining the identifier names of datastore objects,
such as tables, foreign keys, indexes, primary keys etc.
-
Uses of TableIdentifier in org.datanucleus.store.rdbms.identifier
Methods in org.datanucleus.store.rdbms.identifier with parameters of type TableIdentifierModifier and TypeMethodDescriptionprotected void
AbstractIdentifierFactory.setCatalogSchemaForTable
(TableIdentifier identifier) Convenience method to set the catalog/schema on the passed TableIdentifier.