Class Join

    • Constructor Detail

      • Join

        public Join()
    • Method Detail

      • addMappedsuperclassProperty

        public void addMappedsuperclassProperty​(Property prop)
      • getDeclaredPropertyIterator

        public Iterator getDeclaredPropertyIterator()
      • containsProperty

        public boolean containsProperty​(Property prop)
      • getPropertyIterator

        public Iterator getPropertyIterator()
      • getTable

        public Table getTable()
      • setTable

        public void setTable​(Table table)
      • setKey

        public void setKey​(KeyValue key)
      • setPersistentClass

        public void setPersistentClass​(PersistentClass persistentClass)
      • createForeignKey

        public void createForeignKey()
      • createPrimaryKey

        public void createPrimaryKey()
      • getPropertySpan

        public int getPropertySpan()
      • getCustomSQLInsert

        public String getCustomSQLInsert()
      • isCustomInsertCallable

        public boolean isCustomInsertCallable()
      • getCustomSQLUpdate

        public String getCustomSQLUpdate()
      • isCustomUpdateCallable

        public boolean isCustomUpdateCallable()
      • getCustomSQLDelete

        public String getCustomSQLDelete()
      • isCustomDeleteCallable

        public boolean isCustomDeleteCallable()
      • isSequentialSelect

        public boolean isSequentialSelect()
      • setSequentialSelect

        public void setSequentialSelect​(boolean deferred)
      • isInverse

        public boolean isInverse()
      • setInverse

        public void setInverse​(boolean leftJoin)
      • isLazy

        public boolean isLazy()
      • isOptional

        public boolean isOptional()
      • setOptional

        public void setOptional​(boolean nullable)