Uses of Class
org.datanucleus.store.rdbms.key.CandidateKey
-
Packages that use CandidateKey Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.org.datanucleus.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases.org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of CandidateKey in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter with parameters of type CandidateKey Modifier and Type Method Description StringBaseDatastoreAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)Returns the appropriate SQL to add a candidate key to its table.StringDatastoreAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)Returns the appropriate SQL to add a candidate key to its table.StringDerbyAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)Returns the appropriate SQL to add a candidate key to its table.StringInformixAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)Returns the appropriate SQL to add a candidate key to its table.StringSAPDBAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)StringSQLiteAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)StringTimesTenAdapter. getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)Returns the appropriate SQL to add a candidate key to its table. -
Uses of CandidateKey in org.datanucleus.store.rdbms.key
Constructors in org.datanucleus.store.rdbms.key with parameters of type CandidateKey Constructor Description Index(CandidateKey ck)Constructor for an index for the specified candidate key. -
Uses of CandidateKey in org.datanucleus.store.rdbms.table
Methods in org.datanucleus.store.rdbms.table that return CandidateKey Modifier and Type Method Description static CandidateKeyTableUtils. getCandidateKeyForField(Table table, org.datanucleus.metadata.UniqueMetaData umd, JavaTypeMapping fieldMapping)Convenience method to return the candidate key (if any) for a field.Methods in org.datanucleus.store.rdbms.table that return types with arguments of type CandidateKey Modifier and Type Method Description protected List<CandidateKey>ClassTable. getExpectedCandidateKeys()Accessor for the expected candidate keys for this table.protected List<CandidateKey>ElementContainerTable. getExpectedCandidateKeys()Accessor for the candidate keys for this table.protected List<CandidateKey>PersistableJoinTable. getExpectedCandidateKeys()Accessor for the candidate keys for this table.protected List<CandidateKey>TableImpl. getExpectedCandidateKeys()Accessor for the expected candidate keys for this table in the datastore.
-