Serialized Form


Package org.hibernate.search

Class org.hibernate.search.SearchException extends RuntimeException implements Serializable


Package org.hibernate.search.backend.impl

Class org.hibernate.search.backend.impl.EventSourceTransactionContext extends Object implements Serializable

Serialized Fields

eventSource

org.hibernate.event.spi.EventSource eventSource

realTxInProgress

boolean realTxInProgress

realTxInProgressInitialized

boolean realTxInProgressInitialized

Package org.hibernate.search.event.impl

Class org.hibernate.search.event.impl.FullTextIndexEventListener extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws IOException,
                        ClassNotFoundException,
                        SecurityException,
                        NoSuchFieldException,
                        IllegalArgumentException,
                        IllegalAccessException
Throws:
IOException
ClassNotFoundException
SecurityException
NoSuchFieldException
IllegalArgumentException
IllegalAccessException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
Throws:
IOException
Serialized Fields

installation

FullTextIndexEventListener.Installation installation

indexControlMBeanName

String indexControlMBeanName

used

boolean used

skipDirtyChecks

boolean skipDirtyChecks

searchFactoryImplementor

SearchFactoryImplementor searchFactoryImplementor

Package org.hibernate.search.impl

Class org.hibernate.search.impl.DefaultMassIndexerFactory extends Object implements Serializable

Class org.hibernate.search.impl.FullTextSessionImpl extends Object implements Serializable

Serialized Fields

session

org.hibernate.Session session

sessionImplementor

org.hibernate.engine.spi.SessionImplementor sessionImplementor

transactionContext

TransactionContext transactionContext

Package org.hibernate.search.jpa.impl

Class org.hibernate.search.jpa.impl.FullTextEntityManagerImpl extends Object implements Serializable

Serialized Fields

em

javax.persistence.EntityManager em

ftSession

FullTextSession ftSession

Package org.hibernate.search.spi

Package org.hibernate.search.util.impl

Class org.hibernate.search.util.impl.LRUMap extends LinkedHashMap implements Serializable

serialVersionUID: -2613234214057068628L

Serialized Fields

maxEntries

int maxEntries

Class org.hibernate.search.util.impl.SoftLimitMRUCache extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

strongRefCount

int strongRefCount

softRefCount

int softRefCount



Copyright © 2006-2013 Hibernate. All Rights Reserved.