Class BooleanId

    • Constructor Detail

      • BooleanId

        public BooleanId​(Class cls,
                         String key)
      • BooleanId

        public BooleanId​(Class cls,
                         boolean key)
      • BooleanId

        public BooleanId​(Class cls,
                         boolean key,
                         boolean subs)
    • Method Detail

      • getId

        public boolean getId()
      • idEquals

        protected boolean idEquals​(OpenJPAId other)
        Description copied from class: OpenJPAId
        Compare the id to the id of the given instance.
        Specified by:
        idEquals in class OpenJPAId
      • idHash

        protected int idHash()
        Description copied from class: OpenJPAId
        Return the id's hash code.
        Specified by:
        idHash in class OpenJPAId