Deprecated API

Contents

  • Deprecated Classes
    Class
    Description
    This class (a) isn't exposed in pljava-api, (b) is only used to implement the once-transactional attribute map in Session, and (c) hasn't had transactional behavior even there, since 3ab90e5 (November 2005). Future code needing any kind of store sync'd to PostgreSQL transactions should implement that behavior with Java's ordinary tools, using a TransactionListener to be kept in sync with transactions.