Class Identifier


  • public class Identifier
    extends Object
    identifies a database entity (e.g. the name of a database field). An Identify must have an object name, but the collection name and property name are optional.
    Author:
    James Ahlborn
    • Constructor Detail

      • Identifier

        public Identifier​(String objectName)
      • Identifier

        public Identifier​(String collectionName,
                          String objectName,
                          String propertyName)
    • Method Detail

      • getCollectionName

        public String getCollectionName()
      • getObjectName

        public String getObjectName()
      • getPropertyName

        public String getPropertyName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object