Example usage for org.hibernate.collection.internal PersistentBag subclass-usage

List of usage examples for org.hibernate.collection.internal PersistentBag subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.collection.internal PersistentBag subclass-usage.

Usage

From source file org.jboss.as.test.compat.jpa.hibernate.transformer.PersistentQueue.java

public class PersistentQueue extends PersistentBag implements Queue {

    public PersistentQueue(SessionImplementor session) {
        super(session);
    }