/* * Copyright (c) 2010 Mysema Ltd. * All rights reserved. * */ package com.mysema.rdfbean.model; /** * @author tiwe */ public interface IdSequence { /** * @return */ long getNextId(); }