Uses of Class
org.datanucleus.store.mapped.IdentifierCase

Packages that use IdentifierCase
org.datanucleus.store.mapped This package provides classes for the management of datastores that are "mapped". 
org.datanucleus.store.mapped.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 IdentifierCase in org.datanucleus.store.mapped
 

Methods in org.datanucleus.store.mapped that return IdentifierCase
 IdentifierCase IdentifierFactory.getIdentifierCase()
          Accessor for the identifier case being used.
static IdentifierCase IdentifierCase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdentifierCase[] IdentifierCase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IdentifierCase in org.datanucleus.store.mapped.identifier
 

Fields in org.datanucleus.store.mapped.identifier declared as IdentifierCase
protected  IdentifierCase AbstractIdentifierFactory.identifierCase
          Case to use for identifiers.
 

Methods in org.datanucleus.store.mapped.identifier that return IdentifierCase
 IdentifierCase AbstractIdentifierFactory.getIdentifierCase()
          Accessor for the identifier case being used.
 



Copyright © 2012. All Rights Reserved.