Java org.hibernate.collection.internal PersistentList fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.collection.internal PersistentList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.collection.internal PersistentList.

The text is from its open source code.

Constructor

Method

booleanadd(Object object)
booleanaddAll(Collection values)
voidclear()
voidclearDirty()
booleancontains(Object object)
voiddirty()
ObjectgetOwner()
SharedSessionContractImplementorgetSession()
Get the session currently associated with this collection.
voidsetSnapshot(Serializable key, String role, Serializable snapshot)
intsize()