Uses of Class
org.datanucleus.store.rdbms.identifier.TableIdentifier
-
Packages that use TableIdentifier Package Description org.datanucleus.store.rdbms.identifier 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 TableIdentifier Modifier and Type Method Description protected void
AbstractIdentifierFactory. setCatalogSchemaForTable(TableIdentifier identifier)
Convenience method to set the catalog/schema on the passed TableIdentifier.
-