Deprecated API


Contents
Deprecated Methods
org.jbpm.identity.hibernate.IdentitySession.beginTransaction()
          call IdentitySession.getSession().beginTransaction() instead 
org.jbpm.identity.mail.IdentityAddressResolver.close()
          this address resolver does not fit the service model. 
org.jbpm.identity.hibernate.IdentitySession.close()
          call IdentitySession.getSession().close() instead 
org.jbpm.identity.hibernate.IdentitySession.commitTransaction()
          call IdentitySession.getSession().getTransaction().commit() instead 
org.jbpm.identity.hibernate.IdentitySession.commitTransactionAndClose()
          call IdentitySession.getSession().getTransaction().commit() instead 
org.jbpm.identity.hibernate.IdentitySession.deleteGroup(Group)
          call IdentitySession.deleteEntity(Entity) instead 
org.jbpm.identity.hibernate.IdentitySession.deleteUser(User)
          call IdentitySession.deleteEntity(Entity) instead 
org.jbpm.identity.hibernate.IdentitySession.getTransaction()
          call IdentitySession.getSession().getTransaction() instead 
org.jbpm.identity.mail.IdentityAddressResolver.openService()
          this address resolver does not fit the service model. 
org.jbpm.identity.hibernate.IdentitySession.rollbackTransaction()
          call IdentitySession.getSession().getTransaction().rollback() instead 
org.jbpm.identity.hibernate.IdentitySession.rollbackTransactionAndClose()
          call IdentitySession.getSession().getTransaction().rollback() instead 
org.jbpm.identity.hibernate.IdentitySession.saveGroup(Group)
          call IdentitySession.saveEntity(Entity) instead 
org.jbpm.identity.hibernate.IdentitySession.saveMembership(Membership)
          call IdentitySession.saveEntity(Entity) instead 
org.jbpm.identity.hibernate.IdentitySession.saveUser(User)
          call IdentitySession.saveEntity(Entity) instead 
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.