Class AbstractEntity

    • Constructor Detail

      • AbstractEntity

        public AbstractEntity()
    • Method Detail

      • setId

        public void setId​(Integer id)
        Parameters:
        id - Integer the database-id to set
      • setId

        public void setId​(Long id)
        !!!WARNING: Currently values bigger Integer.MAX_VALUE or lower then Integer.MIN_VALUE will be altered to null!!!
        Specified by:
        setId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
        Parameters:
        id - Long the database-id to set
      • isPersisted

        public boolean isPersisted()
        Specified by:
        isPersisted in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • asIntValue

        protected Long asIntValue​(Long value)