Serialized Form


Package com.vaadin.addon.jpacontainer

Class com.vaadin.addon.jpacontainer.AdvancedFilterable.FiltersAppliedEvent extends Object implements Serializable

serialVersionUID: -6988494009645932112L

Serialized Fields

container

com.vaadin.data.Container container

Class com.vaadin.addon.jpacontainer.JPAContainer extends Object implements Serializable

serialVersionUID: -4031940552175752858L

Serialization Methods

readObject

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

entityProvider

EntityProvider<T> entityProvider

filterSupport

AdvancedFilterableSupport filterSupport

listeners

LinkedList<E> listeners

entityClassMetadata

EntityClassMetadata<T> entityClassMetadata

sortByList

List<E> sortByList

propertyList

com.vaadin.addon.jpacontainer.PropertyList<T> propertyList

bufferingDelegate

com.vaadin.addon.jpacontainer.BufferedContainerDelegate<T> bufferingDelegate

readOnly

boolean readOnly

writeThrough

boolean writeThrough

queryModifierDelegate

QueryModifierDelegate queryModifierDelegate

additionalFilterablePropertyIds

Collection<E> additionalFilterablePropertyIds

fireContainerItemSetChangeEvents

boolean fireContainerItemSetChangeEvents

fireItemSetChangeOnProviderChange

boolean fireItemSetChangeOnProviderChange

containsIdFiresItemSetChangeIfNotFound

boolean containsIdFiresItemSetChangeIfNotFound

cleanupCount

int cleanupCount

parentProperty

String parentProperty

parentIdProperty

String parentIdProperty

Class com.vaadin.addon.jpacontainer.JPAContainer.AllItemsRefreshedEvent extends Object implements Serializable

serialVersionUID: 530180436710345623L

Class com.vaadin.addon.jpacontainer.JPAContainer.AllItemsRemovedEvent extends Object implements Serializable

serialVersionUID: -7429226164483121998L

Class com.vaadin.addon.jpacontainer.JPAContainer.ChangesCommittedEvent extends Object implements Serializable

serialVersionUID: -7802570988994951818L

Class com.vaadin.addon.jpacontainer.JPAContainer.ChangesDiscardedEvent extends Object implements Serializable

serialVersionUID: 1192258036968002982L

Class com.vaadin.addon.jpacontainer.JPAContainer.ContainerSortedEvent extends Object implements Serializable

serialVersionUID: -4330673683011445634L

Class com.vaadin.addon.jpacontainer.JPAContainer.ItemAddedEvent extends JPAContainer.ItemEvent implements Serializable

serialVersionUID: 197074826066153230L

Class com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent extends Object implements Serializable

serialVersionUID: -7867054889972105067L

Serialized Fields

itemId

Object itemId

Class com.vaadin.addon.jpacontainer.JPAContainer.ItemNotFoundEvent extends Object implements Serializable

serialVersionUID: 7542676056363040711L

Class com.vaadin.addon.jpacontainer.JPAContainer.ItemRemovedEvent extends JPAContainer.ItemEvent implements Serializable

serialVersionUID: 530688830477630703L

Class com.vaadin.addon.jpacontainer.JPAContainer.ItemUpdatedEvent extends JPAContainer.ItemEvent implements Serializable

serialVersionUID: 4464120712728895566L

Class com.vaadin.addon.jpacontainer.JPAContainer.ProviderChangedEvent extends Object implements Serializable

serialVersionUID: -2719424959990430585L

Serialized Fields

event

EntityProviderChangeEvent<T> event

Class com.vaadin.addon.jpacontainer.JPAContainerItem extends Object implements Serializable

serialVersionUID: 3835181888110236341L

Serialization Methods

readObject

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

entity

Object entity

container

JPAContainer<T> container

propertyList

com.vaadin.addon.jpacontainer.PropertyList<T> propertyList

propertyMap

Map<K,V> propertyMap

modified

boolean modified

dirty

boolean dirty

persistent

boolean persistent

readThrough

boolean readThrough

writeThrough

boolean writeThrough

deleted

boolean deleted

itemId

Object itemId

Class com.vaadin.addon.jpacontainer.SortBy extends Object implements Serializable

serialVersionUID: -6308560006578484770L

Serialized Fields

propertyId

Object propertyId
The property ID to sort by.


ascending

boolean ascending
True to sort ascendingly, false to sort descendingly.


Package com.vaadin.addon.jpacontainer.fieldfactory

Class com.vaadin.addon.jpacontainer.fieldfactory.ElementCollectionEditor extends com.vaadin.ui.CustomField implements Serializable

Serialized Fields

fieldFactory

FieldFactory fieldFactory

referencedType

Class<T> referencedType

add

com.vaadin.event.Action add

remove

com.vaadin.event.Action remove

actions

com.vaadin.event.Action[] actions

container

com.vaadin.data.util.BeanItemContainer<BEANTYPE> container

table

com.vaadin.ui.Table table

backReferencePropertyId

String backReferencePropertyId

containerForProperty

EntityContainer<T> containerForProperty

strategy

com.vaadin.addon.jpacontainer.fieldfactory.ElementCollectionEditor.Strategy strategy

Class com.vaadin.addon.jpacontainer.fieldfactory.EmbeddedForm extends com.vaadin.ui.Form implements Serializable

Serialized Fields

ff

FieldFactory ff

masterEntityContainer

EntityContainer<T> masterEntityContainer

Class com.vaadin.addon.jpacontainer.fieldfactory.FieldFactory extends com.vaadin.ui.DefaultFieldFactory implements Serializable

Serialized Fields

propertyOrders

HashMap<K,V> propertyOrders

multiselectTypes

HashMap<K,V> multiselectTypes

singleselectTypes

HashMap<K,V> singleselectTypes

entityManagerProvider

EntityManagerProvider entityManagerProvider

Class com.vaadin.addon.jpacontainer.fieldfactory.JPAContainerCustomField extends com.vaadin.ui.CustomComponent implements Serializable

serialVersionUID: 5457282096887625533L

Serialized Fields

value

Object value
Value of the abstract field.


dataSource

com.vaadin.data.Property<T> dataSource
Connected data-source.


validators

LinkedList<E> validators
The list of validators.


writeTroughMode

boolean writeTroughMode
Auto commit mode.


readTroughMode

boolean readTroughMode
Reads the value from data-source, when it is not modified.


modified

boolean modified
Is the field modified but not committed.


currentBufferedSourceException

com.vaadin.data.Buffered.SourceException currentBufferedSourceException
Current source exception.


invalidAllowed

boolean invalidAllowed
Are the invalid values allowed in fields ?


invalidCommitted

boolean invalidCommitted
Are the invalid values committed ?


tabIndex

int tabIndex
The tab order number of this field.


required

boolean required
Required field.


requiredError

String requiredError
The error message for the exception that is thrown when the field is required but empty.


validationVisible

boolean validationVisible
Is automatic validation enabled.

Class com.vaadin.addon.jpacontainer.fieldfactory.ListTranslator extends PropertyTranslator implements Serializable

Serialized Fields

select

com.vaadin.ui.AbstractSelect select

Class com.vaadin.addon.jpacontainer.fieldfactory.MasterDetailEditor extends com.vaadin.ui.CustomField implements Serializable

Serialized Fields

fieldFactory

FieldFactory fieldFactory

referencedType

Class<T> referencedType

add

com.vaadin.event.Action add

remove

com.vaadin.event.Action remove

actions

com.vaadin.event.Action[] actions

container

JPAContainer<T> container

table

com.vaadin.ui.Table table

backReferencePropertyId

String backReferencePropertyId

masterEntity

Object masterEntity

propertyId

Object propertyId

containerForProperty

EntityContainer<T> containerForProperty

itemId

Object itemId

Class com.vaadin.addon.jpacontainer.fieldfactory.MultiSelectConverter extends Object implements Serializable

Serialized Fields

select

com.vaadin.ui.AbstractSelect select

owningSide

Boolean owningSide

mappedBy

String mappedBy

Class com.vaadin.addon.jpacontainer.fieldfactory.OneToOneForm extends com.vaadin.ui.Form implements Serializable

Serialized Fields

createdInstance

Object createdInstance

backReferenceId

String backReferenceId

editedEntityItem

EntityItem<T> editedEntityItem

masterEntity

Object masterEntity

property

EntityItemProperty property

Class com.vaadin.addon.jpacontainer.fieldfactory.PropertyTranslator extends com.vaadin.data.util.AbstractProperty implements Serializable

Serialized Fields

dataSource

com.vaadin.data.Property<T> dataSource
Datasource that stores the actual value.

Class com.vaadin.addon.jpacontainer.fieldfactory.SingleSelectConverter extends Object implements Serializable

Serialized Fields

select

com.vaadin.ui.AbstractSelect select

Package com.vaadin.addon.jpacontainer.filter

Class com.vaadin.addon.jpacontainer.filter.JoinFilter extends com.vaadin.data.util.filter.AbstractJunctionFilter implements Serializable

Serialized Fields

joinProperty

String joinProperty

Package com.vaadin.addon.jpacontainer.filter.util

Class com.vaadin.addon.jpacontainer.filter.util.AdvancedFilterableSupport extends Object implements Serializable

serialVersionUID: 398382431841547719L

Serialized Fields

filterablePropertyIds

Collection<E> filterablePropertyIds

listeners

LinkedList<E> listeners

appliedFilters

LinkedList<E> appliedFilters

filters

LinkedList<E> filters

applyFiltersImmediately

boolean applyFiltersImmediately

unappliedFilters

boolean unappliedFilters

Package com.vaadin.addon.jpacontainer.metadata

Class com.vaadin.addon.jpacontainer.metadata.ClassMetadata extends Object implements Serializable

serialVersionUID: 2569781449737488799L

Serialized Fields

mappedClass

Class<T> mappedClass

allProperties

Map<K,V> allProperties

persistentProperties

Map<K,V> persistentProperties

Class com.vaadin.addon.jpacontainer.metadata.EntityClassMetadata extends ClassMetadata<T> implements Serializable

serialVersionUID: -4870942071257502328L

Serialized Fields

entityName

String entityName

versionProperty

String versionProperty

identifierProperty

String identifierProperty

Class com.vaadin.addon.jpacontainer.metadata.PersistentPropertyMetadata extends PropertyMetadata implements Serializable

serialVersionUID: -4097189601179456814L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

propertyKind

PropertyKind propertyKind

typeMetadata

ClassMetadata<T> typeMetadata

fieldName

String fieldName

fieldDeclaringClass

Class<T> fieldDeclaringClass

Class com.vaadin.addon.jpacontainer.metadata.PropertyMetadata extends Object implements Serializable

serialVersionUID: -6500231861860229121L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

type

Class<T> type

getterName

String getterName

setterName

String setterName

getterDeclaringClass

Class<T> getterDeclaringClass

setterDeclaringClass

Class<T> setterDeclaringClass

Package com.vaadin.addon.jpacontainer.provider

Class com.vaadin.addon.jpacontainer.provider.BatchableLocalEntityProvider extends MutableLocalEntityProvider<T> implements Serializable

serialVersionUID: 9174163487778140520L

Class com.vaadin.addon.jpacontainer.provider.BatchUpdatePerformedEvent extends Object implements Serializable

serialVersionUID: -4080306860560561433L

Serialized Fields

entityProvider

EntityProvider<T> entityProvider

Class com.vaadin.addon.jpacontainer.provider.CachingBatchableLocalEntityProvider extends CachingMutableLocalEntityProvider<T> implements Serializable

serialVersionUID: 9174163487778140520L

Class com.vaadin.addon.jpacontainer.provider.CachingLocalEntityProvider extends LocalEntityProvider<T> implements Serializable

serialVersionUID: 302600441430870363L

Serialized Fields

cachingSupport

com.vaadin.addon.jpacontainer.provider.CachingSupport<T> cachingSupport

Class com.vaadin.addon.jpacontainer.provider.CachingMutableLocalEntityProvider extends MutableLocalEntityProvider<T> implements Serializable

Serialized Fields

cachingSupport

com.vaadin.addon.jpacontainer.provider.CachingSupport<T> cachingSupport

Class com.vaadin.addon.jpacontainer.provider.CachingSupport.CacheMap extends HashMap<K,V> implements Serializable

serialVersionUID: 2900939583997256189L

Serialized Fields

addOrder

LinkedList<E> addOrder

maxSize

int maxSize

Class com.vaadin.addon.jpacontainer.provider.CachingSupport.CacheSet extends HashSet<V> implements Serializable

serialVersionUID: 2900939583997256189L

Serialized Fields

addOrder

LinkedList<E> addOrder

maxSize

int maxSize

Class com.vaadin.addon.jpacontainer.provider.LocalEntityProvider extends Object implements Serializable

serialVersionUID: 1601796410565144708L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

entityClassMetadata

EntityClassMetadata<T> entityClassMetadata

entitiesDetached

boolean entitiesDetached

entityManagerProvider

EntityManagerProvider entityManagerProvider

serializableEntityManager

Serializable serializableEntityManager

queryModifierDelegate

QueryModifierDelegate queryModifierDelegate

lazyLoadingDelegate

LazyLoadingDelegate lazyLoadingDelegate
The lazy loading delegate explicitly handles loading lazy collections where needed (e.g. when using Hibernate)

Class com.vaadin.addon.jpacontainer.provider.MutableLocalEntityProvider extends LocalEntityProvider<T> implements Serializable

serialVersionUID: -6628293930338167750L

Serialized Fields

transactionsHandled

boolean transactionsHandled

fireEntityProviderChangeEvent

boolean fireEntityProviderChangeEvent

Package com.vaadin.addon.jpacontainer.provider.jndijta

Class com.vaadin.addon.jpacontainer.provider.jndijta.CachingBatchableEntityProvider extends CachingBatchableLocalEntityProvider<T> implements Serializable

Serialized Fields

jndiAddresses

JndiAddresses jndiAddresses

Class com.vaadin.addon.jpacontainer.provider.jndijta.CachingMutableEntityProvider extends CachingMutableLocalEntityProvider<T> implements Serializable

Serialized Fields

jndiAddresses

JndiAddresses jndiAddresses

Class com.vaadin.addon.jpacontainer.provider.jndijta.EntityProvider extends LocalEntityProvider<T> implements Serializable

Serialized Fields

jndiAddresses

JndiAddresses jndiAddresses

Class com.vaadin.addon.jpacontainer.provider.jndijta.MutableEntityProvider extends MutableLocalEntityProvider<T> implements Serializable

Serialized Fields

jndiAddresses

JndiAddresses jndiAddresses

Package com.vaadin.addon.jpacontainer.util

Class com.vaadin.addon.jpacontainer.util.DefaultQueryModifierDelegate extends Object implements Serializable



Copyright © 2013 Vaadin Ltd. All rights reserved.