int _errorCode
Object _data
byte[] _value
byte[] _value
byte[] _value
SoapFaultType soapFaultType
QName subcode
QName subSubcode
String reason
String node
String detail
String role
boolean headerFault
String action
Logger log
Logger log
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Object value
protected Object readResolve()
String _name
Note that this is the only non-transient field; used when reading back from serialized state
protected Object readResolve()
ObjectCodec _objectCodec
int _factoryFeatures
int _parserFeatures
int _generatorFeatures
CharacterEscapes _characterEscapes
InputDecorator _inputDecorator
OutputDecorator _outputDecorator
SerializableString _rootValueSeparator
long _totalBytes
long _totalChars
int _lineNr
int _columnNr
JsonLocation _location
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
String _value
byte[] _quotedUTF8Ref
byte[] _unquotedUTF8Ref
char[] _quotedChars
char[] indents
int charsPerLevel
String eol
DefaultPrettyPrinter.Indenter _arrayIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
SerializableString _rootSeparator
boolean _spacesInObjectEntries
Object lock
String _rootValueSeparator
int _deserFeatures
DeserializationFeature
s enabled.LinkedNode<T> _problemHandlers
JsonNodeFactory _nodeFactory
JsonNode
instances.int _parserFeatures
JsonParser.Feature
s to enable/disable.int _parserFeaturesToChange
JsonParser.Feature
s to enable/disableDeserializerCache _cache
JsonDeserializer
caching.DeserializerFactory _factory
ObjectMapper
, ObjectReader
)
access it.DeserializationConfig _config
int _featureFlags
DeserializationFeature
s that are enabledClass<T> _view
InjectableValues _injectableValues
LinkedNode<T> _currentType
JsonDeserializer
(or, more specifically,
ContextualizableDeserializer
) that is being
contextualized currently.Class<T> _class
int _hash
Object _valueHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
Object _typeHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
boolean _asStatic
LinkedList<E> _path
Object _from
String _fieldName
JsonMappingException.Reference._index
defined), or when resolving
Map classes without (yet) having an instance to operate on.int _index
Collection
instance that contained
the reference; used if index is relevant and available.
If either not applicable, or not available, -1 is used to
denote "not known".JsonFactory _jsonFactory
JsonParser
and JsonGenerator
instances as necessary.TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)InjectableValues _injectableValues
SubtypeResolver _subtypeResolver
RootNameLookup _rootNames
HashMap<K,V> _mixInAnnotations
Annotations associated with the value classes will be used to override annotations of the key class, associated with the same field or method. They can be further masked by sub-classes: you can think of it as injecting annotations between the target class and its sub-classes (or interfaces)
SerializationConfig _serializationConfig
DefaultSerializerProvider _serializerProvider
ObjectMapper._serializerFactory
to allow
for constructing custom serializers.
Note: while serializers are only exposed SerializerProvider
,
mappers and readers need to access additional API defined by
DefaultSerializerProvider
SerializerFactory _serializerFactory
DeserializationConfig _deserializationConfig
DefaultDeserializationContext _deserializationContext
Set<E> _registeredModuleTypes
Module.getTypeId()
that have been
registered; kept track of iff MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS
is enabled, so that duplicate registration calls can be ignored
(to avoid adding same handlers multiple times, mostly).ConcurrentHashMap<K,V> _rootDeserializers
Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's explicitly define a low concurrency setting.
Since version 1.5, these may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
ObjectMapper.DefaultTyping _appliesFor
DeserializationConfig _config
DefaultDeserializationContext _context
JsonFactory _parserFactory
JsonGenerator
sboolean _unwrapRoot
JavaType _valueType
ObjectReader._valueToUpdate
is non-null, only used for
locating deserializer.JsonDeserializer<T> _rootDeserializer
ObjectReader._valueType
is known, and if so, reuse it afterwards.
This allows avoiding further deserializer lookups and increases
performance a bit on cases where readers are reused.Object _valueToUpdate
ArrayType
; array
types can not be modified because array size is immutable.FormatSchema _schema
InjectableValues _injectableValues
DataFormatReaders _dataFormatReaders
NOTE: If defined non-null, readValue()
methods that take
Reader
or String
input will fail with exception,
because format-detection only works on byte-sources. Also, if format
can not be detect reliably (as per detector settings),
a JsonParseException
will be thrown).
ConcurrentHashMap<K,V> _rootDeserializers
ObjectMapper
, shared with it.RootNameLookup _rootNames
ObjectMapper
, shared with it.SerializationConfig _config
DefaultSerializerProvider _serializerProvider
SerializerFactory _serializerFactory
JsonFactory _generatorFactory
JsonGenerator
sObjectWriter.GeneratorSettings _generatorSettings
JsonGenerator
constructed for serializing values.ObjectWriter.Prefetch _prefetch
#_rootType
is known, and if so, reuse it afterwards.
This allows avoiding further serializer lookups and increases
performance a bit on cases where readers are reused.PrettyPrinter prettyPrinter
FormatSchema schema
CharacterEscapes characterEscapes
SerializableString rootValueSeparator
JavaType rootType
JsonSerializer<T> valueSerializer
ObjectWriter.Prefetch.rootType
is known, and if so, reuse it afterwards.
This allows avoiding further serializer lookups and increases
performance a bit on cases where readers are reused.TypeSerializer typeSerializer
TypeSerializer
.protected Object readResolve()
Boolean _required
String _description
Integer _index
String _defaultValue
protected Object readResolve()
String _simpleName
String _namespace
SerializableString _encodedSimple
NOTE: not defined as volatile to avoid performance problem with
concurrent access in multi-core environments; due to statelessness
of SerializedString
at most leads to multiple instantiations.
int _serFeatures
SerializationFeature
s enabled.JsonInclude.Include _serializationInclusion
FilterProvider _filterProvider
int _generatorFeatures
JsonGenerator.Feature
s to enable/disable.int _generatorFeaturesToChange
JsonGenerator.Feature
s to enable/disableClassIntrospector _classIntrospector
AnnotationIntrospector _annotationIntrospector
VisibilityChecker<T extends VisibilityChecker<T>> _visibilityChecker
JsonAutoDetect
annotation)PropertyNamingStrategy _propertyNamingStrategy
TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)TypeResolverBuilder<T extends TypeResolverBuilder<T>> _typeResolverBuilder
Object.class
)DateFormat _dateFormat
StdDateFormat
.
Note that the configured format object will be cloned once per deserialization process (first time it is needed)
HandlerInstantiator _handlerInstantiator
Locale _locale
Locale
used with serialization formats.
Default value is Locale.getDefault()
.TimeZone _timeZone
TimeZone
used with serialization formats.
Default value is TimeZone.getDefault()
, which is typically the
local time zone (unless overridden for JVM).
Note that if a new value is set, time zone is also assigned to
BaseSettings._dateFormat
of this object.
Base64Variant _defaultBase64
Base64Variant
to use for handling
binary data (byte[]
), used with data formats
that use base64 encoding (like JSON, CSV).Deserializers[] _additionalDeserializers
KeyDeserializers[] _additionalKeyDeserializers
BeanDeserializerModifier[] _modifiers
BeanDeserializer
instances
are configured and constructed.AbstractTypeResolver[] _abstractTypeResolvers
ValueInstantiators[] _valueInstantiators
int _mapperFeatures
BaseSettings _base
Map<K,V> _mixInAnnotations
SubtypeResolver _subtypeResolver
String _rootName
Class<T> _view
Object.class
is defined), meaning that all properties are to be included.ContextAttributes _attributes
Serializers[] _additionalSerializers
Serializers[] _additionalKeySerializers
BeanSerializerModifier[] _modifiers
BeanSerializer
instances
are configured and constructed.JavaType _baseType
ObjectIdReader _objectIdReader
Map<K,V> _backRefProperties
boolean _acceptString
boolean _acceptBoolean
boolean _acceptInt
boolean _acceptDouble
DeserializerFactoryConfig _factoryConfig
JavaType _beanType
JsonFormat.Shape _serializationShape
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
PropertyBasedCreator _propertyBasedCreator
boolean _nonStandardCreation
boolean _vanillaProcessing
BeanPropertyMap _beanProperties
ValueInjector[] _injectables
ValueInjector
s, if any injectable values are
expected by the bean; otherwise null.
This includes injectors used for injecting values via setters
and fields, but not ones passed through constructor parameters.SettableAnyProperty _anySetter
HashSet<E> _ignorableProps
boolean _ignoreAllUnknown
boolean _needViewProcesing
Map<K,V> _backRefs
UnwrappedPropertyHandler _unwrappedPropertyHandler
ExternalTypeHandler _externalTypeIdHandler
ObjectIdReader _objectIdReader
AnnotatedMethod _buildMethod
AnnotatedParameter _annotated
Object _injectableValueId
int _creatorIndex
SettableBeanProperty _fallbackSetter
Object writeReplace()
ConcurrentHashMap<K,V> _cachedDeserializers
Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's define a relatively low concurrency setting.
HashMap<K,V> _incompleteDeserializers
Object readResolve()
BeanProperty _property
AnnotatedMethod _setter
JavaType _type
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
PropertyName _propName
JavaType _type
PropertyName _wrapperName
JsonDeserializer<T> _valueDeserializer
NOTE: has been immutable since 2.3
TypeDeserializer _valueTypeDeserializer
NullProvider _nullProvider
PropertyMetadata _metadata
String _managedReferenceName
TODO: should try to make immutable.
ObjectIdInfo _objectIdInfo
TODO: should try to make immutable.
ViewMatcher _viewMatcher
TODO: should try to make immutable.
int _propertyIndex
TODO: should try to make immutable if at all possible
ReadableObjectId _roid
List<E> _unresolvedIds
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
AnnotatedMethod _buildMethod
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap.Bucket[] _buckets
int _hashMask
int _size
boolean _caseInsensitive
int _nextBucketIndex
Note: is kept up-to-date with additions, but can NOT handle removals (i.e. "holes" may be left)
int _type
String _message
Object readResolve()
AnnotatedField _annotated
SettableBeanProperty _delegate
AnnotatedConstructor _annotated
String _referenceName
boolean _isContainer
SettableBeanProperty _managedProperty
SettableBeanProperty _backProperty
Object readResolve()
AnnotatedMethod _annotated
JavaType _idType
PropertyName propertyName
ObjectIdGenerator<T> generator
SerializerProvider
using this as
the key.ObjectIdResolver resolver
JsonDeserializer<T> _deserializer
SettableBeanProperty idProperty
SettableBeanProperty _forward
ObjectIdReader _objectIdReader
AnnotatedMethod _annotated
Method _getter
TypeDeserializer _typeDeserializer
JsonDeserializer<T> _deserializer
JavaType _referencedType
TypeDeserializer _valueTypeDeserializer
JsonDeserializer<T> _valueDeserializer
JavaType _collectionType
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
DateFormat _customFormat
String _formatString
JsonDeserializer<T> _delegatee
EnumResolver<T extends Enum<T>> _resolver
Class<T> _inputType
Method _factory
JsonDeserializer<T> _deser
JavaType _mapType
Class<T> _enumClass
KeyDeserializer _keyDeserializer
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
JavaType _enumType
Class<T> _enumClass
JsonDeserializer<T> _enumDeserializer
int _kind
JavaType _mapType
KeyDeserializer _keyDeserializer
MapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)
is called;boolean _standardStringKey
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
boolean _hasDefaultCreator
JsonDeserializer<T> _delegateDeserializer
PropertyBasedCreator _propertyBasedCreator
HashSet<E> _ignorableProperties
JavaType _type
KeyDeserializer _keyDeserializer
MapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)
is called;JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
Object _nullValue
ArrayType _arrayType
boolean _untyped
Class<T> _elementClass
JsonDeserializer<T> _elementDeserializer
TypeDeserializer _elementTypeDeserializer
Converter<IN,OUT> _converter
JavaType _delegateType
JsonDeserializer<T> _delegateDeserializer
T<.code>.
-
Class com.fasterxml.jackson.databind.deser.std.StdDeserializer extends JsonDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer extends KeyDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
_keyClass
Class<T> _keyClass
-
_deser
FromStringDeserializer<T> _deser
Some types that are deserialized using a helper deserializer.
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_treeDeserializer
JsonDeserializer<T> _treeDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueTypeDesc
String _valueTypeDesc
Type of values that are instantiated; used
for error reporting purposes.
-
_defaultCreator
AnnotatedWithParams _defaultCreator
Default (no-argument) constructor to use for instantiation
(with StdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
)
-
_withArgsCreator
AnnotatedWithParams _withArgsCreator
-
_constructorArguments
CreatorProperty[] _constructorArguments
-
_delegateType
JavaType _delegateType
-
_delegateCreator
AnnotatedWithParams _delegateCreator
-
_delegateArguments
CreatorProperty[] _delegateArguments
-
_fromStringCreator
AnnotatedWithParams _fromStringCreator
-
_fromIntCreator
AnnotatedWithParams _fromIntCreator
-
_fromLongCreator
AnnotatedWithParams _fromLongCreator
-
_fromDoubleCreator
AnnotatedWithParams _fromDoubleCreator
-
_fromBooleanCreator
AnnotatedWithParams _fromBooleanCreator
-
_incompleteParameter
AnnotatedParameter _incompleteParameter
-
Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer extends StdDeserializer<String[]> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementDeserializer
JsonDeserializer<T> _elementDeserializer
Value serializer to use, if not the standard one (which is inlined)
-
Class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer extends ContainerDeserializerBase<Collection<String>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_collectionType
JavaType _collectionType
-
_valueDeserializer
JsonDeserializer<T> _valueDeserializer
Value deserializer to use, if NOT the standard one
(if it is, will be null).
-
_valueInstantiator
ValueInstantiator _valueInstantiator
Instantiator used in case custom handling is needed for creation.
-
_delegateDeserializer
JsonDeserializer<T> _delegateDeserializer
Deserializer that is used iff delegate-based creator is
to be used for deserializing from JSON Object.
-
Class com.fasterxml.jackson.databind.deser.std.StringDeserializer extends StdScalarDeserializer<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer extends BeanDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer extends StdScalarDeserializer<TokenBuffer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mapDeserializer
JsonDeserializer<T> _mapDeserializer
-
_listDeserializer
JsonDeserializer<T> _listDeserializer
-
_stringDeserializer
JsonDeserializer<T> _stringDeserializer
-
_numberDeserializer
JsonDeserializer<T> _numberDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer.Vanilla extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer extends FromStringDeserializer<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.databind.exc
-
Class com.fasterxml.jackson.databind.exc.IgnoredPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.InvalidFormatException extends JsonMappingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.PropertyBindingException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_referringClass
Class<T> _referringClass
Class that does not contain mapping for the unrecognized property.
-
_propertyName
String _propertyName
Note: redundant information since it is also included in the
reference path.
-
_propertyIds
Collection<E> _propertyIds
Set of ids of properties that are known for the type, if this
can be statically determined.
-
Class com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.databind.ext
-
Class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std extends FromStringDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
Class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer extends StdSerializer<XMLGregorianCalendar> implements Serializable
-
Serialized Fields
-
_delegate
JsonSerializer<T> _delegate
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer extends FromStringDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer extends DOMDeserializer<Document> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer extends DOMDeserializer<Node> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMSerializer extends StdSerializer<Node> implements Serializable
-
Serialized Fields
-
_domImpl
DOMImplementationLS _domImpl
-
Class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.databind.introspect
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor extends AnnotatedWithParams implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_constructor
Constructor<T> _constructor
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
Field that is used to make JDK serialization work with this
object.
- Since:
- 2.1
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedField extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMember extends Annotated implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMethod extends AnnotatedWithParams implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedParameter extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_owner
AnnotatedWithParams _owner
Member (method, constructor) that this parameter belongs to
-
_type
Type _type
JDK type of the parameter, possibly contains generic type information
-
_index
int _index
Index of the parameter within argument list
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_paramAnnotations
AnnotationMap[] _paramAnnotations
Annotations associated with parameters of the annotated
entity (method or constructor parameters)
-
Class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_primary
AnnotationIntrospector _primary
-
_secondary
AnnotationIntrospector _secondary
-
Class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector extends ClassIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_getterMinLevel
JsonAutoDetect.Visibility _getterMinLevel
-
_isGetterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
-
_setterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
-
_creatorMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
-
_fieldMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
-
Package com.fasterxml.jackson.databind.jsontype
-
Class com.fasterxml.jackson.databind.jsontype.NamedType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.databind.jsontype.impl
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_inclusion
JsonTypeInfo.As _inclusion
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 5345570420394408290L
-
Class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver extends SubtypeResolver implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_registeredSubtypes
LinkedHashSet<E> _registeredSubtypes
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase extends TypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_idResolver
TypeIdResolver _idResolver
-
_baseType
JavaType _baseType
-
_property
BeanProperty _property
Property that contains value for which type information
is included; null if value is a root value.
Note that this value is not assigned during construction
but only when TypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)
is called to create
a copy.
-
_defaultImpl
JavaType _defaultImpl
Type to use as the default implementation, if type id is
missing or can not be resolved.
-
_typePropertyName
String _typePropertyName
Name of type property used; needed for non-property versions too,
in cases where type id is to be exposed as part of JSON.
-
_typeIdVisible
boolean _typeIdVisible
-
_deserializers
HashMap<K,V> _deserializers
For efficient operation we will lazily build mappings from type ids
to actual deserializers, once needed.
-
_defaultImplDeserializer
JsonDeserializer<T> _defaultImplDeserializer
-
Package com.fasterxml.jackson.databind.module
-
Class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver extends AbstractTypeResolver implements Serializable
- serialVersionUID:
- 8635483102371490919L
-
Class com.fasterxml.jackson.databind.module.SimpleDeserializers extends Object implements Serializable
- serialVersionUID:
- -3006673354353448880L
-
Class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.module.SimpleModule extends Module implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
_version
Version _version
-
_serializers
SimpleSerializers _serializers
-
_deserializers
SimpleDeserializers _deserializers
-
_keySerializers
SimpleSerializers _keySerializers
-
_keyDeserializers
SimpleKeyDeserializers _keyDeserializers
-
_abstractTypes
SimpleAbstractTypeResolver _abstractTypes
Lazily-constructed resolver used for storing mappings from
abstract classes to more specific implementing classes
(which may be abstract or concrete)
-
_valueInstantiators
SimpleValueInstantiators _valueInstantiators
Lazily-constructed resolver used for storing mappings from
abstract classes to more specific implementing classes
(which may be abstract or concrete)
-
_deserializerModifier
BeanDeserializerModifier _deserializerModifier
- Since:
- 2.2
-
_serializerModifier
BeanSerializerModifier _serializerModifier
- Since:
- 2.2
-
_mixins
HashMap<K,V> _mixins
Lazily-constructed map that contains mix-in definitions, indexed
by target class, value being mix-in to apply.
-
_subtypes
LinkedHashSet<E> _subtypes
Set of subtypes to register, if any.
-
_namingStrategy
PropertyNamingStrategy _namingStrategy
- Since:
- 2.3
-
Class com.fasterxml.jackson.databind.module.SimpleSerializers extends Serializers.Base implements Serializable
- serialVersionUID:
- 8531646511998456779L
-
Serialized Fields
-
_classMappings
HashMap<K,V> _classMappings
Class-based mappings that are used both for exact and
sub-class matches.
-
_interfaceMappings
HashMap<K,V> _interfaceMappings
Interface-based matches.
-
_hasEnumSerializer
boolean _hasEnumSerializer
Flag to help find "generic" enum serializer, if one has been registered.
- Since:
- 2.3
-
Class com.fasterxml.jackson.databind.module.SimpleValueInstantiators extends ValueInstantiators.Base implements Serializable
- serialVersionUID:
- -8929386427526115130L
-
Serialized Fields
-
_classMappings
HashMap<K,V> _classMappings
Mappings from raw (type-erased, i.e. non-generic) types
to matching ValueInstantiator
instances.
-
Package com.fasterxml.jackson.databind.node
-
Class com.fasterxml.jackson.databind.node.JsonNodeFactory extends Object implements Serializable
- serialVersionUID:
- -3271940633258788634L
-
Serialized Fields
-
_cfgBigDecimalExact
boolean _cfgBigDecimalExact
-
Package com.fasterxml.jackson.databind.ser
-
Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory extends SerializerFactory implements Serializable
-
Serialized Fields
-
_factoryConfig
SerializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this
factory), new version created via copy-constructor (fluent-style)
-
Class com.fasterxml.jackson.databind.ser.BeanSerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- -4536893235025590367L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerFactory extends BasicSerializerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.ContainerSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider extends SerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl extends DefaultSerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.databind.ser.impl
-
Class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- -893701886577615846L
-
Serialized Fields
-
_defaultSerializer
BeanSerializerBase _defaultSerializer
Serializer that would produce JSON Object version; used in
cases where array output can not be used.
-
Class com.fasterxml.jackson.databind.ser.impl.FailingSerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_msg
String _msg
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer extends AsArraySerializerBase<List<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer extends StaticListSerializerBase<List<String>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_serializer
JsonSerializer<T> _serializer
-
Class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer extends AsArraySerializerBase<Iterator<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer extends ContainerSerializer<Map.Entry<?,?>> implements Serializable
-
Serialized Fields
-
_property
BeanProperty _property
Map-valued property being serialized with this instance
-
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values
or not (if not, dynamic runtime type is used)
-
_entryType
JavaType _entryType
-
_keyType
JavaType _keyType
-
_valueType
JavaType _valueType
-
_keySerializer
JsonSerializer<T> _keySerializer
Key serializer to use, if it can be statically determined
-
_valueSerializer
JsonSerializer<T> _valueSerializer
Value serializer to use, if it can be statically determined
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type can not be statically determined, mapping from
runtime value types to serializers are stored in this object.
-
Class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanPropertyWriter _property
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider extends FilterProvider implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_filtersById
Map<K,V> _filtersById
Mappings from ids to filters.
-
_defaultFilter
PropertyFilter _defaultFilter
This is the filter we return in case no mapping was found for
given id; default is 'null' (in which case caller typically
reports an error), but can be set to an explicit filter.
-
_cfgFailOnUnknownId
boolean _cfgFailOnUnknownId
Flag that indicates whether request for an unknown filter id should
result an exception (default) or not.
Note that this is only relevant if no default filter has been
configured.
-
Class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer extends ArraySerializerBase<String[]> implements Serializable
-
Serialized Fields
-
_elementSerializer
JsonSerializer<T> _elementSerializer
Value serializer to use, if it's not the standard one
(if it is we can optimize serialization a lot)
-
Class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer extends StaticListSerializerBase<Collection<String>> implements Serializable
-
Serialized Fields
-
_serializer
JsonSerializer<T> _serializer
-
Class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties
of unwrapped POJO.
-
Package com.fasterxml.jackson.databind.ser.std
-
Class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_property
BeanProperty _property
-
Class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_staticTyping
boolean _staticTyping
-
_elementType
JavaType _elementType
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
_elementSerializer
JsonSerializer<T> _elementSerializer
Value serializer to use, if it can be statically determined
-
_property
BeanProperty _property
Collection-valued property being serialized with this instance
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type can not be statically determined, mapping from
runtime type to serializer is handled using this object
-
Class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_props
BeanPropertyWriter[] _props
Writers used for outputting actual property values
-
_filteredProps
BeanPropertyWriter[] _filteredProps
Optional filters used to suppress output of properties that
are only to be included in certain views
-
_anyGetterWriter
AnyGetterWriter _anyGetterWriter
Handler for JsonAnyGetter
annotated properties
-
_propertyFilterId
Object _propertyFilterId
Id of the bean property filter to use, if any; null if none.
-
_typeId
AnnotatedMember _typeId
If using custom type ids (usually via getter, or field), this is the
reference to that member.
-
_objectIdWriter
ObjectIdWriter _objectIdWriter
If this POJO can be alternatively serialized using just an object id
to denote a reference to previously serialized object,
this Object will handle details.
-
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations.
-
Class com.fasterxml.jackson.databind.ser.std.BooleanSerializer extends NonTypedScalarSerializerBase<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forPrimitive
boolean _forPrimitive
Whether type serialized is primitive (boolean) or wrapper
(java.lang.Boolean); if true, former, if false, latter.
-
Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer extends StdScalarSerializer<ByteBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CalendarSerializer extends DateTimeSerializerBase<Calendar> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ClassSerializer extends StdScalarSerializer<Class<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CollectionSerializer extends AsArraySerializerBase<Collection<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.DateSerializer extends DateTimeSerializerBase<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase extends StdScalarSerializer<T> implements Serializable
-
Serialized Fields
-
_useTimestamp
Boolean _useTimestamp
Flag that indicates that serialization must be done as the
Java timestamp, regardless of other settings.
-
_customFormat
DateFormat _customFormat
Specific format to use, if not default format: non null value
also indicates that serialization is to be done as JSON String,
not numeric timestamp, unless DateTimeSerializerBase._useTimestamp
is true.
-
Class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer extends ContainerSerializer<EnumMap<? extends Enum<?>,?>> implements Serializable
-
Serialized Fields
-
_staticTyping
boolean _staticTyping
Deprecated.
-
_property
BeanProperty _property
Deprecated.
Property for which this serializer is being used, if any;
null for root values.
-
_keyEnums
EnumValues _keyEnums
Deprecated.
If we know enumeration used as key, this will contain
value set to use for serialization
-
_valueType
JavaType _valueType
Deprecated.
-
_valueSerializer
JsonSerializer<T> _valueSerializer
Deprecated.
Value serializer to use, if it can be statically determined
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Deprecated.
Type serializer used for values, if any.
-
Class com.fasterxml.jackson.databind.ser.std.EnumSerializer extends StdScalarSerializer<Enum<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_values
EnumValues _values
This map contains pre-resolved values (since there are ways
to customize actual String constants to use) to use as
serializations.
-
_serializeAsIndex
Boolean _serializeAsIndex
Flag that is set if we statically know serialization choice
between index and textual format (null if it needs to be dynamically
checked).
- Since:
- 2.1
-
Class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer extends AsArraySerializerBase<EnumSet<? extends Enum<?>>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.FileSerializer extends StdScalarSerializer<File> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer extends StdScalarSerializer<InetAddress> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer extends StdScalarSerializer<InetSocketAddress> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.IterableSerializer extends AsArraySerializerBase<Iterable<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_accessorMethod
Method _accessorMethod
-
_valueSerializer
JsonSerializer<T> _valueSerializer
-
_property
BeanProperty _property
-
_forceTypeInformation
boolean _forceTypeInformation
This is a flag that is set in rare (?) cases where this serializer
is used for "natural" types (boolean, int, String, double); and where
we actually must force type information wrapping, even though
one would not normally be added.
-
Class com.fasterxml.jackson.databind.ser.std.MapSerializer extends ContainerSerializer<Map<?,?>> implements Serializable
- serialVersionUID:
- -3465193297149553004L
-
Serialized Fields
-
_property
BeanProperty _property
Map-valued property being serialized with this instance
-
_ignoredEntries
HashSet<E> _ignoredEntries
Set of entries to omit during serialization, if any
-
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values
or not (if not, dynamic runtime type is used)
-
_keyType
JavaType _keyType
Declared type of keys
-
_valueType
JavaType _valueType
Declared type of contained values
-
_keySerializer
JsonSerializer<T> _keySerializer
Key serializer to use, if it can be statically determined
-
_valueSerializer
JsonSerializer<T> _valueSerializer
Value serializer to use, if it can be statically determined
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type can not be statically determined, mapping from
runtime value types to serializers are stored in this object.
-
_filterId
Object _filterId
Id of the property filter to use, if any; null if none.
- Since:
- 2.3
-
_sortKeys
boolean _sortKeys
Flag set if output is forced to be sorted by keys (usually due
to annotation).
- Since:
- 2.4
-
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use; either one of
values of JsonInclude.Include
, or actual object to compare
against ("default value")
- Since:
- 2.5
-
Class com.fasterxml.jackson.databind.ser.std.NonTypedScalarSerializerBase extends StdScalarSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NullSerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializer extends StdScalarSerializer<Number> implements Serializable
-
Serialized Fields
-
_isInt
boolean _isInt
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base extends StdScalarSerializer<T> implements Serializable
-
Serialized Fields
-
_numberType
JsonParser.NumberType _numberType
-
_schemaType
String _schemaType
-
_isInt
boolean _isInt
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.DoubleSerializer extends NumberSerializers.Base<Double> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.FloatSerializer extends NumberSerializers.Base<Float> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntegerSerializer extends NumberSerializers.Base<Integer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntLikeSerializer extends NumberSerializers.Base<Number> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.LongSerializer extends NumberSerializers.Base<Long> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.ShortSerializer extends NumberSerializers.Base<Short> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer extends ArraySerializerBase<Object[]> implements Serializable
-
Serialized Fields
-
_staticTyping
boolean _staticTyping
Whether we are using static typing (using declared types, ignoring
runtime type) or not for elements.
-
_elementType
JavaType _elementType
Declared type of element entries
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
_elementSerializer
JsonSerializer<T> _elementSerializer
Value serializer to use, if it can be statically determined.
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type can not be statically determined, mapping from
runtime type to serializer is handled using this object
-
Class com.fasterxml.jackson.databind.ser.std.RawSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SerializableSerializer extends StdSerializer<JsonSerializable> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer extends DateTimeSerializerBase<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer extends StdScalarSerializer<Time> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase extends StdSerializer<T extends Collection<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer extends ArraySerializerBase<boolean[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ByteArraySerializer extends StdSerializer<byte[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer extends StdSerializer<char[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer extends ArraySerializerBase<double[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<float[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer extends ArraySerializerBase<int[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<long[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<short[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer extends ArraySerializerBase<T> implements Serializable
-
Serialized Fields
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
Class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_converter
Converter<IN,OUT> _converter
-
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
_delegateSerializer
JsonSerializer<T> _delegateSerializer
Underlying serializer for type T<.code>.
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicBooleanSerializer extends StdScalarSerializer<AtomicBoolean> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer extends StdScalarSerializer<AtomicInteger> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer extends StdScalarSerializer<AtomicLong> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicReferenceSerializer extends StdSerializer<AtomicReference<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.CalendarKeySerializer extends StdSerializer<Calendar> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.ClassKeySerializer extends StdSerializer<Class<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.DateKeySerializer extends StdSerializer<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.StringKeySerializer extends StdSerializer<String> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdSerializer extends JsonSerializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.StringSerializer extends NonTypedScalarSerializerBase<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer extends StdScalarSerializer<TimeZone> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer extends StdSerializer<TokenBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.UUIDSerializer extends StdScalarSerializer<UUID> implements Serializable
-
Package com.fasterxml.jackson.databind.type
-
Class com.fasterxml.jackson.databind.type.ArrayType extends TypeBase implements Serializable
- serialVersionUID:
- 9040058063449087477L
-
Class com.fasterxml.jackson.databind.type.ClassKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.CollectionLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 4611641304150899138L
-
Serialized Fields
-
_elementType
JavaType _elementType
Type of elements in collection
-
Class com.fasterxml.jackson.databind.type.CollectionType extends CollectionLikeType implements Serializable
- serialVersionUID:
- -7834910259750909424L
-
Class com.fasterxml.jackson.databind.type.MapLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 416067702302823522L
-
Class com.fasterxml.jackson.databind.type.MapType extends MapLikeType implements Serializable
- serialVersionUID:
- -811146779148281500L
-
Class com.fasterxml.jackson.databind.type.SimpleType extends TypeBase implements Serializable
- serialVersionUID:
- -800374828948534376L
-
Serialized Fields
-
_typeParametersFor
Class<T> _typeParametersFor
In case there are resolved type parameters, this field stores reference
to that type. It must be JavaType.getRawClass()
or its supertype.
- Since:
- 2.5
-
_typeParameters
JavaType[] _typeParameters
Generic type arguments for this type.
-
_typeNames
String[] _typeNames
Names of generic type arguments for this type; will
match values in SimpleType._typeParameters
-
Class com.fasterxml.jackson.databind.type.TypeBase extends JavaType implements Serializable
- serialVersionUID:
- -3581199092426900829L
-
Class com.fasterxml.jackson.databind.type.TypeFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeCache
LRUMap<K,V> _typeCache
Since type resolution can be expensive (specifically when resolving
actual generic types), we will use small cache to avoid repetitive
resolution of core types
-
_modifiers
TypeModifier[] _modifiers
Registered TypeModifier
s: objects that can change details
of JavaType
instances factory constructs.
-
_parser
TypeParser _parser
-
Class com.fasterxml.jackson.databind.type.TypeParser extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
TypeFactory _factory
-
Package com.fasterxml.jackson.databind.util
-
Class com.fasterxml.jackson.databind.util.EnumResolver extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ISO8601DateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.LRUMap extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
readResolve
protected Object readResolve()
-
Class com.fasterxml.jackson.databind.util.ObjectIdMap extends IdentityHashMap<Object,Object> implements Serializable
-
Class com.fasterxml.jackson.databind.util.RootNameLookup extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Need to override to reproduce cache object via constructor, instead
of serialize/deserialize (since we do NOT want to retain cached data)
-
Class com.fasterxml.jackson.databind.util.StdDateFormat extends DateFormat implements Serializable
-
Serialized Fields
-
_locale
Locale _locale
-
Class com.fasterxml.jackson.databind.util.ViewMatcher extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.fasterxml.jackson.jaxrs.util
-
Class com.fasterxml.jackson.jaxrs.util.LRUMap extends LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
_maxEntries
int _maxEntries
-
Package com.fasterxml.jackson.module.jaxb
-
Class com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 2406885758759038380L
-
Serialized Fields
-
_jaxbPackageName
String _jaxbPackageName
-
_dataHandlerSerializer
JsonSerializer<T> _dataHandlerSerializer
-
_dataHandlerDeserializer
JsonDeserializer<T> _dataHandlerDeserializer
-
_typeFactory
TypeFactory _typeFactory
-
_ignoreXmlIDREF
boolean _ignoreXmlIDREF
-
_xmlValueName
String _xmlValueName
When using @XmlValue
annotation, a placeholder name is assigned
to property (unless overridden by explicit name); this configuration
value specified what that name is.
-
Package com.fasterxml.jackson.module.jaxb.deser
-
Class com.fasterxml.jackson.module.jaxb.deser.DataHandlerJsonDeserializer extends StdScalarDeserializer<DataHandler> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.module.jaxb.deser.DomElementJsonDeserializer extends StdDeserializer<Element> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
builder
DocumentBuilder builder
-
Package com.fasterxml.jackson.module.jaxb.ser
-
Class com.fasterxml.jackson.module.jaxb.ser.DataHandlerJsonSerializer extends StdSerializer<DataHandler> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.module.jaxb.ser.DomElementJsonSerializer extends StdSerializer<Element> implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl
-
Class com.ibm.wsdl.AbstractWSDLElement extends Object implements Serializable
-
Class com.ibm.wsdl.BindingFaultImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.BindingImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.BindingInputImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.BindingOperationImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
operation
Operation operation
-
bindingInput
BindingInput bindingInput
-
bindingOutput
BindingOutput bindingOutput
-
bindingFaults
Map<K,V> bindingFaults
-
nativeAttributeNames
List<E> nativeAttributeNames
-
Class com.ibm.wsdl.BindingOutputImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.DefinitionImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentBaseURI
String documentBaseURI
-
name
QName name
-
targetNamespace
String targetNamespace
-
namespaces
Map<K,V> namespaces
-
imports
Map<K,V> imports
-
types
Types types
-
messages
Map<K,V> messages
-
bindings
Map<K,V> bindings
-
portTypes
Map<K,V> portTypes
-
services
Map<K,V> services
-
nativeAttributeNames
List<E> nativeAttributeNames
-
extReg
ExtensionRegistry extReg
-
Class com.ibm.wsdl.FaultImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.ImportImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
namespaceURI
String namespaceURI
-
locationURI
String locationURI
-
definition
Definition definition
-
nativeAttributeNames
List<E> nativeAttributeNames
-
Class com.ibm.wsdl.InputImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.MessageImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.OperationImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.OutputImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.PartImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.PortImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.PortTypeImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.ServiceImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.TypesImpl extends AbstractWSDLElement implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions
-
Class com.ibm.wsdl.extensions.PopulatedExtensionRegistry extends ExtensionRegistry implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions.http
-
Class com.ibm.wsdl.extensions.http.HTTPAddressImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPAddressSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPBindingImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPBindingSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPOperationImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPOperationSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPUrlEncodedSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.http.HTTPUrlReplacementSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions.mime
-
Class com.ibm.wsdl.extensions.mime.MIMEContentImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEContentSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEMimeXmlSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.mime.MIMEPartImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions.schema
-
Class com.ibm.wsdl.extensions.schema.SchemaDeserializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.schema.SchemaImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.schema.SchemaImportImpl extends SchemaReferenceImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
namespace
String namespace
-
Class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.schema.SchemaSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions.soap
-
Class com.ibm.wsdl.extensions.soap.SOAPAddressImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPAddressSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPBindingImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPBindingSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPBodyImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPBodySerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPFaultImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPFaultSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPHeaderSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPOperationImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap.SOAPOperationSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.ibm.wsdl.extensions.soap12
-
Class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12AddressSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12BindingSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12BodySerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12FaultSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12HeaderSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.wsdl.extensions.soap12.SOAP12OperationSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package com.sun.activation.registries
-
Class com.sun.activation.registries.MailcapParseException extends Exception implements Serializable
-
Package com.sun.activation.viewers
-
Class com.sun.activation.viewers.ImageViewer extends Panel implements Serializable
-
Serialized Fields
-
canvas
ImageViewerCanvas canvas
-
image
Image image
-
_dh
DataHandler _dh
-
DEBUG
boolean DEBUG
-
Class com.sun.activation.viewers.ImageViewerCanvas extends Canvas implements Serializable
-
Serialized Fields
-
canvas_image
Image canvas_image
-
Class com.sun.activation.viewers.TextEditor extends Panel implements Serializable
-
Serialized Fields
-
text_area
TextArea text_area
-
panel_gb
GridBagLayout panel_gb
-
button_panel
Panel button_panel
-
save_button
Button save_button
-
text_file
File text_file
-
text_buffer
String text_buffer
-
data_ins
InputStream data_ins
-
fis
FileInputStream fis
-
_dh
DataHandler _dh
-
DEBUG
boolean DEBUG
-
Class com.sun.activation.viewers.TextViewer extends Panel implements Serializable
-
Serialized Fields
-
text_area
TextArea text_area
-
text_file
File text_file
-
text_buffer
String text_buffer
-
_dh
DataHandler _dh
-
DEBUG
boolean DEBUG
-
Package com.sun.corba.se.impl.activation
-
Class com.sun.corba.se.impl.activation.RepositoryImpl extends com.sun.corba.se.spi.activation._RepositoryImplBase implements Serializable
- serialVersionUID:
- 8458417785209341858L
-
Class com.sun.corba.se.impl.activation.ServerManagerImpl extends com.sun.corba.se.spi.activation._ServerManagerImplBase implements Serializable
-
Serialized Fields
-
serverTable
HashMap<K,V> serverTable
-
repository
Repository repository
-
transportManager
CorbaTransportManager transportManager
-
initialPort
int initialPort
-
orb
ORB orb
-
wrapper
ActivationSystemException wrapper
-
dbDirName
String dbDirName
-
debug
boolean debug
-
serverStartupDelay
int serverStartupDelay
-
Package com.sun.corba.se.impl.corba
-
Class com.sun.corba.se.impl.corba.AnyImpl extends Any implements Serializable
-
Serialized Fields
-
typeCode
TypeCodeImpl typeCode
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
stream
CDRInputStream stream
-
value
long value
-
object
Object object
-
isInitialized
boolean isInitialized
-
Class com.sun.corba.se.impl.corba.TypeCodeImpl extends TypeCode implements Serializable
-
Serialized Fields
-
_kind
int _kind
-
_id
String _id
-
_name
String _name
-
_memberCount
int _memberCount
-
_memberNames
String[] _memberNames
-
_memberTypes
TypeCodeImpl[] _memberTypes
-
_unionLabels
AnyImpl[] _unionLabels
-
_discriminator
TypeCodeImpl _discriminator
-
_defaultIndex
int _defaultIndex
-
_length
int _length
-
_contentType
TypeCodeImpl _contentType
-
_digits
short _digits
-
_scale
short _scale
-
_type_modifier
short _type_modifier
-
_concrete_base
TypeCodeImpl _concrete_base
-
_memberAccess
short[] _memberAccess
-
_parent
TypeCodeImpl _parent
-
_parentOffset
int _parentOffset
-
_indirectType
TypeCodeImpl _indirectType
-
outBuffer
byte[] outBuffer
-
cachingEnabled
boolean cachingEnabled
-
_orb
ORB _orb
-
wrapper
ORBUtilSystemException wrapper
-
Package com.sun.corba.se.impl.dynamicany
-
Class com.sun.corba.se.impl.dynamicany.DynAnyBasicImpl extends com.sun.corba.se.impl.dynamicany.DynAnyImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynAnyFactoryImpl extends LocalObject implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynArrayImpl extends com.sun.corba.se.impl.dynamicany.DynAnyCollectionImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynEnumImpl extends DynAnyBasicImpl implements Serializable
-
Serialized Fields
-
currentEnumeratorIndex
int currentEnumeratorIndex
-
Class com.sun.corba.se.impl.dynamicany.DynFixedImpl extends DynAnyBasicImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynSequenceImpl extends com.sun.corba.se.impl.dynamicany.DynAnyCollectionImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynStructImpl extends com.sun.corba.se.impl.dynamicany.DynAnyComplexImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynUnionImpl extends com.sun.corba.se.impl.dynamicany.DynAnyConstructedImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynValueBoxImpl extends com.sun.corba.se.impl.dynamicany.DynValueCommonImpl implements Serializable
-
Class com.sun.corba.se.impl.dynamicany.DynValueImpl extends com.sun.corba.se.impl.dynamicany.DynValueCommonImpl implements Serializable
-
Package com.sun.corba.se.impl.encoding
-
Class com.sun.corba.se.impl.encoding.CachedCodeBase extends _CodeBaseImplBase implements Serializable
-
Class com.sun.corba.se.impl.encoding.CDRInputObject extends CDRInputStream implements Serializable
-
Serialized Fields
-
corbaConnection
CorbaConnection corbaConnection
-
header
Message header
-
unmarshaledHeader
boolean unmarshaledHeader
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
omgWrapper
OMGSystemException omgWrapper
-
Class com.sun.corba.se.impl.encoding.CDRInputStream extends InputStream implements Serializable
-
Serialized Fields
-
messageMediator
CorbaMessageMediator messageMediator
-
impl
com.sun.corba.se.impl.encoding.CDRInputStreamBase impl
-
Class com.sun.corba.se.impl.encoding.CDROutputObject extends CorbaOutputObject implements Serializable
-
Serialized Fields
-
header
Message header
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
omgWrapper
OMGSystemException omgWrapper
-
connection
CorbaConnection connection
-
Class com.sun.corba.se.impl.encoding.CDROutputStream extends OutputStream implements Serializable
-
Serialized Fields
-
impl
com.sun.corba.se.impl.encoding.CDROutputStreamBase impl
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
corbaMessageMediator
CorbaMessageMediator corbaMessageMediator
-
Class com.sun.corba.se.impl.encoding.EncapsInputStream extends CDRInputStream implements Serializable
-
Serialized Fields
-
wrapper
ORBUtilSystemException wrapper
-
codeBase
CodeBase codeBase
-
Class com.sun.corba.se.impl.encoding.EncapsOutputStream extends CDROutputStream implements Serializable
-
Class com.sun.corba.se.impl.encoding.TypeCodeInputStream extends EncapsInputStream implements Serializable
-
Serialized Fields
-
typeMap
Map<K,V> typeMap
-
enclosure
InputStream enclosure
-
isEncapsulation
boolean isEncapsulation
-
Class com.sun.corba.se.impl.encoding.TypeCodeOutputStream extends EncapsOutputStream implements Serializable
-
Serialized Fields
-
enclosure
OutputStream enclosure
-
typeMap
Map<K,V> typeMap
-
isEncapsulation
boolean isEncapsulation
-
Package com.sun.corba.se.impl.interceptors
-
Class com.sun.corba.se.impl.interceptors.CDREncapsCodec extends LocalObject implements Serializable
-
Serialized Fields
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
giopVersion
GIOPVersion giopVersion
-
Class com.sun.corba.se.impl.interceptors.ClientRequestInfoImpl extends RequestInfoImpl implements Serializable
-
Serialized Fields
-
retryRequest
RetryType retryRequest
-
entryCount
int entryCount
-
request
Request request
-
diiInitiate
boolean diiInitiate
-
messageMediator
CorbaMessageMediator messageMediator
-
cachedTargetObject
Object cachedTargetObject
-
cachedEffectiveTargetObject
Object cachedEffectiveTargetObject
-
cachedArguments
Parameter[] cachedArguments
-
cachedExceptions
TypeCode[] cachedExceptions
-
cachedContexts
String[] cachedContexts
-
cachedOperationContext
String[] cachedOperationContext
-
cachedReceivedExceptionId
String cachedReceivedExceptionId
-
cachedResult
Any cachedResult
-
cachedReceivedException
Any cachedReceivedException
-
cachedEffectiveProfile
TaggedProfile cachedEffectiveProfile
-
cachedRequestServiceContexts
HashMap<K,V> cachedRequestServiceContexts
-
cachedReplyServiceContexts
HashMap<K,V> cachedReplyServiceContexts
-
cachedEffectiveComponents
HashMap<K,V> cachedEffectiveComponents
-
piCurrentPushed
boolean piCurrentPushed
-
Class com.sun.corba.se.impl.interceptors.CodecFactoryImpl extends LocalObject implements Serializable
-
Serialized Fields
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
codecs
Codec[] codecs
-
Class com.sun.corba.se.impl.interceptors.IORInfoImpl extends LocalObject implements Serializable
-
Serialized Fields
-
state
int state
-
adapter
ObjectAdapter adapter
-
orb
ORB orb
-
orbutilWrapper
ORBUtilSystemException orbutilWrapper
-
wrapper
InterceptorsSystemException wrapper
-
omgWrapper
OMGSystemException omgWrapper
-
Class com.sun.corba.se.impl.interceptors.ORBInitInfoImpl extends LocalObject implements Serializable
-
Serialized Fields
-
orb
ORB orb
-
wrapper
InterceptorsSystemException wrapper
-
orbutilWrapper
ORBUtilSystemException orbutilWrapper
-
omgWrapper
OMGSystemException omgWrapper
-
args
String[] args
-
orbId
String orbId
-
codecFactory
CodecFactory codecFactory
-
stage
int stage
-
Class com.sun.corba.se.impl.interceptors.PICurrent extends LocalObject implements Serializable
-
Serialized Fields
-
slotCounter
int slotCounter
-
myORB
ORB myORB
-
wrapper
OMGSystemException wrapper
-
orbInitializing
boolean orbInitializing
-
threadLocalSlotTable
ThreadLocal<T> threadLocalSlotTable
-
Class com.sun.corba.se.impl.interceptors.RequestInfoImpl extends LocalObject implements Serializable
-
Serialized Fields
-
myORB
ORB myORB
-
wrapper
InterceptorsSystemException wrapper
-
stdWrapper
OMGSystemException stdWrapper
-
flowStackIndex
int flowStackIndex
-
startingPointCall
int startingPointCall
-
intermediatePointCall
int intermediatePointCall
-
endingPointCall
int endingPointCall
-
replyStatus
short replyStatus
-
currentExecutionPoint
int currentExecutionPoint
-
alreadyExecuted
boolean alreadyExecuted
-
connection
Connection connection
-
serviceContexts
ServiceContexts serviceContexts
-
forwardRequest
ForwardRequest forwardRequest
-
forwardRequestIOR
IOR forwardRequestIOR
-
slotTable
SlotTable slotTable
-
exception
Exception exception
-
Class com.sun.corba.se.impl.interceptors.ServerRequestInfoImpl extends RequestInfoImpl implements Serializable
-
Serialized Fields
-
forwardRequestRaisedInEnding
boolean forwardRequestRaisedInEnding
-
request
CorbaMessageMediator request
-
servant
Object servant
-
objectId
byte[] objectId
-
oktemp
ObjectKeyTemplate oktemp
-
adapterId
byte[] adapterId
-
adapterName
String[] adapterName
-
addReplyServiceContextQueue
ArrayList<E> addReplyServiceContextQueue
-
replyMessage
ReplyMessage replyMessage
-
targetMostDerivedInterface
String targetMostDerivedInterface
-
dsiArguments
NVList dsiArguments
-
dsiResult
Any dsiResult
-
dsiException
Any dsiException
-
isDynamic
boolean isDynamic
-
objectAdapter
ObjectAdapter objectAdapter
-
serverRequestId
int serverRequestId
-
cachedArguments
Parameter[] cachedArguments
-
cachedSendingException
Any cachedSendingException
-
cachedRequestServiceContexts
HashMap<K,V> cachedRequestServiceContexts
-
cachedReplyServiceContexts
HashMap<K,V> cachedReplyServiceContexts
-
Package com.sun.corba.se.impl.io
-
Class com.sun.corba.se.impl.io.FVDCodeBaseImpl extends _CodeBaseImplBase implements Serializable
-
Class com.sun.corba.se.impl.io.ObjectStreamClass extends Object implements Serializable
- serialVersionUID:
- -6120832682080437368L
-
Serialization Methods
-
readResolve
public Object readResolve(Object value)
-
writeReplace
public Serializable writeReplace(Serializable value)
-
Serialized Fields
-
isEnum
boolean isEnum
true if represents enum type
-
name
String name
-
superclass
ObjectStreamClass superclass
-
serializable
boolean serializable
-
externalizable
boolean externalizable
-
fields
ObjectStreamField[] fields
-
ofClass
Class<T> ofClass
-
forProxyClass
boolean forProxyClass
-
suid
long suid
-
suidStr
String suidStr
-
actualSuid
long actualSuid
-
actualSuidStr
String actualSuidStr
-
primBytes
int primBytes
-
objFields
int objFields
-
initialized
boolean initialized
Flag indicating whether or not this instance has
successfully completed initialization. This is to
try to fix bug 4373844. Working to move to
reusing java.io.ObjectStreamClass for JDK 1.5.
-
lock
Object lock
-
hasExternalizableBlockData
boolean hasExternalizableBlockData
-
writeObjectMethod
Method writeObjectMethod
-
readObjectMethod
Method readObjectMethod
-
cons
Constructor<T> cons
-
rmiiiopOptionalDataRepId
String rmiiiopOptionalDataRepId
Beginning in Java to IDL ptc/02-01-12, RMI-IIOP has a
stream format version 2 which puts a fake valuetype around
a Serializable's optional custom data. This valuetype has
a special repository ID made from the Serializable's
information which we are pre-computing and
storing here.
-
localClassDesc
ObjectStreamClass localClassDesc
-
Class com.sun.corba.se.impl.io.OptionalDataException extends IOException implements Serializable
-
Serialized Fields
-
length
int length
The number of bytes of primitive data available to be read
in the current buffer.
-
eof
boolean eof
True if there is no more data in the buffered part of the stream.
-
Class com.sun.corba.se.impl.io.TypeMismatchException extends Error implements Serializable
-
Package com.sun.corba.se.impl.ior
-
Class com.sun.corba.se.impl.ior.ObjectReferenceFactoryImpl extends ObjectReferenceProducerBase implements Serializable
-
Class com.sun.corba.se.impl.ior.ObjectReferenceTemplateImpl extends ObjectReferenceProducerBase implements Serializable
-
Package com.sun.corba.se.impl.naming.pcosnaming
-
Class com.sun.corba.se.impl.naming.pcosnaming.InternalBindingKey extends Object implements Serializable
- serialVersionUID:
- -5410796631793704055L
-
Class com.sun.corba.se.impl.naming.pcosnaming.InternalBindingValue extends Object implements Serializable
-
Serialized Fields
-
theBindingType
BindingType theBindingType
-
strObjectRef
String strObjectRef
-
Class com.sun.corba.se.impl.naming.pcosnaming.NamingContextImpl extends NamingContextExtPOA implements Serializable
-
Class com.sun.corba.se.impl.naming.pcosnaming.ServantManagerImpl extends LocalObject implements Serializable
- serialVersionUID:
- 4028710359865748280L
-
Package com.sun.corba.se.impl.oa.poa
-
Class com.sun.corba.se.impl.oa.poa.POACurrent extends ObjectImpl implements Serializable
-
Serialized Fields
-
orb
ORB orb
-
wrapper
POASystemException wrapper
-
Class com.sun.corba.se.impl.oa.poa.POAImpl extends ObjectAdapterBase implements Serializable
-
Serialized Fields
-
debug
boolean debug
-
state
int state
-
mediator
POAPolicyMediator mediator
-
numLevels
int numLevels
-
poaId
ObjectAdapterId poaId
-
name
String name
-
manager
POAManagerImpl manager
-
uniquePOAId
int uniquePOAId
-
parent
POAImpl parent
-
children
Map<K,V> children
-
activator
AdapterActivator activator
-
invocationCount
int invocationCount
-
poaMutex
Sync poaMutex
-
adapterActivatorCV
CondVar adapterActivatorCV
-
invokeCV
CondVar invokeCV
-
beingDestroyedCV
CondVar beingDestroyedCV
-
isDestroying
ThreadLocal<T> isDestroying
-
Class com.sun.corba.se.impl.oa.poa.POAManagerImpl extends LocalObject implements Serializable
-
Serialized Fields
-
factory
POAFactory factory
-
pihandler
PIHandler pihandler
-
state
State state
-
poas
Set<E> poas
-
nInvocations
int nInvocations
-
nWaiters
int nWaiters
-
myId
int myId
-
debug
boolean debug
-
explicitStateChange
boolean explicitStateChange
-
Class com.sun.corba.se.impl.oa.poa.RequestProcessingPolicyImpl extends LocalObject implements Serializable
-
Serialized Fields
-
value
RequestProcessingPolicyValue value
-
Package com.sun.corba.se.impl.orb
-
Class com.sun.corba.se.impl.orb.ParserTable.TestORBInitializer1 extends LocalObject implements Serializable
-
Class com.sun.corba.se.impl.orb.ParserTable.TestORBInitializer2 extends LocalObject implements Serializable
-
Package com.sun.corba.se.impl.orbutil
-
Class com.sun.corba.se.impl.orbutil.ObjectStreamClass_1_3_1 extends Object implements Serializable
- serialVersionUID:
- -6120832682080437368L
-
Serialization Methods
-
readResolve
public Object readResolve(Object value)
-
writeReplace
public Serializable writeReplace(Serializable value)
-
Serialized Fields
-
name
String name
-
superclass
ObjectStreamClass_1_3_1 superclass
-
serializable
boolean serializable
-
externalizable
boolean externalizable
-
fields
com.sun.corba.se.impl.orbutil.ObjectStreamField[] fields
-
ofClass
Class<T> ofClass
-
forProxyClass
boolean forProxyClass
-
suid
long suid
-
suidStr
String suidStr
-
actualSuid
long actualSuid
-
actualSuidStr
String actualSuidStr
-
primBytes
int primBytes
-
objFields
int objFields
-
lock
Object lock
-
hasWriteObjectMethod
boolean hasWriteObjectMethod
-
hasExternalizableBlockData
boolean hasExternalizableBlockData
-
writeObjectMethod
Method writeObjectMethod
-
readObjectMethod
Method readObjectMethod
-
localClassDesc
ObjectStreamClass_1_3_1 localClassDesc
-
Package com.sun.corba.se.impl.orbutil.threadpool
-
Class com.sun.corba.se.impl.orbutil.threadpool.TimeoutException extends Exception implements Serializable
-
Package com.sun.corba.se.impl.presentation.rmi
-
Class com.sun.corba.se.impl.presentation.rmi.DynamicAccessPermission extends BasicPermission implements Serializable
-
Class com.sun.corba.se.impl.presentation.rmi.DynamicStubImpl extends ObjectImpl implements Serializable
- serialVersionUID:
- 4852612040012087675L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
-
readResolve
public Object readResolve()
-
Serialized Fields
-
typeIds
String[] typeIds
-
ior
StubIORImpl ior
-
self
DynamicStub self
-
Class com.sun.corba.se.impl.presentation.rmi.IDLTypeException extends Exception implements Serializable
-
Package com.sun.corba.se.impl.protocol
-
Class com.sun.corba.se.impl.protocol.AddressingDispositionException extends RuntimeException implements Serializable
-
Serialized Fields
-
expectedAddrDisp
short expectedAddrDisp
-
Class com.sun.corba.se.impl.protocol.RequestCanceledException extends RuntimeException implements Serializable
-
Serialized Fields
-
requestId
int requestId
-
Package com.sun.corba.se.impl.protocol.giopmsgheaders
-
Class com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo extends Object implements Serializable
-
Serialized Fields
-
selected_profile_index
int selected_profile_index
-
ior
IOR ior
-
Class com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress extends Object implements Serializable
-
Serialized Fields
-
___object_key
byte[] ___object_key
-
___profile
TaggedProfile ___profile
-
___ior
IORAddressingInfo ___ior
-
__discriminator
short __discriminator
-
__uninitialized
boolean __uninitialized
-
Package com.sun.corba.se.impl.util
-
Class com.sun.corba.se.impl.util.RepositoryIdCache extends Hashtable implements Serializable
-
Serialized Fields
-
pool
com.sun.corba.se.impl.util.RepositoryIdPool pool
-
Package com.sun.corba.se.spi.activation
-
Class com.sun.corba.se.spi.activation._ActivatorImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._ActivatorStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation._InitialNameServiceImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._InitialNameServiceStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation._LocatorImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._LocatorStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation._RepositoryImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._RepositoryStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation._ServerImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._ServerManagerImplBase extends ObjectImpl implements Serializable
-
Class com.sun.corba.se.spi.activation._ServerManagerStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation._ServerStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.activation.BadServerDefinition extends UserException implements Serializable
-
Serialized Fields
-
reason
String reason
-
Class com.sun.corba.se.spi.activation.EndPointInfo extends Object implements Serializable
-
Serialized Fields
-
endpointType
String endpointType
-
port
int port
-
Class com.sun.corba.se.spi.activation.InvalidORBid extends UserException implements Serializable
-
Class com.sun.corba.se.spi.activation.NoSuchEndPoint extends UserException implements Serializable
-
Class com.sun.corba.se.spi.activation.ORBAlreadyRegistered extends UserException implements Serializable
-
Serialized Fields
-
orbId
String orbId
-
Class com.sun.corba.se.spi.activation.ORBPortInfo extends Object implements Serializable
-
Serialized Fields
-
orbId
String orbId
-
port
int port
-
Class com.sun.corba.se.spi.activation.ServerAlreadyActive extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerAlreadyInstalled extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerAlreadyRegistered extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerAlreadyUninstalled extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerHeldDown extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerNotActive extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Class com.sun.corba.se.spi.activation.ServerNotRegistered extends UserException implements Serializable
-
Serialized Fields
-
serverId
int serverId
-
Package com.sun.corba.se.spi.activation.InitialNameServicePackage
-
Class com.sun.corba.se.spi.activation.InitialNameServicePackage.NameAlreadyBound extends UserException implements Serializable
-
Package com.sun.corba.se.spi.activation.LocatorPackage
-
Class com.sun.corba.se.spi.activation.LocatorPackage.ServerLocation extends Object implements Serializable
-
Serialized Fields
-
hostname
String hostname
-
ports
ORBPortInfo[] ports
-
Class com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORB extends Object implements Serializable
-
Serialized Fields
-
hostname
String hostname
-
ports
EndPointInfo[] ports
-
Package com.sun.corba.se.spi.activation.RepositoryPackage
-
Package com.sun.corba.se.spi.copyobject
-
Class com.sun.corba.se.spi.copyobject.ReflectiveCopyException extends Exception implements Serializable
-
Package com.sun.corba.se.spi.encoding
-
Class com.sun.corba.se.spi.encoding.CorbaInputObject extends CDRInputStream implements Serializable
-
Class com.sun.corba.se.spi.encoding.CorbaOutputObject extends CDROutputStream implements Serializable
-
Package com.sun.corba.se.spi.extension
-
Class com.sun.corba.se.spi.extension.CopyObjectPolicy extends LocalObject implements Serializable
-
Serialized Fields
-
value
int value
-
Class com.sun.corba.se.spi.extension.RequestPartitioningPolicy extends LocalObject implements Serializable
-
Serialized Fields
-
value
int value
-
Class com.sun.corba.se.spi.extension.ServantCachingPolicy extends LocalObject implements Serializable
-
Serialized Fields
-
type
int type
-
Class com.sun.corba.se.spi.extension.ZeroPortPolicy extends LocalObject implements Serializable
-
Serialized Fields
-
flag
boolean flag
-
Package com.sun.corba.se.spi.GIOP
-
Class com.sun.corba.se.spi.GIOP.CancelRequestHeader extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
Class com.sun.corba.se.spi.GIOP.FragmentHeader_1_2 extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
Class com.sun.corba.se.spi.GIOP.IORAddressingInfo extends Object implements Serializable
-
Serialized Fields
-
selected_profile_index
int selected_profile_index
-
ior
IOR ior
-
Class com.sun.corba.se.spi.GIOP.LocateReplyHeader_1_0 extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
locate_status
LocateStatusType_1_0 locate_status
-
Class com.sun.corba.se.spi.GIOP.LocateRequestHeader_1_0 extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
object_key
byte[] object_key
-
Class com.sun.corba.se.spi.GIOP.LocateRequestHeader_1_2 extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
target
TargetAddress target
-
Class com.sun.corba.se.spi.GIOP.LocateStatusType_1_0 extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Class com.sun.corba.se.spi.GIOP.MessageHeader_1_0 extends Object implements Serializable
-
Serialized Fields
-
magic
char[] magic
-
GIOP_version
Version GIOP_version
-
byte_order
boolean byte_order
-
message_type
byte message_type
-
message_size
int message_size
-
Class com.sun.corba.se.spi.GIOP.MessageHeader_1_1 extends Object implements Serializable
-
Serialized Fields
-
magic
char[] magic
-
GIOP_version
Version GIOP_version
-
flags
byte flags
-
message_type
byte message_type
-
message_size
int message_size
-
Class com.sun.corba.se.spi.GIOP.ReplyHeader_1_0 extends Object implements Serializable
-
Serialized Fields
-
service_context
ServiceContext[] service_context
-
request_id
int request_id
-
reply_status
ReplyStatusType_1_0 reply_status
-
Class com.sun.corba.se.spi.GIOP.ReplyStatusType_1_0 extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Class com.sun.corba.se.spi.GIOP.RequestHeader_1_0 extends Object implements Serializable
-
Serialized Fields
-
service_context
ServiceContext[] service_context
-
request_id
int request_id
-
response_expected
boolean response_expected
-
object_key
byte[] object_key
-
operation
String operation
-
requesting_principal
byte[] requesting_principal
-
Class com.sun.corba.se.spi.GIOP.RequestHeader_1_1 extends Object implements Serializable
-
Serialized Fields
-
service_context
ServiceContext[] service_context
-
request_id
int request_id
-
response_expected
boolean response_expected
-
reserved
byte[] reserved
-
object_key
byte[] object_key
-
operation
String operation
-
requesting_principal
byte[] requesting_principal
-
Class com.sun.corba.se.spi.GIOP.RequestHeader_1_2 extends Object implements Serializable
-
Serialized Fields
-
request_id
int request_id
-
response_flags
byte response_flags
-
reserved
byte[] reserved
-
target
TargetAddress target
-
operation
String operation
-
service_context
ServiceContext[] service_context
-
Class com.sun.corba.se.spi.GIOP.SystemExceptionReplyBody extends Object implements Serializable
-
Serialized Fields
-
exception_id
String exception_id
-
minor_code_value
int minor_code_value
-
completion_status
int completion_status
-
Class com.sun.corba.se.spi.GIOP.TargetAddress extends Object implements Serializable
-
Serialized Fields
-
___object_key
byte[] ___object_key
-
___profile
TaggedProfile ___profile
-
___ior
IORAddressingInfo ___ior
-
__discriminator
short __discriminator
-
__uninitialized
boolean __uninitialized
-
Class com.sun.corba.se.spi.GIOP.Version extends Object implements Serializable
-
Serialized Fields
-
major
byte major
-
minor
byte minor
-
Package com.sun.corba.se.spi.legacy.connection
-
Class com.sun.corba.se.spi.legacy.connection.GetEndPointInfoAgainException extends Exception implements Serializable
-
Serialized Fields
-
socketInfo
SocketInfo socketInfo
-
Package com.sun.corba.se.spi.legacy.interceptor
-
Class com.sun.corba.se.spi.legacy.interceptor.UnknownType extends Exception implements Serializable
-
Package com.sun.corba.se.spi.messages
-
Class com.sun.corba.se.spi.messages.IORAddressingInfo extends Object implements Serializable
-
Serialized Fields
-
selected_profile_index
int selected_profile_index
-
ior
IOR ior
-
Class com.sun.corba.se.spi.messages.TargetAddress extends Object implements Serializable
-
Serialized Fields
-
___object_key
byte[] ___object_key
-
___profile
TaggedProfile ___profile
-
___ior
IORAddressingInfo ___ior
-
__discriminator
short __discriminator
-
__uninitialized
boolean __uninitialized
-
Package com.sun.corba.se.spi.oa
-
Class com.sun.corba.se.spi.oa.OADestroyed extends Exception implements Serializable
-
Package com.sun.corba.se.spi.orbutil.proxy
-
Class com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl extends Object implements Serializable
- serialVersionUID:
- 4571178305984833743L
-
Serialized Fields
-
classToInvocationHandler
Map<K,V> classToInvocationHandler
-
defaultHandler
InvocationHandler defaultHandler
-
Package com.sun.corba.se.spi.orbutil.threadpool
-
Class com.sun.corba.se.spi.orbutil.threadpool.NoSuchThreadPoolException extends Exception implements Serializable
-
Class com.sun.corba.se.spi.orbutil.threadpool.NoSuchWorkQueueException extends Exception implements Serializable
-
Package com.sun.corba.se.spi.PortableActivationIDL
-
Class com.sun.corba.se.spi.PortableActivationIDL._ActivatorStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._InitialNameServiceStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._LocatorStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._ORBProxyStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._RepositoryStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._ServerManagerStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL._ServerProxyStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class com.sun.corba.se.spi.PortableActivationIDL.BadServerDefinition extends UserException implements Serializable
-
Serialized Fields
-
reason
String reason
-
Class com.sun.corba.se.spi.PortableActivationIDL.EndPointInfo extends Object implements Serializable
-
Serialized Fields
-
endpointType
String endpointType
-
port
int port
-
Class com.sun.corba.se.spi.PortableActivationIDL.InvalidORBid extends UserException implements Serializable
-
Class com.sun.corba.se.spi.PortableActivationIDL.NoSuchEndPoint extends UserException implements Serializable
-
Class com.sun.corba.se.spi.PortableActivationIDL.ORBAlreadyRegistered extends UserException implements Serializable
-
Serialized Fields
-
orbId
String orbId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ORBPortInfo extends Object implements Serializable
-
Serialized Fields
-
orbId
String orbId
-
port
int port
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerAlreadyActive extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerAlreadyInstalled extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerAlreadyRegistered extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerAlreadyUninstalled extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerHeldDown extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerNotActive extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Class com.sun.corba.se.spi.PortableActivationIDL.ServerNotRegistered extends UserException implements Serializable
-
Serialized Fields
-
serverId
String serverId
-
Package com.sun.corba.se.spi.PortableActivationIDL.InitialNameServicePackage
-
Class com.sun.corba.se.spi.PortableActivationIDL.InitialNameServicePackage.NameAlreadyBound extends UserException implements Serializable
-
Package com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage
-
Class com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage.ServerLocationPerORB extends Object implements Serializable
-
Serialized Fields
-
hostname
String hostname
-
ports
EndPointInfo[] ports
-
Class com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage.ServerLocationPerType extends Object implements Serializable
-
Serialized Fields
-
hostname
String hostname
-
ports
ORBPortInfo[] ports
-
Package com.sun.corba.se.spi.PortableActivationIDL.RepositoryPackage
-
Class com.sun.corba.se.spi.PortableActivationIDL.RepositoryPackage.ServerDef extends Object implements Serializable
-
Package com.sun.corba.se.spi.protocol
-
Class com.sun.corba.se.spi.protocol.ForwardException extends RuntimeException implements Serializable
-
Package com.sun.mail.iap
-
Class com.sun.mail.iap.BadCommandException extends ProtocolException implements Serializable
- serialVersionUID:
- 5769722539397237515L
-
Class com.sun.mail.iap.CommandFailedException extends ProtocolException implements Serializable
- serialVersionUID:
- 793932807880443631L
-
Class com.sun.mail.iap.ConnectionException extends ProtocolException implements Serializable
- serialVersionUID:
- 5749739604257464727L
-
Class com.sun.mail.iap.LiteralException extends ProtocolException implements Serializable
- serialVersionUID:
- -6919179828339609913L
-
Class com.sun.mail.iap.ParsingException extends ProtocolException implements Serializable
- serialVersionUID:
- 7756119840142724839L
-
Class com.sun.mail.iap.ProtocolException extends Exception implements Serializable
- serialVersionUID:
- -4360500807971797439L
-
Package com.sun.mail.imap
-
Class com.sun.mail.imap.MessageVanishedEvent extends MessageCountEvent implements Serializable
- serialVersionUID:
- 2142028010250024922L
-
Serialized Fields
-
uids
long[] uids
The message UIDs.
-
Class com.sun.mail.imap.ModifiedSinceTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5151457469634727992L
-
Serialized Fields
-
modseq
long modseq
-
Class com.sun.mail.imap.OlderTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 3951078948727995682L
-
Serialized Fields
-
interval
int interval
-
Class com.sun.mail.imap.ReferralException extends AuthenticationFailedException implements Serializable
- serialVersionUID:
- -3414063558596287683L
-
Class com.sun.mail.imap.YoungerTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1592714210688163496L
-
Serialized Fields
-
interval
int interval
-
Package com.sun.mail.imap.protocol
-
Class com.sun.mail.imap.protocol.FLAGS extends Flags implements Serializable
- serialVersionUID:
- 439049847053756670L
-
Serialized Fields
-
msgno
int msgno
-
Class com.sun.mail.imap.protocol.IMAPReferralException extends ProtocolException implements Serializable
- serialVersionUID:
- 2578770669364251968L
-
Serialized Fields
-
url
String url
-
Package com.sun.mail.smtp
-
Class com.sun.mail.smtp.SMTPAddressFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 804831199768630097L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
Class com.sun.mail.smtp.SMTPAddressSucceededException extends MessagingException implements Serializable
- serialVersionUID:
- -1168335848623096749L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
Class com.sun.mail.smtp.SMTPSenderFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 514540454964476947L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
Class com.sun.mail.smtp.SMTPSendFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 8049122628728932894L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
Package com.sun.mail.util
-
Class com.sun.mail.util.DecodingException extends IOException implements Serializable
- serialVersionUID:
- -6913647794421459390L
-
Class com.sun.mail.util.FolderClosedIOException extends IOException implements Serializable
- serialVersionUID:
- 4281122580365555735L
-
Class com.sun.mail.util.MailConnectException extends MessagingException implements Serializable
- serialVersionUID:
- -3818807731125317729L
-
Serialized Fields
-
host
String host
-
port
int port
-
cto
int cto
-
Class com.sun.mail.util.MessageRemovedIOException extends IOException implements Serializable
- serialVersionUID:
- 4280468026581616424L
-
Class com.sun.mail.util.SocketConnectException extends IOException implements Serializable
- serialVersionUID:
- 3997871560538755463L
-
Serialized Fields
-
host
String host
The socket host name.
-
port
int port
The socket port.
-
cto
int cto
The connection timeout.
-
Package com.sun.mail.util.logging
-
Class com.sun.mail.util.logging.SeverityComparator extends Object implements Serializable
- serialVersionUID:
- -2620442245251791965L
-
Package com.sun.org.omg.CORBA
-
Class com.sun.org.omg.CORBA._IDLTypeStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
-
writeObject
private void writeObject(ObjectOutputStream s)
-
Class com.sun.org.omg.CORBA.AttributeDescription extends Object implements Serializable
-
Class com.sun.org.omg.CORBA.AttributeMode extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Class com.sun.org.omg.CORBA.ExceptionDescription extends Object implements Serializable
-
Class com.sun.org.omg.CORBA.Initializer extends Object implements Serializable
-
Serialized Fields
-
members
StructMember[] members
-
name
String name
-
Class com.sun.org.omg.CORBA.OperationDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
defined_in
String defined_in
-
version
String version
-
result
TypeCode result
-
mode
OperationMode mode
-
contexts
String[] contexts
-
parameters
ParameterDescription[] parameters
-
exceptions
ExceptionDescription[] exceptions
-
Class com.sun.org.omg.CORBA.OperationMode extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Class com.sun.org.omg.CORBA.ParameterDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
type
TypeCode type
-
type_def
IDLType type_def
-
mode
ParameterMode mode
-
Class com.sun.org.omg.CORBA.ParameterMode extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Package com.sun.org.omg.CORBA.ValueDefPackage
-
Class com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
is_abstract
boolean is_abstract
-
is_custom
boolean is_custom
-
defined_in
String defined_in
-
version
String version
-
operations
OperationDescription[] operations
-
attributes
AttributeDescription[] attributes
-
members
ValueMember[] members
-
initializers
Initializer[] initializers
-
supported_interfaces
String[] supported_interfaces
-
abstract_base_values
String[] abstract_base_values
-
is_truncatable
boolean is_truncatable
-
base_value
String base_value
-
type
TypeCode type
-
Package com.sun.org.omg.SendingContext
-
Class com.sun.org.omg.SendingContext._CodeBaseImplBase extends ObjectImpl implements Serializable
-
Class com.sun.org.omg.SendingContext._CodeBaseStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
-
writeObject
private void writeObject(ObjectOutputStream s)
-
Package com.sun.tools.corba.se.idl
-
Class com.sun.tools.corba.se.idl.InvalidArgument extends Exception implements Serializable
-
Serialized Fields
-
message
String message
-
Class com.sun.tools.corba.se.idl.InvalidCharacter extends IOException implements Serializable
-
Serialized Fields
-
message
String message
-
Package com.sun.tools.corba.se.idl.constExpr
-
Class com.sun.tools.corba.se.idl.constExpr.EvaluationException extends Exception implements Serializable
-
Package io.undertow
-
Class io.undertow.UndertowLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class io.undertow.UndertowMessages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package io.undertow.attribute
-
Class io.undertow.attribute.ReadOnlyAttributeException extends Exception implements Serializable
-
Package io.undertow.client
-
Package io.undertow.io
-
Class io.undertow.io.Receiver.RequestToLargeException extends IOException implements Serializable
-
Package io.undertow.protocols.http2
-
Class io.undertow.protocols.http2.ConnectionErrorException extends IOException implements Serializable
-
Serialized Fields
-
code
int code
-
Class io.undertow.protocols.http2.HpackException extends Exception implements Serializable
-
Class io.undertow.protocols.http2.StreamErrorException extends IOException implements Serializable
-
Serialized Fields
-
errorId
int errorId
-
Package io.undertow.protocols.spdy
-
Class io.undertow.protocols.spdy.StreamErrorException extends IOException implements Serializable
-
Serialized Fields
-
errorId
int errorId
-
Package io.undertow.security.api
-
Class io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession extends Object implements Serializable
-
Package io.undertow.security.idm
-
Class io.undertow.security.idm.ExternalCredential extends Object implements Serializable
-
Package io.undertow.server
-
Class io.undertow.server.RenegotiationRequiredException extends Exception implements Serializable
-
Class io.undertow.server.TruncatedResponseException extends IOException implements Serializable
-
Package io.undertow.servlet
-
Class io.undertow.servlet.UndertowServletLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class io.undertow.servlet.UndertowServletMessages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package io.undertow.servlet.handlers
-
Class io.undertow.servlet.handlers.DefaultServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
deployment
Deployment deployment
-
resourceManager
ResourceManager resourceManager
-
directoryListingEnabled
boolean directoryListingEnabled
-
defaultAllowed
boolean defaultAllowed
-
allowed
Set<E> allowed
-
disallowed
Set<E> disallowed
-
resolveAgainstContextRoot
boolean resolveAgainstContextRoot
-
Package io.undertow.servlet.util
-
Class io.undertow.servlet.util.SavedRequest extends Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
dataLength
int dataLength
-
method
HttpString method
-
requestPath
String requestPath
-
headerMap
HashMap<K,V> headerMap
-
Package io.undertow.servlet.websockets
-
Class io.undertow.servlet.websockets.WebSocketServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
handshakes
List<E> handshakes
-
callback
WebSocketConnectionCallback callback
-
peerConnections
Set<E> peerConnections
-
Package io.undertow.util
-
Class io.undertow.util.ConcurrentDirectDeque extends AbstractCollection<E> implements Serializable
-
Class io.undertow.util.FastConcurrentDirectDeque extends ConcurrentDirectDeque<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitutes this deque from a stream (that is, deserializes it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
Saves this deque to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E
) in
the proper order, followed by a null
- Throws:
IOException
-
Class io.undertow.util.HttpString extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
bytes
byte[] bytes
-
orderInt
int orderInt
And integer that is only set for well known header to make
comparison fast
-
Class io.undertow.util.MalformedMessageException extends IOException implements Serializable
-
Class io.undertow.util.PortableConcurrentDirectDeque extends ConcurrentDirectDeque<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitutes this deque from a stream (that is, deserializes it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
Saves this deque to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E
) in
the proper order, followed by a null
- Throws:
IOException
-
Package io.undertow.websockets.core
-
Class io.undertow.websockets.core.InvalidOpCodeException extends WebSocketException implements Serializable
-
Class io.undertow.websockets.core.WebSocketException extends IOException implements Serializable
- serialVersionUID:
- -6784834646314672530L
-
Class io.undertow.websockets.core.WebSocketFrameCorruptedException extends WebSocketException implements Serializable
- serialVersionUID:
- -6784834646314476130L
-
Class io.undertow.websockets.core.WebSocketHandshakeException extends WebSocketException implements Serializable
- serialVersionUID:
- 1L
-
Class io.undertow.websockets.core.WebSocketInvalidCloseCodeException extends WebSocketException implements Serializable
- serialVersionUID:
- -6784834646314476130L
-
Class io.undertow.websockets.core.WebSocketLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class io.undertow.websockets.core.WebSocketMessages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package java.nio.channels
-
Class java.nio.channels.AcceptPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2721339977965416421L
-
Class java.nio.channels.AlreadyBoundException extends IllegalStateException implements Serializable
- serialVersionUID:
- 6796072983322737592L
-
Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7331895245053773357L
-
Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable
- serialVersionUID:
- 6891178312432313966L
-
Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8438032138028814268L
-
Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable
- serialVersionUID:
- -4488191543534286750L
-
Class java.nio.channels.ClosedChannelException extends IOException implements Serializable
- serialVersionUID:
- 882777185433553857L
-
Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable
- serialVersionUID:
- 6466297122317847835L
-
Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2008393366501760879L
-
Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable
- serialVersionUID:
- 7104080643653532383L
-
Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3335774961855590474L
-
Class java.nio.channels.IllegalChannelGroupException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2495041211157744253L
-
Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -8406323347253320987L
-
Class java.nio.channels.InterruptedByTimeoutException extends IOException implements Serializable
- serialVersionUID:
- -4268008601014042947L
-
Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8296561183633134743L
-
Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3200915679294993514L
-
Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7071230488279011621L
-
Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4640999303950202242L
-
Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4697316551909513464L
-
Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2047812138163068433L
-
Class java.nio.channels.ReadPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1986315242191227217L
-
Class java.nio.channels.ShutdownChannelGroupException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3903801676350154157L
-
Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 6136959093620794148L
-
Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2964323842829700493L
-
Class java.nio.channels.WritePendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 7031871839266032276L
-
Package javax.activation
-
Class javax.activation.ActivationDataFlavor extends DataFlavor implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
-
Class javax.activation.MimeType extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
ClassNotFoundException
- If the class for an object being
restored cannot be found.
IOException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings
and arrays.
- Throws:
IOException
- Includes any I/O exceptions that may occur
-
Class javax.activation.MimeTypeParseException extends Exception implements Serializable
-
Class javax.activation.UnsupportedDataTypeException extends IOException implements Serializable
-
Package javax.activity
-
Class javax.activity.ActivityCompletedException extends RemoteException implements Serializable
-
Class javax.activity.ActivityRequiredException extends RemoteException implements Serializable
-
Class javax.activity.InvalidActivityException extends RemoteException implements Serializable
-
Package javax.batch.operations
-
Class javax.batch.operations.BatchRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobExecutionAlreadyCompleteException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobExecutionIsRunningException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobExecutionNotMostRecentException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobExecutionNotRunningException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobRestartException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobSecurityException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.JobStartException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.NoSuchJobException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.NoSuchJobExecutionException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.batch.operations.NoSuchJobInstanceException extends BatchRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Package javax.ejb
-
Class javax.ejb.AccessLocalException extends EJBException implements Serializable
-
Class javax.ejb.ConcurrentAccessException extends EJBException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.ejb.ConcurrentAccessTimeoutException extends ConcurrentAccessException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.ejb.CreateException extends Exception implements Serializable
- serialVersionUID:
- 6295951740865457514L
-
Class javax.ejb.DuplicateKeyException extends CreateException implements Serializable
-
Class javax.ejb.EJBAccessException extends EJBException implements Serializable
-
Class javax.ejb.EJBException extends RuntimeException implements Serializable
- serialVersionUID:
- 796770993296843510L
-
Serialized Fields
-
causeException
Exception causeException
-
Class javax.ejb.EJBTransactionRequiredException extends EJBException implements Serializable
-
Class javax.ejb.EJBTransactionRolledbackException extends EJBException implements Serializable
-
Class javax.ejb.FinderException extends Exception implements Serializable
-
Class javax.ejb.IllegalLoopbackException extends ConcurrentAccessException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.ejb.NoMoreTimeoutsException extends EJBException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.ejb.NoSuchEJBException extends EJBException implements Serializable
- serialVersionUID:
- -4861625171310593950L
-
Class javax.ejb.NoSuchEntityException extends EJBException implements Serializable
-
Class javax.ejb.NoSuchObjectLocalException extends EJBException implements Serializable
-
Class javax.ejb.ObjectNotFoundException extends FinderException implements Serializable
-
Class javax.ejb.RemoveException extends Exception implements Serializable
-
Class javax.ejb.ScheduleExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.ejb.TransactionRequiredLocalException extends EJBException implements Serializable
-
Class javax.ejb.TransactionRolledbackLocalException extends EJBException implements Serializable
-
Package javax.el
-
Class javax.el.ELContextEvent extends EventObject implements Serializable
-
Class javax.el.ELException extends RuntimeException implements Serializable
-
Class javax.el.Expression extends Object implements Serializable
-
Class javax.el.MethodExpression extends Expression implements Serializable
-
Class javax.el.MethodNotFoundException extends ELException implements Serializable
-
Class javax.el.PropertyNotFoundException extends ELException implements Serializable
-
Class javax.el.PropertyNotWritableException extends ELException implements Serializable
-
Class javax.el.ValueExpression extends Expression implements Serializable
-
Class javax.el.ValueReference extends Object implements Serializable
-
Package javax.enterprise.concurrent
-
Class javax.enterprise.concurrent.AbortedException extends ExecutionException implements Serializable
- serialVersionUID:
- -8248124070283019190L
-
Class javax.enterprise.concurrent.SkippedException extends ExecutionException implements Serializable
- serialVersionUID:
- 6296866815328432550L
-
Package javax.enterprise.context
-
Class javax.enterprise.context.BusyConversationException extends ContextException implements Serializable
- serialVersionUID:
- -3599813072560026919L
-
Class javax.enterprise.context.ContextException extends RuntimeException implements Serializable
- serialVersionUID:
- -3599813072560026919L
-
Class javax.enterprise.context.ContextNotActiveException extends ContextException implements Serializable
- serialVersionUID:
- -3599813072560026919L
-
Class javax.enterprise.context.NonexistentConversationException extends ContextException implements Serializable
- serialVersionUID:
- -3599813072560026919L
-
Package javax.enterprise.event
-
Class javax.enterprise.event.ObserverException extends RuntimeException implements Serializable
- serialVersionUID:
- -801836224808304381L
-
Package javax.enterprise.inject
-
Class javax.enterprise.inject.AmbiguousResolutionException extends ResolutionException implements Serializable
- serialVersionUID:
- -2132733164534544788L
-
Class javax.enterprise.inject.CreationException extends InjectionException implements Serializable
- serialVersionUID:
- 1002854668862145298L
-
Class javax.enterprise.inject.IllegalProductException extends InjectionException implements Serializable
- serialVersionUID:
- -6280627846071966243L
-
Class javax.enterprise.inject.InjectionException extends RuntimeException implements Serializable
- serialVersionUID:
- -2132733164534544788L
-
Class javax.enterprise.inject.ResolutionException extends InjectionException implements Serializable
- serialVersionUID:
- -6280627846071966243L
-
Class javax.enterprise.inject.UnproxyableResolutionException extends ResolutionException implements Serializable
- serialVersionUID:
- 1667539354548135465L
-
Class javax.enterprise.inject.UnsatisfiedResolutionException extends ResolutionException implements Serializable
- serialVersionUID:
- 5350603312442756709L
-
Package javax.enterprise.inject.spi
-
Class javax.enterprise.inject.spi.DefinitionException extends RuntimeException implements Serializable
- serialVersionUID:
- -2699170549782567339L
-
Class javax.enterprise.inject.spi.DeploymentException extends RuntimeException implements Serializable
- serialVersionUID:
- 2604707587772339984L
-
Package javax.enterprise.util
-
Class javax.enterprise.util.AnnotationLiteral extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.enterprise.util.TypeLiteral extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package javax.faces
-
Class javax.faces.FacesException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
The underlying exception that caused this exception.
-
Package javax.faces.application
-
Class javax.faces.application.FacesMessage extends Object implements Serializable
- serialVersionUID:
- -1180773928220076822L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Reconstruct FacesMessage
from
serialized artifacts.
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Persist FacesMessage
artifacts,
including the non serializable Severity
.
- Throws:
IOException
-
Class javax.faces.application.ProtectedViewException extends FacesException implements Serializable
-
Class javax.faces.application.ViewExpiredException extends FacesException implements Serializable
-
Serialized Fields
-
viewId
String viewId
The view identifier of the view that could not be restored.
-
Package javax.faces.component
-
Class javax.faces.component.UpdateModelException extends FacesException implements Serializable
- serialVersionUID:
- 6081145672680351218L
-
Serialized Fields
-
facesMessage
FacesMessage facesMessage
-
Package javax.faces.convert
-
Class javax.faces.convert.ConverterException extends FacesException implements Serializable
-
Serialized Fields
-
facesMessage
FacesMessage facesMessage
-
Package javax.faces.el
-
Class javax.faces.el.EvaluationException extends FacesException implements Serializable
-
Class javax.faces.el.MethodNotFoundException extends EvaluationException implements Serializable
-
Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable
-
Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable
-
Package javax.faces.event
-
Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable
-
Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable
-
Class javax.faces.event.AjaxBehaviorEvent extends BehaviorEvent implements Serializable
-
Class javax.faces.event.BehaviorEvent extends FacesEvent implements Serializable
-
Serialized Fields
-
behavior
Behavior behavior
-
Class javax.faces.event.ComponentSystemEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -4726746661822507506L
-
Class javax.faces.event.ExceptionQueuedEvent extends SystemEvent implements Serializable
-
Class javax.faces.event.FacesEvent extends EventObject implements Serializable
-
Serialized Fields
-
phaseId
PhaseId phaseId
-
Class javax.faces.event.PhaseEvent extends EventObject implements Serializable
-
Serialized Fields
-
context
FacesContext context
-
phaseId
PhaseId phaseId
-
Class javax.faces.event.PostAddToViewEvent extends ComponentSystemEvent implements Serializable
- serialVersionUID:
- -1113592223476173895L
-
Class javax.faces.event.PostConstructApplicationEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -3918703770970591309L
-
Class javax.faces.event.PostConstructCustomScopeEvent extends SystemEvent implements Serializable
-
Class javax.faces.event.PostConstructViewMapEvent extends ComponentSystemEvent implements Serializable
- serialVersionUID:
- 8684338297976265379L
-
Class javax.faces.event.PostKeepFlashValueEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -7137725846753823862L
-
Class javax.faces.event.PostPutFlashValueEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -6422204761759384353L
-
Class javax.faces.event.PostRestoreStateEvent extends ComponentSystemEvent implements Serializable
- serialVersionUID:
- -1007196479122154347L
-
Class javax.faces.event.PostValidateEvent extends ComponentSystemEvent implements Serializable
-
Class javax.faces.event.PreClearFlashEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -6069648757590884651L
-
Class javax.faces.event.PreDestroyApplicationEvent extends SystemEvent implements Serializable
- serialVersionUID:
- 8105212785161493162L
-
Class javax.faces.event.PreDestroyCustomScopeEvent extends SystemEvent implements Serializable
-
Class javax.faces.event.PreDestroyViewMapEvent extends ComponentSystemEvent implements Serializable
- serialVersionUID:
- 4470489935758914483L
-
Class javax.faces.event.PreRemoveFlashValueEvent extends SystemEvent implements Serializable
- serialVersionUID:
- -82999687346960430L
-
Class javax.faces.event.PreRemoveFromViewEvent extends ComponentSystemEvent implements Serializable
-
Class javax.faces.event.PreRenderComponentEvent extends ComponentSystemEvent implements Serializable
-
Class javax.faces.event.PreRenderViewEvent extends ComponentSystemEvent implements Serializable
-
Class javax.faces.event.PreValidateEvent extends ComponentSystemEvent implements Serializable
-
Class javax.faces.event.SystemEvent extends EventObject implements Serializable
- serialVersionUID:
- 2696415667461888462L
-
Class javax.faces.event.ValueChangeEvent extends FacesEvent implements Serializable
-
Serialized Fields
-
oldValue
Object oldValue
The previous local value of the source UIComponent
.
-
newValue
Object newValue
The current local value of the source UIComponent
.
-
Package javax.faces.model
-
Class javax.faces.model.DataModelEvent extends EventObject implements Serializable
-
Serialized Fields
-
data
Object data
-
index
int index
-
Class javax.faces.model.SelectItem extends Object implements Serializable
- serialVersionUID:
- 876782311414654999L
-
Class javax.faces.model.SelectItemGroup extends SelectItem implements Serializable
-
Serialized Fields
-
selectItems
SelectItem[] selectItems
-
Package javax.faces.validator
-
Class javax.faces.validator.ValidatorException extends FacesException implements Serializable
-
Serialized Fields
-
message
FacesMessage message
-
messages
Collection<E> messages
-
Package javax.faces.view
-
Class javax.faces.view.Location extends Object implements Serializable
-
Serialized Fields
-
path
String path
-
line
int line
-
column
int column
-
Package javax.faces.view.facelets
-
Class javax.faces.view.facelets.FaceletException extends FacesException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.faces.view.facelets.TagAttributeException extends FaceletException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.faces.view.facelets.TagException extends FaceletException implements Serializable
- serialVersionUID:
- 1L
-
Package javax.faces.webapp
-
Class javax.faces.webapp.AttributeTag extends TagSupport implements Serializable
- serialVersionUID:
- -7782950243436672334L
-
Class javax.faces.webapp.ConverterELTag extends TagSupport implements Serializable
-
Class javax.faces.webapp.ConverterTag extends TagSupport implements Serializable
- serialVersionUID:
- -5909792518081427720L
-
Serialized Fields
-
converterId
String converterId
Deprecated.
The identifier of the Converter
instance to be created.
-
binding
String binding
Deprecated.
The ValueExpression
that evaluates to an object that
implements Converter
.
-
Class javax.faces.webapp.FacetTag extends TagSupport implements Serializable
-
Serialized Fields
-
name
String name
The name of this facet. This will be used as the facet name for
our UIComponentTag
child in our UIComponentTag
parent's facet list.
-
Class javax.faces.webapp.ValidatorELTag extends TagSupport implements Serializable
-
Class javax.faces.webapp.ValidatorTag extends TagSupport implements Serializable
- serialVersionUID:
- -5562623615418158868L
-
Serialized Fields
-
validatorId
String validatorId
Deprecated.
The identifier of the Validator
instance to be created.
-
binding
String binding
Deprecated.
The ValueExpression
that evaluates to an object that
implements Validator
.
-
Package javax.jms
-
Class javax.jms.IllegalStateException extends JMSException implements Serializable
-
Class javax.jms.IllegalStateRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.InvalidClientIDException extends JMSException implements Serializable
-
Class javax.jms.InvalidClientIDRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.InvalidDestinationException extends JMSException implements Serializable
-
Class javax.jms.InvalidDestinationRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.InvalidSelectorException extends JMSException implements Serializable
-
Class javax.jms.InvalidSelectorRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.JMSException extends Exception implements Serializable
-
Class javax.jms.JMSRuntimeException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorCode
String errorCode
Provider-specific error code.
-
Class javax.jms.JMSSecurityException extends JMSException implements Serializable
-
Class javax.jms.JMSSecurityRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.MessageEOFException extends JMSException implements Serializable
-
Class javax.jms.MessageFormatException extends JMSException implements Serializable
-
Class javax.jms.MessageFormatRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.MessageNotReadableException extends JMSException implements Serializable
-
Class javax.jms.MessageNotWriteableException extends JMSException implements Serializable
-
Class javax.jms.MessageNotWriteableRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.ResourceAllocationException extends JMSException implements Serializable
-
Class javax.jms.ResourceAllocationRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.TransactionInProgressException extends JMSException implements Serializable
-
Class javax.jms.TransactionInProgressRuntimeException extends JMSRuntimeException implements Serializable
-
Class javax.jms.TransactionRolledBackException extends JMSException implements Serializable
-
Class javax.jms.TransactionRolledBackRuntimeException extends JMSRuntimeException implements Serializable
-
Package javax.mail
-
Class javax.mail.Address extends Object implements Serializable
- serialVersionUID:
- -5822459626751992278L
-
Class javax.mail.AuthenticationFailedException extends MessagingException implements Serializable
- serialVersionUID:
- 492080754054436511L
-
Class javax.mail.Flags extends Object implements Serializable
- serialVersionUID:
- 6243590407214169028L
-
Class javax.mail.FolderClosedException extends MessagingException implements Serializable
- serialVersionUID:
- 1687879213433302315L
-
Class javax.mail.FolderNotFoundException extends MessagingException implements Serializable
- serialVersionUID:
- 472612108891249403L
-
Class javax.mail.IllegalWriteException extends MessagingException implements Serializable
- serialVersionUID:
- 3974370223328268013L
-
Class javax.mail.Message.RecipientType extends Object implements Serializable
- serialVersionUID:
- -7479791750606340008L
-
Serialization Methods
-
readResolve
protected Object readResolve()
throws ObjectStreamException
When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class. Subclasses must implement their own
readResolve
method that checks for their known
instances before calling this super method.
- Throws:
ObjectStreamException
- for object stream errors
-
Serialized Fields
-
type
String type
The type of recipient, usually the name of a corresponding
Internet standard header.
-
Class javax.mail.MessageRemovedException extends MessagingException implements Serializable
- serialVersionUID:
- 1951292550679528690L
-
Class javax.mail.MessagingException extends Exception implements Serializable
- serialVersionUID:
- -7569192289819959253L
-
Serialized Fields
-
next
Exception next
The next exception in the chain.
-
Class javax.mail.MethodNotSupportedException extends MessagingException implements Serializable
- serialVersionUID:
- -3757386618726131322L
-
Class javax.mail.NoSuchProviderException extends MessagingException implements Serializable
- serialVersionUID:
- 8058319293154708827L
-
Class javax.mail.ReadOnlyFolderException extends MessagingException implements Serializable
- serialVersionUID:
- 5711829372799039325L
-
Class javax.mail.SendFailedException extends MessagingException implements Serializable
- serialVersionUID:
- -6457531621682372913L
-
Class javax.mail.StoreClosedException extends MessagingException implements Serializable
- serialVersionUID:
- -3145392336120082655L
-
Package javax.mail.event
-
Class javax.mail.event.ConnectionEvent extends MailEvent implements Serializable
- serialVersionUID:
- -1855480171284792957L
-
Serialized Fields
-
type
int type
The event type.
-
Class javax.mail.event.FolderEvent extends MailEvent implements Serializable
- serialVersionUID:
- 5278131310563694307L
-
Serialized Fields
-
type
int type
The event type.
-
Class javax.mail.event.MailEvent extends EventObject implements Serializable
- serialVersionUID:
- 1846275636325456631L
-
Class javax.mail.event.MessageChangedEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4974972972105535108L
-
Serialized Fields
-
type
int type
The event type.
-
Class javax.mail.event.MessageCountEvent extends MailEvent implements Serializable
- serialVersionUID:
- -7447022340837897369L
-
Serialized Fields
-
type
int type
The event type.
-
removed
boolean removed
If true, this event is the result of an explicit
expunge by this client, and the messages in this
folder have been renumbered to account for this.
If false, this event is the result of an expunge
by external sources.
-
Class javax.mail.event.StoreEvent extends MailEvent implements Serializable
- serialVersionUID:
- 1938704919992515330L
-
Serialized Fields
-
type
int type
The event type.
-
message
String message
The message text to be presented to the user.
-
Class javax.mail.event.TransportEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4729852364684273073L
-
Serialized Fields
-
type
int type
The event type.
-
Package javax.mail.internet
-
Class javax.mail.internet.AddressException extends ParseException implements Serializable
- serialVersionUID:
- 9134583443539323120L
-
Serialized Fields
-
ref
String ref
The string being parsed.
-
pos
int pos
The index in the string where the error occurred, or -1 if not known.
-
Class javax.mail.internet.InternetAddress extends Address implements Serializable
- serialVersionUID:
- -7507595530758302903L
-
Serialized Fields
-
address
String address
-
personal
String personal
The personal name.
-
encodedPersonal
String encodedPersonal
The RFC 2047 encoded version of the personal name.
This field and the personal
field track each
other, so if a subclass sets one of these fields directly, it
should set the other to null
, so that it is
suitably recomputed.
-
Class javax.mail.internet.MailDateFormat extends SimpleDateFormat implements Serializable
- serialVersionUID:
- -8148227605210628779L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Allows to deserialize instances that were serialized with the previous
implementation.
- Throws:
IOException
- on read failures
ClassNotFoundException
- never
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
Allows to serialize instances such that they are deserializable with the
previous implementation.
- Throws:
ObjectStreamException
- never
-
Class javax.mail.internet.MimeMessage.RecipientType extends Message.RecipientType implements Serializable
- serialVersionUID:
- -5468290701714395543L
-
Serialization Methods
-
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
- for object stream errors
-
Class javax.mail.internet.NewsAddress extends Address implements Serializable
- serialVersionUID:
- -4203797299824684143L
-
Class javax.mail.internet.ParseException extends MessagingException implements Serializable
- serialVersionUID:
- 7649991205183658089L
-
Package javax.mail.search
-
Class javax.mail.search.AddressStringTerm extends StringTerm implements Serializable
- serialVersionUID:
- 3086821234204980368L
-
Class javax.mail.search.AddressTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 2005405551929769980L
-
Serialized Fields
-
address
Address address
The address.
-
Class javax.mail.search.AndTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -3583274505380989582L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the AND operator should be
applied.
-
Class javax.mail.search.BodyTerm extends StringTerm implements Serializable
- serialVersionUID:
- -4888862527916911385L
-
Class javax.mail.search.ComparisonTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1456646953666474308L
-
Serialized Fields
-
comparison
int comparison
The comparison.
-
Class javax.mail.search.DateTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- 4818873430063720043L
-
Serialized Fields
-
date
Date date
The date.
-
Class javax.mail.search.FlagTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -142991500302030647L
-
Serialized Fields
-
set
boolean set
Indicates whether to test for the presence or
absence of the specified Flag. If true
,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.
-
flags
Flags flags
Flags object containing the flags to test.
-
Class javax.mail.search.FromStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- 5801127523826772788L
-
Class javax.mail.search.FromTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 5214730291502658665L
-
Class javax.mail.search.HeaderTerm extends StringTerm implements Serializable
- serialVersionUID:
- 8342514650333389122L
-
Serialized Fields
-
headerName
String headerName
The name of the header.
-
Class javax.mail.search.IntegerComparisonTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- -6963571240154302484L
-
Serialized Fields
-
number
int number
The number.
-
Class javax.mail.search.MessageIDTerm extends StringTerm implements Serializable
- serialVersionUID:
- -2121096296454691963L
-
Class javax.mail.search.MessageNumberTerm extends IntegerComparisonTerm implements Serializable
- serialVersionUID:
- -5379625829658623812L
-
Class javax.mail.search.NotTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 7152293214217310216L
-
Serialized Fields
-
term
SearchTerm term
The search term to negate.
-
Class javax.mail.search.OrTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5380534067523646936L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the OR operator should
be applied.
-
Class javax.mail.search.ReceivedDateTerm extends DateTerm implements Serializable
- serialVersionUID:
- -2756695246195503170L
-
Class javax.mail.search.RecipientStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- -8293562089611618849L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
Class javax.mail.search.RecipientTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 6548700653122680468L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
Class javax.mail.search.SearchException extends MessagingException implements Serializable
- serialVersionUID:
- -7092886778226268686L
-
Class javax.mail.search.SearchTerm extends Object implements Serializable
- serialVersionUID:
- -6652358452205992789L
-
Class javax.mail.search.SentDateTerm extends DateTerm implements Serializable
- serialVersionUID:
- 5647755030530907263L
-
Class javax.mail.search.SizeTerm extends IntegerComparisonTerm implements Serializable
- serialVersionUID:
- -2556219451005103709L
-
Class javax.mail.search.StringTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1274042129007696269L
-
Serialized Fields
-
pattern
String pattern
The pattern.
-
ignoreCase
boolean ignoreCase
Ignore case when comparing?
-
Class javax.mail.search.SubjectTerm extends StringTerm implements Serializable
- serialVersionUID:
- 7481568618055573432L
-
Package javax.management.j2ee
-
Package javax.persistence
-
Class javax.persistence.EntityExistsException extends PersistenceException implements Serializable
-
Class javax.persistence.EntityNotFoundException extends PersistenceException implements Serializable
-
Class javax.persistence.LockTimeoutException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
Class javax.persistence.NonUniqueResultException extends PersistenceException implements Serializable
-
Class javax.persistence.NoResultException extends PersistenceException implements Serializable
-
Class javax.persistence.OptimisticLockException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
Class javax.persistence.PersistenceException extends RuntimeException implements Serializable
-
Class javax.persistence.PessimisticLockException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
Class javax.persistence.QueryTimeoutException extends PersistenceException implements Serializable
-
Serialized Fields
-
query
Query query
The query object that caused the exception
-
Class javax.persistence.RollbackException extends PersistenceException implements Serializable
-
Class javax.persistence.TransactionRequiredException extends PersistenceException implements Serializable
-
Package javax.resource
-
Class javax.resource.NotSupportedException extends ResourceException implements Serializable
-
Class javax.resource.ResourceException extends Exception implements Serializable
-
Package javax.resource.cci
-
Class javax.resource.cci.ResourceWarning extends ResourceException implements Serializable
-
Package javax.resource.spi
-
Class javax.resource.spi.ApplicationServerInternalException extends ResourceException implements Serializable
-
Class javax.resource.spi.CommException extends ResourceException implements Serializable
-
Class javax.resource.spi.ConnectionEvent extends EventObject implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
Read object
- Throws:
ClassNotFoundException
- If a class can not be found
IOException
- Thrown if an error occurs
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
Write object
- Throws:
IOException
- Thrown if an error occurs
-
Serialization Overview
-
Persistence field information
-
Class javax.resource.spi.EISSystemException extends ResourceException implements Serializable
-
Class javax.resource.spi.IllegalStateException extends ResourceException implements Serializable
-
Class javax.resource.spi.InvalidPropertyException extends ResourceException implements Serializable
-
Serialized Fields
-
invalidProperties
PropertyDescriptor[] invalidProperties
Holder for invalid properties.
-
Class javax.resource.spi.LocalTransactionException extends ResourceException implements Serializable
-
Class javax.resource.spi.ResourceAdapterInternalException extends ResourceException implements Serializable
-
Class javax.resource.spi.ResourceAllocationException extends ResourceException implements Serializable
-
Class javax.resource.spi.RetryableUnavailableException extends UnavailableException implements Serializable
- serialVersionUID:
- 3730185319227786830L
-
Class javax.resource.spi.SecurityException extends ResourceException implements Serializable
-
Class javax.resource.spi.SharingViolationException extends ResourceException implements Serializable
- serialVersionUID:
- -1280304091132682215L
-
Class javax.resource.spi.UnavailableException extends ResourceException implements Serializable
- serialVersionUID:
- -2495485036033570467L
-
Package javax.resource.spi.security
-
Class javax.resource.spi.security.PasswordCredential extends Object implements Serializable
- serialVersionUID:
- -1770833344350711674L
-
Serialized Fields
-
userName
String userName
-
password
char[] password
-
mcf
ManagedConnectionFactory mcf
-
Package javax.resource.spi.work
-
Class javax.resource.spi.work.HintsContext extends Object implements Serializable
- serialVersionUID:
- 7956353628297167255L
-
Class javax.resource.spi.work.RetryableWorkRejectedException extends WorkRejectedException implements Serializable
- serialVersionUID:
- 8198870267352154108L
-
Class javax.resource.spi.work.SecurityContext extends Object implements Serializable
- serialVersionUID:
- 7730296651802712658L
-
Class javax.resource.spi.work.TransactionContext extends ExecutionContext implements Serializable
- serialVersionUID:
- 6205067498708597824L
-
Class javax.resource.spi.work.WorkCompletedException extends WorkException implements Serializable
- serialVersionUID:
- -229158982387790244L
-
Class javax.resource.spi.work.WorkEvent extends EventObject implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
Read object
- Throws:
ClassNotFoundException
- If a class can not be found
IOException
- Thrown if an error occurs
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
Write object
- Throws:
IOException
- Thrown if an error occurs
-
Serialization Overview
-
Persistence fields information
-
Class javax.resource.spi.work.WorkException extends ResourceException implements Serializable
- serialVersionUID:
- 6360106395593829940L
-
Class javax.resource.spi.work.WorkRejectedException extends WorkException implements Serializable
- serialVersionUID:
- -687129544691878081L
-
Package javax.rmi.CORBA
-
Class javax.rmi.CORBA.ClassDesc extends Object implements Serializable
-
Class javax.rmi.CORBA.Stub extends ObjectImpl implements Serializable
- serialVersionUID:
- 1087775603798577179L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
Serialization method to restore the IOR state.
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
Serialization method to save the IOR state.
- Serial Data:
- The length of the IOR type ID (int), followed by the IOR type ID
(byte array encoded using ISO8859-1), followed by the number of IOR profiles
(int), followed by the IOR profiles. Each IOR profile is written as a
profile tag (int), followed by the length of the profile data (int), followed
by the profile data (byte array).
- Throws:
IOException
-
Package javax.security.auth.message
-
Class javax.security.auth.message.AuthException extends LoginException implements Serializable
- serialVersionUID:
- -1424234495120552796L
-
Package javax.security.jacc
-
Class javax.security.jacc.EJBMethodPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
actions
String actions
the actions string.
-
Class javax.security.jacc.EJBRoleRefPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actions
String actions
The security-role-ref/role-link value
-
Class javax.security.jacc.PolicyContextException extends Exception implements Serializable
- serialVersionUID:
- 3925692572777572935L
-
Class javax.security.jacc.WebResourcePermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
actions
String actions
the actions string.
-
Class javax.security.jacc.WebRoleRefPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actions
String actions
The security-role-ref/role-link value
-
Class javax.security.jacc.WebUserDataPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
actions
String actions
the actions string.
-
Package javax.servlet
-
Class javax.servlet.GenericServlet extends Object implements Serializable
-
Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable
- serialVersionUID:
- -5804680734245618303L
-
Class javax.servlet.ServletContextEvent extends EventObject implements Serializable
- serialVersionUID:
- -7501701636134222423L
-
Class javax.servlet.ServletException extends Exception implements Serializable
-
Serialized Fields
-
rootCause
Throwable rootCause
-
Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable
- serialVersionUID:
- -1466635426192317793L
-
Class javax.servlet.ServletRequestEvent extends EventObject implements Serializable
- serialVersionUID:
- -7467864054698729101L
-
Class javax.servlet.UnavailableException extends ServletException implements Serializable
-
Serialized Fields
-
servlet
Servlet servlet
-
permanent
boolean permanent
-
seconds
int seconds
-
Package javax.servlet.http
-
Class javax.servlet.http.Cookie extends Object implements Serializable
- serialVersionUID:
- -6454587001725327448L
-
Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable
-
Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable
- serialVersionUID:
- 7308000419984825907L
-
Class javax.servlet.http.HttpSessionEvent extends EventObject implements Serializable
- serialVersionUID:
- -7622791603672342895L
-
Package javax.servlet.jsp
-
Class javax.servlet.jsp.JspException extends Exception implements Serializable
-
Class javax.servlet.jsp.JspTagException extends JspException implements Serializable
-
Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable
-
Package javax.servlet.jsp.el
-
Class javax.servlet.jsp.el.ELException extends Exception implements Serializable
-
Serialized Fields
-
mRootCause
Throwable mRootCause
Deprecated.
-
Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable
-
Package javax.servlet.jsp.jstl.core
-
Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
result
boolean result
-
var
String var
-
scope
int scope
-
Class javax.servlet.jsp.jstl.core.IndexedValueExpression extends ValueExpression implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
i
Integer i
The index variable.
-
orig
ValueExpression orig
The indexed variable.
-
Class javax.servlet.jsp.jstl.core.IteratedValueExpression extends ValueExpression implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
i
int i
-
iteratedExpression
IteratedExpression iteratedExpression
-
Class javax.servlet.jsp.jstl.core.LoopTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
begin
int begin
Starting index ('begin' attribute)
-
end
int end
Ending index of the iteration ('end' attribute).
A value of -1 internally indicates 'no end
specified', although accessors for the core JSTL tags do not
allow this value to be supplied directly by the user.
-
step
int step
Iteration step ('step' attribute)
-
beginSpecified
boolean beginSpecified
Boolean flag indicating whether 'begin' was specified.
-
endSpecified
boolean endSpecified
Boolean flag indicating whether 'end' was specified.
-
stepSpecified
boolean stepSpecified
Boolean flag indicating whether 'step' was specified.
-
itemId
String itemId
Attribute-exposing control
-
statusId
String statusId
Attribute-exposing control
-
deferredExpression
ValueExpression deferredExpression
-
status
LoopTagStatus status
-
item
Object item
-
index
int index
-
count
int count
-
last
boolean last
-
Package javax.servlet.jsp.tagext
-
Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
bodyContent
BodyContent bodyContent
The current BodyContent for this BodyTag.
-
Class javax.servlet.jsp.tagext.TagSupport extends Object implements Serializable
-
Package javax.transaction
-
Class javax.transaction.HeuristicCommitException extends Exception implements Serializable
-
Class javax.transaction.HeuristicMixedException extends Exception implements Serializable
-
Class javax.transaction.HeuristicRollbackException extends Exception implements Serializable
-
Class javax.transaction.InvalidTransactionException extends RemoteException implements Serializable
-
Class javax.transaction.NotSupportedException extends Exception implements Serializable
-
Class javax.transaction.RollbackException extends Exception implements Serializable
-
Class javax.transaction.SystemException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The error code of this exception. Values of this field are not
specified by JTA.
-
Class javax.transaction.TransactionalException extends RuntimeException implements Serializable
-
Class javax.transaction.TransactionRequiredException extends RemoteException implements Serializable
-
Class javax.transaction.TransactionRolledbackException extends RemoteException implements Serializable
-
Package javax.transaction.xa
-
Class javax.transaction.xa.XAException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The error code.
-
Package javax.validation
-
Class javax.validation.ConstraintDeclarationException extends ValidationException implements Serializable
-
Class javax.validation.ConstraintDefinitionException extends ValidationException implements Serializable
-
Class javax.validation.ConstraintViolationException extends ValidationException implements Serializable
-
Class javax.validation.GroupDefinitionException extends ValidationException implements Serializable
-
Class javax.validation.UnexpectedTypeException extends ConstraintDeclarationException implements Serializable
-
Class javax.validation.ValidationException extends RuntimeException implements Serializable
-
Package javax.websocket
-
Class javax.websocket.DecodeException extends Exception implements Serializable
- serialVersionUID:
- 6L
-
Serialized Fields
-
bb
ByteBuffer bb
-
encodedString
String encodedString
-
Class javax.websocket.DeploymentException extends Exception implements Serializable
-
Class javax.websocket.EncodeException extends Exception implements Serializable
- serialVersionUID:
- 6L
-
Serialized Fields
-
object
Object object
-
Class javax.websocket.SessionException extends Exception implements Serializable
- serialVersionUID:
- 12L
-
Serialized Fields
-
session
Session session
-
Package javax.ws.rs
-
Class javax.ws.rs.BadRequestException extends ClientErrorException implements Serializable
- serialVersionUID:
- 7264647684649480265L
-
Class javax.ws.rs.ClientErrorException extends WebApplicationException implements Serializable
- serialVersionUID:
- -4101970664444907990L
-
Class javax.ws.rs.ForbiddenException extends ClientErrorException implements Serializable
- serialVersionUID:
- -2740045367479165061L
-
Class javax.ws.rs.InternalServerErrorException extends ServerErrorException implements Serializable
- serialVersionUID:
- -6515710697540553309L
-
Class javax.ws.rs.NotAcceptableException extends ClientErrorException implements Serializable
- serialVersionUID:
- -1476163816796529078L
-
Class javax.ws.rs.NotAllowedException extends ClientErrorException implements Serializable
- serialVersionUID:
- -586776054369626119L
-
Class javax.ws.rs.NotAuthorizedException extends ClientErrorException implements Serializable
- serialVersionUID:
- -3156040750581929702L
-
Class javax.ws.rs.NotFoundException extends ClientErrorException implements Serializable
- serialVersionUID:
- -6820866117511628388L
-
Class javax.ws.rs.NotSupportedException extends ClientErrorException implements Serializable
- serialVersionUID:
- -8286622745725405656L
-
Class javax.ws.rs.ProcessingException extends RuntimeException implements Serializable
- serialVersionUID:
- -4232431597816056514L
-
Class javax.ws.rs.RedirectionException extends WebApplicationException implements Serializable
- serialVersionUID:
- -2584325408291098012L
-
Class javax.ws.rs.ServerErrorException extends WebApplicationException implements Serializable
- serialVersionUID:
- 4730895276505569556L
-
Class javax.ws.rs.ServiceUnavailableException extends ServerErrorException implements Serializable
- serialVersionUID:
- 3821068205617492633L
-
Class javax.ws.rs.WebApplicationException extends RuntimeException implements Serializable
- serialVersionUID:
- 8273970399584007146L
-
Serialized Fields
-
response
Response response
-
Package javax.ws.rs.client
-
Class javax.ws.rs.client.ResponseProcessingException extends ProcessingException implements Serializable
- serialVersionUID:
- -4923161617935731839L
-
Serialized Fields
-
response
Response response
-
Package javax.ws.rs.core
-
Class javax.ws.rs.core.MultivaluedHashMap extends AbstractMultivaluedMap<K,V> implements Serializable
- serialVersionUID:
- -6052320403766368902L
-
Class javax.ws.rs.core.NoContentException extends IOException implements Serializable
- serialVersionUID:
- -3082577759787473245L
-
Class javax.ws.rs.core.UriBuilderException extends RuntimeException implements Serializable
- serialVersionUID:
- 956255913370721193L
-
Package javax.wsdl
-
Class javax.wsdl.OperationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
id
String id
-
intId
int intId
-
Class javax.wsdl.WSDLException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Package javax.wsdl.extensions
-
Class javax.wsdl.extensions.ExtensionRegistry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.wsdl.extensions.UnknownExtensibilityElement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.wsdl.extensions.UnknownExtensionDeserializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.wsdl.extensions.UnknownExtensionSerializer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package javax.wsdl.extensions.http
-
Package javax.wsdl.extensions.mime
-
Package javax.wsdl.extensions.schema
-
Package javax.wsdl.extensions.soap
-
Package javax.wsdl.extensions.soap12
-
Package javax.xml.bind
-
Class javax.xml.bind.DataBindingException extends RuntimeException implements Serializable
-
Class javax.xml.bind.JAXBElement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
QName name
xml element tag name
-
declaredType
Class<T> declaredType
Java datatype binding for xml element declaration's type.
-
scope
Class<T> scope
Scope of xml element declaration representing this xml element instance.
Can be one of the following values:
- JAXBElement.GlobalScope
for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.
-
value
Object value
xml element value.
Represents content model and attributes of an xml element instance.
-
nil
boolean nil
true iff the xml element instance has xsi:nil="true".
-
Class javax.xml.bind.JAXBException extends Exception implements Serializable
- serialVersionUID:
- -5621384651494307979L
-
Class javax.xml.bind.JAXBPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Class javax.xml.bind.MarshalException extends JAXBException implements Serializable
-
Class javax.xml.bind.PropertyException extends JAXBException implements Serializable
-
Class javax.xml.bind.TypeConstraintException extends RuntimeException implements Serializable
-
Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable
-
Class javax.xml.bind.ValidationException extends JAXBException implements Serializable
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName extends Object implements Serializable
- serialVersionUID:
- -9120448754896609940L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
Serialized Fields
-
Package javax.xml.rpc
-
Class javax.xml.rpc.JAXRPCException extends RuntimeException implements Serializable
- serialVersionUID:
- 5213579554532711730L
-
Class javax.xml.rpc.ServiceException extends Exception implements Serializable
- serialVersionUID:
- -6582148924441189775L
-
Package javax.xml.rpc.encoding
-
Package javax.xml.rpc.handler
-
Package javax.xml.rpc.soap
-
Class javax.xml.rpc.soap.SOAPFaultException extends RuntimeException implements Serializable
- serialVersionUID:
- -7224636940495025621L
-
Package javax.xml.soap
-
Class javax.xml.soap.SOAPException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
Package javax.xml.ws
-
Class javax.xml.ws.Holder extends Object implements Serializable
- serialVersionUID:
- 2623699057546497185L
-
Serialized Fields
-
value
Object value
The value contained in the holder.
-
Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable
-
Class javax.xml.ws.WebServiceException extends RuntimeException implements Serializable
-
Class javax.xml.ws.WebServicePermission extends BasicPermission implements Serializable
- serialVersionUID:
- -146474640053770988L
-
Package javax.xml.ws.http
-
Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
Package javax.xml.ws.soap
-
Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable
-
Serialized Fields
-
fault
SOAPFault fault
-
Package net.shibboleth.utilities.java.support.collection
-
Class net.shibboleth.utilities.java.support.collection.LazyList extends Object implements Serializable
- serialVersionUID:
- -7741904523916701817L
-
Class net.shibboleth.utilities.java.support.collection.LazyMap extends Object implements Serializable
- serialVersionUID:
- 121425595164176639L
-
Class net.shibboleth.utilities.java.support.collection.LazySet extends Object implements Serializable
- serialVersionUID:
- -1596445680460115174L
-
Package net.shibboleth.utilities.java.support.component
-
Class net.shibboleth.utilities.java.support.component.ComponentInitializationException extends Exception implements Serializable
- serialVersionUID:
- -470551134594606458L
-
Class net.shibboleth.utilities.java.support.component.DestroyedComponentException extends RuntimeException implements Serializable
- serialVersionUID:
- -2254557697221898493L
-
Class net.shibboleth.utilities.java.support.component.UninitializedComponentException extends RuntimeException implements Serializable
- serialVersionUID:
- -3451363632449131551L
-
Class net.shibboleth.utilities.java.support.component.UnmodifiableComponentException extends RuntimeException implements Serializable
- serialVersionUID:
- 4652326903008490376L
-
Package net.shibboleth.utilities.java.support.logic
-
Class net.shibboleth.utilities.java.support.logic.ConstraintViolationException extends RuntimeException implements Serializable
- serialVersionUID:
- -3994361273802830823L
-
Package net.shibboleth.utilities.java.support.net
-
Class net.shibboleth.utilities.java.support.net.URIException extends Exception implements Serializable
- serialVersionUID:
- -1461435058482575852L
-
Package net.shibboleth.utilities.java.support.resolver
-
Class net.shibboleth.utilities.java.support.resolver.ResolverException extends Exception implements Serializable
- serialVersionUID:
- 485895728446891757L
-
Package net.shibboleth.utilities.java.support.security
-
Class net.shibboleth.utilities.java.support.security.DataExpiredException extends DataSealerException implements Serializable
- serialVersionUID:
- -4345061831894801408L
-
Class net.shibboleth.utilities.java.support.security.DataSealerException extends Exception implements Serializable
- serialVersionUID:
- 5366134892878709189L
-
Class net.shibboleth.utilities.java.support.security.KeyNotFoundException extends KeyException implements Serializable
- serialVersionUID:
- 310860860022348748L
-
Package net.shibboleth.utilities.java.support.service
-
Class net.shibboleth.utilities.java.support.service.ServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 5875639786427807960L
-
Package net.shibboleth.utilities.java.support.xml
-
Class net.shibboleth.utilities.java.support.xml.XMLParserException extends Exception implements Serializable
- serialVersionUID:
- 7260425832643941776L
-
Package org.apache.activemq.artemis.api.core
-
Class org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException extends ActiveMQException implements Serializable
- serialVersionUID:
- 3032730450033992367L
-
Class org.apache.activemq.artemis.api.core.ActiveMQAddressFullException extends ActiveMQException implements Serializable
- serialVersionUID:
- 0L
-
Class org.apache.activemq.artemis.api.core.ActiveMQAlreadyReplicatingException extends ActiveMQException implements Serializable
- serialVersionUID:
- -7352538521961996152L
-
Class org.apache.activemq.artemis.api.core.ActiveMQClusterSecurityException extends ActiveMQException implements Serializable
- serialVersionUID:
- -5890578849781297933L
-
Class org.apache.activemq.artemis.api.core.ActiveMQConnectionTimedOutException extends ActiveMQException implements Serializable
- serialVersionUID:
- 3244233758084830372L
-
Class org.apache.activemq.artemis.api.core.ActiveMQDisconnectedException extends ActiveMQException implements Serializable
- serialVersionUID:
- 7414966383933311627L
-
Class org.apache.activemq.artemis.api.core.ActiveMQDuplicateIdException extends ActiveMQException implements Serializable
- serialVersionUID:
- -4302979339865777119L
-
Class org.apache.activemq.artemis.api.core.ActiveMQDuplicateMetaDataException extends ActiveMQException implements Serializable
- serialVersionUID:
- 7877182872143004058L
-
Class org.apache.activemq.artemis.api.core.ActiveMQException extends Exception implements Serializable
- serialVersionUID:
- -4802014152804997417L
-
Serialized Fields
-
type
ActiveMQExceptionType type
-
Class org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException extends ActiveMQException implements Serializable
- serialVersionUID:
- -4480125401057788511L
-
Class org.apache.activemq.artemis.api.core.ActiveMQIncompatibleClientServerException extends ActiveMQException implements Serializable
- serialVersionUID:
- -1662999230291452298L
-
Class org.apache.activemq.artemis.api.core.ActiveMQInterceptorRejectedPacketException extends ActiveMQException implements Serializable
- serialVersionUID:
- -5798841227645281815L
-
Class org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException extends ActiveMQException implements Serializable
- serialVersionUID:
- -5987814047521530695L
-
Class org.apache.activemq.artemis.api.core.ActiveMQInterruptedException extends RuntimeException implements Serializable
- serialVersionUID:
- -5744690023549671221L
-
Class org.apache.activemq.artemis.api.core.ActiveMQInvalidFilterExpressionException extends ActiveMQException implements Serializable
- serialVersionUID:
- 7188625553939665128L
-
Class org.apache.activemq.artemis.api.core.ActiveMQInvalidTransientQueueUseException extends ActiveMQException implements Serializable
- serialVersionUID:
- -405552292451883063L
-
Class org.apache.activemq.artemis.api.core.ActiveMQIOErrorException extends ActiveMQException implements Serializable
- serialVersionUID:
- 797277117077787396L
-
Class org.apache.activemq.artemis.api.core.ActiveMQLargeMessageException extends ActiveMQException implements Serializable
- serialVersionUID:
- 1087867463974768491L
-
Class org.apache.activemq.artemis.api.core.ActiveMQLargeMessageInterruptedException extends ActiveMQException implements Serializable
- serialVersionUID:
- 0L
-
Class org.apache.activemq.artemis.api.core.ActiveMQNativeIOError extends ActiveMQException implements Serializable
- serialVersionUID:
- 2355120980683293085L
-
Class org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException extends ActiveMQException implements Serializable
- serialVersionUID:
- -8199298881947523607L
-
Class org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException extends ActiveMQException implements Serializable
- serialVersionUID:
- -3489189971813613325L
-
Class org.apache.activemq.artemis.api.core.ActiveMQObjectClosedException extends ActiveMQException implements Serializable
- serialVersionUID:
- 809024052184914812L
-
Class org.apache.activemq.artemis.api.core.ActiveMQPropertyConversionException extends RuntimeException implements Serializable
- serialVersionUID:
- -3010008708334904332L
-
Class org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException extends ActiveMQException implements Serializable
- serialVersionUID:
- -405552292451883063L
-
Class org.apache.activemq.artemis.api.core.ActiveMQSecurityException extends ActiveMQException implements Serializable
- serialVersionUID:
- 3291210307590756881L
-
Class org.apache.activemq.artemis.api.core.ActiveMQSessionCreationException extends ActiveMQException implements Serializable
- serialVersionUID:
- -4486139158452585895L
-
Class org.apache.activemq.artemis.api.core.ActiveMQTransactionOutcomeUnknownException extends ActiveMQException implements Serializable
- serialVersionUID:
- 7940794286427650558L
-
Class org.apache.activemq.artemis.api.core.ActiveMQTransactionRolledBackException extends ActiveMQException implements Serializable
- serialVersionUID:
- 5823412198677126300L
-
Class org.apache.activemq.artemis.api.core.ActiveMQUnBlockedException extends ActiveMQException implements Serializable
- serialVersionUID:
- -4507889261891160608L
-
Class org.apache.activemq.artemis.api.core.ActiveMQUnsupportedPacketException extends ActiveMQException implements Serializable
- serialVersionUID:
- -7074681529482463675L
-
Class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration extends Object implements Serializable
- serialVersionUID:
- 2335634694112319124L
-
Serialized Fields
-
name
String name
-
broadcastPeriod
long broadcastPeriod
-
endpointFactory
BroadcastEndpointFactory endpointFactory
-
connectorInfos
List<E> connectorInfos
-
Class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory extends Object implements Serializable
-
Serialized Fields
-
channel
org.jgroups.JChannel channel
-
channelName
String channelName
-
Class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration extends Object implements Serializable
- serialVersionUID:
- 8657206421727863400L
-
Serialized Fields
-
name
String name
-
refreshTimeout
long refreshTimeout
-
discoveryInitialWaitTimeout
long discoveryInitialWaitTimeout
-
endpointFactory
BroadcastEndpointFactory endpointFactory
-
Class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory extends Object implements Serializable
-
Class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory extends Object implements Serializable
-
Class org.apache.activemq.artemis.api.core.Pair extends Object implements Serializable
- serialVersionUID:
- -2496357457812368127L
-
Class org.apache.activemq.artemis.api.core.SimpleString extends Object implements Serializable
- serialVersionUID:
- 4204223851422244307L
-
Serialized Fields
-
data
byte[] data
-
Class org.apache.activemq.artemis.api.core.TransportConfiguration extends Object implements Serializable
- serialVersionUID:
- -3994528421527392679L
-
Class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory extends Object implements Serializable
-
Serialized Fields
-
groupAddress
String groupAddress
-
groupPort
int groupPort
-
Package org.apache.activemq.artemis.api.core.client.loadbalance
-
Class org.apache.activemq.artemis.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy extends Object implements Serializable
- serialVersionUID:
- 7511196010141439559L
-
Serialized Fields
-
random
Random random
-
first
boolean first
-
pos
int pos
-
Package org.apache.activemq.artemis.cli
-
Class org.apache.activemq.artemis.cli.CLIException extends Exception implements Serializable
-
Class org.apache.activemq.artemis.cli.ConfigurationException extends Exception implements Serializable
-
Package org.apache.activemq.artemis.core.client
-
Class org.apache.activemq.artemis.core.client.ActiveMQClientLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.activemq.artemis.core.client.ActiveMQClientMessageBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.apache.activemq.artemis.core.config
-
Class org.apache.activemq.artemis.core.config.BridgeConfiguration extends Object implements Serializable
- serialVersionUID:
- -1057244274380572226L
-
Serialized Fields
-
name
String name
-
queueName
String queueName
-
forwardingAddress
String forwardingAddress
-
filterString
String filterString
-
staticConnectors
List<E> staticConnectors
-
discoveryGroupName
String discoveryGroupName
-
ha
boolean ha
-
transformerClassName
String transformerClassName
-
retryInterval
long retryInterval
-
retryIntervalMultiplier
double retryIntervalMultiplier
-
initialConnectAttempts
int initialConnectAttempts
-
reconnectAttempts
int reconnectAttempts
-
reconnectAttemptsOnSameNode
int reconnectAttemptsOnSameNode
-
useDuplicateDetection
boolean useDuplicateDetection
-
confirmationWindowSize
int confirmationWindowSize
-
clientFailureCheckPeriod
long clientFailureCheckPeriod
-
user
String user
-
password
String password
-
connectionTTL
long connectionTTL
-
maxRetryInterval
long maxRetryInterval
-
minLargeMessageSize
int minLargeMessageSize
-
callTimeout
long callTimeout
-
Class org.apache.activemq.artemis.core.config.ClusterConnectionConfiguration extends Object implements Serializable
- serialVersionUID:
- 8948303813427795935L
-
Serialized Fields
-
name
String name
-
address
String address
-
connectorName
String connectorName
-
clientFailureCheckPeriod
long clientFailureCheckPeriod
-
connectionTTL
long connectionTTL
-
retryInterval
long retryInterval
-
retryIntervalMultiplier
double retryIntervalMultiplier
-
maxRetryInterval
long maxRetryInterval
-
initialConnectAttempts
int initialConnectAttempts
-
reconnectAttempts
int reconnectAttempts
-
callTimeout
long callTimeout
-
callFailoverTimeout
long callFailoverTimeout
-
duplicateDetection
boolean duplicateDetection
-
messageLoadBalancingType
MessageLoadBalancingType messageLoadBalancingType
-
staticConnectors
List<E> staticConnectors
-
discoveryGroupName
String discoveryGroupName
-
maxHops
int maxHops
-
confirmationWindowSize
int confirmationWindowSize
-
allowDirectConnectionsOnly
boolean allowDirectConnectionsOnly
-
minLargeMessageSize
int minLargeMessageSize
-
clusterNotificationInterval
long clusterNotificationInterval
-
clusterNotificationAttempts
int clusterNotificationAttempts
-
Class org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration extends Object implements Serializable
- serialVersionUID:
- -641207073030767325L
-
Class org.apache.activemq.artemis.core.config.CoreQueueConfiguration extends Object implements Serializable
- serialVersionUID:
- 650404974977490254L
-
Class org.apache.activemq.artemis.core.config.DivertConfiguration extends Object implements Serializable
- serialVersionUID:
- 6910543740464269629L
-
Class org.apache.activemq.artemis.core.config.ScaleDownConfiguration extends Object implements Serializable
-
Package org.apache.activemq.artemis.core.config.ha
-
Class org.apache.activemq.artemis.core.config.ha.ColocatedPolicyConfiguration extends Object implements Serializable
-
Serialized Fields
-
requestBackup
boolean requestBackup
-
backupRequestRetries
int backupRequestRetries
-
backupRequestRetryInterval
long backupRequestRetryInterval
-
maxBackups
int maxBackups
-
backupPortOffset
int backupPortOffset
-
excludedConnectors
List<E> excludedConnectors
-
portOffset
int portOffset
-
liveConfig
HAPolicyConfiguration liveConfig
-
backupConfig
HAPolicyConfiguration backupConfig
-
Class org.apache.activemq.artemis.core.config.ha.LiveOnlyPolicyConfiguration extends Object implements Serializable
-
Serialized Fields
-
scaleDownConfiguration
ScaleDownConfiguration scaleDownConfiguration
-
Class org.apache.activemq.artemis.core.config.ha.ReplicaPolicyConfiguration extends Object implements Serializable
-
Serialized Fields
-
clusterName
String clusterName
-
maxSavedReplicatedJournalsSize
int maxSavedReplicatedJournalsSize
-
groupName
String groupName
-
restartBackup
boolean restartBackup
-
scaleDownConfiguration
ScaleDownConfiguration scaleDownConfiguration
-
allowFailBack
boolean allowFailBack
-
initialReplicationSyncTimeout
long initialReplicationSyncTimeout
-
Class org.apache.activemq.artemis.core.config.ha.ReplicatedPolicyConfiguration extends Object implements Serializable
-
Class org.apache.activemq.artemis.core.config.ha.SharedStoreMasterPolicyConfiguration extends Object implements Serializable
-
Serialized Fields
-
failoverOnServerShutdown
boolean failoverOnServerShutdown
-
Class org.apache.activemq.artemis.core.config.ha.SharedStoreSlavePolicyConfiguration extends Object implements Serializable
-
Serialized Fields
-
failoverOnServerShutdown
boolean failoverOnServerShutdown
-
restartBackup
boolean restartBackup
-
allowFailBack
boolean allowFailBack
-
scaleDownConfiguration
ScaleDownConfiguration scaleDownConfiguration
-
Package org.apache.activemq.artemis.core.config.impl
-
Class org.apache.activemq.artemis.core.config.impl.ConfigurationImpl extends Object implements Serializable
- serialVersionUID:
- 4077088945050267843L
-
Serialized Fields
-
name
String name
-
persistenceEnabled
boolean persistenceEnabled
-
fileDeploymentScanPeriod
long fileDeploymentScanPeriod
-
persistDeliveryCountBeforeDelivery
boolean persistDeliveryCountBeforeDelivery
-
scheduledThreadPoolMaxSize
int scheduledThreadPoolMaxSize
-
threadPoolMaxSize
int threadPoolMaxSize
-
securityInvalidationInterval
long securityInvalidationInterval
-
securityEnabled
boolean securityEnabled
-
gracefulShutdownEnabled
boolean gracefulShutdownEnabled
-
gracefulShutdownTimeout
long gracefulShutdownTimeout
-
jmxManagementEnabled
boolean jmxManagementEnabled
-
jmxDomain
String jmxDomain
-
connectionTTLOverride
long connectionTTLOverride
-
asyncConnectionExecutionEnabled
boolean asyncConnectionExecutionEnabled
-
messageExpiryScanPeriod
long messageExpiryScanPeriod
-
messageExpiryThreadPriority
int messageExpiryThreadPriority
-
idCacheSize
int idCacheSize
-
persistIDCache
boolean persistIDCache
-
incomingInterceptorClassNames
List<E> incomingInterceptorClassNames
-
outgoingInterceptorClassNames
List<E> outgoingInterceptorClassNames
-
connectorConfigs
Map<K,V> connectorConfigs
-
acceptorConfigs
Set<E> acceptorConfigs
-
bridgeConfigurations
List<E> bridgeConfigurations
-
divertConfigurations
List<E> divertConfigurations
-
clusterConfigurations
List<E> clusterConfigurations
-
queueConfigurations
List<E> queueConfigurations
-
pagingDirectory
String pagingDirectory
-
maxConcurrentPageIO
int maxConcurrentPageIO
-
largeMessagesDirectory
String largeMessagesDirectory
-
bindingsDirectory
String bindingsDirectory
-
createBindingsDir
boolean createBindingsDir
-
journalDirectory
String journalDirectory
-
createJournalDir
boolean createJournalDir
-
journalType
JournalType journalType
-
journalSyncTransactional
boolean journalSyncTransactional
-
journalSyncNonTransactional
boolean journalSyncNonTransactional
-
journalCompactMinFiles
int journalCompactMinFiles
-
journalCompactPercentage
int journalCompactPercentage
-
journalFileSize
int journalFileSize
-
journalPoolFiles
int journalPoolFiles
-
journalMinFiles
int journalMinFiles
-
journalMaxIO_AIO
int journalMaxIO_AIO
-
journalBufferTimeout_AIO
int journalBufferTimeout_AIO
-
journalBufferSize_AIO
int journalBufferSize_AIO
-
journalMaxIO_NIO
int journalMaxIO_NIO
-
journalBufferTimeout_NIO
int journalBufferTimeout_NIO
-
journalBufferSize_NIO
int journalBufferSize_NIO
-
logJournalWriteRate
boolean logJournalWriteRate
-
journalPerfBlastPages
int journalPerfBlastPages
-
runSyncSpeedTest
boolean runSyncSpeedTest
-
wildcardRoutingEnabled
boolean wildcardRoutingEnabled
-
messageCounterEnabled
boolean messageCounterEnabled
-
messageCounterSamplePeriod
long messageCounterSamplePeriod
-
messageCounterMaxDayHistory
int messageCounterMaxDayHistory
-
transactionTimeout
long transactionTimeout
-
transactionTimeoutScanPeriod
long transactionTimeoutScanPeriod
-
managementAddress
SimpleString managementAddress
-
managementNotificationAddress
SimpleString managementNotificationAddress
-
clusterUser
String clusterUser
-
clusterPassword
String clusterPassword
-
serverDumpInterval
long serverDumpInterval
-
failoverOnServerShutdown
boolean failoverOnServerShutdown
-
memoryWarningThreshold
int memoryWarningThreshold
-
memoryMeasureInterval
long memoryMeasureInterval
-
groupingHandlerConfiguration
GroupingHandlerConfiguration groupingHandlerConfiguration
-
addressesSettings
Map<K,V> addressesSettings
-
resourceLimitSettings
Map<K,V> resourceLimitSettings
-
securitySettings
Map<K,V> securitySettings
-
connectorServiceConfigurations
List<E> connectorServiceConfigurations
-
maskPassword
boolean maskPassword
-
resolveProtocols
boolean resolveProtocols
-
journalLockAcquisitionTimeout
long journalLockAcquisitionTimeout
-
haPolicyConfiguration
HAPolicyConfiguration haPolicyConfiguration
-
artemisInstance
File artemisInstance
Parent folder for all data folders.
-
Class org.apache.activemq.artemis.core.config.impl.FileConfiguration extends ConfigurationImpl implements Serializable
- serialVersionUID:
- -4766689627675039596L
-
Serialized Fields
-
parsed
boolean parsed
-
Package org.apache.activemq.artemis.core.exception
-
Class org.apache.activemq.artemis.core.exception.ActiveMQXAException extends XAException implements Serializable
- serialVersionUID:
- 6535914602965015803L
-
Package org.apache.activemq.artemis.core.postoffice
-
Class org.apache.activemq.artemis.core.postoffice.QueueInfo extends Object implements Serializable
- serialVersionUID:
- 3451892849198803182L
-
Serialized Fields
-
routingName
SimpleString routingName
-
clusterName
SimpleString clusterName
-
address
SimpleString address
-
filterString
SimpleString filterString
-
id
long id
-
filterStrings
List<E> filterStrings
-
numberOfConsumers
int numberOfConsumers
-
distance
int distance
-
Package org.apache.activemq.artemis.core.protocol
-
Class org.apache.activemq.artemis.core.protocol.ClientPacketDecoder extends PacketDecoder implements Serializable
- serialVersionUID:
- 6952614096979334582L
-
Class org.apache.activemq.artemis.core.protocol.ServerPacketDecoder extends ClientPacketDecoder implements Serializable
- serialVersionUID:
- 3348673114388400766L
-
Package org.apache.activemq.artemis.core.protocol.core.impl
-
Class org.apache.activemq.artemis.core.protocol.core.impl.PacketDecoder extends Object implements Serializable
-
Package org.apache.activemq.artemis.core.security
-
Class org.apache.activemq.artemis.core.security.Role extends Object implements Serializable
- serialVersionUID:
- 3560097227776448872L
-
Serialized Fields
-
name
String name
-
send
boolean send
-
consume
boolean consume
-
createDurableQueue
boolean createDurableQueue
-
deleteDurableQueue
boolean deleteDurableQueue
-
createNonDurableQueue
boolean createNonDurableQueue
-
deleteNonDurableQueue
boolean deleteNonDurableQueue
-
manage
boolean manage
-
Package org.apache.activemq.artemis.core.server
-
Class org.apache.activemq.artemis.core.server.ActiveMQMessageBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.core.server.ActiveMQServerLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.core.server.group.impl
-
Class org.apache.activemq.artemis.core.server.group.impl.GroupingHandlerConfiguration extends Object implements Serializable
- serialVersionUID:
- -4600283023652477326L
-
Serialized Fields
-
name
SimpleString name
-
type
GroupingHandlerConfiguration.TYPE type
-
address
SimpleString address
-
timeout
long timeout
-
groupTimeout
long groupTimeout
-
reaperPeriod
long reaperPeriod
-
Package org.apache.activemq.artemis.core.settings.impl
-
Class org.apache.activemq.artemis.core.settings.impl.AddressSettings extends Object implements Serializable
- serialVersionUID:
- 1607502280582336366L
-
Serialized Fields
-
addressFullMessagePolicy
AddressFullMessagePolicy addressFullMessagePolicy
-
maxSizeBytes
Long maxSizeBytes
-
pageSizeBytes
Long pageSizeBytes
-
pageMaxCache
Integer pageMaxCache
-
dropMessagesWhenFull
Boolean dropMessagesWhenFull
-
maxDeliveryAttempts
Integer maxDeliveryAttempts
-
messageCounterHistoryDayLimit
Integer messageCounterHistoryDayLimit
-
redeliveryDelay
Long redeliveryDelay
-
redeliveryMultiplier
Double redeliveryMultiplier
-
maxRedeliveryDelay
Long maxRedeliveryDelay
-
deadLetterAddress
SimpleString deadLetterAddress
-
expiryAddress
SimpleString expiryAddress
-
expiryDelay
Long expiryDelay
-
lastValueQueue
Boolean lastValueQueue
-
redistributionDelay
Long redistributionDelay
-
sendToDLAOnNoRoute
Boolean sendToDLAOnNoRoute
-
slowConsumerThreshold
Long slowConsumerThreshold
-
slowConsumerCheckPeriod
Long slowConsumerCheckPeriod
-
slowConsumerPolicy
SlowConsumerPolicy slowConsumerPolicy
-
autoCreateJmsQueues
Boolean autoCreateJmsQueues
-
autoDeleteJmsQueues
Boolean autoDeleteJmsQueues
-
Class org.apache.activemq.artemis.core.settings.impl.ResourceLimitSettings extends Object implements Serializable
- serialVersionUID:
- -110638321333856932L
-
Serialized Fields
-
match
SimpleString match
-
maxConnections
Integer maxConnections
-
maxQueues
Integer maxQueues
-
Package org.apache.activemq.artemis.core.transaction.impl
-
Class org.apache.activemq.artemis.core.transaction.impl.XidImpl extends Object implements Serializable
- serialVersionUID:
- 407053232840068514L
-
Serialized Fields
-
branchQualifier
byte[] branchQualifier
-
formatId
int formatId
-
globalTransactionId
byte[] globalTransactionId
-
hash
int hash
-
hashCalculated
boolean hashCalculated
-
Package org.apache.activemq.artemis.core.version.impl
-
Class org.apache.activemq.artemis.core.version.impl.VersionImpl extends Object implements Serializable
- serialVersionUID:
- -5271227256591080403L
-
Serialized Fields
-
versionName
String versionName
-
majorVersion
int majorVersion
-
minorVersion
int minorVersion
-
microVersion
int microVersion
-
incrementingVersion
int incrementingVersion
-
compatibleVersionList
int[] compatibleVersionList
-
Package org.apache.activemq.artemis.integration.bootstrap
-
Class org.apache.activemq.artemis.integration.bootstrap.ActiveMQBootstrapBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.integration.bootstrap.ActiveMQBootstrapLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.jlibaio
-
Class org.apache.activemq.artemis.jlibaio.NativeLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.jms.bridge
-
Class org.apache.activemq.artemis.jms.bridge.ActiveMQJMSBridgeLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.jms.client
-
Class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQDestination extends Object implements Serializable
- serialVersionUID:
- 5027962425462382883L
-
Serialized Fields
-
name
String name
The JMS name
-
address
String address
The core address
-
simpleAddress
SimpleString simpleAddress
SimpleString version of address
-
temporary
boolean temporary
-
queue
boolean queue
-
Class org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- -2810634789345348326L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQQueue extends ActiveMQDestination implements Serializable
- serialVersionUID:
- -1106092883162295462L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- 5312455021322463546L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue extends ActiveMQQueue implements Serializable
- serialVersionUID:
- -4624930377557954624L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic extends ActiveMQTopic implements Serializable
- serialVersionUID:
- 845450764835635266L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTopic extends ActiveMQDestination implements Serializable
- serialVersionUID:
- 7873614001276404156L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- 7317051989866548455L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- 743611571839154115L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- 8612457847251087454L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory extends ActiveMQConnectionFactory implements Serializable
- serialVersionUID:
- -7018290426884419693L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Package org.apache.activemq.artemis.jms.referenceable
-
Class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr extends RefAddr implements Serializable
- serialVersionUID:
- 9158134548376171898L
-
Serialized Fields
-
bytes
byte[] bytes
-
Package org.apache.activemq.artemis.jms.server
-
Class org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.jms.server.ActiveMQJMSServerLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.jndi
-
Class org.apache.activemq.artemis.jndi.LazyCreateContext extends ReadOnlyContext implements Serializable
-
Class org.apache.activemq.artemis.jndi.ReadOnlyContext extends Object implements Serializable
- serialVersionUID:
- -5754338187296859149L
-
Package org.apache.activemq.artemis.journal
-
Class org.apache.activemq.artemis.journal.ActiveMQJournalBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.journal.ActiveMQJournalLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.logs
-
Class org.apache.activemq.artemis.logs.ActiveMQUtilBundle_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.apache.activemq.artemis.logs.ActiveMQUtilLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.activemq.artemis.selector.filter
-
Class org.apache.activemq.artemis.selector.filter.FilterException extends Exception implements Serializable
- serialVersionUID:
- -6892363158919485507L
-
Package org.apache.activemq.artemis.selector.hyphenated
-
Class org.apache.activemq.artemis.selector.hyphenated.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
-
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
-
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
-
eol
String eol
The end of line string for this machine.
-
Class org.apache.activemq.artemis.selector.hyphenated.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
int kind
An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
-
beginLine
int beginLine
The line number of the first character of this Token.
-
beginColumn
int beginColumn
The column number of the first character of this Token.
-
endLine
int endLine
The line number of the last character of this Token.
-
endColumn
int endColumn
The column number of the last character of this Token.
-
image
String image
The string image of the token.
-
next
Token next
A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
-
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
-
Class org.apache.activemq.artemis.selector.hyphenated.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
-
Package org.apache.activemq.artemis.selector.impl
-
Class org.apache.activemq.artemis.selector.impl.LRUCache extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- -342098639681884413L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
Package org.apache.activemq.artemis.selector.strict
-
Class org.apache.activemq.artemis.selector.strict.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
-
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
-
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
-
eol
String eol
The end of line string for this machine.
-
Class org.apache.activemq.artemis.selector.strict.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
int kind
An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
-
beginLine
int beginLine
The line number of the first character of this Token.
-
beginColumn
int beginColumn
The column number of the first character of this Token.
-
endLine
int endLine
The line number of the last character of this Token.
-
endColumn
int endColumn
The column number of the last character of this Token.
-
image
String image
The string image of the token.
-
next
Token next
A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
-
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
-
Class org.apache.activemq.artemis.selector.strict.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
-
Package org.apache.activemq.artemis.spi.core.security
-
Class org.apache.activemq.artemis.spi.core.security.JAASSecurityManager.SimplePrincipal extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
Package org.apache.activemq.artemis.utils
-
Class org.apache.activemq.artemis.utils.Random extends Object implements Serializable
- serialVersionUID:
- 40335522290950498L
-
Serialized Fields
-
random
Random random
-
Package org.apache.activemq.artemis.utils.json
-
Class org.apache.activemq.artemis.utils.json.JSONException extends Exception implements Serializable
- serialVersionUID:
- -3940674325153571604L
-
Serialized Fields
-
cause
Throwable cause
-
Package org.apache.cxf
-
Class org.apache.cxf.BusException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.cxf.bus.extension
-
Class org.apache.cxf.bus.extension.ExtensionException extends UncheckedException implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.cxf.common.i18n
-
Class org.apache.cxf.common.i18n.Exception extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
Message message
-
Class org.apache.cxf.common.i18n.Message extends Object implements Serializable
- serialVersionUID:
- 42L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Class org.apache.cxf.common.i18n.UncheckedException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
Message message
-
Package org.apache.cxf.common.security
-
Class org.apache.cxf.common.security.SimpleGroup extends SimplePrincipal implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.cxf.common.security.SimplePrincipal extends Object implements Serializable
- serialVersionUID:
- -5171549568204891853L
-
Serialized Fields
-
name
String name
-
Package org.apache.cxf.common.util
-
Class org.apache.cxf.common.util.Base64Exception extends Exception implements Serializable
- serialVersionUID:
- -4692237798562339250L
-
Class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList extends CopyOnWriteArrayList<T> implements Serializable
- serialVersionUID:
- 1783937035760941219L
-
Serialized Fields
-
modCount
AtomicInteger modCount
-
Package org.apache.cxf.common.xmlschema
-
Class org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException extends RuntimeException implements Serializable
- serialVersionUID:
- -2053958361555768873L
-
Class org.apache.cxf.common.xmlschema.XmlSchemaInvalidOperation extends RuntimeException implements Serializable
- serialVersionUID:
- 7007258111909011558L
-
Package org.apache.cxf.configuration
-
Class org.apache.cxf.configuration.ConfigurationException extends UncheckedException implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.cxf.continuations
-
Class org.apache.cxf.continuations.SuspendedInvocationException extends RuntimeException implements Serializable
- serialVersionUID:
- 6889545463301144757L
-
Package org.apache.cxf.endpoint
-
Class org.apache.cxf.endpoint.ClientImpl.EchoContext extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 5199023273052841289L
-
Class org.apache.cxf.endpoint.EndpointException extends Exception implements Serializable
- serialVersionUID:
- 2718396758999944442L
-
Class org.apache.cxf.endpoint.EndpointImpl extends AbstractAttributedInterceptorProvider implements Serializable
- serialVersionUID:
- -7660560719050162091L
-
Serialized Fields
-
service
Service service
-
binding
Binding binding
-
endpointInfo
EndpointInfo endpointInfo
-
executor
Executor executor
-
bus
Bus bus
-
inFaultObserver
MessageObserver inFaultObserver
-
outFaultObserver
MessageObserver outFaultObserver
-
activeFeatures
List<E> activeFeatures
-
cleanupHooks
List<E> cleanupHooks
-
Package org.apache.cxf.interceptor
-
Class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider extends ConcurrentHashMap<String,Object> implements Serializable
- serialVersionUID:
- -1915876045710441978L
-
Class org.apache.cxf.interceptor.Fault extends UncheckedException implements Serializable
- serialVersionUID:
- -1583932965031558864L
-
Package org.apache.cxf.interceptor.security
-
Class org.apache.cxf.interceptor.security.AccessDeniedException extends SecurityException implements Serializable
- serialVersionUID:
- 9169091575394965388L
-
Class org.apache.cxf.interceptor.security.AuthenticationException extends SecurityException implements Serializable
- serialVersionUID:
- -823479120896894071L
-
Package org.apache.cxf.io
-
Class org.apache.cxf.io.CacheSizeExceededException extends RuntimeException implements Serializable
- serialVersionUID:
- -8976580055837650080L
-
Package org.apache.cxf.message
-
Class org.apache.cxf.message.ExchangeImpl extends ConcurrentHashMap<String,Object> implements Serializable
- serialVersionUID:
- -3112077559217623594L
-
Serialized Fields
-
destination
Destination destination
-
oneWay
boolean oneWay
-
synchronous
boolean synchronous
-
inMessage
Message inMessage
-
outMessage
Message outMessage
-
inFaultMessage
Message inFaultMessage
-
outFaultMessage
Message outFaultMessage
-
session
Session session
-
bus
Bus bus
-
endpoint
Endpoint endpoint
-
service
Service service
-
binding
Binding binding
-
bindingOp
BindingOperationInfo bindingOp
-
Class org.apache.cxf.message.MessageContentsList extends ArrayList<Object> implements Serializable
- serialVersionUID:
- -5780720048950696258L
-
Class org.apache.cxf.message.MessageImpl extends StringMapImpl implements Serializable
- serialVersionUID:
- -3020763696429459865L
-
Class org.apache.cxf.message.StringMapImpl extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- -4590903451121887L
-
Package org.apache.cxf.service
-
Class org.apache.cxf.service.ServiceImpl extends AbstractAttributedInterceptorProvider implements Serializable
- serialVersionUID:
- -3920605127948701230L
-
Package org.apache.cxf.service.factory
-
Class org.apache.cxf.service.factory.ServiceConstructionException extends UncheckedException implements Serializable
- serialVersionUID:
- -4242545895784708313L
-
Package org.apache.cxf.staxutils
-
Class org.apache.cxf.staxutils.DepthExceededStaxException extends RuntimeException implements Serializable
- serialVersionUID:
- 4750070687283463619L
-
Class org.apache.cxf.staxutils.FastStack extends ArrayList<T> implements Serializable
- serialVersionUID:
- -6459503295618120689L
-
Package org.apache.cxf.sts.claims
-
Class org.apache.cxf.sts.claims.ProcessedClaim extends org.apache.cxf.rt.security.claims.Claim implements Serializable
- serialVersionUID:
- -336574019841442184L
-
Class org.apache.cxf.sts.claims.ProcessedClaimCollection extends ArrayList<ProcessedClaim> implements Serializable
- serialVersionUID:
- -4630183900697336428L
-
Package org.apache.cxf.validation
-
Class org.apache.cxf.validation.ResponseConstraintViolationException extends ConstraintViolationException implements Serializable
-
Package org.apache.cxf.ws.addressing
-
Class org.apache.cxf.ws.addressing.EndpointUtilsException extends Exception implements Serializable
- serialVersionUID:
- -7816054333019642525L
-
Package org.apache.cxf.ws.security.policy.interceptors
-
Class org.apache.cxf.ws.security.policy.interceptors.HttpsTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -13951002554477036L
-
Class org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -6936475570762840527L
-
Class org.apache.cxf.ws.security.policy.interceptors.KerberosTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- 5922028830873137490L
-
Class org.apache.cxf.ws.security.policy.interceptors.SamlTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -2270910622513357794L
-
Class org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- 8739057200687855383L
-
Class org.apache.cxf.ws.security.policy.interceptors.SpnegoTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -3412111025613191505L
-
Class org.apache.cxf.ws.security.policy.interceptors.UsernameTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -1507727324874727254L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- -6222118542914666817L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityPolicyInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable
- serialVersionUID:
- 2092269997296804632L
-
Package org.apache.cxf.ws.security.sts.provider
-
Class org.apache.cxf.ws.security.sts.provider.STSException extends RuntimeException implements Serializable
- serialVersionUID:
- 2186924985128534490L
-
Serialized Fields
-
faultCode
QName faultCode
-
Package org.apache.cxf.ws.security.tokenstore
-
Class org.apache.cxf.ws.security.tokenstore.SecurityToken extends Object implements Serializable
- serialVersionUID:
- 3820740387121650613L
-
Serialized Fields
-
id
String id
Token identifier
-
wsuId
String wsuId
WSU Identifier of the token
-
properties
Map<K,V> properties
A bag to hold any other properties
-
data
byte[] data
Some binary data associated with the token
-
created
Date created
Created time
-
expires
Date expires
Expiration time
-
issuerAddress
String issuerAddress
Issuer end point address
-
encrKeySha1Value
String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key
-
tokenHash
int tokenHash
A hash code associated with this token.
-
transformedTokenIdentifier
String transformedTokenIdentifier
This holds the identifier of another SecurityToken which represents a transformed
version of this token.
-
tokenType
String tokenType
The tokenType
-
x509cert
X509Certificate x509cert
-
principal
Principal principal
The principal of this SecurityToken
-
Package org.apache.cxf.ws.security.trust
-
Class org.apache.cxf.ws.security.trust.TrustException extends UncheckedException implements Serializable
- serialVersionUID:
- -2957463932630164766L
-
Package org.apache.html.dom
-
Class org.apache.html.dom.HTMLAnchorElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -140558580924061847L
-
Class org.apache.html.dom.HTMLAppletElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 8375794094117740967L
-
Class org.apache.html.dom.HTMLAreaElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 7164004431531608995L
-
Class org.apache.html.dom.HTMLBaseElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -396648580810072153L
-
Class org.apache.html.dom.HTMLBaseFontElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -3650249921091097229L
-
Class org.apache.html.dom.HTMLBodyElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 9058852459426595202L
-
Class org.apache.html.dom.HTMLBRElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 311960206282154750L
-
Class org.apache.html.dom.HTMLButtonElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -753685852948076730L
-
Class org.apache.html.dom.HTMLDirectoryElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -1010376135190194454L
-
Class org.apache.html.dom.HTMLDivElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 2327098984177358833L
-
Class org.apache.html.dom.HTMLDListElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -2130005642453038604L
-
Class org.apache.html.dom.HTMLDocumentImpl extends DocumentImpl implements Serializable
- serialVersionUID:
- 4285791750126227180L
-
Serialized Fields
-
_anchors
org.apache.html.dom.HTMLCollectionImpl _anchors
Holds HTMLCollectionImpl
object with live collection of all
anchors in document. This reference is on demand only once.
-
_forms
org.apache.html.dom.HTMLCollectionImpl _forms
Holds HTMLCollectionImpl
object with live collection of all
forms in document. This reference is on demand only once.
-
_images
org.apache.html.dom.HTMLCollectionImpl _images
Holds HTMLCollectionImpl
object with live collection of all
images in document. This reference is on demand only once.
-
_links
org.apache.html.dom.HTMLCollectionImpl _links
Holds HTMLCollectionImpl
object with live collection of all
links in document. This reference is on demand only once.
-
_applets
org.apache.html.dom.HTMLCollectionImpl _applets
Holds HTMLCollectionImpl
object with live collection of all
applets in document. This reference is on demand only once.
-
_writer
StringWriter _writer
Holds string writer used by direct manipulation operation (HTMLDocumentImpl.open()
.
HTMLDocumentImpl.write(java.lang.String)
, etc) to write new contents into the document and parse
that text into a document tree.
-
Class org.apache.html.dom.HTMLElementImpl extends ElementImpl implements Serializable
- serialVersionUID:
- 5283925246324423495L
-
Class org.apache.html.dom.HTMLFieldSetElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 1146145578073441343L
-
Class org.apache.html.dom.HTMLFontElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -415914342045846318L
-
Class org.apache.html.dom.HTMLFormElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -7324749629151493210L
-
Serialized Fields
-
_elements
org.apache.html.dom.HTMLCollectionImpl _elements
Collection of all elements contained in this FORM.
-
Class org.apache.html.dom.HTMLFrameElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 635237057173695984L
-
Class org.apache.html.dom.HTMLFrameSetElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 8403143821972586708L
-
Class org.apache.html.dom.HTMLHeadElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 6438668473721292232L
-
Class org.apache.html.dom.HTMLHeadingElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 6605827989383069095L
-
Class org.apache.html.dom.HTMLHRElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -4210053417678939270L
-
Class org.apache.html.dom.HTMLHtmlElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -4489734201536616166L
-
Class org.apache.html.dom.HTMLIFrameElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 2393622754706230429L
-
Class org.apache.html.dom.HTMLImageElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 1424360710977241315L
-
Class org.apache.html.dom.HTMLInputElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 640139325394332007L
-
Class org.apache.html.dom.HTMLIsIndexElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 3073521742049689699L
-
Class org.apache.html.dom.HTMLLabelElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 5774388295313199380L
-
Class org.apache.html.dom.HTMLLegendElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -621849164029630762L
-
Class org.apache.html.dom.HTMLLIElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -8987309345926701831L
-
Class org.apache.html.dom.HTMLLinkElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 874345520063418879L
-
Class org.apache.html.dom.HTMLMapElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 7520887584251976392L
-
Serialized Fields
-
_areas
org.w3c.dom.html.HTMLCollection _areas
-
Class org.apache.html.dom.HTMLMenuElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -1489696654903916901L
-
Class org.apache.html.dom.HTMLMetaElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -2401961905874264272L
-
Class org.apache.html.dom.HTMLModElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 6424581972706750120L
-
Class org.apache.html.dom.HTMLObjectElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 2276953229932965067L
-
Class org.apache.html.dom.HTMLOListElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 1293750546025862146L
-
Class org.apache.html.dom.HTMLOptGroupElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -8807098641226171501L
-
Class org.apache.html.dom.HTMLOptionElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -4486774554137530907L
-
Class org.apache.html.dom.HTMLParagraphElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 8075287150683866287L
-
Class org.apache.html.dom.HTMLParamElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -8513050483880341412L
-
Class org.apache.html.dom.HTMLPreElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -4195360849946217644L
-
Class org.apache.html.dom.HTMLQuoteElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -67544811597906132L
-
Class org.apache.html.dom.HTMLScriptElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 5090330049085326558L
-
Class org.apache.html.dom.HTMLSelectElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -6998282711006968187L
-
Serialized Fields
-
_options
org.w3c.dom.html.HTMLCollection _options
-
Class org.apache.html.dom.HTMLStyleElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -9001815754196124532L
-
Class org.apache.html.dom.HTMLTableCaptionElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 183703024771848940L
-
Class org.apache.html.dom.HTMLTableCellElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -2406518157464313922L
-
Class org.apache.html.dom.HTMLTableColElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -6189626162811911792L
-
Class org.apache.html.dom.HTMLTableElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -1824053099870917532L
-
Serialized Fields
-
_rows
org.apache.html.dom.HTMLCollectionImpl _rows
-
_bodies
org.apache.html.dom.HTMLCollectionImpl _bodies
-
Class org.apache.html.dom.HTMLTableRowElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 5409562635656244263L
-
Serialized Fields
-
_cells
org.w3c.dom.html.HTMLCollection _cells
-
Class org.apache.html.dom.HTMLTableSectionElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 1016412997716618027L
-
Serialized Fields
-
_rows
org.apache.html.dom.HTMLCollectionImpl _rows
-
Class org.apache.html.dom.HTMLTextAreaElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -6737778308542678104L
-
Class org.apache.html.dom.HTMLTitleElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- 879646303512367875L
-
Class org.apache.html.dom.HTMLUListElementImpl extends HTMLElementImpl implements Serializable
- serialVersionUID:
- -3220401442015109211L
-
Package org.apache.taglibs.standard.extra.spath
-
Class org.apache.taglibs.standard.extra.spath.ParseException extends Exception implements Serializable
-
Serialized Fields
-
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
-
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
-
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
-
eol
String eol
The end of line string for this machine.
-
Class org.apache.taglibs.standard.extra.spath.SPathTag extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.extra.spath.TokenMgrError extends Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
-
Package org.apache.taglibs.standard.lang.jstl
-
Class org.apache.taglibs.standard.lang.jstl.ELException extends Exception implements Serializable
-
Serialized Fields
-
mRootCause
Throwable mRootCause
-
Package org.apache.taglibs.standard.lang.jstl.parser
-
Class org.apache.taglibs.standard.lang.jstl.parser.ParseException extends Exception implements Serializable
-
Serialized Fields
-
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
-
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
-
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
-
eol
String eol
The end of line string for this machine.
-
Class org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError extends Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
-
Package org.apache.taglibs.standard.tag.common.core
-
Class org.apache.taglibs.standard.tag.common.core.CatchTag extends TagSupport implements Serializable
-
Serialized Fields
-
var
String var
-
caught
boolean caught
-
Class org.apache.taglibs.standard.tag.common.core.ChooseTag extends TagSupport implements Serializable
-
Serialized Fields
-
subtagGateClosed
boolean subtagGateClosed
-
Class org.apache.taglibs.standard.tag.common.core.DeclareTag extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.ForEachSupport extends LoopTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.ForTokensSupport extends LoopTagSupport implements Serializable
-
Serialized Fields
-
items
Object items
-
delims
String delims
-
st
StringTokenizer st
-
currentIndex
int currentIndex
-
itemsValueIteratedExpression
IteratedExpression itemsValueIteratedExpression
-
Class org.apache.taglibs.standard.tag.common.core.ImportSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.NullAttributeException extends JspTagException implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.OtherwiseTag extends WhenTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.OutSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
output
Object output
-
Class org.apache.taglibs.standard.tag.common.core.ParamSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.RedirectSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
url
String url
-
context
String context
-
var
String var
-
scope
int scope
-
params
ParamSupport.ParamManager params
-
Class org.apache.taglibs.standard.tag.common.core.RemoveTag extends TagSupport implements Serializable
-
Serialized Fields
-
scope
int scope
-
scopeSpecified
boolean scopeSpecified
-
var
String var
-
Class org.apache.taglibs.standard.tag.common.core.SetSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.UrlSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
String value
-
context
String context
-
var
String var
-
scope
int scope
-
params
ParamSupport.ParamManager params
-
Class org.apache.taglibs.standard.tag.common.core.WhenTagSupport extends ConditionalTagSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.common.fmt
-
Class org.apache.taglibs.standard.tag.common.fmt.BundleSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
basename
String basename
-
prefix
String prefix
-
fallbackLocale
Locale fallbackLocale
-
locCtxt
LocalizationContext locCtxt
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
type
String type
-
pattern
String pattern
-
currencyCode
String currencyCode
-
currencySymbol
String currencySymbol
-
isGroupingUsed
boolean isGroupingUsed
-
groupingUsedSpecified
boolean groupingUsedSpecified
-
maxIntegerDigits
int maxIntegerDigits
-
maxIntegerDigitsSpecified
boolean maxIntegerDigitsSpecified
-
minIntegerDigits
int minIntegerDigits
-
minIntegerDigitsSpecified
boolean minIntegerDigitsSpecified
-
maxFractionDigits
int maxFractionDigits
-
maxFractionDigitsSpecified
boolean maxFractionDigitsSpecified
-
minFractionDigits
int minFractionDigits
-
minFractionDigitsSpecified
boolean minFractionDigitsSpecified
-
var
String var
-
scope
int scope
-
Class org.apache.taglibs.standard.tag.common.fmt.MessageSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
keyAttrValue
String keyAttrValue
-
keySpecified
boolean keySpecified
-
bundleAttrValue
LocalizationContext bundleAttrValue
-
bundleSpecified
boolean bundleSpecified
-
var
String var
-
scope
int scope
-
params
List<E> params
-
Class org.apache.taglibs.standard.tag.common.fmt.ParamSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport extends BodyTagSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.common.sql
-
Class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.sql.DriverTag extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
Object value
-
Class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
var
String var
-
scope
int scope
-
rawDataSource
Object rawDataSource
-
dataSourceSpecified
boolean dataSourceSpecified
-
sql
String sql
-
maxRows
int maxRows
-
maxRowsSpecified
boolean maxRowsSpecified
-
startRow
int startRow
-
conn
Connection conn
-
parameters
List<E> parameters
-
isPartOfTransaction
boolean isPartOfTransaction
-
Class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
rawDataSource
Object rawDataSource
-
dataSourceSpecified
boolean dataSourceSpecified
-
conn
Connection conn
-
isolation
int isolation
-
origIsolation
int origIsolation
-
Class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport extends BodyTagSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.common.xml
-
Class org.apache.taglibs.standard.tag.common.xml.ExprSupport extends TagSupport implements Serializable
-
Serialized Fields
-
select
XPath select
-
escapeXml
boolean escapeXml
-
Class org.apache.taglibs.standard.tag.common.xml.ForEachTag extends LoopTagSupport implements Serializable
-
Serialized Fields
-
select
XPath select
-
context
XPathContext context
-
Class org.apache.taglibs.standard.tag.common.xml.IfTag extends ConditionalTagSupport implements Serializable
-
Serialized Fields
-
select
XPath select
-
Class org.apache.taglibs.standard.tag.common.xml.ParamSupport extends BodyTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.xml.ParseSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
xml
Object xml
-
systemId
String systemId
-
filter
XMLFilter filter
-
var
String var
-
varDom
String varDom
-
scope
int scope
-
scopeDom
int scopeDom
-
dbf
DocumentBuilderFactory dbf
-
db
DocumentBuilder db
-
tf
TransformerFactory tf
-
th
TransformerHandler th
-
Class org.apache.taglibs.standard.tag.common.xml.SetTag extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.xml.TransformSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
xml
Object xml
-
xmlSpecified
boolean xmlSpecified
-
xmlSystemId
String xmlSystemId
-
xslt
Object xslt
-
xsltSystemId
String xsltSystemId
-
result
Result result
-
var
String var
-
scope
int scope
-
t
Transformer t
-
tf
TransformerFactory tf
-
db
DocumentBuilder db
-
Class org.apache.taglibs.standard.tag.common.xml.WhenTag extends WhenTagSupport implements Serializable
-
Serialized Fields
-
select
XPath select
-
Package org.apache.taglibs.standard.tag.el.core
-
Class org.apache.taglibs.standard.tag.el.core.ForEachTag extends ForEachSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.ForTokensTag extends ForTokensSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.IfTag extends ConditionalTagSupport implements Serializable
-
Serialized Fields
-
test
String test
-
Class org.apache.taglibs.standard.tag.el.core.ImportTag extends ImportSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.OutTag extends OutSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.RedirectTag extends RedirectSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.SetTag extends SetSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.UrlTag extends UrlSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.core.WhenTag extends WhenTagSupport implements Serializable
-
Serialized Fields
-
test
String test
-
Package org.apache.taglibs.standard.tag.el.fmt
-
Class org.apache.taglibs.standard.tag.el.fmt.BundleTag extends BundleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag extends FormatDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag extends FormatNumberSupport implements Serializable
-
Serialized Fields
-
value_
String value_
-
type_
String type_
-
pattern_
String pattern_
-
currencyCode_
String currencyCode_
-
currencySymbol_
String currencySymbol_
-
groupingUsed_
String groupingUsed_
-
maxIntegerDigits_
String maxIntegerDigits_
-
minIntegerDigits_
String minIntegerDigits_
-
maxFractionDigits_
String maxFractionDigits_
-
minFractionDigits_
String minFractionDigits_
-
Class org.apache.taglibs.standard.tag.el.fmt.MessageTag extends MessageSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.ParamTag extends ParamSupport implements Serializable
-
Serialized Fields
-
value_
String value_
-
Class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag extends ParseDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag extends ParseNumberSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag extends RequestEncodingSupport implements Serializable
-
Serialized Fields
-
value_
String value_
-
Class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag extends SetBundleSupport implements Serializable
-
Serialized Fields
-
basename_
String basename_
-
Class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag extends SetLocaleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag extends SetTimeZoneSupport implements Serializable
-
Serialized Fields
-
value_
String value_
-
Class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag extends TimeZoneSupport implements Serializable
-
Serialized Fields
-
value_
String value_
-
Package org.apache.taglibs.standard.tag.el.sql
-
Class org.apache.taglibs.standard.tag.el.sql.DateParamTag extends DateParamTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.sql.ParamTag extends ParamTagSupport implements Serializable
-
Serialized Fields
-
valueEL
String valueEL
-
Class org.apache.taglibs.standard.tag.el.sql.QueryTag extends QueryTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag extends SetDataSourceTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.sql.TransactionTag extends TransactionTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.sql.UpdateTag extends UpdateTagSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.el.xml
-
Class org.apache.taglibs.standard.tag.el.xml.ExprTag extends ExprSupport implements Serializable
-
Serialized Fields
-
escapeXml_
String escapeXml_
-
Class org.apache.taglibs.standard.tag.el.xml.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.xml.ParseTag extends ParseSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.el.xml.TransformTag extends TransformSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.rt.core
-
Class org.apache.taglibs.standard.tag.rt.core.ForEachTag extends ForEachSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.ForTokensTag extends ForTokensSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.IfTag extends ConditionalTagSupport implements Serializable
-
Serialized Fields
-
test
boolean test
-
Class org.apache.taglibs.standard.tag.rt.core.ImportTag extends ImportSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.OutTag extends OutSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.RedirectTag extends RedirectSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.SetTag extends SetSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.UrlTag extends UrlSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.WhenTag extends WhenTagSupport implements Serializable
-
Serialized Fields
-
test
boolean test
-
Package org.apache.taglibs.standard.tag.rt.fmt
-
Class org.apache.taglibs.standard.tag.rt.fmt.BundleTag extends BundleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag extends FormatDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag extends FormatNumberSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.MessageTag extends MessageSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag extends ParseDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag extends ParseNumberSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag extends RequestEncodingSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag extends SetBundleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag extends SetLocaleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag extends SetTimeZoneSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag extends TimeZoneSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.rt.sql
-
Class org.apache.taglibs.standard.tag.rt.sql.DateParamTag extends DateParamTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.ParamTag extends ParamTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.QueryTag extends QueryTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag extends SetDataSourceTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.TransactionTag extends TransactionTagSupport implements Serializable
-
Serialized Fields
-
isolationRT
String isolationRT
-
Class org.apache.taglibs.standard.tag.rt.sql.UpdateTag extends UpdateTagSupport implements Serializable
-
Package org.apache.taglibs.standard.tag.rt.xml
-
Class org.apache.taglibs.standard.tag.rt.xml.ExprTag extends ExprSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.xml.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.xml.ParseTag extends ParseSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.xml.TransformTag extends TransformSupport implements Serializable
-
Package org.apache.wml.dom
-
Class org.apache.wml.dom.WMLAccessElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -235627181817012806L
-
Class org.apache.wml.dom.WMLAElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 2628169803370301255L
-
Class org.apache.wml.dom.WMLAnchorElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 5720492496046133176L
-
Class org.apache.wml.dom.WMLBElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -758504371498228671L
-
Class org.apache.wml.dom.WMLBigElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -8826061369691668904L
-
Class org.apache.wml.dom.WMLBrElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -5047802409550691268L
-
Class org.apache.wml.dom.WMLCardElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -3571126568344328924L
-
Class org.apache.wml.dom.WMLDocumentImpl extends DocumentImpl implements Serializable
- serialVersionUID:
- -6582904849512384104L
-
Class org.apache.wml.dom.WMLDoElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 7755861458464251322L
-
Class org.apache.wml.dom.WMLElementImpl extends ElementImpl implements Serializable
- serialVersionUID:
- 3440984702956371604L
-
Class org.apache.wml.dom.WMLEmElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 7962278391619830801L
-
Class org.apache.wml.dom.WMLFieldsetElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 6941811812235840705L
-
Class org.apache.wml.dom.WMLGoElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -2052250142899797905L
-
Class org.apache.wml.dom.WMLHeadElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 3311307374813188908L
-
Class org.apache.wml.dom.WMLIElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 5008873415065802109L
-
Class org.apache.wml.dom.WMLImgElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -500092034867051550L
-
Class org.apache.wml.dom.WMLInputElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 2897319793637966619L
-
Class org.apache.wml.dom.WMLMetaElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -2791663042188681846L
-
Class org.apache.wml.dom.WMLNoopElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -1581314434256075931L
-
Class org.apache.wml.dom.WMLOneventElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -4279215241146570871L
-
Class org.apache.wml.dom.WMLOptgroupElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 1592761119479339142L
-
Class org.apache.wml.dom.WMLOptionElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -3432299264888771937L
-
Class org.apache.wml.dom.WMLPElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 4263257796458499960L
-
Class org.apache.wml.dom.WMLPostfieldElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -1169432003991642980L
-
Class org.apache.wml.dom.WMLPrevElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -1545713716925433554L
-
Class org.apache.wml.dom.WMLRefreshElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 8781837880806459398L
-
Class org.apache.wml.dom.WMLSelectElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 6489112443257247261L
-
Class org.apache.wml.dom.WMLSetvarElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -1944519734782236471L
-
Class org.apache.wml.dom.WMLSmallElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 2654490940644799492L
-
Class org.apache.wml.dom.WMLStrongElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 8451363815747099580L
-
Class org.apache.wml.dom.WMLTableElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 7676208849347355339L
-
Class org.apache.wml.dom.WMLTdElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 6074218675876025710L
-
Class org.apache.wml.dom.WMLTemplateElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 4231732841621131049L
-
Class org.apache.wml.dom.WMLTimerElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 9055622169756832726L
-
Class org.apache.wml.dom.WMLTrElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -4304021232051604343L
-
Class org.apache.wml.dom.WMLUElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- 6350194387815102797L
-
Class org.apache.wml.dom.WMLWmlElementImpl extends WMLElementImpl implements Serializable
- serialVersionUID:
- -7008023851895920651L
-
Package org.apache.wss4j.common
-
Class org.apache.wss4j.common.WSSPolicyException extends Exception implements Serializable
- serialVersionUID:
- 5904800255533588133L
-
Package org.apache.wss4j.common.crypto
-
Class org.apache.wss4j.common.crypto.ThreadLocalSecurityProvider extends Provider implements Serializable
- serialVersionUID:
- 3556396671069994931L
-
Package org.apache.wss4j.common.ext
-
Class org.apache.wss4j.common.ext.WSSecurityException extends org.apache.xml.security.exceptions.XMLSecurityException implements Serializable
- serialVersionUID:
- 4703352039717763655L
-
Serialized Fields
-
errorCode
WSSecurityException.ErrorCode errorCode
-
Package org.apache.wss4j.common.kerberos
-
Class org.apache.wss4j.common.kerberos.KerberosTokenDecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Package org.apache.wss4j.common.principal
-
Class org.apache.wss4j.common.principal.CustomTokenPrincipal extends Object implements Serializable
- serialVersionUID:
- -7439821246832337774L
-
Class org.apache.wss4j.common.principal.PublicKeyPrincipalImpl extends Object implements Serializable
- serialVersionUID:
- -7662669773454821344L
-
Serialized Fields
-
publicKey
PublicKey publicKey
-
Class org.apache.wss4j.common.principal.SAMLTokenPrincipalImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
samlAssertion
SamlAssertionWrapper samlAssertion
-
Class org.apache.wss4j.common.principal.WSDerivedKeyTokenPrincipal extends Object implements Serializable
- serialVersionUID:
- -8576876885462234466L
-
Class org.apache.wss4j.common.principal.WSUsernameTokenPrincipalImpl extends Object implements Serializable
- serialVersionUID:
- 5608648208455259722L
-
Package org.apache.wss4j.common.util
-
Class org.apache.wss4j.common.util.Mapping extends Object implements Serializable
- serialVersionUID:
- 4598721541118599293L
-
Package org.apache.wss4j.dom
-
Class org.apache.wss4j.dom.SOAP11Constants extends Object implements Serializable
- serialVersionUID:
- 3809268485386395322L
-
Class org.apache.wss4j.dom.SOAP12Constants extends Object implements Serializable
- serialVersionUID:
- 3784866613259361834L
-
Package org.apache.wss4j.dom.engine
-
Class org.apache.wss4j.dom.engine.WSSecurityEngineResult extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 8877354445092724300L
-
Package org.apache.wss4j.dom.transform
-
Class org.apache.wss4j.dom.transform.AttachmentCompleteSignatureTransformProvider extends Provider implements Serializable
- serialVersionUID:
- -9148982936620100249L
-
Class org.apache.wss4j.dom.transform.AttachmentContentSignatureTransformProvider extends Provider implements Serializable
- serialVersionUID:
- -9148982936620100249L
-
Class org.apache.wss4j.dom.transform.STRTransformProvider extends Provider implements Serializable
- serialVersionUID:
- -9148982936620100249L
-
Package org.apache.wss4j.dom.util
-
Class org.apache.wss4j.dom.util.XmlSchemaDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 5152684993503882396L
-
Package org.apache.wss4j.policy.stax
-
Class org.apache.wss4j.policy.stax.PolicyViolationException extends WSSPolicyException implements Serializable
- serialVersionUID:
- 4162351775688661849L
-
Package org.apache.wss4j.stax.ext
-
Class org.apache.wss4j.stax.ext.WSSConfigurationException extends WSSecurityException implements Serializable
- serialVersionUID:
- 689628294822027113L
-
Package org.apache.xalan.client
-
Class org.apache.xalan.client.XSLTProcessorApplet extends Applet implements Serializable
- serialVersionUID:
- 4618876841979251422L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream inStream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
Serialized Fields
-
m_styleURL
String m_styleURL
-
m_documentURL
String m_documentURL
-
PARAM_styleURL
String PARAM_styleURL
-
PARAM_documentURL
String PARAM_documentURL
-
m_styleURLOfCached
String m_styleURLOfCached
-
m_documentURLOfCached
String m_documentURLOfCached
-
m_codeBase
URL m_codeBase
Save this for use on the worker thread; may not be necessary.
-
m_treeURL
String m_treeURL
-
m_documentBase
URL m_documentBase
DocumentBase URL
-
Package org.apache.xalan.processor
-
Class org.apache.xalan.processor.ProcessorCharacters extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- 8632900007814162650L
-
Serialized Fields
-
m_firstBackPointer
Node m_firstBackPointer
-
m_accumulator
StringBuffer m_accumulator
Accumulate characters, until a non-whitespace event has
occured.
-
m_xslTextElement
ElemText m_xslTextElement
The xsl:text processor will call this to set a
preserve space state.
-
Class org.apache.xalan.processor.ProcessorExsltFuncResult extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 6451230911473482423L
-
Class org.apache.xalan.processor.ProcessorExsltFunction extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 2411427965578315332L
-
Class org.apache.xalan.processor.ProcessorImport extends ProcessorInclude implements Serializable
- serialVersionUID:
- -8247537698214245237L
-
Class org.apache.xalan.processor.ProcessorInclude extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -4570078731972673481L
-
Serialized Fields
-
m_href
String m_href
The base URL of the XSL document.
-
Class org.apache.xalan.processor.ProcessorLRE extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- -1490218021772101404L
-
Class org.apache.xalan.processor.ProcessorStylesheetDoc extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -1661497592836231844L
-
Class org.apache.xalan.processor.ProcessorStylesheetElement extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- -877798927447840792L
-
Class org.apache.xalan.processor.ProcessorTemplateElem extends XSLTElementProcessor implements Serializable
- serialVersionUID:
- 8344994001943407235L
-
Class org.apache.xalan.processor.ProcessorText extends ProcessorTemplateElem implements Serializable
- serialVersionUID:
- 5170229307201307523L
-
Class org.apache.xalan.processor.ProcessorUnknown extends ProcessorLRE implements Serializable
- serialVersionUID:
- 600521151487682248L
-
Class org.apache.xalan.processor.WhitespaceInfoPaths extends WhiteSpaceInfo implements Serializable
- serialVersionUID:
- 5954766719577516723L
-
Class org.apache.xalan.processor.XSLTElementProcessor extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5597421564955304421L
-
Serialized Fields
-
m_savedLastOrder
IntStack m_savedLastOrder
-
m_elemDef
XSLTElementDef m_elemDef
The element definition that this processor conforms to.
-
Package org.apache.xalan.templates
-
Class org.apache.xalan.templates.AVT extends Object implements Serializable
- serialVersionUID:
- 5167607155517042691L
-
Serialized Fields
-
m_simpleString
String m_simpleString
If the AVT is not complex, just hold the simple string.
-
m_parts
Vector<E> m_parts
If the AVT is complex, hold a Vector of AVTParts.
-
m_rawName
String m_rawName
The name of the attribute.
-
m_name
String m_name
The name of the attribute.
-
m_uri
String m_uri
The namespace URI of the owning attribute.
-
Class org.apache.xalan.templates.AVTPart extends Object implements Serializable
- serialVersionUID:
- -1747749903613916025L
-
Class org.apache.xalan.templates.AVTPartSimple extends AVTPart implements Serializable
- serialVersionUID:
- -3744957690598727913L
-
Serialized Fields
-
m_val
String m_val
Simple string value;
-
Class org.apache.xalan.templates.AVTPartXPath extends AVTPart implements Serializable
- serialVersionUID:
- -4460373807550527675L
-
Serialized Fields
-
m_xpath
XPath m_xpath
The XPath object contained in this part.
-
Class org.apache.xalan.templates.DecimalFormatProperties extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6559409339256269446L
-
Serialized Fields
-
m_dfs
DecimalFormatSymbols m_dfs
An instance of DecimalFormatSymbols for this element.
-
m_qname
QName m_qname
If there is a name attribute, then the element declares a named
decimal-format; otherwise, it declares the default decimal-format.
-
Class org.apache.xalan.templates.ElemApplyImport extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 3764728663373024038L
-
Class org.apache.xalan.templates.ElemApplyTemplates extends ElemCallTemplate implements Serializable
- serialVersionUID:
- 2903125371542621004L
-
Serialized Fields
-
m_mode
QName m_mode
mode %qname; #IMPLIED
-
m_isDefaultTemplate
boolean m_isDefaultTemplate
Tells if this belongs to a default template,
in which case it will act different with
regard to processing modes.
- See Also:
- built-in-rule in XSLT Specification
-
Class org.apache.xalan.templates.ElemAttribute extends ElemElement implements Serializable
- serialVersionUID:
- 8817220961566919187L
-
Class org.apache.xalan.templates.ElemAttributeSet extends ElemUse implements Serializable
- serialVersionUID:
- -426740318278164496L
-
Serialized Fields
-
m_qname
QName m_qname
The name attribute specifies the name of the attribute set.
-
Class org.apache.xalan.templates.ElemCallTemplate extends ElemForEach implements Serializable
- serialVersionUID:
- 5009634612916030591L
-
Serialized Fields
-
m_templateName
QName m_templateName
An xsl:call-template element invokes a template by name;
it has a required name attribute that identifies the template to be invoked.
-
m_template
ElemTemplate m_template
The template which is named by QName.
-
m_paramElems
ElemWithParam[] m_paramElems
Vector of xsl:param elements associated with this element.
-
Class org.apache.xalan.templates.ElemChoose extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -3070117361903102033L
-
Class org.apache.xalan.templates.ElemComment extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -8813199122875770142L
-
Class org.apache.xalan.templates.ElemCopy extends ElemUse implements Serializable
- serialVersionUID:
- 5478580783896941384L
-
Class org.apache.xalan.templates.ElemCopyOf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -7433828829497411127L
-
Serialized Fields
-
m_selectExpression
XPath m_selectExpression
The required select attribute contains an expression.
-
Class org.apache.xalan.templates.ElemElement extends ElemUse implements Serializable
- serialVersionUID:
- -324619535592435183L
-
Serialized Fields
-
m_name_avt
AVT m_name_avt
The name attribute is interpreted as an attribute value template.
It is an error if the string that results from instantiating the
attribute value template is not a QName.
-
m_namespace_avt
AVT m_namespace_avt
If the namespace attribute is present, then it also is interpreted
as an attribute value template. The string that results from
instantiating the attribute value template should be a URI reference.
It is not an error if the string is not a syntactically legal URI reference.
-
Class org.apache.xalan.templates.ElemEmpty extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 7544753713671472252L
-
Class org.apache.xalan.templates.ElemExsltFuncResult extends ElemVariable implements Serializable
- serialVersionUID:
- -3478311949388304563L
-
Serialized Fields
-
m_isResultSet
boolean m_isResultSet
-
m_result
XObject m_result
-
m_callerFrameSize
int m_callerFrameSize
-
Class org.apache.xalan.templates.ElemExsltFunction extends ElemTemplate implements Serializable
- serialVersionUID:
- 272154954793534771L
-
Class org.apache.xalan.templates.ElemExtensionCall extends ElemLiteralResult implements Serializable
- serialVersionUID:
- 3171339708500216920L
-
Serialized Fields
-
m_extns
String m_extns
The Namespace URI for this extension call element.
-
m_lang
String m_lang
Language used by extension.
-
m_srcURL
String m_srcURL
URL pointing to extension.
-
m_scriptSrc
String m_scriptSrc
Source for script.
-
m_decl
ElemExtensionDecl m_decl
Declaration for Extension element.
-
Class org.apache.xalan.templates.ElemExtensionDecl extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -4692738885172766789L
-
Serialized Fields
-
m_prefix
String m_prefix
Prefix string for this extension element.
-
m_functions
StringVector m_functions
StringVector holding the names of functions defined in this extension.
-
m_elements
StringVector m_elements
StringVector of elements defined in this extension.
-
Class org.apache.xalan.templates.ElemExtensionScript extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6995978265966057744L
-
Class org.apache.xalan.templates.ElemFallback extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1782962139867340703L
-
Class org.apache.xalan.templates.ElemForEach extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 6018140636363583690L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream os)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
Serialized Fields
-
m_doc_cache_off
boolean m_doc_cache_off
This is set by an "xalan-doc-cache-off" pi, or the old "xalan:doc-cache-off" pi.
The old form of the PI only works for XML parsers that are not namespace aware.
It tells the engine that
documents created in the location paths executed by this element
will not be reparsed. It's set by StylesheetHandler during
construction. Note that this feature applies _only_ to xsl:for-each
elements in its current incarnation; a more general cache management
solution is desperately needed.
-
m_selectExpression
Expression m_selectExpression
The "select" expression.
-
m_xpath
XPath m_xpath
Used to fix bug#16889
Store XPath away for later processing.
-
m_sortElems
Vector<E> m_sortElems
Vector containing the xsl:sort elements associated with this element.
-
Class org.apache.xalan.templates.ElemIf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 2158774632427453022L
-
Serialized Fields
-
m_test
XPath m_test
The xsl:if element must have a test attribute, which specifies an expression.
-
Class org.apache.xalan.templates.ElemLiteralResult extends ElemUse implements Serializable
- serialVersionUID:
- -8703409074421657260L
-
Serialized Fields
-
isLiteralResultAsStylesheet
boolean isLiteralResultAsStylesheet
Tells if this element represents a root element
that is also the stylesheet element.
TODO: This should be a derived class.
-
m_avts
List<E> m_avts
The created element node will have the attribute nodes
that were present on the element node in the stylesheet tree,
other than attributes with names in the XSLT namespace.
-
m_xslAttr
List<E> m_xslAttr
List of attributes with the XSLT namespace.
-
m_namespace
String m_namespace
The namespace of the element to be created.
-
m_localName
String m_localName
The local name of the element to be created.
-
m_rawName
String m_rawName
The raw name of the element to be created.
-
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs.
-
m_version
String m_version
The XSLT version as specified by this element.
-
m_excludeResultPrefixes
StringVector m_excludeResultPrefixes
The "exclude-result-prefixes" property.
-
Class org.apache.xalan.templates.ElemMessage extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1530472462155060023L
-
Serialized Fields
-
m_terminate
boolean m_terminate
If the terminate attribute has the value yes, then the
XSLT transformer should terminate processing after sending
the message. The default value is no.
-
Class org.apache.xalan.templates.ElemNumber extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 8118472298274407610L
-
Serialized Fields
-
m_alphaCountTable
CharArrayWrapper m_alphaCountTable
Chars for converting integers into alpha counts.
- See Also:
TransformerImpl#int2alphaCount
-
m_countMatchPattern
XPath m_countMatchPattern
Only nodes are counted that match this pattern.
-
m_fromMatchPattern
XPath m_fromMatchPattern
Specifies where to count from.
For level="single" or level="multiple":
Only ancestors that are searched are
those that are descendants of the nearest ancestor that matches
the from pattern.
For level="any:
Only nodes after the first node before the
current node that match the from pattern are considered.
-
m_level
int m_level
When level="single", it goes up to the first node in the ancestor-or-self axis
that matches the count pattern, and constructs a list of length one containing
one plus the number of preceding siblings of that ancestor that match the count
pattern. If there is no such ancestor, it constructs an empty list. If the from
attribute is specified, then the only ancestors that are searched are those
that are descendants of the nearest ancestor that matches the from pattern.
Preceding siblings has the same meaning here as with the preceding-sibling axis.
When level="multiple", it constructs a list of all ancestors of the current node
in document order followed by the element itself; it then selects from the list
those nodes that match the count pattern; it then maps each node in the list to
one plus the number of preceding siblings of that node that match the count pattern.
If the from attribute is specified, then the only ancestors that are searched are
those that are descendants of the nearest ancestor that matches the from pattern.
Preceding siblings has the same meaning here as with the preceding-sibling axis.
When level="any", it constructs a list of length one containing the number of
nodes that match the count pattern and belong to the set containing the current
node and all nodes at any level of the document that are before the current node
in document order, excluding any namespace and attribute nodes (in other words
the union of the members of the preceding and ancestor-or-self axes). If the
from attribute is specified, then only nodes after the first node before the
current node that match the from pattern are considered.
-
m_valueExpr
XPath m_valueExpr
The value attribute contains an expression. The expression is evaluated
and the resulting object is converted to a number as if by a call to the
number function.
-
m_format_avt
AVT m_format_avt
The "format" attribute is used to control conversion of a list of
numbers into a string.
- See Also:
- convert in XSLT Specification
-
m_lang_avt
AVT m_lang_avt
When numbering with an alphabetic sequence, the lang attribute
specifies which language's alphabet is to be used.
-
m_lettervalue_avt
AVT m_lettervalue_avt
The letter-value attribute disambiguates between numbering
sequences that use letters.
-
m_groupingSeparator_avt
AVT m_groupingSeparator_avt
The grouping-separator attribute gives the separator
used as a grouping (e.g. thousands) separator in decimal
numbering sequences.
-
m_groupingSize_avt
AVT m_groupingSize_avt
The optional grouping-size specifies the size (normally 3) of the grouping.
-
Class org.apache.xalan.templates.ElemOtherwise extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1863944560970181395L
-
Class org.apache.xalan.templates.ElemParam extends ElemVariable implements Serializable
- serialVersionUID:
- -1131781475589006431L
-
Serialized Fields
-
m_qnameID
int m_qnameID
-
Class org.apache.xalan.templates.ElemPI extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5621976448020889825L
-
Serialized Fields
-
m_name_atv
AVT m_name_atv
The xsl:processing-instruction element has a required name
attribute that specifies the name of the processing instruction node.
The value of the name attribute is interpreted as an
attribute value template.
-
Class org.apache.xalan.templates.ElemSort extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -4991510257335851938L
-
Serialized Fields
-
m_selectExpression
XPath m_selectExpression
xsl:sort has a select attribute whose value is an expression.
-
m_lang_avt
AVT m_lang_avt
lang specifies the language of the sort keys.
-
m_dataType_avt
AVT m_dataType_avt
data-type specifies the data type of the
strings to be sorted.
-
m_order_avt
AVT m_order_avt
order specifies whether the strings should be sorted in ascending
or descending order.
-
m_caseorder_avt
AVT m_caseorder_avt
case-order has the value upper-first or lower-first.
The default value is language dependent.
-
Class org.apache.xalan.templates.ElemTemplate extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -5283056789965384058L
-
Serialized Fields
-
m_publicId
String m_publicId
The public identifier for the current document event.
-
m_systemId
String m_systemId
The system identifier for the current document event.
-
m_stylesheet
Stylesheet m_stylesheet
The owning stylesheet.
(Should this only be put on the template element, to
conserve space?)
-
m_matchPattern
XPath m_matchPattern
The match attribute is a Pattern that identifies the source
node or nodes to which the rule applies.
-
m_name
QName m_name
An xsl:template element with a name attribute specifies a named template.
-
m_mode
QName m_mode
Modes allow an element to be processed multiple times,
each time producing a different result.
-
m_priority
double m_priority
The priority of a template rule is specified by the priority
attribute on the template rule.
-
m_frameSize
int m_frameSize
The stack frame size for this template, which is equal to the maximum number
of params and variables that can be declared in the template at one time.
-
m_inArgsSize
int m_inArgsSize
The size of the portion of the stack frame that can hold parameter
arguments.
-
m_argsQNameIDs
int[] m_argsQNameIDs
List of namespace/local-name pairs, DTM style, that are unique
qname identifiers for the arguments. The position of a given qname
in the list is the argument ID, and thus the position in the stack
frame.
-
Class org.apache.xalan.templates.ElemTemplateElement extends UnImplNode implements Serializable
- serialVersionUID:
- 4440018597841834447L
-
Serialized Fields
-
m_lineNumber
int m_lineNumber
line number where the current document event ends.
-
m_endLineNumber
int m_endLineNumber
line number where the current document event ends.
-
m_columnNumber
int m_columnNumber
the column number where the current document event ends.
-
m_endColumnNumber
int m_endColumnNumber
the column number where the current document event ends.
-
m_defaultSpace
boolean m_defaultSpace
Tell if this element has the default space handling
turned off or on according to the xml:space attribute.
-
m_hasTextLitOnly
boolean m_hasTextLitOnly
Tell if this element only has one text child, for optimization purposes.
-
m_hasVariableDecl
boolean m_hasVariableDecl
Tell if this element only has one text child, for optimization purposes.
-
m_declaredPrefixes
List<E> m_declaredPrefixes
The list of namespace declarations for this element only.
-
m_prefixTable
List<E> m_prefixTable
The table of XMLNSDecl
s for this element
and all parent elements, screened for excluded prefixes.
-
m_docOrderNumber
int m_docOrderNumber
The *relative* document order number of this element.
-
m_parentNode
ElemTemplateElement m_parentNode
Parent node.
-
m_nextSibling
ElemTemplateElement m_nextSibling
Next sibling.
-
m_firstChild
ElemTemplateElement m_firstChild
First child.
-
Class org.apache.xalan.templates.ElemText extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 1383140876182316711L
-
Serialized Fields
-
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping.
-
Class org.apache.xalan.templates.ElemTextLiteral extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -7872620006767660088L
-
Serialized Fields
-
m_preserveSpace
boolean m_preserveSpace
Tell if space should be preserved.
-
m_ch
char[] m_ch
The character array.
-
m_str
String m_str
The character array as a string.
-
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping.
-
Class org.apache.xalan.templates.ElemUnknown extends ElemLiteralResult implements Serializable
- serialVersionUID:
- -4573981712648730168L
-
Class org.apache.xalan.templates.ElemUse extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5830057200289299736L
-
Serialized Fields
-
m_attributeSetsNames
QName[] m_attributeSetsNames
The value of the "use-attribute-sets" attribute.
-
Class org.apache.xalan.templates.ElemValueOf extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 3490728458007586786L
-
Serialized Fields
-
m_selectExpression
XPath m_selectExpression
The select expression to be executed.
-
m_isDot
boolean m_isDot
True if the pattern is a simple ".".
-
m_disableOutputEscaping
boolean m_disableOutputEscaping
Tells if this element should disable escaping.
-
Class org.apache.xalan.templates.ElemVariable extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 9111131075322790061L
-
Serialized Fields
-
m_index
int m_index
This is the index into the stack frame.
-
m_frameSize
int m_frameSize
The stack frame size for this variable if it is a global variable
that declares an RTF, which is equal to the maximum number
of variables that can be declared in the variable at one time.
-
m_selectPattern
XPath m_selectPattern
The value of the "select" attribute.
-
m_qname
QName m_qname
The value of the "name" attribute.
-
m_isTopLevel
boolean m_isTopLevel
Tells if this is a top-level variable or param, or not.
-
Class org.apache.xalan.templates.ElemVariablePsuedo extends ElemVariable implements Serializable
- serialVersionUID:
- 692295692732588486L
-
Serialized Fields
-
m_lazyVar
XUnresolvedVariableSimple m_lazyVar
-
Class org.apache.xalan.templates.ElemWhen extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 5984065730262071360L
-
Serialized Fields
-
m_test
XPath m_test
Each xsl:when element has a single attribute, test,
which specifies an expression.
-
Class org.apache.xalan.templates.ElemWithParam extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -1070355175864326257L
-
Serialized Fields
-
m_index
int m_index
This is the index to the stack frame being called, not the
stack frame that contains this element.
-
m_selectPattern
XPath m_selectPattern
The "select" attribute, which specifies the value of the
argument, if element content is not specified.
-
m_qname
QName m_qname
The required name attribute specifies the name of the
parameter (the variable the value of whose binding is
to be replaced). The value of the name attribute is a QName,
which is expanded as described in [2.4 Qualified Names].
-
m_qnameID
int m_qnameID
-
Class org.apache.xalan.templates.FuncDocument extends Function2Args implements Serializable
- serialVersionUID:
- 2483304325971281424L
-
Class org.apache.xalan.templates.FuncFormatNumb extends Function3Args implements Serializable
- serialVersionUID:
- -8869935264870858636L
-
Class org.apache.xalan.templates.FuncKey extends Function2Args implements Serializable
- serialVersionUID:
- 9089293100115347340L
-
Class org.apache.xalan.templates.KeyDeclaration extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 7724030248631137918L
-
Class org.apache.xalan.templates.NamespaceAlias extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 456173966637810718L
-
Serialized Fields
-
m_StylesheetPrefix
String m_StylesheetPrefix
The "stylesheet-prefix" attribute.
-
m_StylesheetNamespace
String m_StylesheetNamespace
The namespace in the stylesheet space.
-
m_ResultPrefix
String m_ResultPrefix
The "result-prefix" attribute.
-
m_ResultNamespace
String m_ResultNamespace
The result namespace.
-
Class org.apache.xalan.templates.OutputProperties extends ElemTemplateElement implements Serializable
- serialVersionUID:
- -6975274363881785488L
-
Serialized Fields
-
m_properties
Properties m_properties
The output properties.
-
Class org.apache.xalan.templates.Stylesheet extends ElemTemplateElement implements Serializable
- serialVersionUID:
- 2085337282743043776L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
TransformerException
Read the stylesheet from a serialization stream.
- Throws:
IOException
TransformerException
-
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
Write out the given output stream
- Throws:
IOException
-
Serialized Fields
-
m_XmlnsXsl
String m_XmlnsXsl
The "xmlns:xsl" property.
-
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
The "extension-element-prefixes" property, actually contains URIs.
-
m_ExcludeResultPrefixs
StringVector m_ExcludeResultPrefixs
The "exclude-result-prefixes" property.
-
m_Id
String m_Id
The "id" property.
-
m_Version
String m_Version
The "version" property.
-
m_isCompatibleMode
boolean m_isCompatibleMode
Whether or not the stylesheet is in "Forward Compatibility Mode"
-
m_imports
Vector<E> m_imports
The "xsl:import" list.
-
m_includes
Vector<E> m_includes
The "xsl:include" properties.
-
m_DecimalFormatDeclarations
Stack<E> m_DecimalFormatDeclarations
Table of tables of element decimal-format.
- See Also:
DecimalFormatProperties
-
m_whitespaceStrippingElements
Vector<E> m_whitespaceStrippingElements
The "xsl:strip-space" properties,
A lookup table of all space stripping elements.
-
m_whitespacePreservingElements
Vector<E> m_whitespacePreservingElements
The "xsl:preserve-space" property,
A lookup table of all space preserving elements.
-
m_output
Vector<E> m_output
The "xsl:output" properties. This is a vector of OutputProperties objects.
-
m_keyDeclarations
Vector<E> m_keyDeclarations
The "xsl:key" property.
-
m_attributeSets
Vector<E> m_attributeSets
The "xsl:attribute-set" property.
-
m_topLevelVariables
Vector<E> m_topLevelVariables
The "xsl:variable" and "xsl:param" properties.
-
m_templates
Vector<E> m_templates
The "xsl:template" properties.
-
m_prefix_aliases
Vector<E> m_prefix_aliases
The "xsl:namespace-alias" properties.
-
m_NonXslTopLevel
Hashtable<K,V> m_NonXslTopLevel
The "non-xsl-top-level" properties.
-
m_href
String m_href
The base URL of the XSL document.
-
m_publicId
String m_publicId
The doctype-public element.
-
m_systemId
String m_systemId
The doctype-system element.
-
m_stylesheetRoot
StylesheetRoot m_stylesheetRoot
The root of the stylesheet, where all the tables common
to all stylesheets are kept.
-
m_stylesheetParent
Stylesheet m_stylesheetParent
The parent of the stylesheet. This will be null if this
is the root stylesheet.
-
Class org.apache.xalan.templates.StylesheetComposed extends Stylesheet implements Serializable
- serialVersionUID:
- -3444072247410233923L
-
Serialized Fields
-
m_importNumber
int m_importNumber
Order in import chain.
-
m_importCountComposed
int m_importCountComposed
The precedence of this stylesheet in the global import list.
The lowest precedence stylesheet is 0. A higher
number has a higher precedence.
-
m_endImportCountComposed
int m_endImportCountComposed
-
Class org.apache.xalan.templates.StylesheetRoot extends StylesheetComposed implements Serializable
- serialVersionUID:
- 3875353123529147855L
-
Serialized Fields
-
m_optimizer
boolean m_optimizer
The flag for the setting of the optimize feature;
-
m_incremental
boolean m_incremental
The flag for the setting of the incremental feature;
-
m_source_location
boolean m_source_location
The flag for the setting of the source_location feature;
-
m_isSecureProcessing
boolean m_isSecureProcessing
State of the secure processing feature.
-
m_availElems
HashMap<K,V> m_availElems
The schema used when creating this StylesheetRoot
-
m_globalImportList
StylesheetComposed[] m_globalImportList
The combined list of imports. The stylesheet with the highest
import precedence will be at element 0. The one with the lowest
import precedence will be at element length - 1.
-
m_outputProperties
OutputProperties m_outputProperties
This will be set up with the default values, and then the values
will be set as stylesheets are encountered.
-
m_outputMethodSet
boolean m_outputMethodSet
Flag indicating whether an output method has been set by the user.
-
m_attrSets
HashMap<K,V> m_attrSets
Composed set of all included and imported attribute set properties.
Each entry is a vector of ElemAttributeSet objects.
-
m_decimalFormatSymbols
Hashtable<K,V> m_decimalFormatSymbols
Table of DecimalFormatSymbols, keyed by QName.
-
m_keyDecls
Vector<E> m_keyDecls
A list of all key declarations visible from this stylesheet and all
lesser stylesheets.
-
m_namespaceAliasComposed
Hashtable<K,V> m_namespaceAliasComposed
Composed set of all namespace aliases.
-
m_templateList
TemplateList m_templateList
The "xsl:template" properties.
-
m_variables
Vector<E> m_variables
Composed set of all variables and params.
-
m_whiteSpaceInfoList
TemplateList m_whiteSpaceInfoList
A list of properties that specify how to do space
stripping. This uses the same exact mechanism as Templates.
-
m_defaultTextRule
ElemTemplate m_defaultTextRule
The default template to use for text nodes if we don't find
anything else. This is initialized in initDefaultRule().
-
m_defaultRule
ElemTemplate m_defaultRule
The default template to use if we don't find anything
else. This is initialized in initDefaultRule().
-
m_defaultRootRule
ElemTemplate m_defaultRootRule
The default template to use for the root if we don't find
anything else. This is initialized in initDefaultRule().
We kind of need this because the defaultRule isn't good
enough because it doesn't supply a document context.
For now, I default the root document element to "HTML".
Don't know if this is really a good idea or not.
I suspect it is not.
-
m_startRule
ElemTemplate m_startRule
The start rule to kick off the transformation.
-
m_selectDefault
XPath m_selectDefault
Used for default selection.
-
m_extensionHandlerClass
String m_extensionHandlerClass
-
Class org.apache.xalan.templates.TemplateList extends Object implements Serializable
- serialVersionUID:
- 5803675288911728791L
-
Serialized Fields
-
m_namedTemplates
Hashtable<K,V> m_namedTemplates
Keyed on string macro names, and holding values
that are macro elements in the XSL DOM tree.
Initialized in initMacroLookupTable, and used in
findNamedTemplate.
-
m_patternTable
Hashtable<K,V> m_patternTable
This table is keyed on the target elements
of patterns, and contains linked lists of
the actual patterns that match the target element
to some degree of specifity.
-
m_wildCardPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_wildCardPatterns
Wildcard patterns.
-
m_textPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_textPatterns
Text Patterns.
-
m_docPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_docPatterns
Root document Patterns.
-
m_commentPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_commentPatterns
Comment Patterns.
-
Class org.apache.xalan.templates.WhiteSpaceInfo extends ElemTemplate implements Serializable
- serialVersionUID:
- 6389208261999943836L
-
Serialized Fields
-
m_shouldStripSpace
boolean m_shouldStripSpace
Flag indicating whether whitespaces should be stripped.
-
Class org.apache.xalan.templates.XMLNSDecl extends Object implements Serializable
- serialVersionUID:
- 6710237366877605097L
-
Class org.apache.xalan.templates.XUnresolvedVariable extends XObject implements Serializable
- serialVersionUID:
- -256779804767950188L
-
Serialized Fields
-
m_isGlobal
boolean m_isGlobal
true if this variable or parameter is a global.
-
Class org.apache.xalan.templates.XUnresolvedVariableSimple extends XObject implements Serializable
- serialVersionUID:
- -1224413807443958985L
-
Package org.apache.xalan.transformer
-
Class org.apache.xalan.transformer.CountersTable extends Hashtable implements Serializable
- serialVersionUID:
- 2159100770924179875L
-
Class org.apache.xalan.transformer.KeyIterator extends OneStepIteratorForward implements Serializable
- serialVersionUID:
- -1349109910100249661L
-
Class org.apache.xalan.transformer.KeyRefIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- 3837456451659435102L
-
Serialized Fields
-
m_keysNodes
DTMIterator m_keysNodes
-
m_ref
XMLString m_ref
-
m_name
QName m_name
-
m_keyDeclarations
Vector<E> m_keyDeclarations
Vector of Key declarations in the stylesheet.
-
Package org.apache.xalan.xsltc
-
Class org.apache.xalan.xsltc.TransletException extends SAXException implements Serializable
- serialVersionUID:
- -878916829521217293L
-
Package org.apache.xalan.xsltc.cmdline.getopt
-
Class org.apache.xalan.xsltc.cmdline.getopt.GetOptsException extends Exception implements Serializable
- serialVersionUID:
- 8736874967183039804L
-
Package org.apache.xalan.xsltc.compiler
-
Class org.apache.xalan.xsltc.compiler.CompilerException extends Exception implements Serializable
- serialVersionUID:
- 1732939618562742663L
-
Serialized Fields
-
_msg
String _msg
-
Package org.apache.xalan.xsltc.compiler.util
-
Class org.apache.xalan.xsltc.compiler.util.AttributeSetMethodGenerator extends MethodGenerator implements Serializable
-
Serialized Fields
-
_aloadDom
org.apache.bcel.generic.Instruction _aloadDom
-
_astoreDom
org.apache.bcel.generic.Instruction _astoreDom
-
_astoreIterator
org.apache.bcel.generic.Instruction _astoreIterator
-
_aloadIterator
org.apache.bcel.generic.Instruction _aloadIterator
-
_astoreHandler
org.apache.bcel.generic.Instruction _astoreHandler
-
_aloadHandler
org.apache.bcel.generic.Instruction _aloadHandler
-
Class org.apache.xalan.xsltc.compiler.util.ClassGenerator extends org.apache.bcel.generic.ClassGen implements Serializable
-
Serialized Fields
-
Class org.apache.xalan.xsltc.compiler.util.CompareGenerator extends MethodGenerator implements Serializable
-
Serialized Fields
-
ITERATOR_INDEX
int ITERATOR_INDEX
-
_iloadCurrent
org.apache.bcel.generic.Instruction _iloadCurrent
-
_istoreCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
-
_aloadDom
org.apache.bcel.generic.Instruction _aloadDom
-
_iloadLast
org.apache.bcel.generic.Instruction _iloadLast
-
_aloadIterator
org.apache.bcel.generic.Instruction _aloadIterator
-
_astoreIterator
org.apache.bcel.generic.Instruction _astoreIterator
-
Class org.apache.xalan.xsltc.compiler.util.FilterGenerator extends ClassGenerator implements Serializable
-
Serialized Fields
-
_aloadTranslet
org.apache.bcel.generic.Instruction _aloadTranslet
-
Class org.apache.xalan.xsltc.compiler.util.InternalError extends Error implements Serializable
-
Class org.apache.xalan.xsltc.compiler.util.MatchGenerator extends MethodGenerator implements Serializable
-
Serialized Fields
-
_iteratorIndex
int _iteratorIndex
-
_iloadCurrent
org.apache.bcel.generic.Instruction _iloadCurrent
-
_istoreCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
-
_aloadDom
org.apache.bcel.generic.Instruction _aloadDom
-
Class org.apache.xalan.xsltc.compiler.util.MethodGenerator extends org.apache.bcel.generic.MethodGen implements Serializable
-
Serialized Fields
-
_mapTypeSub
org.apache.bcel.generic.InstructionList _mapTypeSub
-
_iloadCurrent
org.apache.bcel.generic.Instruction _iloadCurrent
-
_istoreCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
-
_astoreHandler
org.apache.bcel.generic.Instruction _astoreHandler
-
_aloadHandler
org.apache.bcel.generic.Instruction _aloadHandler
-
_astoreIterator
org.apache.bcel.generic.Instruction _astoreIterator
-
_aloadIterator
org.apache.bcel.generic.Instruction _aloadIterator
-
_aloadDom
org.apache.bcel.generic.Instruction _aloadDom
-
_astoreDom
org.apache.bcel.generic.Instruction _astoreDom
-
_startElement
org.apache.bcel.generic.Instruction _startElement
-
_endElement
org.apache.bcel.generic.Instruction _endElement
-
_startDocument
org.apache.bcel.generic.Instruction _startDocument
-
_endDocument
org.apache.bcel.generic.Instruction _endDocument
-
_attribute
org.apache.bcel.generic.Instruction _attribute
-
_uniqueAttribute
org.apache.bcel.generic.Instruction _uniqueAttribute
-
_namespace
org.apache.bcel.generic.Instruction _namespace
-
_setStartNode
org.apache.bcel.generic.Instruction _setStartNode
-
_reset
org.apache.bcel.generic.Instruction _reset
-
_nextNode
org.apache.bcel.generic.Instruction _nextNode
-
_slotAllocator
org.apache.xalan.xsltc.compiler.util.SlotAllocator _slotAllocator
-
_allocatorInit
boolean _allocatorInit
-
_localVariableRegistry
MethodGenerator.LocalVariableRegistry _localVariableRegistry
-
_preCompiled
Hashtable<K,V> _preCompiled
A mapping between patterns and instruction lists used by
test sequences to avoid compiling the same pattern multiple
times. Note that patterns whose kernels are "*", "node()"
and "@*" can between shared by test sequences.
-
m_totalChunks
int m_totalChunks
Track the number of outlineable chunks seen.
-
m_openChunks
int m_openChunks
Track the number of outlineable chunks started but not yet ended. Used
to detect imbalances in byte code generation.
-
Class org.apache.xalan.xsltc.compiler.util.MultiHashtable extends Hashtable implements Serializable
- serialVersionUID:
- -6151608290510033572L
-
Class org.apache.xalan.xsltc.compiler.util.NamedMethodGenerator extends MethodGenerator implements Serializable
-
Class org.apache.xalan.xsltc.compiler.util.NodeCounterGenerator extends ClassGenerator implements Serializable
-
Serialized Fields
-
_aloadTranslet
org.apache.bcel.generic.Instruction _aloadTranslet
-
Class org.apache.xalan.xsltc.compiler.util.NodeSortRecordFactGenerator extends ClassGenerator implements Serializable
-
Class org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator extends ClassGenerator implements Serializable
-
Serialized Fields
-
_aloadTranslet
org.apache.bcel.generic.Instruction _aloadTranslet
-
Class org.apache.xalan.xsltc.compiler.util.RtMethodGenerator extends MethodGenerator implements Serializable
-
Serialized Fields
-
_astoreHandler
org.apache.bcel.generic.Instruction _astoreHandler
-
_aloadHandler
org.apache.bcel.generic.Instruction _aloadHandler
-
Class org.apache.xalan.xsltc.compiler.util.StringStack extends Stack implements Serializable
- serialVersionUID:
- -1506910875640317898L
-
Class org.apache.xalan.xsltc.compiler.util.TestGenerator extends MethodGenerator implements Serializable
-
Serialized Fields
-
_aloadDom
org.apache.bcel.generic.Instruction _aloadDom
-
_iloadCurrent
org.apache.bcel.generic.Instruction _iloadCurrent
-
_iloadContext
org.apache.bcel.generic.Instruction _iloadContext
-
_istoreCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
-
_istoreContext
org.apache.bcel.generic.Instruction _istoreContext
-
_astoreIterator
org.apache.bcel.generic.Instruction _astoreIterator
-
_aloadIterator
org.apache.bcel.generic.Instruction _aloadIterator
-
Class org.apache.xalan.xsltc.compiler.util.TypeCheckError extends Exception implements Serializable
- serialVersionUID:
- 3246224233917854640L
-
Serialized Fields
-
_error
ErrorMsg _error
-
_node
SyntaxTreeNode _node
-
Package org.apache.xalan.xsltc.dom
-
Class org.apache.xalan.xsltc.dom.BitArray extends Object implements Serializable
- serialVersionUID:
- -4876019880708377663L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Read the whole tree from a file (serialized)
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
-
Package org.apache.xalan.xsltc.trax
-
Class org.apache.xalan.xsltc.trax.TemplatesImpl extends Object implements Serializable
- serialVersionUID:
- 673094361519270707L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException
Overrides the default readObject implementation since we decided
it would be cleaner not to serialize the entire tranformer
factory. [ ref bugzilla 12317 ]
We need to check if the user defined class for URIResolver also
implemented Serializable
if yes then we need to deserialize the URIResolver
Fix for bugzilla bug 22438
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream os)
throws IOException,
ClassNotFoundException
This is to fix bugzilla bug 22438
If the user defined class implements URIResolver and Serializable
then we want it to get serialized
- Throws:
IOException
ClassNotFoundException
-
Serialized Fields
-
_name
String _name
Name of the main class or default name if unknown.
-
_bytecodes
byte[][] _bytecodes
Contains the actual class definition for the translet class and
any auxiliary classes.
-
_class
Class<T>[] _class
Contains the translet class definition(s). These are created when
this Templates is created or when it is read back from disk.
-
_transletIndex
int _transletIndex
The index of the main translet class in the arrays _class[] and
_bytecodes.
-
_auxClasses
Hashtable _auxClasses
Contains the list of auxiliary class definitions.
-
_outputProperties
Properties _outputProperties
Output properties of this translet.
-
_indentNumber
int _indentNumber
Number of spaces to add for output indentation.
-
Package org.apache.xerces.dom
-
Class org.apache.xerces.dom.AttributeMap extends NamedNodeMapImpl implements Serializable
- serialVersionUID:
- 8872606282138665383L
-
Class org.apache.xerces.dom.AttrImpl extends NodeImpl implements Serializable
- serialVersionUID:
- 7277707688218972102L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
Deserialize object.
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Serialize object.
- Throws:
IOException
-
Serialized Fields
-
Class org.apache.xerces.dom.AttrNSImpl extends AttrImpl implements Serializable
- serialVersionUID:
- -781906615369795414L
-
Class org.apache.xerces.dom.CDATASectionImpl extends TextImpl implements Serializable
- serialVersionUID:
- 2372071297878177780L
-
Class org.apache.xerces.dom.CharacterDataImpl extends ChildNode implements Serializable
- serialVersionUID:
- 7931170150428474230L
-
Serialized Fields
-
data
String data
-
Class org.apache.xerces.dom.ChildNode extends NodeImpl implements Serializable
- serialVersionUID:
- -6112455738802414002L
-
Class org.apache.xerces.dom.CommentImpl extends CharacterDataImpl implements Serializable
- serialVersionUID:
- -2685736833408134044L
-
Class org.apache.xerces.dom.CoreDocumentImpl extends ParentNode implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
The serialized forms of the user data and node table
maps are Hashtables. Convert them into WeakHashMaps
on load.
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
To allow DOM trees serialized by newer versions of Xerces
to be read by older versions briefly move the user data
and node table into Hashtables.
- Throws:
IOException
-
Serialized Fields
-
docType
DocumentTypeImpl docType
Document type.
-
docElement
ElementImpl docElement
Document element.
-
encoding
String encoding
Experimental DOM Level 3 feature: Document encoding
-
actualEncoding
String actualEncoding
Experimental DOM Level 3 feature: Document actualEncoding
-
version
String version
Experimental DOM Level 3 feature: Document version
-
standalone
boolean standalone
Experimental DOM Level 3 feature: Document standalone
-
fDocumentURI
String fDocumentURI
Experimental DOM Level 3 feature: documentURI
-
userData
Map<K,V> userData
Table for user data attached to this document nodes.
-
identifiers
Hashtable<K,V> identifiers
Identifiers.
-
changes
int changes
Number of alterations made to this document since its creation.
Serves as a "dirty bit" so that live objects such as NodeList can
recognize when an alteration has been made and discard its cached
state information.
Any method that alters the tree structure MUST cause or be
accompanied by a call to changed(), to inform it that any outstanding
NodeLists may have to be updated.
(Required because NodeList is simultaneously "live" and integer-
indexed -- a bad decision in the DOM's design.)
Note that changes which do not affect the tree's structure -- changing
the node's name, for example -- do _not_ have to call changed().
Alternative implementation would be to use a cryptographic
Digest value rather than a count. This would have the advantage that
"harmless" changes (those producing equal() trees) would not force
NodeList to resynchronize. Disadvantage is that it's slightly more prone
to "false negatives", though that's the difference between "wildly
unlikely" and "absurdly unlikely". IF we start maintaining digests,
we should consider taking advantage of them.
Note: This used to be done a node basis, so that we knew what
subtree changed. But since only DeepNodeList really use this today,
the gain appears to be really small compared to the cost of having
an int on every (parent) node plus having to walk up the tree all the
way to the root to mark the branch as changed everytime a node is
changed.
So we now have a single counter global to the document. It means that
some objects may flush their cache more often than necessary, but this
makes nodes smaller and only the document needs to be marked as changed.
-
allowGrammarAccess
boolean allowGrammarAccess
Allow grammar access.
-
errorChecking
boolean errorChecking
Bypass error checking.
-
xmlVersionChanged
boolean xmlVersionChanged
-
documentNumber
int documentNumber
The following are required for compareDocumentPosition
-
nodeCounter
int nodeCounter
-
nodeTable
Map<K,V> nodeTable
-
xml11Version
boolean xml11Version
-
Class org.apache.xerces.dom.DeferredAttrImpl extends AttrImpl implements Serializable
- serialVersionUID:
- 6903232312469148636L
-
Class org.apache.xerces.dom.DeferredAttrNSImpl extends AttrNSImpl implements Serializable
- serialVersionUID:
- 6074924934945957154L
-
Class org.apache.xerces.dom.DeferredCDATASectionImpl extends CDATASectionImpl implements Serializable
- serialVersionUID:
- 1983580632355645726L
-
Class org.apache.xerces.dom.DeferredCommentImpl extends CommentImpl implements Serializable
- serialVersionUID:
- 6498796371083589338L
-
Class org.apache.xerces.dom.DeferredDocumentImpl extends DocumentImpl implements Serializable
- serialVersionUID:
- 5186323580749626857L
-
Serialized Fields
-
fNamespacesEnabled
boolean fNamespacesEnabled
DOM2: For namespace support in the deferred case.
-
Class org.apache.xerces.dom.DeferredDocumentTypeImpl extends DocumentTypeImpl implements Serializable
- serialVersionUID:
- -2172579663227313509L
-
Class org.apache.xerces.dom.DeferredElementDefinitionImpl extends ElementDefinitionImpl implements Serializable
- serialVersionUID:
- 6703238199538041591L
-
Class org.apache.xerces.dom.DeferredElementImpl extends ElementImpl implements Serializable
- serialVersionUID:
- -7670981133940934842L
-
Class org.apache.xerces.dom.DeferredElementNSImpl extends ElementNSImpl implements Serializable
- serialVersionUID:
- -5001885145370927385L
-
Class org.apache.xerces.dom.DeferredEntityImpl extends EntityImpl implements Serializable
- serialVersionUID:
- 4760180431078941638L
-
Class org.apache.xerces.dom.DeferredEntityReferenceImpl extends EntityReferenceImpl implements Serializable
- serialVersionUID:
- 390319091370032223L
-
Class org.apache.xerces.dom.DeferredNotationImpl extends NotationImpl implements Serializable
- serialVersionUID:
- 5705337172887990848L
-
Class org.apache.xerces.dom.DeferredProcessingInstructionImpl extends ProcessingInstructionImpl implements Serializable
- serialVersionUID:
- -4643577954293565388L
-
Class org.apache.xerces.dom.DeferredTextImpl extends TextImpl implements Serializable
- serialVersionUID:
- 2310613872100393425L
-
Class org.apache.xerces.dom.DocumentFragmentImpl extends ParentNode implements Serializable
- serialVersionUID:
- -7596449967279236746L
-
Class org.apache.xerces.dom.DocumentImpl extends CoreDocumentImpl implements Serializable
- serialVersionUID:
- 515687835542616694L
-
Class org.apache.xerces.dom.DocumentTypeImpl extends ParentNode implements Serializable
- serialVersionUID:
- 7751299192316526485L
-
Serialized Fields
-
name
String name
Document type name.
-
entities
NamedNodeMapImpl entities
Entities.
-
notations
NamedNodeMapImpl notations
Notations.
-
elements
NamedNodeMapImpl elements
Elements.
-
publicID
String publicID
-
systemID
String systemID
-
internalSubset
String internalSubset
-
doctypeNumber
int doctypeNumber
The following are required for compareDocumentPosition
-
userData
Hashtable<K,V> userData
-
Class org.apache.xerces.dom.ElementDefinitionImpl extends ParentNode implements Serializable
- serialVersionUID:
- -8373890672670022714L
-
Serialized Fields
-
name
String name
Element definition name.
-
attributes
NamedNodeMapImpl attributes
Default attributes.
-
Class org.apache.xerces.dom.ElementImpl extends ParentNode implements Serializable
- serialVersionUID:
- 3717253516652722278L
-
Serialized Fields
-
name
String name
Element name.
-
attributes
AttributeMap attributes
Attributes.
-
Class org.apache.xerces.dom.ElementNSImpl extends ElementImpl implements Serializable
- serialVersionUID:
- -9142310625494392642L
-
Class org.apache.xerces.dom.EntityImpl extends ParentNode implements Serializable
- serialVersionUID:
- -3575760943444303423L
-
Serialized Fields
-
name
String name
Entity name.
-
publicId
String publicId
Public identifier.
-
systemId
String systemId
System identifier.
-
encoding
String encoding
Encoding
-
inputEncoding
String inputEncoding
Input Encoding
-
version
String version
Version
-
notationName
String notationName
Notation name.
-
baseURI
String baseURI
base uri
-
Class org.apache.xerces.dom.EntityReferenceImpl extends ParentNode implements Serializable
- serialVersionUID:
- -7381452955687102062L
-
Class org.apache.xerces.dom.NamedNodeMapImpl extends Object implements Serializable
- serialVersionUID:
- -7039242451046758020L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
Class org.apache.xerces.dom.NodeImpl extends Object implements Serializable
- serialVersionUID:
- -6316591992167219696L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Serialize object.
- Throws:
IOException
-
Serialized Fields
-
ownerNode
NodeImpl ownerNode
-
flags
short flags
-
Class org.apache.xerces.dom.NotationImpl extends NodeImpl implements Serializable
- serialVersionUID:
- -764632195890658402L
-
Class org.apache.xerces.dom.ParentNode extends ChildNode implements Serializable
- serialVersionUID:
- 2815829867152120872L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
Deserialize object.
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Serialize object.
- Throws:
IOException
-
Serialized Fields
-
ownerDocument
CoreDocumentImpl ownerDocument
Owner document.
-
firstChild
ChildNode firstChild
First child.
-
Class org.apache.xerces.dom.ProcessingInstructionImpl extends CharacterDataImpl implements Serializable
- serialVersionUID:
- 7554435174099981510L
-
Serialized Fields
-
target
String target
-
Class org.apache.xerces.dom.PSVIAttrNSImpl extends AttrNSImpl implements Serializable
- serialVersionUID:
- -3241738699421018889L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
fDeclaration
XSAttributeDeclaration fDeclaration
attribute declaration
-
fTypeDecl
XSTypeDefinition fTypeDecl
type of attribute, simpleType
-
fSpecified
boolean fSpecified
If this attribute was explicitly given a
value in the original document, this is true; otherwise, it is false
-
fValue
ValidatedInfo fValue
Schema value
-
fValidationAttempted
short fValidationAttempted
validation attempted: none, partial, full
-
fValidity
short fValidity
validity: valid, invalid, unknown
-
fErrorCodes
StringList fErrorCodes
error codes
-
fErrorMessages
StringList fErrorMessages
error messages
-
fValidationContext
String fValidationContext
validation context: could be QName or XPath expression
-
Class org.apache.xerces.dom.PSVIDocumentImpl extends DocumentImpl implements Serializable
- serialVersionUID:
- -8822220250676434522L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Class org.apache.xerces.dom.PSVIElementNSImpl extends ElementNSImpl implements Serializable
- serialVersionUID:
- 6815489624636016068L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
fDeclaration
XSElementDeclaration fDeclaration
element declaration
-
fTypeDecl
XSTypeDefinition fTypeDecl
type of element, could be xsi:type
-
fNil
boolean fNil
true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false
-
fSpecified
boolean fSpecified
false if the element value was provided by the schema; true otherwise.
-
fValue
ValidatedInfo fValue
Schema value
-
fNotation
XSNotationDeclaration fNotation
http://www.w3.org/TR/xmlschema-1/#e-notation
-
fValidationAttempted
short fValidationAttempted
validation attempted: none, partial, full
-
fValidity
short fValidity
validity: valid, invalid, unknown
-
fErrorCodes
StringList fErrorCodes
error codes
-
fErrorMessages
StringList fErrorMessages
error messages
-
fValidationContext
String fValidationContext
validation context: could be QName or XPath expression
-
fSchemaInformation
XSModel fSchemaInformation
the schema information property
-
Class org.apache.xerces.dom.RangeExceptionImpl extends org.w3c.dom.ranges.RangeException implements Serializable
- serialVersionUID:
- -9058052627467240856L
-
Class org.apache.xerces.dom.TextImpl extends CharacterDataImpl implements Serializable
- serialVersionUID:
- -5294980852957403469L
-
Package org.apache.xerces.dom3.as
-
Class org.apache.xerces.dom3.as.DOMASException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
Deprecated.
-
Package org.apache.xerces.impl.dv
-
Class org.apache.xerces.impl.dv.DatatypeException extends Exception implements Serializable
- serialVersionUID:
- 1940805832730465578L
-
Class org.apache.xerces.impl.dv.DVFactoryException extends RuntimeException implements Serializable
- serialVersionUID:
- -3738854697928682412L
-
Class org.apache.xerces.impl.dv.InvalidDatatypeFacetException extends DatatypeException implements Serializable
- serialVersionUID:
- -4104066085909970654L
-
Class org.apache.xerces.impl.dv.InvalidDatatypeValueException extends DatatypeException implements Serializable
- serialVersionUID:
- -5523739426958236125L
-
Package org.apache.xerces.impl.dv.xs
-
Class org.apache.xerces.impl.dv.xs.SchemaDateTimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -8520832235337769040L
-
Package org.apache.xerces.impl.io
-
Class org.apache.xerces.impl.io.MalformedByteSequenceException extends CharConversionException implements Serializable
- serialVersionUID:
- 8436382245048328739L
-
Serialized Fields
-
fFormatter
MessageFormatter fFormatter
message formatter
-
fLocale
Locale fLocale
locale for error message
-
fDomain
String fDomain
error domain
-
fKey
String fKey
key for the error message
-
fArguments
Object[] fArguments
replacement arguements for the error message
-
fMessage
String fMessage
message text for this message, initially null
-
Package org.apache.xerces.impl.xpath
-
Class org.apache.xerces.impl.xpath.XPathException extends Exception implements Serializable
- serialVersionUID:
- -948482312169512085L
-
Serialized Fields
-
fKey
String fKey
-
Package org.apache.xerces.impl.xpath.regex
-
Class org.apache.xerces.impl.xpath.regex.ParseException extends RuntimeException implements Serializable
- serialVersionUID:
- -7012400318097691370L
-
Serialized Fields
-
location
int location
-
Class org.apache.xerces.impl.xpath.regex.RegularExpression extends Object implements Serializable
- serialVersionUID:
- 6242499334195006401L
-
Serialized Fields
-
regex
String regex
A regular expression.
-
options
int options
-
nofparen
int nofparen
The number of parenthesis in the regular expression.
-
tokentree
org.apache.xerces.impl.xpath.regex.Token tokentree
Internal representation of the regular expression.
-
hasBackReferences
boolean hasBackReferences
-
Package org.apache.xerces.impl.xs
-
Class org.apache.xerces.impl.xs.XMLSchemaException extends Exception implements Serializable
- serialVersionUID:
- -9096984648537046218L
-
Package org.apache.xerces.util
-
Class org.apache.xerces.util.URI extends Object implements Serializable
- serialVersionUID:
- 1601921774685357214L
-
Serialized Fields
-
m_scheme
String m_scheme
Stores the scheme (usually the protocol) for this URI.
-
m_userinfo
String m_userinfo
If specified, stores the userinfo for this URI; otherwise null
-
m_host
String m_host
If specified, stores the host for this URI; otherwise null
-
m_port
int m_port
If specified, stores the port for this URI; otherwise -1
-
m_regAuthority
String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1
-
m_path
String m_path
If specified, stores the path for this URI; otherwise null
-
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise
null.
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null
-
Class org.apache.xerces.util.URI.MalformedURIException extends IOException implements Serializable
- serialVersionUID:
- -6695054834342951930L
-
Package org.apache.xerces.xni
-
Class org.apache.xerces.xni.XNIException extends RuntimeException implements Serializable
- serialVersionUID:
- 9019819772686063775L
-
Serialized Fields
-
fException
Exception fException
The wrapped exception.
-
Package org.apache.xerces.xni.parser
-
Class org.apache.xerces.xni.parser.XMLConfigurationException extends XNIException implements Serializable
- serialVersionUID:
- -5437427404547669188L
-
Serialized Fields
-
fType
short fType
Exception type.
-
fIdentifier
String fIdentifier
Identifier.
-
Class org.apache.xerces.xni.parser.XMLParseException extends XNIException implements Serializable
- serialVersionUID:
- 1732959359448549967L
-
Serialized Fields
-
fPublicId
String fPublicId
Public identifier.
-
fLiteralSystemId
String fLiteralSystemId
literal System identifier.
-
fExpandedSystemId
String fExpandedSystemId
expanded System identifier.
-
fBaseSystemId
String fBaseSystemId
Base system identifier.
-
fLineNumber
int fLineNumber
Line number.
-
fColumnNumber
int fColumnNumber
Column number.
-
fCharacterOffset
int fCharacterOffset
Character offset.
-
Package org.apache.xerces.xs
-
Class org.apache.xerces.xs.XSException extends RuntimeException implements Serializable
- serialVersionUID:
- 3111893084677917742L
-
Serialized Fields
-
code
short code
-
Package org.apache.xml.dtm
-
Class org.apache.xml.dtm.DTMConfigurationException extends DTMException implements Serializable
- serialVersionUID:
- -4607874078818418046L
-
Class org.apache.xml.dtm.DTMDOMException extends DOMException implements Serializable
- serialVersionUID:
- 1895654266613192414L
-
Class org.apache.xml.dtm.DTMException extends RuntimeException implements Serializable
- serialVersionUID:
- -775576419181334734L
-
Serialized Fields
-
locator
SourceLocator locator
Field locator specifies where the error occured.
-
containedException
Throwable containedException
Field containedException specifies a wrapped exception. May be null.
-
Package org.apache.xml.dtm.ref
-
Class org.apache.xml.dtm.ref.DTMNamedNodeMap.DTMException extends DOMException implements Serializable
- serialVersionUID:
- -8290238117162437678L
-
Package org.apache.xml.serializer.utils
-
Class org.apache.xml.serializer.utils.URI.MalformedURIException extends IOException implements Serializable
-
Class org.apache.xml.serializer.utils.WrappedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 7140414456714658073L
-
Serialized Fields
-
m_exception
Exception m_exception
Primary checked exception.
-
Package org.apache.xml.utils
-
Class org.apache.xml.utils.MutableAttrListImpl extends org.xml.sax.helpers.AttributesImpl implements Serializable
- serialVersionUID:
- 6289452013442934470L
-
Class org.apache.xml.utils.NameSpace extends Object implements Serializable
- serialVersionUID:
- 1471232939184881839L
-
Class org.apache.xml.utils.NodeVector extends Object implements Serializable
- serialVersionUID:
- -713473092200731870L
-
Serialized Fields
-
m_blocksize
int m_blocksize
Size of blocks to allocate.
-
m_map
int[] m_map
Array of nodes this points to.
-
m_firstFree
int m_firstFree
Number of nodes in this NodeVector.
-
m_mapSize
int m_mapSize
Size of the array this points to.
-
Class org.apache.xml.utils.ObjectPool extends Object implements Serializable
- serialVersionUID:
- -8519013691660936643L
-
Class org.apache.xml.utils.QName extends Object implements Serializable
- serialVersionUID:
- 467434581652829920L
-
Class org.apache.xml.utils.SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl implements Serializable
- serialVersionUID:
- 3181680946321164112L
-
Serialized Fields
-
m_locator
Locator m_locator
The SAX Locator object.
-
Class org.apache.xml.utils.SerializableLocatorImpl extends Object implements Serializable
- serialVersionUID:
- -2660312888446371460L
-
Class org.apache.xml.utils.StopParseException extends SAXException implements Serializable
- serialVersionUID:
- 210102479218258961L
-
Class org.apache.xml.utils.StringVector extends Object implements Serializable
- serialVersionUID:
- 4995234972032919748L
-
Serialized Fields
-
m_blocksize
int m_blocksize
Size of blocks to allocate
-
m_map
String[] m_map
Array of strings this contains
-
m_firstFree
int m_firstFree
Number of strings this contains
-
m_mapSize
int m_mapSize
Size of the array
-
Class org.apache.xml.utils.URI extends Object implements Serializable
- serialVersionUID:
- 7096266377907081897L
-
Serialized Fields
-
m_scheme
String m_scheme
Stores the scheme (usually the protocol) for this URI.
-
m_userinfo
String m_userinfo
If specified, stores the userinfo for this URI; otherwise null.
-
m_host
String m_host
If specified, stores the host for this URI; otherwise null.
-
m_port
int m_port
If specified, stores the port for this URI; otherwise -1.
-
m_path
String m_path
If specified, stores the path for this URI; otherwise null.
-
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise
null.
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null.
-
Class org.apache.xml.utils.URI.MalformedURIException extends IOException implements Serializable
-
Class org.apache.xml.utils.WrappedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 7140414456714658073L
-
Serialized Fields
-
m_exception
Exception m_exception
Primary checked exception.
-
Class org.apache.xml.utils.WrongParserException extends RuntimeException implements Serializable
- serialVersionUID:
- 6481643018533043846L
-
Package org.apache.xpath
-
Class org.apache.xpath.Expression extends Object implements Serializable
- serialVersionUID:
- 565665869777906902L
-
Serialized Fields
-
m_parent
ExpressionNode m_parent
The location where this expression was built from. Need for diagnostic
messages. May be null.
-
Class org.apache.xpath.FoundIndex extends RuntimeException implements Serializable
- serialVersionUID:
- -4643975335243078270L
-
Class org.apache.xpath.NodeSetDTM extends NodeVector implements Serializable
- serialVersionUID:
- 7686480133331317070L
-
Serialized Fields
-
m_manager
DTMManager m_manager
-
m_root
int m_root
The root of the iteration, if available.
-
Class org.apache.xpath.XPath extends Object implements Serializable
- serialVersionUID:
- 3976493477939110553L
-
Serialized Fields
-
m_mainExp
Expression m_mainExp
The top of the expression tree.
-
m_patternString
String m_patternString
The pattern string, mainly kept around for diagnostic purposes.
-
Class org.apache.xpath.XPathException extends TransformerException implements Serializable
- serialVersionUID:
- 4263549717619045963L
-
Class org.apache.xpath.XPathProcessorException extends XPathException implements Serializable
- serialVersionUID:
- 1215509418326642603L
-
Package org.apache.xpath.axes
-
Class org.apache.xpath.axes.AttributeIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- -8417986700712229686L
-
Class org.apache.xpath.axes.AxesWalker extends PredicatedNodeTest implements Serializable
- serialVersionUID:
- -2966031951306601247L
-
Serialized Fields
-
m_dtm
DTM m_dtm
The DTM for the root. This can not be used, or must be changed,
for the filter walker, or any walker that can have nodes
from multiple documents.
Never, ever, access this value without going through getDTM(int node).
-
m_nextWalker
AxesWalker m_nextWalker
The next walker in the location step chain.
-
m_prevWalker
AxesWalker m_prevWalker
The previous walker in the location step chain, or null.
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered.
-
m_traverser
DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.
-
Class org.apache.xpath.axes.BasicTestIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- 3505378079378096623L
-
Class org.apache.xpath.axes.ChildIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -6935428015142993583L
-
Class org.apache.xpath.axes.ChildTestIterator extends BasicTestIterator implements Serializable
- serialVersionUID:
- -7936835957960705722L
-
Class org.apache.xpath.axes.DescendantIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -1190338607743976938L
-
Serialized Fields
-
m_axis
int m_axis
The axis that we are traversing.
-
m_extendedTypeID
int m_extendedTypeID
The extended type ID, not set until setRoot.
-
Class org.apache.xpath.axes.FilterExprIterator extends BasicTestIterator implements Serializable
- serialVersionUID:
- 2552176105165737614L
-
Serialized Fields
-
m_expr
Expression m_expr
The contained expression. Should be non-null.
-
m_mustHardReset
boolean m_mustHardReset
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
Class org.apache.xpath.axes.FilterExprIteratorSimple extends LocPathIterator implements Serializable
- serialVersionUID:
- -6978977187025375579L
-
Serialized Fields
-
m_expr
Expression m_expr
The contained expression. Should be non-null.
-
m_mustHardReset
boolean m_mustHardReset
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
Class org.apache.xpath.axes.FilterExprWalker extends AxesWalker implements Serializable
- serialVersionUID:
- 5457182471424488375L
-
Serialized Fields
-
m_expr
Expression m_expr
The contained expression. Should be non-null.
-
m_mustHardReset
boolean m_mustHardReset
-
m_canDetachNodeset
boolean m_canDetachNodeset
-
Class org.apache.xpath.axes.IteratorPool extends Object implements Serializable
- serialVersionUID:
- -460927331149566998L
-
Serialized Fields
-
m_orig
DTMIterator m_orig
Type of objects in this pool.
-
m_freeStack
ArrayList<E> m_freeStack
Stack of given objects this points to.
-
Class org.apache.xpath.axes.LocPathIterator extends PredicatedNodeTest implements Serializable
- serialVersionUID:
- -4602476357268405754L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
TransformerException
Read the object from a serialization stream.
- Throws:
IOException
TransformerException
-
Serialized Fields
-
m_allowDetach
boolean m_allowDetach
Control over whether it is OK for detach to reset the iterator.
-
m_isTopLevel
boolean m_isTopLevel
Value determined at compile time, indicates that this is an
iterator at the top level of the expression, rather than inside
a predicate.
-
m_prefixResolver
PrefixResolver m_prefixResolver
Fast access to the current prefix resolver. It isn't really
clear that this is needed.
-
Class org.apache.xpath.axes.MatchPatternIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -5201153767396296474L
-
Serialized Fields
-
m_pattern
StepPattern m_pattern
This is the select pattern, translated into a match pattern.
-
m_superAxis
int m_superAxis
The traversal axis from where the nodes will be filtered.
-
m_traverser
DTMAxisTraverser m_traverser
The DTM inner traversal class, that corresponds to the super axis.
-
Class org.apache.xpath.axes.NodeSequence extends XObject implements Serializable
- serialVersionUID:
- 3866261934726581044L
-
Serialized Fields
-
m_last
int m_last
The index of the last node in the iteration.
-
m_next
int m_next
The index of the next node to be fetched. Useful if this
is a cached iterator, and is being used as random access
NodeList.
-
m_cache
org.apache.xpath.axes.NodeSequence.IteratorCache m_cache
A cache of a list of nodes obtained from the iterator so far.
This list is appended to until the iterator is exhausted and
the cache is complete.
Multiple NodeSequence objects may share the same cache.
-
m_iter
DTMIterator m_iter
The functional iterator that fetches nodes.
-
m_dtmMgr
DTMManager m_dtmMgr
The DTMManager to use if we're using a NodeVector only.
We may well want to do away with this, and store it in the NodeVector.
-
Class org.apache.xpath.axes.OneStepIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- 4623710779664998283L
-
Serialized Fields
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered.
-
m_iterator
DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.
-
Class org.apache.xpath.axes.OneStepIteratorForward extends ChildTestIterator implements Serializable
- serialVersionUID:
- -1576936606178190566L
-
Serialized Fields
-
m_axis
int m_axis
The traversal axis from where the nodes will be filtered.
-
Class org.apache.xpath.axes.PredicatedNodeTest extends NodeTest implements Serializable
- serialVersionUID:
- -6193530757296377351L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
TransformerException
Read the object from a serialization stream.
- Throws:
IOException
TransformerException
-
Serialized Fields
-
m_predCount
int m_predCount
-
m_lpi
LocPathIterator m_lpi
The owning location path iterator.
-
m_predicates
Expression[] m_predicates
The list of predicate expressions. Is static and does not need
to be deep cloned.
-
Class org.apache.xpath.axes.ReverseAxesWalker extends AxesWalker implements Serializable
- serialVersionUID:
- 2847007647832768941L
-
Serialized Fields
-
m_iterator
DTMAxisIterator m_iterator
The DTM inner traversal class, that corresponds to the super axis.
-
Class org.apache.xpath.axes.RTFIterator extends NodeSetDTM implements Serializable
- serialVersionUID:
- 7658117366258528996L
-
Class org.apache.xpath.axes.SelfIteratorNoPredicate extends LocPathIterator implements Serializable
- serialVersionUID:
- -4226887905279814201L
-
Class org.apache.xpath.axes.UnionChildIterator extends ChildTestIterator implements Serializable
- serialVersionUID:
- 3500298482193003495L
-
Serialized Fields
-
m_nodeTests
PredicatedNodeTest[] m_nodeTests
Even though these may hold full LocPathIterators, this array does
not have to be cloned, since only the node test and predicate
portion are used, and these only need static information. However,
also note that index predicates can not be used!
-
Class org.apache.xpath.axes.UnionPathIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- -3910351546843826781L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
TransformerException
Read the object from a serialization stream.
- Throws:
IOException
TransformerException
-
Serialized Fields
-
m_exprs
LocPathIterator[] m_exprs
The location path iterators, one for each
location
path contained in the union expression.
-
m_iterators
DTMIterator[] m_iterators
The location path iterators, one for each
location
path contained in the union expression.
-
Class org.apache.xpath.axes.WalkingIterator extends LocPathIterator implements Serializable
- serialVersionUID:
- 9110225941815665906L
-
Serialized Fields
-
m_lastUsedWalker
AxesWalker m_lastUsedWalker
The last used step walker in the walker list.
-
m_firstWalker
AxesWalker m_firstWalker
The head of the step walker list.
-
Class org.apache.xpath.axes.WalkingIteratorSorted extends WalkingIterator implements Serializable
- serialVersionUID:
- -4512512007542368213L
-
Serialized Fields
-
m_inNaturalOrderStatic
boolean m_inNaturalOrderStatic
True if the nodes will be found in document order, and this can
be determined statically.
-
Package org.apache.xpath.domapi
-
Class org.apache.xpath.domapi.XPathStylesheetDOM3Exception extends TransformerException implements Serializable
-
Package org.apache.xpath.functions
-
Class org.apache.xpath.functions.FuncBoolean extends FunctionOneArg implements Serializable
- serialVersionUID:
- 4328660760070034592L
-
Class org.apache.xpath.functions.FuncCeiling extends FunctionOneArg implements Serializable
- serialVersionUID:
- -1275988936390464739L
-
Class org.apache.xpath.functions.FuncConcat extends FunctionMultiArgs implements Serializable
- serialVersionUID:
- 1737228885202314413L
-
Class org.apache.xpath.functions.FuncContains extends Function2Args implements Serializable
- serialVersionUID:
- 5084753781887919723L
-
Class org.apache.xpath.functions.FuncCount extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7116225100474153751L
-
Class org.apache.xpath.functions.FuncCurrent extends Function implements Serializable
- serialVersionUID:
- 5715316804877715008L
-
Class org.apache.xpath.functions.FuncDoclocation extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7469213946343568769L
-
Class org.apache.xpath.functions.FuncExtElementAvailable extends FunctionOneArg implements Serializable
- serialVersionUID:
- -472533699257968546L
-
Class org.apache.xpath.functions.FuncExtFunction extends Function implements Serializable
- serialVersionUID:
- 5196115554693708718L
-
Serialized Fields
-
m_namespace
String m_namespace
The namespace for the extension function, which should not normally
be null or empty.
-
m_extensionName
String m_extensionName
The local name of the extension.
-
m_methodKey
Object m_methodKey
Unique method key, which is passed to ExtensionsTable#extFunction in
order to allow caching of the method.
-
m_argVec
Vector<E> m_argVec
Array of static expressions which represent the parameters to the
function.
-
Class org.apache.xpath.functions.FuncExtFunctionAvailable extends FunctionOneArg implements Serializable
- serialVersionUID:
- 5118814314918592241L
-
Class org.apache.xpath.functions.FuncFalse extends Function implements Serializable
- serialVersionUID:
- 6150918062759769887L
-
Class org.apache.xpath.functions.FuncFloor extends FunctionOneArg implements Serializable
- serialVersionUID:
- 2326752233236309265L
-
Class org.apache.xpath.functions.FuncGenerateId extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 973544842091724273L
-
Class org.apache.xpath.functions.FuncId extends FunctionOneArg implements Serializable
- serialVersionUID:
- 8930573966143567310L
-
Class org.apache.xpath.functions.FuncLang extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7868705139354872185L
-
Class org.apache.xpath.functions.FuncLast extends Function implements Serializable
- serialVersionUID:
- 9205812403085432943L
-
Serialized Fields
-
m_isTopLevel
boolean m_isTopLevel
-
Class org.apache.xpath.functions.FuncLocalPart extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7591798770325814746L
-
Class org.apache.xpath.functions.FuncNamespace extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -4695674566722321237L
-
Class org.apache.xpath.functions.FuncNormalizeSpace extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -3377956872032190880L
-
Class org.apache.xpath.functions.FuncNot extends FunctionOneArg implements Serializable
- serialVersionUID:
- 7299699961076329790L
-
Class org.apache.xpath.functions.FuncNumber extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- 7266745342264153076L
-
Class org.apache.xpath.functions.FuncPosition extends Function implements Serializable
- serialVersionUID:
- -9092846348197271582L
-
Serialized Fields
-
m_isTopLevel
boolean m_isTopLevel
-
Class org.apache.xpath.functions.FuncQname extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -1532307875532617380L
-
Class org.apache.xpath.functions.FuncRound extends FunctionOneArg implements Serializable
- serialVersionUID:
- -7970583902573826611L
-
Class org.apache.xpath.functions.FuncStartsWith extends Function2Args implements Serializable
- serialVersionUID:
- 2194585774699567928L
-
Class org.apache.xpath.functions.FuncString extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -2206677149497712883L
-
Class org.apache.xpath.functions.FuncStringLength extends FunctionDef1Arg implements Serializable
- serialVersionUID:
- -159616417996519839L
-
Class org.apache.xpath.functions.FuncSubstring extends Function3Args implements Serializable
- serialVersionUID:
- -5996676095024715502L
-
Class org.apache.xpath.functions.FuncSubstringAfter extends Function2Args implements Serializable
- serialVersionUID:
- -8119731889862512194L
-
Class org.apache.xpath.functions.FuncSubstringBefore extends Function2Args implements Serializable
- serialVersionUID:
- 4110547161672431775L
-
Class org.apache.xpath.functions.FuncSum extends FunctionOneArg implements Serializable
- serialVersionUID:
- -2719049259574677519L
-
Class org.apache.xpath.functions.FuncSystemProperty extends FunctionOneArg implements Serializable
- serialVersionUID:
- 3694874980992204867L
-
Class org.apache.xpath.functions.Function extends Expression implements Serializable
- serialVersionUID:
- 6927661240854599768L
-
Class org.apache.xpath.functions.Function2Args extends FunctionOneArg implements Serializable
- serialVersionUID:
- 5574294996842710641L
-
Serialized Fields
-
m_arg1
Expression m_arg1
The second argument passed to the function (at index 1).
-
Class org.apache.xpath.functions.Function3Args extends Function2Args implements Serializable
- serialVersionUID:
- 7915240747161506646L
-
Serialized Fields
-
m_arg2
Expression m_arg2
The third argument passed to the function (at index 2).
-
Class org.apache.xpath.functions.FunctionDef1Arg extends FunctionOneArg implements Serializable
- serialVersionUID:
- 2325189412814149264L
-
Class org.apache.xpath.functions.FunctionMultiArgs extends Function3Args implements Serializable
- serialVersionUID:
- 7117257746138417181L
-
Serialized Fields
-
m_args
Expression[] m_args
Argument expressions that are at index 3 or greater.
-
Class org.apache.xpath.functions.FunctionOneArg extends Function implements Serializable
- serialVersionUID:
- -5180174180765609758L
-
Serialized Fields
-
m_arg0
Expression m_arg0
The first argument passed to the function (at index 0).
-
Class org.apache.xpath.functions.FuncTranslate extends Function3Args implements Serializable
- serialVersionUID:
- -1672834340026116482L
-
Class org.apache.xpath.functions.FuncTrue extends Function implements Serializable
- serialVersionUID:
- 5663314547346339447L
-
Class org.apache.xpath.functions.FuncUnparsedEntityURI extends FunctionOneArg implements Serializable
- serialVersionUID:
- 845309759097448178L
-
Class org.apache.xpath.functions.WrongNumberArgsException extends Exception implements Serializable
- serialVersionUID:
- -4551577097576242432L
-
Package org.apache.xpath.objects
-
Class org.apache.xpath.objects.XBoolean extends XObject implements Serializable
- serialVersionUID:
- -2964933058866100881L
-
Serialized Fields
-
m_val
boolean m_val
Value of the object.
-
Class org.apache.xpath.objects.XBooleanStatic extends XBoolean implements Serializable
- serialVersionUID:
- -8064147275772687409L
-
Serialized Fields
-
m_val
boolean m_val
The value of the object.
-
Class org.apache.xpath.objects.XNodeSet extends NodeSequence implements Serializable
- serialVersionUID:
- 1916026368035639667L
-
Class org.apache.xpath.objects.XNodeSetForDOM extends XNodeSet implements Serializable
- serialVersionUID:
- -8396190713754624640L
-
Serialized Fields
-
m_origObj
Object m_origObj
-
Class org.apache.xpath.objects.XNull extends XNodeSet implements Serializable
- serialVersionUID:
- -6841683711458983005L
-
Class org.apache.xpath.objects.XNumber extends XObject implements Serializable
- serialVersionUID:
- -2720400709619020193L
-
Serialized Fields
-
m_val
double m_val
Value of the XNumber object.
-
Class org.apache.xpath.objects.XObject extends Expression implements Serializable
- serialVersionUID:
- -821887098985662951L
-
Serialized Fields
-
m_obj
Object m_obj
The java object which this object wraps.
-
Class org.apache.xpath.objects.XRTreeFrag extends XObject implements Serializable
- serialVersionUID:
- -3201553822254911567L
-
Serialized Fields
-
m_DTMXRTreeFrag
DTMXRTreeFrag m_DTMXRTreeFrag
-
m_dtmRoot
int m_dtmRoot
-
m_allowRelease
boolean m_allowRelease
-
m_xmlStr
XMLString m_xmlStr
-
Class org.apache.xpath.objects.XRTreeFragSelectWrapper extends XRTreeFrag implements Serializable
- serialVersionUID:
- -6526177905590461251L
-
Class org.apache.xpath.objects.XString extends XObject implements Serializable
- serialVersionUID:
- 2020470518395094525L
-
Class org.apache.xpath.objects.XStringForChars extends XString implements Serializable
- serialVersionUID:
- -2235248887220850467L
-
Serialized Fields
-
m_start
int m_start
The start position in the fsb.
-
m_length
int m_length
The length of the string.
-
m_strCache
String m_strCache
-
Class org.apache.xpath.objects.XStringForFSB extends XString implements Serializable
- serialVersionUID:
- -1533039186550674548L
-
Serialized Fields
-
m_start
int m_start
The start position in the fsb.
-
m_length
int m_length
The length of the string.
-
m_strCache
String m_strCache
If the str() function is called, the string will be cached here.
-
m_hash
int m_hash
cached hash code
-
Package org.apache.xpath.operations
-
Class org.apache.xpath.operations.And extends Operation implements Serializable
- serialVersionUID:
- 392330077126534022L
-
Class org.apache.xpath.operations.Bool extends UnaryOperation implements Serializable
- serialVersionUID:
- 44705375321914635L
-
Class org.apache.xpath.operations.Div extends Operation implements Serializable
- serialVersionUID:
- 6220756595959798135L
-
Class org.apache.xpath.operations.Equals extends Operation implements Serializable
- serialVersionUID:
- -2658315633903426134L
-
Class org.apache.xpath.operations.Gt extends Operation implements Serializable
- serialVersionUID:
- 8927078751014375950L
-
Class org.apache.xpath.operations.Gte extends Operation implements Serializable
- serialVersionUID:
- 9142945909906680220L
-
Class org.apache.xpath.operations.Lt extends Operation implements Serializable
- serialVersionUID:
- 3388420509289359422L
-
Class org.apache.xpath.operations.Lte extends Operation implements Serializable
- serialVersionUID:
- 6945650810527140228L
-
Class org.apache.xpath.operations.Minus extends Operation implements Serializable
- serialVersionUID:
- -5297672838170871043L
-
Class org.apache.xpath.operations.Mod extends Operation implements Serializable
- serialVersionUID:
- 5009471154238918201L
-
Class org.apache.xpath.operations.Mult extends Operation implements Serializable
- serialVersionUID:
- -4956770147013414675L
-
Class org.apache.xpath.operations.Neg extends UnaryOperation implements Serializable
- serialVersionUID:
- -6280607702375702291L
-
Class org.apache.xpath.operations.NotEquals extends Operation implements Serializable
- serialVersionUID:
- -7869072863070586900L
-
Class org.apache.xpath.operations.Number extends UnaryOperation implements Serializable
- serialVersionUID:
- 7196954482871619765L
-
Class org.apache.xpath.operations.Operation extends Expression implements Serializable
- serialVersionUID:
- -3037139537171050430L
-
Serialized Fields
-
m_left
Expression m_left
The left operand expression.
-
m_right
Expression m_right
The right operand expression.
-
Class org.apache.xpath.operations.Or extends Operation implements Serializable
- serialVersionUID:
- -644107191353853079L
-
Class org.apache.xpath.operations.Plus extends Operation implements Serializable
- serialVersionUID:
- -4492072861616504256L
-
Class org.apache.xpath.operations.Quo extends Operation implements Serializable
- serialVersionUID:
- 693765299196169905L
-
Class org.apache.xpath.operations.String extends UnaryOperation implements Serializable
- serialVersionUID:
- 2973374377453022888L
-
Class org.apache.xpath.operations.UnaryOperation extends Expression implements Serializable
- serialVersionUID:
- 6536083808424286166L
-
Serialized Fields
-
m_right
Expression m_right
The operand for the operation.
-
Class org.apache.xpath.operations.Variable extends Expression implements Serializable
- serialVersionUID:
- -4334975375609297049L
-
Serialized Fields
-
m_fixUpWasCalled
boolean m_fixUpWasCalled
Tell if fixupVariables was called.
-
m_qname
QName m_qname
The qualified name of the variable.
-
m_index
int m_index
The index of the variable, which is either an absolute index to a
global, or, if higher than the globals area, must be adjusted by adding
the offset to the current stack frame.
-
m_isGlobal
boolean m_isGlobal
-
Class org.apache.xpath.operations.VariableSafeAbsRef extends Variable implements Serializable
- serialVersionUID:
- -9174661990819967452L
-
Package org.apache.xpath.patterns
-
Class org.apache.xpath.patterns.ContextMatchStepPattern extends StepPattern implements Serializable
- serialVersionUID:
- -1888092779313211942L
-
Class org.apache.xpath.patterns.FunctionPattern extends StepPattern implements Serializable
- serialVersionUID:
- -5426793413091209944L
-
Serialized Fields
-
m_functionExpr
Expression m_functionExpr
Should be a expression
.
-
Class org.apache.xpath.patterns.NodeTest extends Expression implements Serializable
- serialVersionUID:
- -5736721866747906182L
-
Serialized Fields
-
m_whatToShow
int m_whatToShow
This attribute determines which node types are accepted.
-
m_namespace
String m_namespace
The namespace to be tested for, which may be null.
-
m_name
String m_name
The local name to be tested for.
-
m_score
XNumber m_score
Statically calculated score for this test. One of
NodeTest.SCORE_NODETEST
,
NodeTest.SCORE_NONE
,
NodeTest.SCORE_NSWILD
,
NodeTest.SCORE_QNAME
, or
NodeTest.SCORE_OTHER
.
-
m_isTotallyWild
boolean m_isTotallyWild
True if this test has a null namespace and a local name of NodeTest.WILD
.
-
Class org.apache.xpath.patterns.StepPattern extends NodeTest implements Serializable
- serialVersionUID:
- 9071668960168152644L
-
Serialized Fields
-
m_axis
int m_axis
The axis for this test.
-
m_targetString
String m_targetString
The target local name or psuedo name, for hash table lookup optimization.
-
m_relativePathPattern
StepPattern m_relativePathPattern
Reference to nodetest and predicate for
parent or ancestor.
-
m_predicates
Expression[] m_predicates
The list of predicate expressions for this pattern step.
-
Class org.apache.xpath.patterns.UnionPattern extends Expression implements Serializable
- serialVersionUID:
- -6670449967116905820L
-
Serialized Fields
-
m_patterns
StepPattern[] m_patterns
Array of the contained step patterns to be tested.
-
Package org.cryptacular.adapter
-
Class org.cryptacular.adapter.AbstractWrappedDSAKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.AbstractWrappedECKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.ECKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.AbstractWrappedKey extends Object implements Serializable
-
Serialized Fields
-
delegate
org.bouncycastle.crypto.params.AsymmetricKeyParameter delegate
Wrapped key.
-
Class org.cryptacular.adapter.AbstractWrappedRSAKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedDSAPrivateKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPrivateKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedDSAPublicKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedECPrivateKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedECPublicKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedRSAPrivateCrtKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters> implements Serializable
-
Class org.cryptacular.adapter.WrappedRSAPublicKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAKeyParameters> implements Serializable
-
Package org.cryptacular.generator
-
Class org.cryptacular.generator.LimitException extends RuntimeException implements Serializable
-
Package org.hibernate
-
Class org.hibernate.AnnotationException extends MappingException implements Serializable
-
Class org.hibernate.AssertionFailure extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.BaseSessionEventListener extends Object implements Serializable
-
Class org.hibernate.CallbackException extends HibernateException implements Serializable
-
Class org.hibernate.DuplicateMappingException extends MappingException implements Serializable
-
Class org.hibernate.EmptyInterceptor extends Object implements Serializable
-
Class org.hibernate.HibernateError extends HibernateException implements Serializable
-
Class org.hibernate.HibernateException extends RuntimeException implements Serializable
-
Class org.hibernate.InstantiationException extends HibernateException implements Serializable
-
Class org.hibernate.InvalidMappingException extends MappingException implements Serializable
-
Class org.hibernate.JDBCException extends HibernateException implements Serializable
-
Serialized Fields
-
sqlException
SQLException sqlException
-
sql
String sql
-
Class org.hibernate.LazyInitializationException extends HibernateException implements Serializable
-
Class org.hibernate.LockOptions extends Object implements Serializable
-
Class org.hibernate.MappingException extends HibernateException implements Serializable
-
Class org.hibernate.MappingNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.NonUniqueObjectException extends HibernateException implements Serializable
-
Serialized Fields
-
identifier
Serializable identifier
-
entityName
String entityName
-
Class org.hibernate.NonUniqueResultException extends HibernateException implements Serializable
-
Class org.hibernate.ObjectDeletedException extends UnresolvableObjectException implements Serializable
-
Class org.hibernate.ObjectNotFoundException extends UnresolvableObjectException implements Serializable
-
Class org.hibernate.OptimisticLockException extends OptimisticEntityLockException implements Serializable
-
Class org.hibernate.PersistentObjectException extends HibernateException implements Serializable
-
Class org.hibernate.PessimisticLockException extends JDBCException implements Serializable
-
Class org.hibernate.PropertyAccessException extends HibernateException implements Serializable
-
Class org.hibernate.PropertyNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.PropertySetterAccessException extends PropertyAccessException implements Serializable
-
Class org.hibernate.PropertyValueException extends HibernateException implements Serializable
-
Class org.hibernate.QueryException extends HibernateException implements Serializable
-
Serialized Fields
-
queryString
String queryString
-
Class org.hibernate.QueryParameterException extends QueryException implements Serializable
-
Class org.hibernate.QueryTimeoutException extends JDBCException implements Serializable
-
Class org.hibernate.ResourceClosedException extends HibernateException implements Serializable
-
Class org.hibernate.SessionException extends HibernateException implements Serializable
-
Class org.hibernate.StaleObjectStateException extends StaleStateException implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
identifier
Serializable identifier
-
Class org.hibernate.StaleStateException extends HibernateException implements Serializable
-
Class org.hibernate.TransactionException extends HibernateException implements Serializable
-
Class org.hibernate.TransientObjectException extends HibernateException implements Serializable
-
Class org.hibernate.TransientPropertyValueException extends TransientObjectException implements Serializable
-
Class org.hibernate.TypeMismatchException extends HibernateException implements Serializable
-
Class org.hibernate.UnknownEntityTypeException extends MappingException implements Serializable
-
Class org.hibernate.UnknownProfileException extends HibernateException implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.UnresolvableObjectException extends HibernateException implements Serializable
-
Serialized Fields
-
identifier
Serializable identifier
-
entityName
String entityName
-
Class org.hibernate.UnsupportedLockAttemptException extends HibernateException implements Serializable
-
Class org.hibernate.WrongClassException extends HibernateException implements Serializable
-
Serialized Fields
-
identifier
Serializable identifier
-
entityName
String entityName
-
Package org.hibernate.action.internal
-
Class org.hibernate.action.internal.AbstractEntityInsertAction extends EntityAction implements Serializable
-
Serialized Fields
-
isVersionIncrementDisabled
boolean isVersionIncrementDisabled
-
isExecuted
boolean isExecuted
-
areTransientReferencesNullified
boolean areTransientReferencesNullified
-
Class org.hibernate.action.internal.BulkOperationCleanupAction extends Object implements Serializable
-
Class org.hibernate.action.internal.CollectionAction extends Object implements Serializable
-
Serialized Fields
-
collection
PersistentCollection collection
-
key
Serializable key
-
collectionRole
String collectionRole
-
afterTransactionProcess
AfterTransactionCompletionProcess afterTransactionProcess
-
Class org.hibernate.action.internal.CollectionRecreateAction extends CollectionAction implements Serializable
-
Class org.hibernate.action.internal.CollectionRemoveAction extends CollectionAction implements Serializable
-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
emptySnapshot
boolean emptySnapshot
-
Class org.hibernate.action.internal.CollectionUpdateAction extends CollectionAction implements Serializable
-
Serialized Fields
-
emptySnapshot
boolean emptySnapshot
-
Class org.hibernate.action.internal.DelayedPostInsertIdentifier extends Object implements Serializable
-
Serialized Fields
-
identifier
long identifier
-
Class org.hibernate.action.internal.EntityAction extends Object implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
id
Serializable id
-
Class org.hibernate.action.internal.EntityDeleteAction extends EntityAction implements Serializable
-
Class org.hibernate.action.internal.EntityIdentityInsertAction extends AbstractEntityInsertAction implements Serializable
-
Serialized Fields
-
isDelayed
boolean isDelayed
-
delayedEntityKey
EntityKey delayedEntityKey
-
entityKey
EntityKey entityKey
-
generatedId
Serializable generatedId
-
Class org.hibernate.action.internal.EntityInsertAction extends AbstractEntityInsertAction implements Serializable
-
Class org.hibernate.action.internal.EntityUpdateAction extends EntityAction implements Serializable
-
Serialized Fields
-
state
Object[] state
-
previousState
Object[] previousState
-
previousVersion
Object previousVersion
-
dirtyFields
int[] dirtyFields
-
hasDirtyCollection
boolean hasDirtyCollection
-
rowId
Object rowId
-
previousNaturalIdValues
Object[] previousNaturalIdValues
-
nextVersion
Object nextVersion
-
cacheEntry
Object cacheEntry
-
lock
SoftLock lock
-
Class org.hibernate.action.internal.OrphanRemovalAction extends EntityDeleteAction implements Serializable
-
Class org.hibernate.action.internal.QueuedOperationCollectionAction extends CollectionAction implements Serializable
-
Package org.hibernate.annotations.common
-
Class org.hibernate.annotations.common.AssertionFailure extends RuntimeException implements Serializable
-
Package org.hibernate.annotations.common.reflection
-
Class org.hibernate.annotations.common.reflection.ClassLoadingException extends RuntimeException implements Serializable
-
Package org.hibernate.annotations.common.util.impl
-
Class org.hibernate.annotations.common.util.impl.Log_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.hibernate.boot
-
Class org.hibernate.boot.InvalidMappingException extends InvalidMappingException implements Serializable
-
Serialized Fields
-
origin
Origin origin
-
Class org.hibernate.boot.MappingException extends MappingException implements Serializable
-
Serialized Fields
-
origin
Origin origin
-
Class org.hibernate.boot.MappingNotFoundException extends MappingException implements Serializable
-
Class org.hibernate.boot.MetadataSources extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlMappingBinderAccess
XmlMappingBinderAccess xmlMappingBinderAccess
-
xmlBindings
List<E> xmlBindings
-
annotatedClasses
LinkedHashSet<E> annotatedClasses
-
annotatedClassNames
LinkedHashSet<E> annotatedClassNames
-
annotatedPackages
LinkedHashSet<E> annotatedPackages
-
Class org.hibernate.boot.UnsupportedOrmXsdVersionException extends MappingException implements Serializable
-
Serialized Fields
-
requestedVersion
String requestedVersion
-
Package org.hibernate.boot.archive.spi
-
Class org.hibernate.boot.archive.spi.ArchiveException extends HibernateException implements Serializable
-
Package org.hibernate.boot.cfgxml.internal
-
Class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl extends Object implements Serializable
-
Serialized Fields
-
aggregatedCfgXml
LoadedConfig aggregatedCfgXml
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.internal
-
Class org.hibernate.boot.internal.MetadataImpl extends Object implements Serializable
-
Serialized Fields
-
uuid
UUID uuid
-
metadataBuildingOptions
MetadataBuildingOptions metadataBuildingOptions
-
typeResolver
TypeResolver typeResolver
-
identifierGeneratorFactory
IdentifierGeneratorFactory identifierGeneratorFactory
-
entityBindingMap
Map<K,V> entityBindingMap
-
mappedSuperclassMap
Map<K,V> mappedSuperclassMap
-
collectionBindingMap
Map<K,V> collectionBindingMap
-
typeDefinitionMap
Map<K,V> typeDefinitionMap
-
filterDefinitionMap
Map<K,V> filterDefinitionMap
-
fetchProfileMap
Map<K,V> fetchProfileMap
-
imports
Map<K,V> imports
-
idGeneratorDefinitionMap
Map<K,V> idGeneratorDefinitionMap
-
namedQueryMap
Map<K,V> namedQueryMap
-
namedNativeQueryMap
Map<K,V> namedNativeQueryMap
-
namedProcedureCallMap
Map<K,V> namedProcedureCallMap
-
sqlResultSetMappingMap
Map<K,V> sqlResultSetMappingMap
-
namedEntityGraphMap
Map<K,V> namedEntityGraphMap
-
sqlFunctionMap
Map<K,V> sqlFunctionMap
-
database
Database database
-
Package org.hibernate.boot.jaxb
-
Class org.hibernate.boot.jaxb.Origin extends Object implements Serializable
-
Serialized Fields
-
type
SourceType type
-
name
String name
-
Package org.hibernate.boot.jaxb.hbm.spi
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
index
JaxbHbmIndexType index
-
listIndex
JaxbHbmListIndexType listIndex
-
element
JaxbHbmBasicCollectionElementType element
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
access
String access
-
batchSize
Integer batchSize
-
cascade
String cascade
-
check
String check
-
collectionType
String collectionType
-
elementClass
String elementClass
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
where
String where
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType extends Object implements Serializable
-
Serialized Fields
-
definition
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
-
create
String create
-
drop
String drop
-
dialectScope
List<E> dialectScope
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
element
JaxbHbmBasicCollectionElementType element
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
node
String node
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
name
String name
-
access
String access
-
check
String check
-
where
String where
-
cascade
String cascade
-
batchSize
Integer batchSize
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
optimisticLock
Boolean optimisticLock
-
collectionType
String collectionType
-
persister
String persister
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
generated
GenerationTiming generated
-
name
String name
-
node
String node
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
columnOrFormula
List<E> columnOrFormula
-
type
JaxbHbmTypeSpecificationType type
-
access
String access
-
columnAttribute
String columnAttribute
-
formulaAttribute
String formulaAttribute
-
generated
GenerationTiming generated
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
length
Integer length
-
name
String name
-
node
String node
-
notNull
Boolean notNull
-
optimisticLock
Boolean optimisticLock
-
precision
String precision
-
scale
String scale
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType extends Object implements Serializable
-
Serialized Fields
-
columnOrFormula
List<E> columnOrFormula
-
type
JaxbHbmTypeSpecificationType type
-
columnAttribute
String columnAttribute
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
notNull
Boolean notNull
-
precision
Integer precision
-
scale
Integer scale
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType extends Object implements Serializable
-
Serialized Fields
-
include
JaxbHbmCacheInclusionEnum include
-
region
String region
-
usage
AccessType usage
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType extends Object implements Serializable
-
Serialized Fields
-
comment
String comment
-
check
String check
-
_default
String _default
-
index
String index
-
length
Integer length
-
name
String name
-
notNull
Boolean notNull
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
sqlType
String sqlType
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
write
String write
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
keyPropertyOrKeyManyToOne
List<E> keyPropertyOrKeyManyToOne
-
generator
JaxbHbmGeneratorSpecificationType generator
-
access
String access
-
clazz
String clazz
-
mapped
Boolean mapped
-
name
String name
-
node
String node
-
unsavedValue
JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
column
List<E> column
-
access
String access
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
entityName
String entityName
-
foreignKey
String foreignKey
-
lazy
JaxbHbmLazyEnum lazy
-
name
String name
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType extends Object implements Serializable
-
Serialized Fields
-
value
String value
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
tuplizer
List<E> tuplizer
-
synchronize
List<E> synchronize
-
attributes
List<E> attributes
-
join
List<E> join
-
subclass
List<E> subclass
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
fetchProfile
List<E> fetchProfile
-
resultset
List<E> resultset
-
query
List<E> query
-
sqlQuery
List<E> sqlQuery
-
discriminatorValue
String discriminatorValue
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
name
String name
-
entityName
String entityName
-
_abstract
Boolean _abstract
-
lazy
Boolean lazy
-
proxy
String proxy
-
batchSize
Integer batchSize
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
node
String node
-
persister
String persister
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch extends Object implements Serializable
-
Serialized Fields
-
association
String association
-
entity
String entity
-
style
JaxbHbmFetchStyleEnum style
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
identifierGenerator
List<E> identifierGenerator
-
typedef
List<E> typedef
-
filterDef
List<E> filterDef
-
_import
List<E> _import
-
clazz
List<E> clazz
-
subclass
List<E> subclass
-
joinedSubclass
List<E> joinedSubclass
-
unionSubclass
List<E> unionSubclass
-
resultset
List<E> resultset
-
query
List<E> query
-
sqlQuery
List<E> sqlQuery
-
fetchProfile
List<E> fetchProfile
-
databaseObject
List<E> databaseObject
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
_package
String _package
-
schema
String schema
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
collectionId
JaxbHbmCollectionIdType collectionId
-
key
JaxbHbmKeyType key
-
element
JaxbHbmBasicCollectionElementType element
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
node
String node
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
name
String name
-
access
String access
-
check
String check
-
where
String where
-
cascade
String cascade
-
batchSize
Integer batchSize
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
optimisticLock
Boolean optimisticLock
-
collectionType
String collectionType
-
persister
String persister
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
tuplizer
List<E> tuplizer
-
subselect
String subselect
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
attributes
List<E> attributes
-
joinedSubclass
List<E> joinedSubclass
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
fetchProfile
List<E> fetchProfile
-
resultset
List<E> resultset
-
query
List<E> query
-
sqlQuery
List<E> sqlQuery
-
check
String check
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType extends Object implements Serializable
-
Serialized Fields
-
column
JaxbHbmColumnType column
-
base
String base
-
columnAttribute
String columnAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
index
JaxbHbmIndexType index
-
listIndex
JaxbHbmListIndexType listIndex
-
element
JaxbHbmBasicCollectionElementType element
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
node
String node
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
name
String name
-
access
String access
-
check
String check
-
where
String where
-
cascade
String cascade
-
batchSize
Integer batchSize
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
optimisticLock
Boolean optimisticLock
-
collectionType
String collectionType
-
persister
String persister
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType extends Object implements Serializable
-
Serialized Fields
-
queryRef
String queryRef
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
columnOrFormula
List<E> columnOrFormula
-
filter
List<E> filter
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyEnum lazy
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
where
String where
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
columnOrFormula
List<E> columnOrFormula
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
index
String index
-
insert
Boolean insert
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
notNull
Boolean notNull
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
mapKey
JaxbHbmMapKeyBasicType mapKey
-
compositeMapKey
JaxbHbmMapKeyCompositeType compositeMapKey
-
mapKeyManyToMany
JaxbHbmMapKeyManyToManyType mapKeyManyToMany
-
index
JaxbHbmIndexType index
-
compositeIndex
JaxbHbmCompositeIndexType compositeIndex
-
indexManyToMany
JaxbHbmIndexManyToManyType indexManyToMany
-
indexManyToAny
JaxbHbmIndexManyToAnyType indexManyToAny
-
element
JaxbHbmBasicCollectionElementType element
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
node
String node
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
sort
String sort
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
name
String name
-
access
String access
-
check
String check
-
where
String where
-
cascade
String cascade
-
batchSize
Integer batchSize
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
optimisticLock
Boolean optimisticLock
-
collectionType
String collectionType
-
persister
String persister
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType extends Object implements Serializable
-
Serialized Fields
-
content
List<E> content
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
cacheable
Boolean cacheable
-
comment
String comment
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
name
String name
-
readOnly
Boolean readOnly
-
timeout
Integer timeout
-
callable
Boolean callable
-
resultsetRef
String resultsetRef
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType extends Object implements Serializable
-
Serialized Fields
-
region
String region
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
formula
List<E> formula
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
constrained
Boolean constrained
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType extends PluralAttributeInfoPrimitiveArrayAdapter implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
index
JaxbHbmIndexType index
-
listIndex
JaxbHbmListIndexType listIndex
-
element
JaxbHbmBasicCollectionElementType element
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
access
String access
-
batchSize
Integer batchSize
-
check
String check
-
collectionType
String collectionType
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
where
String where
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable
-
Serialized Fields
-
tuplizer
List<E> tuplizer
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
naturalIdCache
JaxbHbmNaturalIdCacheType naturalIdCache
-
synchronize
List<E> synchronize
-
comment
String comment
-
id
JaxbHbmSimpleIdType id
-
compositeId
JaxbHbmCompositeIdType compositeId
-
discriminator
JaxbHbmEntityDiscriminatorType discriminator
-
naturalId
JaxbHbmNaturalIdType naturalId
-
version
JaxbHbmVersionAttributeType version
-
timestamp
JaxbHbmTimestampAttributeType timestamp
-
multiTenancy
JaxbHbmMultiTenancyType multiTenancy
-
attributes
List<E> attributes
-
join
List<E> join
-
subclass
List<E> subclass
-
joinedSubclass
List<E> joinedSubclass
-
unionSubclass
List<E> unionSubclass
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
filter
List<E> filter
-
fetchProfile
List<E> fetchProfile
-
resultset
List<E> resultset
-
query
List<E> query
-
sqlQuery
List<E> sqlQuery
-
catalog
String catalog
-
check
String check
-
discriminatorValue
String discriminatorValue
-
mutable
Boolean mutable
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
JaxbHbmPolymorphismEnum polymorphism
-
rowid
String rowid
-
schema
String schema
-
subselectAttribute
String subselectAttribute
-
table
String table
-
where
String where
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType extends Object implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
comment
String comment
-
key
JaxbHbmKeyType key
-
attributes
List<E> attributes
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
fetch
JaxbHbmFetchStyleEnum fetch
-
inverse
Boolean inverse
-
optional
Boolean optional
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
subselect
String subselect
-
cache
JaxbHbmCacheType cache
-
synchronize
List<E> synchronize
-
comment
String comment
-
key
JaxbHbmKeyType key
-
element
JaxbHbmBasicCollectionElementType element
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
List<E> filter
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
node
String node
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
sort
String sort
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
name
String name
-
access
String access
-
check
String check
-
where
String where
-
cascade
String cascade
-
batchSize
Integer batchSize
-
inverse
Boolean inverse
-
mutable
Boolean mutable
-
optimisticLock
Boolean optimisticLock
-
collectionType
String collectionType
-
persister
String persister
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType extends JaxbHbmToolingHintContainer implements Serializable
-
Serialized Fields
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements Serializable
-
Serialized Fields
-
_extends
String _extends
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType extends Object implements Serializable
-
Serialized Fields
-
table
String table
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable
-
Serialized Fields
-
source
JaxbHbmTimestampSourceEnum source
-
unsavedValue
JaxbHbmUnsavedValueTimestampEnum unsavedValue
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType extends Object implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType extends Object implements Serializable
-
Serialized Fields
-
clazz
String clazz
-
entityMode
EntityMode entityMode
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType extends JaxbHbmConfigParameterContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable
-
Serialized Fields
-
tuplizer
List<E> tuplizer
-
subselect
String subselect
-
synchronize
List<E> synchronize
-
comment
String comment
-
attributes
List<E> attributes
-
unionSubclass
List<E> unionSubclass
-
loader
JaxbHbmLoaderType loader
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
fetchProfile
List<E> fetchProfile
-
resultset
List<E> resultset
-
query
List<E> query
-
sqlQuery
List<E> sqlQuery
-
check
String check
-
schema
String schema
-
catalog
String catalog
-
table
String table
-
subselectAttribute
String subselectAttribute
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable
-
Serialized Fields
-
column
List<E> column
-
insert
Boolean insert
-
type
String type
-
unsavedValue
JaxbHbmUnsavedValueVersionEnum unsavedValue
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
Package org.hibernate.boot.jaxb.internal.stax
-
Class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException extends RuntimeException implements Serializable
-
Serialized Fields
-
requestedVersion
String requestedVersion
-
Class org.hibernate.boot.jaxb.internal.stax.UnsupportedOrmXsdVersionException extends HibernateException implements Serializable
-
Class org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException extends HibernateException implements Serializable
-
Package org.hibernate.boot.jaxb.spi
-
Class org.hibernate.boot.jaxb.spi.Binding extends Object implements Serializable
-
Package org.hibernate.boot.model
-
Class org.hibernate.boot.model.IdentifierGeneratorDefinition extends Object implements Serializable
-
Class org.hibernate.boot.model.TypeDefinition extends Object implements Serializable
-
Package org.hibernate.boot.model.naming
-
Class org.hibernate.boot.model.naming.IllegalIdentifierException extends HibernateException implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl extends Object implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable
-
Class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl extends Object implements Serializable
-
Package org.hibernate.boot.model.relational
-
Class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject extends Object implements Serializable
-
Class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject extends SimpleAuxiliaryDatabaseObject implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject extends AbstractAuxiliaryDatabaseObject implements Serializable
-
Package org.hibernate.boot.model.source.internal
-
Package org.hibernate.boot.model.source.internal.hbm
-
Class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl extends Object implements Serializable
-
Package org.hibernate.boot.registry.classloading.internal
-
Class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl extends Object implements Serializable
-
Serialized Fields
-
serviceLoaders
ConcurrentMap<K,V> serviceLoaders
-
aggregatedClassLoader
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.AggregatedClassLoader aggregatedClassLoader
-
Package org.hibernate.boot.registry.classloading.spi
-
Class org.hibernate.boot.registry.classloading.spi.ClassLoadingException extends HibernateException implements Serializable
-
Package org.hibernate.boot.registry.selector.internal
-
Class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl extends Object implements Serializable
-
Serialized Fields
-
namedStrategyImplementorByStrategyMap
Map<K,V> namedStrategyImplementorByStrategyMap
-
classLoaderService
ClassLoaderService classLoaderService
-
Package org.hibernate.boot.registry.selector.spi
-
Class org.hibernate.boot.registry.selector.spi.StrategySelectionException extends HibernateException implements Serializable
-
Package org.hibernate.boot.spi
-
Class org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException extends HibernateException implements Serializable
-
Serialized Fields
-
tableName
Identifier tableName
-
Package org.hibernate.bytecode.buildtime.spi
-
Class org.hibernate.bytecode.buildtime.spi.ExecutionException extends RuntimeException implements Serializable
-
Package org.hibernate.bytecode.enhance.spi
-
Class org.hibernate.bytecode.enhance.spi.EnhancementException extends HibernateException implements Serializable
-
Package org.hibernate.bytecode.instrumentation.spi
-
Class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor extends Object implements Serializable
-
Package org.hibernate.bytecode.internal.javassist
-
Class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter extends Object implements Serializable
-
Serialized Fields
-
bulkAccessor
BulkAccessor bulkAccessor
-
mappedClass
Class<T> mappedClass
-
Class org.hibernate.bytecode.internal.javassist.BulkAccessor extends Object implements Serializable
-
Class org.hibernate.bytecode.internal.javassist.BulkAccessorException extends HibernateException implements Serializable
-
Serialized Fields
-
index
int index
-
Class org.hibernate.bytecode.internal.javassist.FastClass extends Object implements Serializable
-
Class org.hibernate.bytecode.internal.javassist.InstantiationOptimizerAdapter extends Object implements Serializable
-
Serialized Fields
-
fastClass
FastClass fastClass
-
Class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl extends Object implements Serializable
-
Serialized Fields
-
instantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
-
accessOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
-
Package org.hibernate.bytecode.spi
-
Class org.hibernate.bytecode.spi.NotInstrumentedException extends HibernateException implements Serializable
-
Package org.hibernate.cache
-
Class org.hibernate.cache.CacheException extends HibernateException implements Serializable
-
Class org.hibernate.cache.NoCacheRegionFactoryAvailableException extends CacheException implements Serializable
-
Package org.hibernate.cache.internal
-
Class org.hibernate.cache.internal.CollectionCacheInvalidator extends Object implements Serializable
-
Class org.hibernate.cache.internal.NoCachingRegionFactory extends Object implements Serializable
-
Class org.hibernate.cache.internal.OldNaturalIdCacheKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
Deprecated.
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
naturalIdValues
Serializable[] naturalIdValues
Deprecated.
-
entityName
String entityName
Deprecated.
-
tenantId
String tenantId
Deprecated.
-
hashCode
int hashCode
Deprecated.
-
Package org.hibernate.cache.spi
-
Class org.hibernate.cache.spi.FilterKey extends Object implements Serializable
-
Class org.hibernate.cache.spi.QueryKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.
- Throws:
IOException
- Thrown by normal deserialization
ClassNotFoundException
- Thrown by normal deserialization
-
Serialized Fields
-
sqlQueryString
String sqlQueryString
-
positionalParameterTypes
Type[] positionalParameterTypes
-
positionalParameterValues
Object[] positionalParameterValues
-
namedParameters
Map<K,V> namedParameters
-
firstRow
Integer firstRow
-
maxRows
Integer maxRows
-
tenantIdentifier
String tenantIdentifier
-
filterKeys
Set<E> filterKeys
-
customTransformer
CacheableResultTransformer customTransformer
-
Package org.hibernate.cache.spi.access
-
Class org.hibernate.cache.spi.access.UnknownAccessTypeException extends HibernateException implements Serializable
-
Package org.hibernate.cache.spi.entry
-
Class org.hibernate.cache.spi.entry.CollectionCacheEntry extends Object implements Serializable
-
Serialized Fields
-
state
Serializable state
-
Class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl extends Object implements Serializable
-
Serialized Fields
-
reference
Object reference
-
subclassPersister
EntityPersister subclassPersister
-
Class org.hibernate.cache.spi.entry.StandardCacheEntryImpl extends Object implements Serializable
-
Serialized Fields
-
disassembledState
Serializable[] disassembledState
-
subclass
String subclass
-
lazyPropertiesAreUnfetched
boolean lazyPropertiesAreUnfetched
-
version
Object version
-
Package org.hibernate.cfg
-
Class org.hibernate.cfg.CollectionSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
collection
Collection collection
-
localInheritedMetas
Map<K,V> localInheritedMetas
-
Class org.hibernate.cfg.CopyIdentifierComponentSecondPass extends Object implements Serializable
-
Serialized Fields
-
referencedEntityName
String referencedEntityName
-
component
Component component
-
buildingContext
MetadataBuildingContext buildingContext
-
joinColumns
Ejb3JoinColumn[] joinColumns
-
Class org.hibernate.cfg.CreateKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
rootClass
RootClass rootClass
-
joinedSubClass
JoinedSubclass joinedSubClass
-
Class org.hibernate.cfg.DefaultComponentSafeNamingStrategy extends EJB3NamingStrategy implements Serializable
-
Class org.hibernate.cfg.DefaultNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.EJB3DTDEntityResolver extends DTDEntityResolver implements Serializable
-
Serialized Fields
-
resolved
boolean resolved
-
Class org.hibernate.cfg.EJB3NamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.FkSecondPass extends Object implements Serializable
-
Serialized Fields
-
value
SimpleValue value
-
columns
Ejb3JoinColumn[] columns
-
uniqueCounter
int uniqueCounter
unique counter is needed to differentiate 2 instances of FKSecondPass
as they are compared.
Fairly hacky but IBM VM sometimes returns the same hashCode for 2 different objects
TODO is it doable to rely on the Ejb3JoinColumn names? Not sure at they could be inferred
-
Class org.hibernate.cfg.ImprovedNamingStrategy extends Object implements Serializable
-
Class org.hibernate.cfg.IndexOrUniqueKeySecondPass extends Object implements Serializable
-
Serialized Fields
-
table
Table table
-
indexName
String indexName
-
columns
String[] columns
-
buildingContext
MetadataBuildingContext buildingContext
-
column
Ejb3Column column
-
unique
boolean unique
-
Class org.hibernate.cfg.JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
entity
JoinedSubclass entity
-
buildingContext
MetadataBuildingContext buildingContext
-
Class org.hibernate.cfg.NotYetImplementedException extends MappingException implements Serializable
-
Class org.hibernate.cfg.OneToOneSecondPass extends Object implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
mappedBy
String mappedBy
-
ownerEntity
String ownerEntity
-
ownerProperty
String ownerProperty
-
propertyHolder
PropertyHolder propertyHolder
-
ignoreNotFound
boolean ignoreNotFound
-
inferredData
PropertyData inferredData
-
targetEntity
XClass targetEntity
-
cascadeOnDelete
boolean cascadeOnDelete
-
optional
boolean optional
-
cascadeStrategy
String cascadeStrategy
-
joinColumns
Ejb3JoinColumn[] joinColumns
-
Class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass extends Object implements Serializable
-
Serialized Fields
-
referencedEntityName
String referencedEntityName
-
columns
Ejb3JoinColumn[] columns
-
value
SimpleValue value
-
Class org.hibernate.cfg.RecoverableException extends AnnotationException implements Serializable
-
Class org.hibernate.cfg.SecondaryTableSecondPass extends Object implements Serializable
-
Serialized Fields
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
annotatedClass
XAnnotatedElement annotatedClass
-
Class org.hibernate.cfg.SetSimpleValueTypeSecondPass extends Object implements Serializable
-
Serialized Fields
-
binder
SimpleValueBinder binder
-
Class org.hibernate.cfg.ToOneFkSecondPass extends FkSecondPass implements Serializable
-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
unique
boolean unique
-
path
String path
-
entityClassName
String entityClassName
-
Class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass extends Object implements Serializable
-
Serialized Fields
-
fetchProfileName
String fetchProfileName
-
fetch
FetchProfile.FetchOverride fetch
-
buildingContext
MetadataBuildingContext buildingContext
-
Package org.hibernate.cfg.annotations
-
Class org.hibernate.cfg.annotations.ResultsetMappingSecondPass extends Object implements Serializable
-
Serialized Fields
-
ann
SqlResultSetMapping ann
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
Package org.hibernate.cfg.annotations.reflection
-
Class org.hibernate.cfg.annotations.reflection.XMLContext extends Object implements Serializable
-
Serialized Fields
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
globalDefaults
XMLContext.Default globalDefaults
-
classOverriding
Map<K,V> classOverriding
-
defaultsOverriding
Map<K,V> defaultsOverriding
-
defaultElements
List<E> defaultElements
-
defaultEntityListeners
List<E> defaultEntityListeners
-
hasContext
boolean hasContext
-
attributeConverterDefinitions
List<E> attributeConverterDefinitions
-
Class org.hibernate.cfg.annotations.reflection.XMLContext.Default extends Object implements Serializable
-
Package org.hibernate.cfg.beanvalidation
-
Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable
-
Serialized Fields
-
factory
ValidatorFactory factory
-
associationsPerEntityPersister
ConcurrentHashMap<K,V> associationsPerEntityPersister
-
groupsPerOperation
GroupsPerOperation groupsPerOperation
-
initialized
boolean initialized
-
Class org.hibernate.cfg.beanvalidation.IntegrationException extends HibernateException implements Serializable
-
Package org.hibernate.collection.internal
-
Class org.hibernate.collection.internal.AbstractPersistentCollection extends Object implements Serializable
-
Serialized Fields
-
isTempSession
boolean isTempSession
-
initialized
boolean initialized
-
owner
Object owner
-
cachedSize
int cachedSize
-
role
String role
-
key
Serializable key
-
dirty
boolean dirty
-
storedSnapshot
Serializable storedSnapshot
-
sessionFactoryUuid
String sessionFactoryUuid
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
Class org.hibernate.collection.internal.PersistentArrayHolder extends AbstractPersistentCollection implements Serializable
-
Serialized Fields
-
array
Object array
-
Class org.hibernate.collection.internal.PersistentBag extends AbstractPersistentCollection implements Serializable
-
Class org.hibernate.collection.internal.PersistentIdentifierBag extends AbstractPersistentCollection implements Serializable
-
Class org.hibernate.collection.internal.PersistentList extends AbstractPersistentCollection implements Serializable
-
Class org.hibernate.collection.internal.PersistentMap extends AbstractPersistentCollection implements Serializable
-
Class org.hibernate.collection.internal.PersistentSet extends AbstractPersistentCollection implements Serializable
-
Class org.hibernate.collection.internal.PersistentSortedMap extends PersistentMap implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
Class org.hibernate.collection.internal.PersistentSortedSet extends PersistentSet implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
Package org.hibernate.context
-
Class org.hibernate.context.TenantIdentifierMismatchException extends HibernateException implements Serializable
-
Package org.hibernate.context.internal
-
Class org.hibernate.context.internal.JTASessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ManagedSessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ThreadLocalSessionContext extends AbstractCurrentSessionContext implements Serializable
-
Class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactory factory
-
Package org.hibernate.context.spi
-
Class org.hibernate.context.spi.AbstractCurrentSessionContext extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
Package org.hibernate.criterion
-
Class org.hibernate.criterion.AbstractEmptinessExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.criterion.AggregateProjection extends SimpleProjection implements Serializable
-
Class org.hibernate.criterion.AliasedProjection extends Object implements Serializable
-
Serialized Fields
-
projection
Projection projection
-
alias
String alias
-
Class org.hibernate.criterion.AvgProjection extends AggregateProjection implements Serializable
-
Class org.hibernate.criterion.BetweenExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Conjunction extends Junction implements Serializable
-
Class org.hibernate.criterion.CountProjection extends AggregateProjection implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
Class org.hibernate.criterion.DetachedCriteria extends Object implements Serializable
-
Serialized Fields
-
impl
CriteriaImpl impl
-
criteria
Criteria criteria
-
Class org.hibernate.criterion.Disjunction extends Junction implements Serializable
-
Class org.hibernate.criterion.Distinct extends Object implements Serializable
-
Serialized Fields
-
wrappedProjection
Projection wrappedProjection
-
Class org.hibernate.criterion.EmptyExpression extends AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.Example extends Object implements Serializable
-
Class org.hibernate.criterion.Example.AllPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
Class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
Class org.hibernate.criterion.Example.NotNullPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
Class org.hibernate.criterion.ExistsSubqueryExpression extends SubqueryExpression implements Serializable
-
Class org.hibernate.criterion.IdentifierEqExpression extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
Class org.hibernate.criterion.IdentifierProjection extends SimpleProjection implements Serializable
-
Serialized Fields
-
grouped
boolean grouped
-
Class org.hibernate.criterion.IlikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.InExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Junction extends Object implements Serializable
-
Serialized Fields
-
nature
Junction.Nature nature
-
conditions
List<E> conditions
-
Class org.hibernate.criterion.LikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.LogicalExpression extends Object implements Serializable
-
Class org.hibernate.criterion.NaturalIdentifier extends Object implements Serializable
-
Serialized Fields
-
conjunction
Conjunction conjunction
-
Class org.hibernate.criterion.NotEmptyExpression extends AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.NotExpression extends Object implements Serializable
-
Serialized Fields
-
criterion
Criterion criterion
-
Class org.hibernate.criterion.NotNullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.criterion.NullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.criterion.Order extends Object implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
ignoreCase
boolean ignoreCase
-
propertyName
String propertyName
-
nullPrecedence
NullPrecedence nullPrecedence
-
Class org.hibernate.criterion.ProjectionList extends Object implements Serializable
-
Class org.hibernate.criterion.PropertiesSubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyNames
String[] propertyNames
-
Class org.hibernate.criterion.Property extends PropertyProjection implements Serializable
-
Class org.hibernate.criterion.PropertyExpression extends Object implements Serializable
-
Class org.hibernate.criterion.PropertyProjection extends SimpleProjection implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
grouped
boolean grouped
-
Class org.hibernate.criterion.PropertySubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.criterion.RowCountProjection extends SimpleProjection implements Serializable
-
Class org.hibernate.criterion.SimpleExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleSubqueryExpression extends SubqueryExpression implements Serializable
-
Serialized Fields
-
value
Object value
-
Class org.hibernate.criterion.SizeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SQLCriterion extends Object implements Serializable
-
Serialized Fields
-
sql
String sql
-
typedValues
TypedValue[] typedValues
-
Class org.hibernate.criterion.SQLProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SubqueryExpression extends Object implements Serializable
-
Serialized Fields
-
criteriaImpl
CriteriaImpl criteriaImpl
-
quantifier
String quantifier
-
op
String op
-
params
QueryParameters params
-
types
Type[] types
-
innerQuery
CriteriaQueryTranslator innerQuery
-
Package org.hibernate.dialect.lock
-
Class org.hibernate.dialect.lock.LockingStrategyException extends HibernateException implements Serializable
-
Serialized Fields
-
entity
Object entity
-
Class org.hibernate.dialect.lock.OptimisticEntityLockException extends LockingStrategyException implements Serializable
-
Class org.hibernate.dialect.lock.PessimisticEntityLockException extends LockingStrategyException implements Serializable
-
Package org.hibernate.ejb
-
Class org.hibernate.ejb.AbstractEntityManagerImpl extends AbstractEntityManagerImpl implements Serializable
-
Package org.hibernate.engine
-
Class org.hibernate.engine.ResultSetMappingDefinition extends Object implements Serializable
-
Package org.hibernate.engine.config.internal
-
Class org.hibernate.engine.config.internal.ConfigurationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
settings
Map<K,V> settings
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.internal
-
Class org.hibernate.engine.internal.AbstractEntityEntry extends Object implements Serializable
-
Serialized Fields
-
id
Serializable id
-
loadedState
Object[] loadedState
-
version
Object version
-
persister
EntityPersister persister
-
next
EntityEntryExtraState next
-
Class org.hibernate.engine.internal.ImmutableEntityEntry extends AbstractEntityEntry implements Serializable
-
Class org.hibernate.engine.internal.ImmutableEntityEntryFactory extends Object implements Serializable
-
Class org.hibernate.engine.internal.MutableEntityEntry extends AbstractEntityEntry implements Serializable
-
Class org.hibernate.engine.internal.MutableEntityEntryFactory extends Object implements Serializable
-
Class org.hibernate.engine.internal.SessionEventListenerManagerImpl extends Object implements Serializable
-
Class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener extends BaseSessionEventListener implements Serializable
-
Serialized Fields
-
jdbcConnectionAcquisitionCount
int jdbcConnectionAcquisitionCount
-
jdbcConnectionAcquisitionTime
long jdbcConnectionAcquisitionTime
-
jdbcConnectionReleaseCount
int jdbcConnectionReleaseCount
-
jdbcConnectionReleaseTime
long jdbcConnectionReleaseTime
-
jdbcPrepareStatementCount
int jdbcPrepareStatementCount
-
jdbcPrepareStatementTime
long jdbcPrepareStatementTime
-
jdbcExecuteStatementCount
int jdbcExecuteStatementCount
-
jdbcExecuteStatementTime
long jdbcExecuteStatementTime
-
jdbcExecuteBatchCount
int jdbcExecuteBatchCount
-
jdbcExecuteBatchTime
long jdbcExecuteBatchTime
-
cachePutCount
int cachePutCount
-
cachePutTime
long cachePutTime
-
cacheHitCount
int cacheHitCount
-
cacheHitTime
long cacheHitTime
-
cacheMissCount
int cacheMissCount
-
cacheMissTime
long cacheMissTime
-
flushCount
int flushCount
-
flushEntityCount
long flushEntityCount
-
flushCollectionCount
long flushCollectionCount
-
flushTime
long flushTime
-
partialFlushCount
int partialFlushCount
-
partialFlushEntityCount
long partialFlushEntityCount
-
partialFlushCollectionCount
long partialFlushCollectionCount
-
partialFlushTime
long partialFlushTime
-
jdbcConnectionAcquisitionStart
long jdbcConnectionAcquisitionStart
-
jdbcConnectionReleaseStart
long jdbcConnectionReleaseStart
-
jdbcPrepStart
long jdbcPrepStart
-
jdbcExecutionStart
long jdbcExecutionStart
-
jdbcBatchExecutionStart
long jdbcBatchExecutionStart
-
cachePutStart
long cachePutStart
-
cacheGetStart
long cacheGetStart
-
flushStart
long flushStart
-
partialFlushStart
long partialFlushStart
-
Package org.hibernate.engine.jdbc
-
Class org.hibernate.engine.jdbc.SerializableBlobProxy extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.SerializableClobProxy extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.SerializableNClobProxy extends SerializableClobProxy implements Serializable
-
Class org.hibernate.engine.jdbc.Size extends Object implements Serializable
-
Serialized Fields
-
length
long length
-
precision
int precision
-
scale
int scale
-
lobMultiplier
Size.LobMultiplier lobMultiplier
-
Package org.hibernate.engine.jdbc.batch.internal
-
Class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
size
int size
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.internal
-
Class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
dataSource
DataSource dataSource
-
user
String user
-
pass
String pass
-
useCredentials
boolean useCredentials
-
jndiService
JndiService jndiService
-
available
boolean available
-
Class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl extends Object implements Serializable
-
Serialized Fields
-
active
boolean active
-
connectionCreator
org.hibernate.engine.jdbc.connections.internal.ConnectionCreator connectionCreator
-
executorService
ScheduledExecutorService executorService
-
pool
PooledConnections pool
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
Class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl extends Object implements Serializable
-
Package org.hibernate.engine.jdbc.connections.spi
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl extends AbstractDataSourceBasedMultiTenantConnectionProviderImpl implements Serializable
-
Package org.hibernate.engine.jdbc.cursor.internal
-
Class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport extends Object implements Serializable
-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.internal
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
strategySelector
StrategySelector strategySelector
-
dialectResolver
DialectResolver dialectResolver
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet extends Object implements Serializable
-
Class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver extends Object implements Serializable
-
Package org.hibernate.engine.jdbc.dialect.spi
-
Class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver extends Object implements Serializable
-
Package org.hibernate.engine.jdbc.env.internal
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl extends Object implements Serializable
-
Serialized Fields
-
dialect
Dialect dialect
-
sqlExceptionHelper
SqlExceptionHelper sqlExceptionHelper
-
extractedMetaDataSupport
ExtractedDatabaseMetaData extractedMetaDataSupport
-
currentCatalog
Identifier currentCatalog
-
currentSchema
Identifier currentSchema
-
identifierHelper
IdentifierHelper identifierHelper
-
qualifiedObjectNameFormatter
QualifiedObjectNameFormatter qualifiedObjectNameFormatter
-
lobCreatorBuilder
LobCreatorBuilderImpl lobCreatorBuilder
-
typeInfoSet
LinkedHashSet<E> typeInfoSet
-
nameQualifierSupport
NameQualifierSupport nameQualifierSupport
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess extends Object implements Serializable
-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider connectionProvider
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.internal
-
Class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl extends Object implements Serializable
-
Serialized Fields
-
connectionReleaseMode
ConnectionReleaseMode connectionReleaseMode
-
xref
HashMap<K,V> xref
-
unassociatedResultSets
Set<E> unassociatedResultSets
-
lastQuery
Statement lastQuery
-
isUserSuppliedConnection
boolean isUserSuppliedConnection
-
releasesEnabled
boolean releasesEnabled
If true, manually (and temporarily) circumvent aggressive release processing.
-
flushDepth
int flushDepth
-
Class org.hibernate.engine.jdbc.internal.JdbcServicesImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
multiTenancyStrategy
MultiTenancyStrategy multiTenancyStrategy
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
resultSetWrapper
ResultSetWrapperImpl resultSetWrapper
-
Package org.hibernate.engine.jdbc.spi
-
Package org.hibernate.engine.jndi
-
Class org.hibernate.engine.jndi.JndiException extends HibernateException implements Serializable
-
Class org.hibernate.engine.jndi.JndiNameException extends HibernateException implements Serializable
-
Package org.hibernate.engine.jndi.internal
-
Class org.hibernate.engine.jndi.internal.JndiServiceImpl extends Object implements Serializable
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query.internal
-
Class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl extends Object implements Serializable
-
Package org.hibernate.engine.query.spi
-
Class org.hibernate.engine.query.spi.FilterQueryPlan extends HQLQueryPlan implements Serializable
-
Serialized Fields
-
collectionRole
String collectionRole
-
Class org.hibernate.engine.query.spi.HQLQueryPlan extends Object implements Serializable
-
Serialized Fields
-
sourceQuery
String sourceQuery
-
translators
QueryTranslator[] translators
-
sqlStrings
String[] sqlStrings
-
parameterMetadata
ParameterMetadata parameterMetadata
-
returnMetadata
ReturnMetadata returnMetadata
-
querySpaces
Set<E> querySpaces
-
enabledFilterNames
Set<E> enabledFilterNames
-
shallow
boolean shallow
-
traceEnabled
boolean traceEnabled
We'll check the trace level only once per instance
-
Class org.hibernate.engine.query.spi.NamedParameterDescriptor extends Object implements Serializable
-
Class org.hibernate.engine.query.spi.NativeSQLQueryPlan extends Object implements Serializable
-
Serialized Fields
-
sourceQuery
String sourceQuery
-
customQuery
CustomQuery customQuery
-
Class org.hibernate.engine.query.spi.OrdinalParameterDescriptor extends Object implements Serializable
-
Serialized Fields
-
ordinalPosition
int ordinalPosition
-
expectedType
Type expectedType
-
sourceLocation
int sourceLocation
-
Class org.hibernate.engine.query.spi.ParameterMetadata extends Object implements Serializable
-
Serialized Fields
-
ordinalDescriptors
OrdinalParameterDescriptor[] ordinalDescriptors
-
namedDescriptorMap
Map<K,V> namedDescriptorMap
-
Class org.hibernate.engine.query.spi.QueryPlanCache extends Object implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
queryPlanCache
BoundedConcurrentHashMap<K,V> queryPlanCache
the cache of the actual plans...
-
parameterMetadataCache
BoundedConcurrentHashMap<K,V> parameterMetadataCache
simple cache of param metadata based on query string. Ideally, the original "user-supplied query"
string should be used to obtain this metadata (i.e., not the para-list-expanded query string) to avoid
unnecessary cache entries.
Used solely for caching param metadata for native-sql queries, see QueryPlanCache.getSQLParameterMetadata(java.lang.String)
for a
discussion as to why...
-
nativeQueryInterpreterService
NativeQueryInterpreter nativeQueryInterpreterService
-
Class org.hibernate.engine.query.spi.ReturnMetadata extends Object implements Serializable
-
Package org.hibernate.engine.query.spi.sql
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn extends Object implements Serializable
-
Class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn extends NativeSQLQueryNonScalarReturn implements Serializable
-
Serialized Fields
-
returnEntityName
String returnEntityName
-
hashCode
int hashCode
-
Package org.hibernate.engine.spi
-
Class org.hibernate.engine.spi.AssociationKey extends Object implements Serializable
-
Class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle extends Object implements Serializable
-
Class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle extends CascadeStyles.BaseCascadeStyle implements Serializable
-
Serialized Fields
-
styles
CascadeStyle[] styles
-
Class org.hibernate.engine.spi.CollectionEntry extends Object implements Serializable
-
Serialized Fields
-
snapshot
Serializable snapshot
-
role
String role
-
loadedKey
Serializable loadedKey
-
fromMerge
boolean fromMerge
-
Class org.hibernate.engine.spi.CollectionKey extends Object implements Serializable
-
Serialized Fields
-
role
String role
-
key
Serializable key
-
keyType
Type keyType
-
factory
SessionFactoryImplementor factory
-
hashCode
int hashCode
-
entityMode
EntityMode entityMode
-
Class org.hibernate.engine.spi.EntityKey extends Object implements Serializable
-
Serialized Fields
-
identifier
Serializable identifier
-
hashCode
int hashCode
-
persister
EntityPersister persister
-
Class org.hibernate.engine.spi.EntityUniqueKey extends Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
uniqueKeyName
String uniqueKeyName
-
entityName
String entityName
-
key
Object key
-
keyType
Type keyType
-
entityMode
EntityMode entityMode
-
hashCode
int hashCode
-
Class org.hibernate.engine.spi.ExecutableList extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Read this object state back in from the given stream as part of de-serialization
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput oos)
throws IOException
Write this list out to the given stream as part of serialization
- Throws:
IOException
-
Class org.hibernate.engine.spi.FilterDefinition extends Object implements Serializable
-
Class org.hibernate.engine.spi.LoadQueryInfluencers extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
internalFetchProfile
String internalFetchProfile
-
enabledFilters
Map<K,V> enabledFilters
-
enabledFetchProfileNames
Set<E> enabledFetchProfileNames
-
fetchGraph
EntityGraph<T> fetchGraph
-
loadGraph
EntityGraph<T> loadGraph
-
Class org.hibernate.engine.spi.NamedQueryDefinition extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
query
String query
-
cacheable
boolean cacheable
-
cacheRegion
String cacheRegion
-
timeout
Integer timeout
-
lockOptions
LockOptions lockOptions
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
parameterTypes
Map<K,V> parameterTypes
-
cacheMode
CacheMode cacheMode
-
readOnly
boolean readOnly
-
comment
String comment
-
firstResult
Integer firstResult
-
maxResults
Integer maxResults
-
Class org.hibernate.engine.spi.NamedSQLQueryDefinition extends NamedQueryDefinition implements Serializable
-
Serialized Fields
-
queryReturns
NativeSQLQueryReturn[] queryReturns
-
querySpaces
List<E> querySpaces
-
callable
boolean callable
-
resultSetRef
String resultSetRef
-
Class org.hibernate.engine.spi.SessionDelegatorBaseImpl extends Object implements Serializable
-
Serialized Fields
-
sessionImplementor
SessionImplementor sessionImplementor
-
session
Session session
-
Class org.hibernate.engine.spi.SessionFactoryDelegatingImpl extends Object implements Serializable
-
Serialized Fields
-
delegate
SessionFactoryImplementor delegate
-
Class org.hibernate.engine.spi.TypedValue extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
Package org.hibernate.engine.transaction.internal
-
Class org.hibernate.engine.transaction.internal.NullSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl extends Object implements Serializable
-
Serialized Fields
-
synchronizations
LinkedHashSet<E> synchronizations
-
Package org.hibernate.engine.transaction.jta.platform.internal
-
Class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform extends Object implements Serializable
-
Serialized Fields
-
cacheTransactionManager
boolean cacheTransactionManager
-
cacheUserTransaction
boolean cacheUserTransaction
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
tmSynchronizationStrategy
JtaSynchronizationStrategy tmSynchronizationStrategy
-
transactionManager
TransactionManager transactionManager
-
userTransaction
UserTransaction userTransaction
-
Class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform extends Object implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver extends Object implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy extends Object implements Serializable
-
Serialized Fields
-
synchronizationRegistryAccess
SynchronizationRegistryAccess synchronizationRegistryAccess
-
Class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy extends Object implements Serializable
-
Serialized Fields
-
transactionManagerAccess
TransactionManagerAccess transactionManagerAccess
-
Class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform extends AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
transactionManagerAccessClass
Class<T> transactionManagerAccessClass
-
webSphereEnvironment
WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Class org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException extends HibernateException implements Serializable
-
Package org.hibernate.engine.transaction.spi
-
Package org.hibernate.envers
-
Class org.hibernate.envers.DefaultRevisionEntity extends Object implements Serializable
- serialVersionUID:
- 8530213963961662300L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
Class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity extends DefaultRevisionEntity implements Serializable
-
Package org.hibernate.envers.boot.internal
-
Class org.hibernate.envers.boot.internal.EnversServiceImpl extends Object implements Serializable
-
Serialized Fields
-
integrationEnabled
boolean integrationEnabled
-
initialized
boolean initialized
-
serviceRegistry
ServiceRegistry serviceRegistry
-
classLoaderService
ClassLoaderService classLoaderService
-
globalConfiguration
GlobalConfiguration globalConfiguration
-
auditEntitiesConfiguration
AuditEntitiesConfiguration auditEntitiesConfiguration
-
auditProcessManager
AuditProcessManager auditProcessManager
-
auditStrategy
AuditStrategy auditStrategy
-
entitiesConfigurations
EntitiesConfigurations entitiesConfigurations
-
revisionInfoQueryCreator
RevisionInfoQueryCreator revisionInfoQueryCreator
-
revisionInfoNumberReader
RevisionInfoNumberReader revisionInfoNumberReader
-
modifiedEntityNamesReader
ModifiedEntityNamesReader modifiedEntityNamesReader
-
xmlHelper
XMLHelper xmlHelper
-
Package org.hibernate.envers.configuration.internal.metadata
-
Class org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException extends HibernateException implements Serializable
-
Package org.hibernate.envers.enhanced
-
Class org.hibernate.envers.enhanced.SequenceIdRevisionEntity extends Object implements Serializable
- serialVersionUID:
- 4159156677698841902L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
Class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity extends SequenceIdRevisionEntity implements Serializable
-
Package org.hibernate.envers.event.spi
-
Class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl extends BaseEnversEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl extends BaseEnversEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl extends BaseEnversEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl extends BaseEnversCollectionEventListener implements Serializable
-
Package org.hibernate.envers.exception
-
Class org.hibernate.envers.exception.AuditException extends HibernateException implements Serializable
- serialVersionUID:
- 4306480965630972168L
-
Class org.hibernate.envers.exception.NotAuditedException extends AuditException implements Serializable
- serialVersionUID:
- 4809674577449455510L
-
Serialized Fields
-
entityName
String entityName
-
Class org.hibernate.envers.exception.RevisionDoesNotExistException extends AuditException implements Serializable
- serialVersionUID:
- -6417768274074962282L
-
Package org.hibernate.envers.internal
-
Class org.hibernate.envers.internal.EnversMessageLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.hibernate.envers.internal.entities
-
Class org.hibernate.envers.internal.entities.RevisionTypeType extends Object implements Serializable
- serialVersionUID:
- -1053201518229282688L
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor extends SessionDelegatorBaseImpl implements Serializable
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor implements Serializable
- serialVersionUID:
- 4770438372940785488L
-
Serialized Fields
-
versionsReader
AuditReaderImplementor versionsReader
-
entityClass
Class<T> entityClass
-
entityId
Object entityId
-
revision
Number revision
-
removed
boolean removed
-
enversService
EnversService enversService
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy extends Object implements Serializable
- serialVersionUID:
- 8698249863871832402L
-
Serialized Fields
-
delegate
Collection<E> delegate
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy extends CollectionProxy<U,List<U>> implements Serializable
- serialVersionUID:
- -5479232938279790987L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy extends Object implements Serializable
- serialVersionUID:
- 8418037541773074646L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy extends CollectionProxy<U,Set<U>> implements Serializable
- serialVersionUID:
- 131464133074137701L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy extends Object implements Serializable
- serialVersionUID:
- 2645817952901452375L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy extends CollectionProxy<U,SortedSet<U>> implements Serializable
- serialVersionUID:
- 2092884107178125905L
-
Package org.hibernate.envers.internal.synchronization.work
-
Class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId extends Object implements Serializable
- serialVersionUID:
- -8007831518629167537L
-
Serialized Fields
-
ownerId
Serializable ownerId
-
role
String role
-
Package org.hibernate.event.internal
-
Class org.hibernate.event.internal.AbstractFlushingEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.AbstractLockUpgradeEventListener extends AbstractReassociateEventListener implements Serializable
-
Class org.hibernate.event.internal.AbstractReassociateEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.AbstractSaveEventListener extends AbstractReassociateEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultAutoFlushEventListener extends AbstractFlushingEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultDeleteEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultDirtyCheckEventListener extends AbstractFlushingEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultEvictEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultFlushEntityEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultFlushEventListener extends AbstractFlushingEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultInitializeCollectionEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultLoadEventListener extends AbstractLockUpgradeEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultLockEventListener extends AbstractLockUpgradeEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultMergeEventListener extends AbstractSaveEventListener implements Serializable
-
Serialized Fields
-
entityCopyObserverStrategy
String entityCopyObserverStrategy
-
Class org.hibernate.event.internal.DefaultPersistEventListener extends AbstractSaveEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultPersistOnFlushEventListener extends DefaultPersistEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultPostLoadEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultPreLoadEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultRefreshEventListener extends Object implements Serializable
-
Class org.hibernate.event.internal.DefaultReplicateEventListener extends AbstractSaveEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener extends AbstractLockUpgradeEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultSaveEventListener extends DefaultSaveOrUpdateEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener extends AbstractSaveEventListener implements Serializable
-
Class org.hibernate.event.internal.DefaultUpdateEventListener extends DefaultSaveOrUpdateEventListener implements Serializable
-
Package org.hibernate.event.service.internal
-
Class org.hibernate.event.service.internal.EventListenerGroupImpl extends Object implements Serializable
-
Class org.hibernate.event.service.internal.EventListenerRegistryImpl extends Object implements Serializable
-
Serialized Fields
-
listenerClassToInstanceMap
Map<K,V> listenerClassToInstanceMap
-
registeredEventListeners
EventListenerGroupImpl<T>[] registeredEventListeners
-
Class org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl extends EventListenerGroupImpl<T> implements Serializable
-
Package org.hibernate.event.service.spi
-
Class org.hibernate.event.service.spi.EventListenerRegistrationException extends HibernateException implements Serializable
-
Package org.hibernate.event.spi
-
Class org.hibernate.event.spi.AbstractCollectionEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
collection
PersistentCollection collection
-
affectedOwner
Object affectedOwner
-
affectedOwnerId
Serializable affectedOwnerId
-
affectedOwnerEntityName
String affectedOwnerEntityName
-
Class org.hibernate.event.spi.AbstractEvent extends Object implements Serializable
-
Serialized Fields
-
session
EventSource session
-
Class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
Class org.hibernate.event.spi.AutoFlushEvent extends FlushEvent implements Serializable
-
Class org.hibernate.event.spi.ClearEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.DeleteEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.DirtyCheckEvent extends FlushEvent implements Serializable
-
Serialized Fields
-
dirty
boolean dirty
-
Class org.hibernate.event.spi.EvictEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
Class org.hibernate.event.spi.FlushEntityEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
propertyValues
Object[] propertyValues
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyProperties
int[] dirtyProperties
-
hasDirtyCollection
boolean hasDirtyCollection
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
entityEntry
EntityEntry entityEntry
-
Class org.hibernate.event.spi.FlushEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
numberOfEntitiesProcessed
int numberOfEntitiesProcessed
-
numberOfCollectionsProcessed
int numberOfCollectionsProcessed
-
Class org.hibernate.event.spi.InitializeCollectionEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.LoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityId
Serializable entityId
-
entityClassName
String entityClassName
-
instanceToLoad
Object instanceToLoad
-
lockOptions
LockOptions lockOptions
-
isAssociationFetch
boolean isAssociationFetch
-
result
Object result
-
postLoadEvent
PostLoadEvent postLoadEvent
-
Class org.hibernate.event.spi.LockEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
lockOptions
LockOptions lockOptions
-
entityName
String entityName
-
Class org.hibernate.event.spi.MergeEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
original
Object original
-
requestedId
Serializable requestedId
-
entityName
String entityName
-
entity
Object entity
-
result
Object result
-
Class org.hibernate.event.spi.PersistEvent extends AbstractEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PostDeleteEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
persister
EntityPersister persister
-
id
Serializable id
-
deletedState
Object[] deletedState
-
Class org.hibernate.event.spi.PostInsertEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
persister
EntityPersister persister
-
state
Object[] state
-
id
Serializable id
-
Class org.hibernate.event.spi.PostLoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
id
Serializable id
-
persister
EntityPersister persister
-
Class org.hibernate.event.spi.PostUpdateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
persister
EntityPersister persister
-
state
Object[] state
-
oldState
Object[] oldState
-
id
Serializable id
-
dirtyProperties
int[] dirtyProperties
-
Class org.hibernate.event.spi.PreCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable
-
Class org.hibernate.event.spi.PreDeleteEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Serialized Fields
-
deletedState
Object[] deletedState
-
Class org.hibernate.event.spi.PreInsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Serialized Fields
-
state
Object[] state
-
Class org.hibernate.event.spi.PreLoadEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entity
Object entity
-
state
Object[] state
-
id
Serializable id
-
persister
EntityPersister persister
-
Class org.hibernate.event.spi.PreUpdateEvent extends AbstractPreDatabaseOperationEvent implements Serializable
-
Class org.hibernate.event.spi.RefreshEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
Class org.hibernate.event.spi.ReplicateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
replicationMode
ReplicationMode replicationMode
-
entityName
String entityName
-
Class org.hibernate.event.spi.ResolveNaturalIdEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
entityPersister
EntityPersister entityPersister
-
naturalIdValues
Map<K,V> naturalIdValues
-
orderedNaturalIdValues
Object[] orderedNaturalIdValues
-
lockOptions
LockOptions lockOptions
-
entityId
Serializable entityId
-
Class org.hibernate.event.spi.SaveOrUpdateEvent extends AbstractEvent implements Serializable
-
Serialized Fields
-
object
Object object
-
requestedId
Serializable requestedId
-
entityName
String entityName
-
entity
Object entity
-
entry
EntityEntry entry
-
resultId
Serializable resultId
-
Package org.hibernate.exception
-
Class org.hibernate.exception.ConstraintViolationException extends JDBCException implements Serializable
-
Serialized Fields
-
constraintName
String constraintName
-
Class org.hibernate.exception.DataException extends JDBCException implements Serializable
-
Class org.hibernate.exception.GenericJDBCException extends JDBCException implements Serializable
-
Class org.hibernate.exception.JDBCConnectionException extends JDBCException implements Serializable
-
Class org.hibernate.exception.LockAcquisitionException extends JDBCException implements Serializable
-
Class org.hibernate.exception.LockTimeoutException extends LockAcquisitionException implements Serializable
-
Class org.hibernate.exception.SQLGrammarException extends JDBCException implements Serializable
-
Package org.hibernate.exception.internal
-
Class org.hibernate.exception.internal.SQLStateConverter extends StandardSQLExceptionConverter implements Serializable
-
Class org.hibernate.exception.internal.StandardSQLExceptionConverter extends Object implements Serializable
-
Package org.hibernate.exception.spi
-
Package org.hibernate.hql.internal
-
Class org.hibernate.hql.internal.QueryExecutionRequestException extends QueryException implements Serializable
-
Package org.hibernate.hql.internal.antlr
-
Class org.hibernate.hql.internal.antlr.SqlStatementParser.StatementParserException extends RuntimeException implements Serializable
-
Package org.hibernate.hql.internal.ast
-
Class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory extends Object implements Serializable
-
Class org.hibernate.hql.internal.ast.DetailedSemanticException extends antlr.SemanticException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
showCauseMessage
boolean showCauseMessage
-
Class org.hibernate.hql.internal.ast.InvalidPathException extends antlr.SemanticException implements Serializable
-
Class org.hibernate.hql.internal.ast.InvalidWithClauseException extends QuerySyntaxException implements Serializable
-
Class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo extends Object implements Serializable
-
Serialized Fields
-
sqlLocations
int[] sqlLocations
-
expectedType
Type expectedType
-
Class org.hibernate.hql.internal.ast.QuerySyntaxException extends QueryException implements Serializable
-
Package org.hibernate.hql.internal.ast.tree
-
Class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode extends FromReferenceNode implements Serializable
-
Serialized Fields
-
mapFromElement
FromElement mapFromElement
-
columns
String[] columns
-
Class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode extends UnaryLogicOperatorNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement extends AbstractStatement implements Serializable
-
Serialized Fields
-
fromClause
FromClause fromClause
-
whereClause
antlr.collections.AST whereClause
-
Class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
alias
String alias
-
scalarColumnIndex
int scalarColumnIndex
-
Class org.hibernate.hql.internal.ast.tree.AbstractStatement extends HqlSqlWalkerNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.AggregateNode extends AbstractSelectExpression implements Serializable
-
Serialized Fields
-
sqlFunction
SQLFunction sqlFunction
-
Class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode extends SqlNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode extends LiteralNode implements Serializable
-
Serialized Fields
-
expectedType
Type expectedType
-
Class org.hibernate.hql.internal.ast.tree.CastFunctionNode extends AbstractSelectExpression implements Serializable
-
Serialized Fields
-
dialectCastFunction
SQLFunction dialectCastFunction
-
expressionNode
Node expressionNode
-
typeNode
IdentNode typeNode
-
castType
Type castType
-
Class org.hibernate.hql.internal.ast.tree.CollectionFunction extends MethodNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.ComponentJoin extends FromElement implements Serializable
-
Serialized Fields
-
componentPath
String componentPath
-
componentType
CompositeType componentType
-
componentProperty
String componentProperty
-
columns
String[] columns
-
columnsFragment
String columnsFragment
-
Class org.hibernate.hql.internal.ast.tree.ConstructorNode extends SelectExpressionList implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.CountNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.DeleteStatement extends AbstractRestrictableStatement implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.DotNode extends FromReferenceNode implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
The identifier that is the name of the property.
-
path
String path
The full path, to the root alias of this dot node.
-
propertyPath
String propertyPath
The unresolved property path relative to this dot node.
-
columns
String[] columns
The column names that this resolves to.
-
joinType
JoinType joinType
The type of join to create. Default is an inner join.
-
fetch
boolean fetch
Fetch join or not.
-
dereferenceType
DotNode.DereferenceType dereferenceType
The type of dereference that hapened
-
impliedJoin
FromElement impliedJoin
-
Class org.hibernate.hql.internal.ast.tree.FromClause extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
level
int level
-
fromElements
Set<E> fromElements
-
fromElementByClassAlias
Map<K,V> fromElementByClassAlias
-
fromElementByTableAlias
Map<K,V> fromElementByTableAlias
-
fromElementsByPath
Map<K,V> fromElementsByPath
-
collectionJoinFromElementsByPath
Map<K,V> collectionJoinFromElementsByPath
All of the implicit FROM xxx JOIN yyy elements that are the destination of a collection. These are created from
index operators on collection property references.
-
parentFromClause
FromClause parentFromClause
Pointer to the parent FROM clause, if there is one.
-
childFromClauses
Set<E> childFromClauses
Collection of FROM clauses of which this is the parent.
-
fromElementCounter
int fromElementCounter
Counts the from elements as they are added.
-
impliedElements
List<E> impliedElements
Implied FROM elements to add onto the end of the FROM clause.
-
Class org.hibernate.hql.internal.ast.tree.FromElement extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
className
String className
-
classAlias
String classAlias
-
tableAlias
String tableAlias
-
collectionTableAlias
String collectionTableAlias
-
fromClause
FromClause fromClause
-
includeSubclasses
boolean includeSubclasses
-
collectionJoin
boolean collectionJoin
-
origin
FromElement origin
-
columns
String[] columns
-
role
String role
-
fetch
boolean fetch
-
isAllPropertyFetch
boolean isAllPropertyFetch
-
filter
boolean filter
-
sequence
int sequence
-
useFromFragment
boolean useFromFragment
-
initialized
boolean initialized
-
elementType
org.hibernate.hql.internal.ast.tree.FromElementType elementType
-
useWhereFragment
boolean useWhereFragment
-
destinations
List<E> destinations
-
manyToMany
boolean manyToMany
-
withClauseFragment
String withClauseFragment
-
withClauseJoinAlias
String withClauseJoinAlias
-
dereferencedBySuperclassProperty
boolean dereferencedBySuperclassProperty
-
dereferencedBySubclassProperty
boolean dereferencedBySubclassProperty
-
typeDiscriminatorMetadata
TypeDiscriminatorMetadata typeDiscriminatorMetadata
-
embeddedParameters
List<E> embeddedParameters
-
Class org.hibernate.hql.internal.ast.tree.FromReferenceNode extends AbstractSelectExpression implements Serializable
-
Serialized Fields
-
fromElement
FromElement fromElement
-
resolved
boolean resolved
-
Class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode extends SqlNode implements Serializable
-
Serialized Fields
-
walker
HqlSqlWalker walker
A pointer back to the phase 2 processor.
-
Class org.hibernate.hql.internal.ast.tree.IdentNode extends FromReferenceNode implements Serializable
-
Serialized Fields
-
nakedPropertyRef
boolean nakedPropertyRef
-
Class org.hibernate.hql.internal.ast.tree.ImpliedFromElement extends FromElement implements Serializable
-
Serialized Fields
-
impliedInFromClause
boolean impliedInFromClause
True if this from element was implied from a path in the FROM clause, but not
explicitly declard in the from clause.
-
inProjectionList
boolean inProjectionList
True if this implied from element should be included in the projection list.
-
Class org.hibernate.hql.internal.ast.tree.IndexNode extends FromReferenceNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode extends BinaryLogicOperatorNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.InsertStatement extends AbstractStatement implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.IntoClause extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
persister
Queryable persister
-
columnSpec
String columnSpec
-
types
Type[] types
-
discriminated
boolean discriminated
-
explicitIdInsertion
boolean explicitIdInsertion
-
explicitVersionInsertion
boolean explicitVersionInsertion
-
componentIds
Set<E> componentIds
-
explicitComponentIds
List<E> explicitComponentIds
-
Class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode extends AbstractNullnessCheckNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode extends AbstractNullnessCheckNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.JavaConstantNode extends Node implements Serializable
-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
constantExpression
String constantExpression
-
constantValue
Object constantValue
-
heuristicType
Type heuristicType
-
expectedType
Type expectedType
-
Class org.hibernate.hql.internal.ast.tree.LiteralNode extends AbstractSelectExpression implements Serializable
-
Serialized Fields
-
expectedType
Type expectedType
-
Class org.hibernate.hql.internal.ast.tree.MapEntryNode extends AbstractMapComponentNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.MapKeyEntityFromElement extends FromElement implements Serializable
-
Serialized Fields
-
useThetaJoin
boolean useThetaJoin
-
Class org.hibernate.hql.internal.ast.tree.MapKeyNode extends AbstractMapComponentNode implements Serializable
-
Serialized Fields
-
mapKeyEntityFromElement
MapKeyEntityFromElement mapKeyEntityFromElement
-
Class org.hibernate.hql.internal.ast.tree.MapValueNode extends AbstractMapComponentNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.MethodNode extends AbstractSelectExpression implements Serializable
-
Serialized Fields
-
methodName
String methodName
-
fromElement
FromElement fromElement
-
selectColumns
String[] selectColumns
-
function
SQLFunction function
-
inSelect
boolean inSelect
-
Class org.hibernate.hql.internal.ast.tree.Node extends antlr.CommonAST implements Serializable
-
Serialized Fields
-
filename
String filename
-
line
int line
-
column
int column
-
textLength
int textLength
-
Class org.hibernate.hql.internal.ast.tree.OrderByClause extends HqlSqlWalkerNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.ParameterNode extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
parameterSpecification
ParameterSpecification parameterSpecification
-
Class org.hibernate.hql.internal.ast.tree.QueryNode extends AbstractRestrictableStatement implements Serializable
-
Serialized Fields
-
orderByClause
OrderByClause orderByClause
-
scalarColumnIndex
int scalarColumnIndex
-
alias
String alias
-
Class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode extends HqlSqlWalkerNode implements Serializable
-
Serialized Fields
-
selectExpression
SelectExpression selectExpression
-
Class org.hibernate.hql.internal.ast.tree.SearchedCaseNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.SelectClause extends SelectExpressionList implements Serializable
-
Serialized Fields
-
prepared
boolean prepared
-
scalarSelect
boolean scalarSelect
-
fromElementsForLoad
List<E> fromElementsForLoad
-
alreadyRenderedIdentifiers
List<E> alreadyRenderedIdentifiers
-
queryReturnTypes
Type[] queryReturnTypes
-
columnNames
String[][] columnNames
-
collectionFromElements
List<E> collectionFromElements
-
aliases
String[] aliases
-
columnNamesStartPositions
int[] columnNamesStartPositions
-
aggregatedSelectExpression
AggregatedSelectExpression aggregatedSelectExpression
-
Class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl extends FromReferenceNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.SelectExpressionList extends HqlSqlWalkerNode implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.SimpleCaseNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.SqlFragment extends Node implements Serializable
-
Serialized Fields
-
joinFragment
JoinFragment joinFragment
-
fromElement
FromElement fromElement
-
embeddedParameters
List<E> embeddedParameters
-
Class org.hibernate.hql.internal.ast.tree.SqlNode extends Node implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode extends AbstractSelectExpression implements Serializable
-
Class org.hibernate.hql.internal.ast.tree.UpdateStatement extends AbstractRestrictableStatement implements Serializable
-
Package org.hibernate.hql.internal.classic
-
Class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory extends Object implements Serializable
-
Package org.hibernate.hql.spi
-
Package org.hibernate.id
-
Class org.hibernate.id.CompositeNestedGeneratedValueGenerator extends Object implements Serializable
-
Serialized Fields
-
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
-
generationPlans
List<E> generationPlans
-
Class org.hibernate.id.ExportableColumn extends Column implements Serializable
-
Class org.hibernate.id.ExportableColumn.ValueImpl extends Object implements Serializable
-
Serialized Fields
-
column
ExportableColumn column
-
table
Table table
-
type
BasicType type
-
database
Database database
-
Class org.hibernate.id.IdentifierGenerationException extends HibernateException implements Serializable
-
Class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder extends Object implements Serializable
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigDecimal value
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder extends Object implements Serializable
-
Serialized Fields
-
value
BigInteger value
-
Package org.hibernate.id.factory.internal
-
Class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
dialect
Dialect dialect
-
generatorStrategyToClassNameMap
ConcurrentHashMap<K,V> generatorStrategyToClassNameMap
-
Package org.hibernate.id.factory.spi
-
Package org.hibernate.id.uuid
-
Class org.hibernate.id.uuid.CustomVersionOneStrategy extends Object implements Serializable
-
Serialized Fields
-
mostSignificantBits
long mostSignificantBits
-
Class org.hibernate.id.uuid.StandardRandomStrategy extends Object implements Serializable
-
Package org.hibernate.integrator.internal
-
Class org.hibernate.integrator.internal.IntegratorServiceImpl extends Object implements Serializable
-
Serialized Fields
-
integrators
LinkedHashSet<E> integrators
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.internal
-
Class org.hibernate.internal.AbstractSessionImpl extends Object implements Serializable
-
Class org.hibernate.internal.CacheImpl extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
settings
SessionFactoryOptions settings
-
Class org.hibernate.internal.ConnectionObserverStatsBridge extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
Class org.hibernate.internal.CoreMessageLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.CriteriaImpl extends Object implements Serializable
-
Serialized Fields
-
entityOrClassName
String entityOrClassName
-
rootAlias
String rootAlias
-
criterionEntries
List<E> criterionEntries
-
orderEntries
List<E> orderEntries
-
projection
Projection projection
-
projectionCriteria
Criteria projectionCriteria
-
subcriteriaList
List<E> subcriteriaList
-
fetchModes
Map<K,V> fetchModes
-
lockModes
Map<K,V> lockModes
-
maxResults
Integer maxResults
-
firstResult
Integer firstResult
-
timeout
Integer timeout
-
fetchSize
Integer fetchSize
-
cacheable
boolean cacheable
-
cacheRegion
String cacheRegion
-
comment
String comment
-
queryHints
List<E> queryHints
-
flushMode
FlushMode flushMode
-
cacheMode
CacheMode cacheMode
-
sessionFlushMode
FlushMode sessionFlushMode
-
sessionCacheMode
CacheMode sessionCacheMode
-
readOnly
Boolean readOnly
-
resultTransformer
ResultTransformer resultTransformer
-
Class org.hibernate.internal.CriteriaImpl.CriterionEntry extends Object implements Serializable
-
Class org.hibernate.internal.CriteriaImpl.OrderEntry extends Object implements Serializable
-
Class org.hibernate.internal.CriteriaImpl.Subcriteria extends Object implements Serializable
-
Class org.hibernate.internal.FilterImpl extends Object implements Serializable
-
Class org.hibernate.internal.SessionFactoryImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Custom serialization hook defined by Java spec. Used when the factory is directly deserialized
- Throws:
IOException
- Can be thrown by the stream
ClassNotFoundException
- Again, can be thrown by the stream
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Custom serialization hook defined by Java spec. Used when the factory is directly serialized
- Throws:
IOException
- Can be thrown by the stream
-
readResolve
private Object readResolve()
throws InvalidObjectException
Custom serialization hook defined by Java spec. Used when the factory is directly deserialized.
Here we resolve the uuid/name read from the stream previously to resolve the SessionFactory
instance to use based on the registrations with the SessionFactoryRegistry
- Throws:
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.
-
Serialized Fields
-
Class org.hibernate.internal.SessionFactoryObserverChain extends Object implements Serializable
-
Class org.hibernate.internal.SessionImpl extends AbstractSessionImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException,
SQLException
Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
ClassNotFoundException
- Indicates a class resolution issue
SQLException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
-
Serialized Fields
-
statementInspector
StatementInspector statementInspector
-
sessionEventsManager
SessionEventListenerManagerImpl sessionEventsManager
-
Class org.hibernate.internal.StatelessSessionImpl extends AbstractSessionImpl implements Serializable
-
Serialized Fields
-
transactionCoordinator
TransactionCoordinator transactionCoordinator
-
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
-
timestamp
long timestamp
-
jdbcSessionContext
JdbcSessionContext jdbcSessionContext
-
statelessLoadQueryInfluencers
LoadQueryInfluencers statelessLoadQueryInfluencers
-
sessionEventsManager
SessionEventListenerManagerImpl sessionEventsManager
-
Class org.hibernate.internal.TypeLocatorImpl extends Object implements Serializable
-
Serialized Fields
-
typeResolver
TypeResolver typeResolver
-
Package org.hibernate.internal.log
-
Class org.hibernate.internal.log.ConnectionPoolingLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.DeprecationLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.UrlMessageBundle_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
Package org.hibernate.internal.util
-
Class org.hibernate.internal.util.MarkerObject extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
Class org.hibernate.internal.util.ZonedDateTimeComparator extends Object implements Serializable
-
Package org.hibernate.internal.util.beans
-
Class org.hibernate.internal.util.beans.BeanIntrospectionException extends HibernateException implements Serializable
-
Package org.hibernate.internal.util.collections
-
Class org.hibernate.internal.util.collections.BoundedConcurrentHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
Save the state of the ConcurrentHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
-
segmentShift
int segmentShift
Shift value for indexing within segments.
-
segments
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table
-
Class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
Save the state of the ConcurrentReferenceHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
-
segmentShift
int segmentShift
Shift value for indexing within segments.
-
segments
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table
-
identityComparisons
boolean identityComparisons
-
Class org.hibernate.internal.util.collections.IdentityMap.IdentityKey extends Object implements Serializable
-
Serialized Fields
-
key
Object key
-
hash
int hash
-
Package org.hibernate.internal.util.compare
-
Class org.hibernate.internal.util.compare.ComparableComparator extends Object implements Serializable
-
Package org.hibernate.internal.util.config
-
Class org.hibernate.internal.util.config.ConfigurationException extends HibernateException implements Serializable
-
Package org.hibernate.internal.util.xml
-
Class org.hibernate.internal.util.xml.DTDEntityResolver extends Object implements Serializable
-
Class org.hibernate.internal.util.xml.ErrorLogger extends Object implements Serializable
-
Class org.hibernate.internal.util.xml.OriginImpl extends Object implements Serializable
-
Class org.hibernate.internal.util.xml.UnsupportedOrmXsdVersionException extends HibernateException implements Serializable
-
Class org.hibernate.internal.util.xml.XmlDocumentImpl extends Object implements Serializable
-
Serialized Fields
-
documentTree
org.dom4j.Document documentTree
-
origin
Origin origin
-
Class org.hibernate.internal.util.xml.XmlInfrastructureException extends HibernateException implements Serializable
-
Class org.hibernate.internal.util.xml.XsdException extends HibernateException implements Serializable
-
Serialized Fields
-
xsdName
String xsdName
-
Package org.hibernate.jdbc
-
Class org.hibernate.jdbc.BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException implements Serializable
-
Serialized Fields
-
batchPosition
int batchPosition
-
Class org.hibernate.jdbc.BatchFailedException extends HibernateException implements Serializable
-
Class org.hibernate.jdbc.TooManyRowsAffectedException extends HibernateException implements Serializable
-
Serialized Fields
-
expectedRowCount
int expectedRowCount
-
actualRowCount
int actualRowCount
-
Package org.hibernate.jmx.internal
-
Class org.hibernate.jmx.internal.DisabledJmxServiceImpl extends Object implements Serializable
-
Class org.hibernate.jmx.internal.JmxServiceImpl extends Object implements Serializable
-
Package org.hibernate.jmx.spi
-
Package org.hibernate.jpa
-
Package org.hibernate.jpa.boot.internal
-
Class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser extends Object implements Serializable
-
Package org.hibernate.jpa.criteria
-
Class org.hibernate.jpa.criteria.AbstractNode extends Object implements Serializable
-
Serialized Fields
-
criteriaBuilder
CriteriaBuilderImpl criteriaBuilder
-
Class org.hibernate.jpa.criteria.BasicPathUsageException extends RuntimeException implements Serializable
-
Class org.hibernate.jpa.criteria.CriteriaBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
entityManagerFactory
EntityManagerFactoryImpl entityManagerFactory
-
Class org.hibernate.jpa.criteria.CriteriaQueryImpl extends AbstractNode implements Serializable
-
Class org.hibernate.jpa.criteria.CriteriaSubqueryImpl extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
parent
CommonAbstractCriteria parent
-
queryStructure
QueryStructure<T> queryStructure
-
wrappedSelection
Expression<T> wrappedSelection
-
Class org.hibernate.jpa.criteria.CriteriaSubqueryImpl.SubquerySelection extends DelegatedExpressionImpl<S> implements Serializable
-
Serialized Fields
-
subQuery
CriteriaSubqueryImpl<T> subQuery
-
Class org.hibernate.jpa.criteria.IllegalDereferenceException extends RuntimeException implements Serializable
-
Serialized Fields
-
pathSource
PathSource<X> pathSource
-
Class org.hibernate.jpa.criteria.OrderImpl extends Object implements Serializable
-
Serialized Fields
-
expression
Expression<T> expression
-
ascending
boolean ascending
-
Class org.hibernate.jpa.criteria.QueryStructure extends Object implements Serializable
-
Serialized Fields
-
owner
AbstractQuery<T> owner
-
criteriaBuilder
CriteriaBuilderImpl criteriaBuilder
-
isSubQuery
boolean isSubQuery
-
distinct
boolean distinct
-
selection
Selection<X> selection
-
roots
Set<E> roots
-
correlationRoots
Set<E> correlationRoots
-
restriction
Predicate restriction
-
groupings
List<E> groupings
-
having
Predicate having
-
subqueries
List<E> subqueries
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.BaseValueHandler extends Object implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler extends ValueHandlerFactory.BaseValueHandler<BigDecimal> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler extends ValueHandlerFactory.BaseValueHandler<BigInteger> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.BooleanValueHandler extends ValueHandlerFactory.BaseValueHandler<Boolean> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.ByteValueHandler extends ValueHandlerFactory.BaseValueHandler<Byte> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler extends ValueHandlerFactory.BaseValueHandler<Double> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler extends ValueHandlerFactory.BaseValueHandler<Float> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.IntegerValueHandler extends ValueHandlerFactory.BaseValueHandler<Integer> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler extends ValueHandlerFactory.BaseValueHandler<Long> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.NoOpValueHandler extends ValueHandlerFactory.BaseValueHandler<T> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.ShortValueHandler extends ValueHandlerFactory.BaseValueHandler<Short> implements Serializable
-
Class org.hibernate.jpa.criteria.ValueHandlerFactory.StringValueHandler extends ValueHandlerFactory.BaseValueHandler<String> implements Serializable
-
Package org.hibernate.jpa.criteria.compile
-
Class org.hibernate.jpa.criteria.compile.CriteriaCompiler extends Object implements Serializable
-
Serialized Fields
-
entityManager
HibernateEntityManagerImplementor entityManager
-
Package org.hibernate.jpa.criteria.expression
-
Class org.hibernate.jpa.criteria.expression.AbstractTupleElement extends AbstractNode implements Serializable
-
Class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation extends ExpressionImpl<N extends Number> implements Serializable
-
Serialized Fields
-
operator
BinaryArithmeticOperation.Operation operator
-
rhs
Expression<T> rhs
-
lhs
Expression<T> lhs
-
Class org.hibernate.jpa.criteria.expression.CaseLiteralExpression extends LiteralExpression<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.CoalesceExpression extends ExpressionImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl extends SelectionImpl<X> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.ConcatExpression extends ExpressionImpl<String> implements Serializable
-
Serialized Fields
-
string1
Expression<T> string1
-
string2
Expression<T> string2
-
Class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
wrapped
ExpressionImpl<T> wrapped
-
Class org.hibernate.jpa.criteria.expression.EntityTypeExpression extends ExpressionImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.ExpressionImpl extends SelectionImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.ListIndexExpression extends ExpressionImpl<Integer> implements Serializable
-
Serialized Fields
-
origin
PathImplementor<X> origin
-
listAttribute
ListAttribute<X,E> listAttribute
-
Class org.hibernate.jpa.criteria.expression.LiteralExpression extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
literal
Object literal
-
Class org.hibernate.jpa.criteria.expression.MapEntryExpression extends ExpressionImpl<Map.Entry<K,V>> implements Serializable
-
Serialized Fields
-
origin
PathImplementor<X> origin
-
attribute
MapAttribute<X,K,V> attribute
-
Class org.hibernate.jpa.criteria.expression.NullifExpression extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
primaryExpression
Expression<T> primaryExpression
-
secondaryExpression
Expression<T> secondaryExpression
-
Class org.hibernate.jpa.criteria.expression.NullLiteralExpression extends ExpressionImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.ParameterExpressionImpl extends ExpressionImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.PathTypeExpression extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
pathImpl
AbstractPathImpl<X> pathImpl
-
Class org.hibernate.jpa.criteria.expression.SearchedCaseExpression extends ExpressionImpl<R> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.SelectionImpl extends AbstractTupleElement<X> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.SimpleCaseExpression extends ExpressionImpl<R> implements Serializable
-
Serialized Fields
-
javaType
Class<T> javaType
-
expression
Expression<T> expression
-
whenClauses
List<E> whenClauses
-
otherwiseResult
Expression<T> otherwiseResult
-
Class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression extends ExpressionImpl<Integer> implements Serializable
-
Serialized Fields
-
collectionPath
PluralAttributePath<X> collectionPath
-
Class org.hibernate.jpa.criteria.expression.SubqueryComparisonModifierExpression extends ExpressionImpl<Y> implements Serializable
-
Serialized Fields
-
subquery
Subquery<T> subquery
-
modifier
SubqueryComparisonModifierExpression.Modifier modifier
-
Class org.hibernate.jpa.criteria.expression.UnaryArithmeticOperation extends ExpressionImpl<T> implements Serializable
-
Serialized Fields
-
operation
UnaryArithmeticOperation.Operation operation
-
operand
Expression<T> operand
-
Package org.hibernate.jpa.criteria.expression.function
-
Class org.hibernate.jpa.criteria.expression.function.AbsFunction extends ParameterizedFunctionExpression<N extends Number> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction extends ParameterizedFunctionExpression<T> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.AVG extends AggregationFunction<Double> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT extends AggregationFunction<Long> implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.GREATEST extends AggregationFunction<X extends Comparable<X>> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.LEAST extends AggregationFunction<X extends Comparable<X>> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MAX extends AggregationFunction<N extends Number> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MIN extends AggregationFunction<N extends Number> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM extends AggregationFunction<N extends Number> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression extends ExpressionImpl<X> implements Serializable
-
Serialized Fields
-
functionName
String functionName
-
Class org.hibernate.jpa.criteria.expression.function.CastFunction extends BasicFunctionExpression<T> implements Serializable
-
Serialized Fields
-
castSource
ExpressionImpl<T> castSource
-
Class org.hibernate.jpa.criteria.expression.function.CurrentDateFunction extends BasicFunctionExpression<Date> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.CurrentTimeFunction extends BasicFunctionExpression<Time> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.CurrentTimestampFunction extends BasicFunctionExpression<Timestamp> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.LengthFunction extends ParameterizedFunctionExpression<Integer> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.LocateFunction extends BasicFunctionExpression<Integer> implements Serializable
-
Serialized Fields
-
pattern
Expression<T> pattern
-
string
Expression<T> string
-
start
Expression<T> start
-
Class org.hibernate.jpa.criteria.expression.function.LowerFunction extends ParameterizedFunctionExpression<String> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression extends BasicFunctionExpression<X> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.SqrtFunction extends ParameterizedFunctionExpression<Double> implements Serializable
-
Class org.hibernate.jpa.criteria.expression.function.SubstringFunction extends BasicFunctionExpression<String> implements Serializable
-
Serialized Fields
-
value
Expression<T> value
-
start
Expression<T> start
-
length
Expression<T> length
-
Class org.hibernate.jpa.criteria.expression.function.TrimFunction extends BasicFunctionExpression<String> implements Serializable
-
Serialized Fields
-
trimspec
CriteriaBuilder.Trimspec trimspec
-
trimCharacter
Expression<T> trimCharacter
-
trimSource
Expression<T> trimSource
-
Class org.hibernate.jpa.criteria.expression.function.UpperFunction extends ParameterizedFunctionExpression<String> implements Serializable
-
Package org.hibernate.jpa.criteria.path
-
Class org.hibernate.jpa.criteria.path.AbstractFromImpl extends AbstractPathImpl<X> implements Serializable
-
Serialized Fields
-
joins
Set<E> joins
-
fetches
Set<E> fetches
-
correlationParent
FromImplementor<Z,X> correlationParent
-
joinScope
AbstractFromImpl.JoinScope<X> joinScope
-
Class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope extends Object implements Serializable
-
Class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope extends Object implements Serializable
-
Class org.hibernate.jpa.criteria.path.AbstractJoinImpl extends AbstractFromImpl<Z,X> implements Serializable
-
Class org.hibernate.jpa.criteria.path.AbstractPathImpl extends ExpressionImpl<X> implements Serializable
-
Serialized Fields
-
pathSource
PathSource<X> pathSource
-
typeExpression
Expression<T> typeExpression
-
attributePathRegistry
Map<K,V> attributePathRegistry
-
Class org.hibernate.jpa.criteria.path.CollectionAttributeJoin extends PluralAttributeJoinSupport<O,Collection<E>,E> implements Serializable
-
Class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin extends CollectionAttributeJoin<O,T> implements Serializable
-
Serialized Fields
-
original
CollectionAttributeJoin<O,E> original
-
treatAsType
Class<T> treatAsType
-
Class org.hibernate.jpa.criteria.path.ListAttributeJoin extends PluralAttributeJoinSupport<O,List<E>,E> implements Serializable
-
Class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin extends ListAttributeJoin<O,T> implements Serializable
-
Serialized Fields
-
original
ListAttributeJoin<O,E> original
-
treatAsType
Class<T> treatAsType
-
Class org.hibernate.jpa.criteria.path.MapAttributeJoin extends PluralAttributeJoinSupport<O,Map<K,V>,V> implements Serializable
-
Class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin extends MapAttributeJoin<O,K,T> implements Serializable
-
Class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute extends Object implements Serializable
-
Serialized Fields
-
attribute
MapAttribute<X,K,V> attribute
-
mapPersister
CollectionPersister mapPersister
-
mapKeyType
Type mapKeyType
-
jpaType
Type<X> jpaType
-
jpaBindableType
Bindable.BindableType jpaBindableType
-
jpaBinableJavaType
Class<T> jpaBinableJavaType
-
persistentAttributeType
Attribute.PersistentAttributeType persistentAttributeType
-
Class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath extends AbstractPathImpl<K> implements Serializable
-
Serialized Fields
-
mapKeyAttribute
MapKeyHelpers.MapKeyAttribute<K> mapKeyAttribute
-
Class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource extends AbstractPathImpl<Map<K,V>> implements Serializable
-
Serialized Fields
-
mapAttribute
MapAttribute<X,K,V> mapAttribute
-
mapJoin
MapJoinImplementor<Z,K,V> mapJoin
-
Class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport extends AbstractJoinImpl<O,E> implements Serializable
-
Class org.hibernate.jpa.criteria.path.PluralAttributePath extends AbstractPathImpl<X> implements Serializable
-
Serialized Fields
-
attribute
PluralAttribute<X,C,E> attribute
-
persister
CollectionPersister persister
-
Class org.hibernate.jpa.criteria.path.RootImpl extends AbstractFromImpl<X,X> implements Serializable
-
Serialized Fields
-
entityType
EntityType<X> entityType
-
allowJoins
boolean allowJoins
-
Class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot extends RootImpl<T> implements Serializable
-
Class org.hibernate.jpa.criteria.path.SetAttributeJoin extends PluralAttributeJoinSupport<O,Set<E>,E> implements Serializable
-
Class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin extends SetAttributeJoin<O,T> implements Serializable
-
Serialized Fields
-
original
SetAttributeJoin<O,E> original
-
treatAsType
Class<T> treatAsType
-
Class org.hibernate.jpa.criteria.path.SingularAttributeJoin extends AbstractJoinImpl<O,X> implements Serializable
-
Class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin extends SingularAttributeJoin<O,T> implements Serializable
-
Serialized Fields
-
original
SingularAttributeJoin<O,X> original
-
treatAsType
Class<T> treatAsType
-
Class org.hibernate.jpa.criteria.path.SingularAttributePath extends AbstractPathImpl<X> implements Serializable
-
Serialized Fields
-
attribute
SingularAttribute<X,T> attribute
-
managedType
ManagedType<X> managedType
-
Class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath extends SingularAttributePath<T> implements Serializable
-
Serialized Fields
-
original
SingularAttributePath<X> original
-
treatAsType
Class<T> treatAsType
-
Package org.hibernate.jpa.criteria.predicate
-
Class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl extends ExpressionImpl<Boolean> implements Serializable
-
Class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate extends AbstractPredicateImpl implements Serializable
-
Class org.hibernate.jpa.criteria.predicate.BetweenPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
expression
Expression<T> expression
-
lowerBound
Expression<T> lowerBound
-
upperBound
Expression<T> upperBound
-
Class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
expression
Expression<T> expression
-
assertedValue
Boolean assertedValue
-
Class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
expression
Expression<T> expression
-
Class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
assertedValue
Boolean assertedValue
-
Class org.hibernate.jpa.criteria.predicate.ComparisonPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
comparisonOperator
ComparisonPredicate.ComparisonOperator comparisonOperator
-
leftHandSide
Expression<T> leftHandSide
-
rightHandSide
Expression<T> rightHandSide
-
Class org.hibernate.jpa.criteria.predicate.CompoundPredicate extends AbstractPredicateImpl implements Serializable
-
Serialized Fields
-
operator
Predicate.BooleanOperator operator
-
expressions
List<E> expressions
-
Class org.hibernate.jpa.criteria.predicate.ExistsPredicate extends AbstractSimplePredicate implements Serializable
-
Class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
booleanExpression
Expression<T> booleanExpression
-
truthValue
TruthValue truthValue
-
Class org.hibernate.jpa.criteria.predicate.InPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
expression
Expression<T> expression
-
values
List<E> values
-
Class org.hibernate.jpa.criteria.predicate.IsEmptyPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
collectionPath
PluralAttributePath<X> collectionPath
-
Class org.hibernate.jpa.criteria.predicate.LikePredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
matchExpression
Expression<T> matchExpression
-
pattern
Expression<T> pattern
-
escapeCharacter
Expression<T> escapeCharacter
-
Class org.hibernate.jpa.criteria.predicate.MemberOfPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
elementExpression
Expression<T> elementExpression
-
collectionPath
PluralAttributePath<X> collectionPath
-
Class org.hibernate.jpa.criteria.predicate.NegatedPredicateWrapper extends ExpressionImpl<Boolean> implements Serializable
-
Serialized Fields
-
predicate
PredicateImplementor predicate
-
negatedOperator
Predicate.BooleanOperator negatedOperator
-
negatedExpressions
List<E> negatedExpressions
-
Class org.hibernate.jpa.criteria.predicate.NullnessPredicate extends AbstractSimplePredicate implements Serializable
-
Serialized Fields
-
operand
Expression<T> operand
-
Package org.hibernate.jpa.event.internal.core
-
Class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener extends DefaultAutoFlushEventListener implements Serializable
-
Class org.hibernate.jpa.event.internal.core.JpaDeleteEventListener extends DefaultDeleteEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaFlushEntityEventListener extends DefaultFlushEntityEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaFlushEventListener extends DefaultFlushEventListener implements Serializable
-
Class org.hibernate.jpa.event.internal.core.JpaMergeEventListener extends DefaultMergeEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaPersistEventListener extends DefaultPersistEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaPersistOnFlushEventListener extends JpaPersistEventListener implements Serializable
-
Class org.hibernate.jpa.event.internal.core.JpaPostDeleteEventListener extends Object implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaPostInsertEventListener extends Object implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaPostLoadEventListener extends Object implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaPostUpdateEventListener extends Object implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaSaveEventListener extends DefaultSaveEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Class org.hibernate.jpa.event.internal.core.JpaSaveOrUpdateEventListener extends DefaultSaveOrUpdateEventListener implements Serializable
-
Serialized Fields
-
callbackRegistry
CallbackRegistry callbackRegistry
-
Package org.hibernate.jpa.event.internal.jpa
-
Class org.hibernate.jpa.event.internal.jpa.AbstractCallback extends Object implements Serializable
-
Serialized Fields
-
callbackType
CallbackType callbackType
-
Class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl extends Object implements Serializable
-
Class org.hibernate.jpa.event.internal.jpa.EntityCallback extends AbstractCallback implements Serializable
-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
Class org.hibernate.jpa.event.internal.jpa.ListenerCallback extends AbstractCallback implements Serializable
-
Package org.hibernate.jpa.event.spi.jpa
-
Package org.hibernate.jpa.internal
-
Class org.hibernate.jpa.internal.EntityManagerFactoryImpl extends Object implements Serializable
- serialVersionUID:
- 5423543L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
readResolve
private Object readResolve()
throws InvalidObjectException
After deserialization of an EntityManagerFactory, this is invoked to return the EntityManagerFactory instance
that is already in use rather than a cloned copy of the object.
- Throws:
InvalidObjectException
-
Serialized Fields
-
entityManagerFactoryName
String entityManagerFactoryName
-
Class org.hibernate.jpa.internal.EntityManagerImpl extends AbstractEntityManagerImpl implements Serializable
-
Class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.hibernate.jpa.internal.metamodel
-
Class org.hibernate.jpa.internal.metamodel.AbstractAttribute extends Object implements Serializable
-
Serialization Methods
-
readObject
protected void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
ClassNotFoundException
- Indicates a class resolution issue
-
writeObject
protected void writeObject(ObjectOutputStream oos)
throws IOException
Used by JDK serialization...
- Throws:
IOException
- Indicates a general IO stream exception
-
Serialized Fields
-
name
String name
-
javaType
Class<T> javaType
-
declaringType
AbstractManagedType<X> declaringType
-
persistentAttributeType
Attribute.PersistentAttributeType persistentAttributeType
-
Class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType extends AbstractManagedType<X> implements Serializable
-
Serialized Fields
-
hasIdentifierProperty
boolean hasIdentifierProperty
-
hasIdClass
boolean hasIdClass
-
id
SingularAttributeImpl<X,Y> id
-
idClassAttributes
Set<E> idClassAttributes
-
isVersioned
boolean isVersioned
-
version
SingularAttributeImpl<X,Y> version
-
Class org.hibernate.jpa.internal.metamodel.AbstractManagedType extends AbstractType<X> implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.AbstractType extends Object implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.BasicTypeImpl extends Object implements Serializable
-
Serialized Fields
-
clazz
Class<T> clazz
-
persistenceType
Type.PersistenceType persistenceType
-
Class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl extends AbstractManagedType<X> implements Serializable
-
Serialized Fields
-
parent
AbstractManagedType<X> parent
-
hibernateType
ComponentType hibernateType
-
Class org.hibernate.jpa.internal.metamodel.EntityTypeImpl extends AbstractIdentifiableType<X> implements Serializable
-
Serialized Fields
-
jpaEntityName
String jpaEntityName
-
Class org.hibernate.jpa.internal.metamodel.MappedSuperclassTypeImpl extends AbstractIdentifiableType<X> implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.MetamodelImpl extends Object implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl extends AbstractAttribute<X,C> implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl extends AbstractAttribute<X,Y> implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl.Identifier extends SingularAttributeImpl<X,Y> implements Serializable
-
Class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl.Version extends SingularAttributeImpl<X,Y> implements Serializable
-
Package org.hibernate.jpa.internal.util
-
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException extends HibernateException implements Serializable
-
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.AbstractEntityManagerImpl extends Object implements Serializable
- serialVersionUID:
- 78818181L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
entityManagerFactory
EntityManagerFactoryImpl entityManagerFactory
-
synchronizationType
SynchronizationType synchronizationType
-
transactionType
PersistenceUnitTransactionType transactionType
-
properties
Map<K,V> properties
-
lockOptions
LockOptions lockOptions
-
criteriaCompiler
CriteriaCompiler criteriaCompiler
-
Class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer extends BasicTransformerAdapter implements Serializable
-
Package org.hibernate.loader
-
Class org.hibernate.loader.MultipleBagFetchException extends HibernateException implements Serializable
-
Package org.hibernate.loader.custom
-
Class org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
Package org.hibernate.loader.custom.sql
-
Package org.hibernate.loader.plan.spi
-
Class org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException extends HibernateException implements Serializable
-
Package org.hibernate.mapping
-
Class org.hibernate.mapping.Any extends SimpleValue implements Serializable
-
Class org.hibernate.mapping.Array extends List implements Serializable
-
Serialized Fields
-
elementClassName
String elementClassName
-
Class org.hibernate.mapping.Backref extends Property implements Serializable
-
Serialized Fields
-
collectionRole
String collectionRole
-
entityName
String entityName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
Class org.hibernate.mapping.Bag extends Collection implements Serializable
-
Class org.hibernate.mapping.Collection extends Object implements Serializable
-
Serialized Fields
-
metadata
MetadataImplementor metadata
-
owner
PersistentClass owner
-
key
KeyValue key
-
element
Value element
-
collectionTable
Table collectionTable
-
role
String role
-
lazy
boolean lazy
-
extraLazy
boolean extraLazy
-
inverse
boolean inverse
-
mutable
boolean mutable
-
subselectLoadable
boolean subselectLoadable
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
orderBy
String orderBy
-
where
String where
-
manyToManyWhere
String manyToManyWhere
-
manyToManyOrderBy
String manyToManyOrderBy
-
referencedPropertyName
String referencedPropertyName
-
mappedByProperty
String mappedByProperty
-
sorted
boolean sorted
-
comparator
Comparator<T> comparator
-
comparatorClassName
String comparatorClassName
-
orphanDelete
boolean orphanDelete
-
batchSize
int batchSize
-
fetchMode
FetchMode fetchMode
-
embedded
boolean embedded
-
optimisticLocked
boolean optimisticLocked
-
collectionPersisterClass
Class<T> collectionPersisterClass
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
filters
List<E> filters
-
manyToManyFilters
List<E> manyToManyFilters
-
synchronizedTables
Set<E> synchronizedTables
-
customSQLInsert
String customSQLInsert
-
customInsertCallable
boolean customInsertCallable
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
customSQLDelete
String customSQLDelete
-
customDeleteCallable
boolean customDeleteCallable
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
customSQLDeleteAll
String customSQLDeleteAll
-
customDeleteAllCallable
boolean customDeleteAllCallable
-
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
-
loaderName
String loaderName
-
Class org.hibernate.mapping.Column extends Object implements Serializable
-
Serialized Fields
-
length
int length
-
precision
int precision
-
scale
int scale
-
value
Value value
-
typeIndex
int typeIndex
-
name
String name
-
nullable
boolean nullable
-
unique
boolean unique
-
sqlType
String sqlType
-
sqlTypeCode
Integer sqlTypeCode
-
quoted
boolean quoted
-
uniqueInteger
int uniqueInteger
-
checkConstraint
String checkConstraint
-
comment
String comment
-
defaultValue
String defaultValue
-
customWrite
String customWrite
-
customRead
String customRead
-
Class org.hibernate.mapping.Component extends SimpleValue implements Serializable
-
Serialized Fields
-
properties
ArrayList<E> properties
-
componentClassName
String componentClassName
-
embedded
boolean embedded
-
parentProperty
String parentProperty
-
owner
PersistentClass owner
-
dynamic
boolean dynamic
-
metaAttributes
Map<K,V> metaAttributes
-
isKey
boolean isKey
-
roleName
String roleName
-
tuplizerImpls
Map<K,V> tuplizerImpls
-
builtIdentifierGenerator
IdentifierGenerator builtIdentifierGenerator
-
Class org.hibernate.mapping.Constraint extends Object implements Serializable
-
Class org.hibernate.mapping.DenormalizedTable extends Table implements Serializable
-
Serialized Fields
-
includedTable
Table includedTable
-
Class org.hibernate.mapping.DependantValue extends SimpleValue implements Serializable
-
Serialized Fields
-
wrappedValue
KeyValue wrappedValue
-
nullable
boolean nullable
-
updateable
boolean updateable
-
Class org.hibernate.mapping.ForeignKey extends Constraint implements Serializable
-
Class org.hibernate.mapping.Formula extends Object implements Serializable
-
Serialized Fields
-
formula
String formula
-
uniqueInteger
int uniqueInteger
-
Class org.hibernate.mapping.IdentifierBag extends IdentifierCollection implements Serializable
-
Class org.hibernate.mapping.IdentifierCollection extends Collection implements Serializable
-
Serialized Fields
-
identifier
KeyValue identifier
-
Class org.hibernate.mapping.IdGenerator extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
params
Properties params
-
Class org.hibernate.mapping.Index extends Object implements Serializable
-
Class org.hibernate.mapping.IndexBackref extends Property implements Serializable
-
Serialized Fields
-
collectionRole
String collectionRole
-
entityName
String entityName
-
accessStrategy
PropertyAccessStrategy accessStrategy
-
Class org.hibernate.mapping.IndexedCollection extends Collection implements Serializable
-
Serialized Fields
-
index
Value index
-
Class org.hibernate.mapping.Join extends Object implements Serializable
-
Serialized Fields
-
properties
ArrayList<E> properties
-
declaredProperties
ArrayList<E> declaredProperties
-
table
Table table
-
key
KeyValue key
-
persistentClass
PersistentClass persistentClass
-
sequentialSelect
boolean sequentialSelect
-
inverse
boolean inverse
-
optional
boolean optional
-
customSQLInsert
String customSQLInsert
-
customInsertCallable
boolean customInsertCallable
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
customSQLDelete
String customSQLDelete
-
customDeleteCallable
boolean customDeleteCallable
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
Class org.hibernate.mapping.JoinedSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.List extends IndexedCollection implements Serializable
-
Serialized Fields
-
baseIndex
int baseIndex
-
Class org.hibernate.mapping.ManyToOne extends ToOne implements Serializable
-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
Class org.hibernate.mapping.Map extends IndexedCollection implements Serializable
-
Class org.hibernate.mapping.MetaAttribute extends Object implements Serializable
-
Class org.hibernate.mapping.OneToMany extends Object implements Serializable
-
Serialized Fields
-
metadata
MetadataImplementor metadata
-
referencingTable
Table referencingTable
-
referencedEntityName
String referencedEntityName
-
associatedClass
PersistentClass associatedClass
-
embedded
boolean embedded
-
ignoreNotFound
boolean ignoreNotFound
-
Class org.hibernate.mapping.OneToOne extends ToOne implements Serializable
-
Serialized Fields
-
constrained
boolean constrained
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
identifier
KeyValue identifier
-
propertyName
String propertyName
-
entityName
String entityName
-
Class org.hibernate.mapping.PersistentClass extends Object implements Serializable
-
Serialized Fields
-
metadataBuildingContext
MetadataBuildingContext metadataBuildingContext
-
entityName
String entityName
-
className
String className
-
proxyInterfaceName
String proxyInterfaceName
-
jpaEntityName
String jpaEntityName
-
discriminatorValue
String discriminatorValue
-
lazy
boolean lazy
-
properties
ArrayList<E> properties
-
declaredProperties
ArrayList<E> declaredProperties
-
subclasses
ArrayList<E> subclasses
-
subclassProperties
ArrayList<E> subclassProperties
-
subclassTables
ArrayList<E> subclassTables
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
batchSize
int batchSize
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
metaAttributes
Map<K,V> metaAttributes
-
joins
ArrayList<E> joins
-
subclassJoins
ArrayList<E> subclassJoins
-
filters
List<E> filters
-
synchronizedTables
Set<E> synchronizedTables
-
loaderName
String loaderName
-
isAbstract
Boolean isAbstract
-
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
-
identifierMapper
Component identifierMapper
-
customSQLInsert
String customSQLInsert
-
customInsertCallable
boolean customInsertCallable
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
customSQLDelete
String customSQLDelete
-
customDeleteCallable
boolean customDeleteCallable
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
tuplizerImpls
Map<K,V> tuplizerImpls
-
superMappedSuperclass
MappedSuperclass superMappedSuperclass
-
declaredIdentifierMapper
Component declaredIdentifierMapper
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
Class org.hibernate.mapping.PrimaryKey extends Constraint implements Serializable
-
Class org.hibernate.mapping.PrimitiveArray extends Array implements Serializable
-
Class org.hibernate.mapping.Property extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
value
Value value
-
cascade
String cascade
-
updateable
boolean updateable
-
insertable
boolean insertable
-
selectable
boolean selectable
-
optimisticLocked
boolean optimisticLocked
-
valueGenerationStrategy
ValueGeneration valueGenerationStrategy
-
propertyAccessorName
String propertyAccessorName
-
lazy
boolean lazy
-
optional
boolean optional
-
metaAttributes
Map<K,V> metaAttributes
-
persistentClass
PersistentClass persistentClass
-
naturalIdentifier
boolean naturalIdentifier
-
lob
boolean lob
-
Class org.hibernate.mapping.PropertyGeneration extends Object implements Serializable
-
Class org.hibernate.mapping.RootClass extends PersistentClass implements Serializable
-
Serialized Fields
-
identifierProperty
Property identifierProperty
-
identifier
KeyValue identifier
-
version
Property version
-
polymorphic
boolean polymorphic
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
naturalIdCacheRegionName
String naturalIdCacheRegionName
-
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
-
discriminator
Value discriminator
-
mutable
boolean mutable
-
embeddedIdentifier
boolean embeddedIdentifier
-
explicitPolymorphism
boolean explicitPolymorphism
-
entityPersisterClass
Class<T> entityPersisterClass
-
forceDiscriminator
boolean forceDiscriminator
-
where
String where
-
table
Table table
-
discriminatorInsertable
boolean discriminatorInsertable
-
nextSubclassId
int nextSubclassId
-
declaredIdentifierProperty
Property declaredIdentifierProperty
-
declaredVersion
Property declaredVersion
-
cachingExplicitlyRequested
boolean cachingExplicitlyRequested
-
Class org.hibernate.mapping.Set extends Collection implements Serializable
-
Class org.hibernate.mapping.SimpleValue extends Object implements Serializable
-
Serialized Fields
-
metadata
MetadataImplementor metadata
-
columns
List<E> columns
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
isNationalized
boolean isNationalized
-
identifierGeneratorProperties
Properties identifierGeneratorProperties
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
nullValue
String nullValue
-
table
Table table
-
foreignKeyName
String foreignKeyName
-
alternateUniqueKey
boolean alternateUniqueKey
-
cascadeDeleteEnabled
boolean cascadeDeleteEnabled
-
attributeConverterDefinition
AttributeConverterDefinition attributeConverterDefinition
-
type
Type type
-
identifierGenerator
IdentifierGenerator identifierGenerator
-
Class org.hibernate.mapping.SingleTableSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.Subclass extends PersistentClass implements Serializable
-
Serialized Fields
-
superclass
PersistentClass superclass
-
classPersisterClass
Class<T> classPersisterClass
-
subclassId
int subclassId
-
Class org.hibernate.mapping.SyntheticProperty extends Property implements Serializable
-
Class org.hibernate.mapping.Table extends Object implements Serializable
-
Serialized Fields
-
catalog
Identifier catalog
-
schema
Identifier schema
-
name
Identifier name
-
columns
Map<K,V> columns
contains all columns, including the primary key
-
idValue
KeyValue idValue
-
primaryKey
PrimaryKey primaryKey
-
foreignKeys
Map<K,V> foreignKeys
-
indexes
Map<K,V> indexes
-
uniqueKeys
Map<K,V> uniqueKeys
-
uniqueInteger
int uniqueInteger
-
checkConstraints
List<E> checkConstraints
-
rowId
String rowId
-
subselect
String subselect
-
isAbstract
boolean isAbstract
-
hasDenormalizedTables
boolean hasDenormalizedTables
-
comment
String comment
-
initCommands
List<E> initCommands
-
sizeOfUniqueKeyMapOnLastCleanse
int sizeOfUniqueKeyMapOnLastCleanse
-
Class org.hibernate.mapping.Table.ForeignKeyKey extends Object implements Serializable
-
Class org.hibernate.mapping.ToOne extends SimpleValue implements Serializable
-
Class org.hibernate.mapping.TypeDef extends Object implements Serializable
-
Serialized Fields
-
typeClass
String typeClass
-
parameters
Properties parameters
-
Class org.hibernate.mapping.UnionSubclass extends Subclass implements Serializable
-
Class org.hibernate.mapping.UniqueKey extends Constraint implements Serializable
-
Package org.hibernate.persister.entity
-
Class org.hibernate.persister.entity.DiscriminatorType extends AbstractType implements Serializable
-
Package org.hibernate.persister.internal
-
Class org.hibernate.persister.internal.PersisterFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
Class org.hibernate.persister.internal.StandardPersisterClassResolver extends Object implements Serializable
-
Package org.hibernate.persister.spi
-
Class org.hibernate.persister.spi.UnknownPersisterException extends HibernateException implements Serializable
-
Package org.hibernate.persister.walking.spi
-
Class org.hibernate.persister.walking.spi.WalkingException extends HibernateError implements Serializable
-
Package org.hibernate.procedure
-
Class org.hibernate.procedure.NamedParametersNotSupportedException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.NoSuchParameterException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterMisuseException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.ParameterStrategyException extends HibernateException implements Serializable
-
Class org.hibernate.procedure.UnknownSqlResultSetMappingException extends MappingException implements Serializable
-
Serialized Fields
-
unknownSqlResultSetMappingName
String unknownSqlResultSetMappingName
-
Package org.hibernate.property.access.internal
-
Class org.hibernate.property.access.internal.AbstractFieldSerialForm extends Object implements Serializable
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
Class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
strategySelectorService
StrategySelector strategySelectorService
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedGetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.hibernate.property.access.spi.EnhancedSetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.hibernate.property.access.spi.GetterFieldImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.hibernate.property.access.spi.GetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.hibernate.property.access.spi.PropertyAccessBuildingException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.PropertyAccessSerializationException extends HibernateException implements Serializable
-
Class org.hibernate.property.access.spi.SetterFieldImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.hibernate.property.access.spi.SetterMethodImpl extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Package org.hibernate.proxy
-
Class org.hibernate.proxy.AbstractSerializableProxy extends Object implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
id
Serializable id
-
readOnly
Boolean readOnly
-
Package org.hibernate.proxy.map
-
Class org.hibernate.proxy.map.MapLazyInitializer extends AbstractLazyInitializer implements Serializable
-
Class org.hibernate.proxy.map.MapProxy extends Object implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace()
-
Serialized Fields
-
li
MapLazyInitializer li
-
Package org.hibernate.proxy.pojo.javassist
-
Class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory extends Object implements Serializable
-
Serialized Fields
-
persistentClass
Class<T> persistentClass
-
entityName
String entityName
-
interfaces
Class<T>[] interfaces
-
getIdentifierMethod
Method getIdentifierMethod
-
setIdentifierMethod
Method setIdentifierMethod
-
componentIdType
CompositeType componentIdType
-
overridesEquals
boolean overridesEquals
-
proxyClass
Class<T> proxyClass
-
Class org.hibernate.proxy.pojo.javassist.SerializableProxy extends AbstractSerializableProxy implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Deserialization hook. This method is called by JDK deserialization. We use this hook
to replace the serial form with a live form.
-
Serialized Fields
-
persistentClass
Class<T> persistentClass
-
interfaces
Class<T>[] interfaces
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierGetterMethodClass
Class<T> identifierGetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodClass
Class<T> identifierSetterMethodClass
-
identifierSetterMethodParams
Class<T>[] identifierSetterMethodParams
-
componentIdType
CompositeType componentIdType
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Class org.hibernate.resource.transaction.LocalSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.NullSynchronizationException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.TransactionRequiredForJoinException extends HibernateException implements Serializable
-
Package org.hibernate.resource.transaction.backend.jdbc.internal
-
Class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
Package org.hibernate.resource.transaction.backend.jta.internal
-
Class org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException extends HibernateException implements Serializable
-
Class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
Package org.hibernate.resource.transaction.backend.jta.internal.synchronization
-
Package org.hibernate.resource.transaction.internal
-
Class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl extends Object implements Serializable
-
Serialized Fields
-
synchronizations
LinkedHashSet<E> synchronizations
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Class org.hibernate.result.NoMoreReturnsException extends HibernateException implements Serializable
-
Package org.hibernate.search
-
Package org.hibernate.search.backend.impl
-
Class org.hibernate.search.backend.impl.EventSourceTransactionContext extends Object implements Serializable
-
Serialized Fields
-
eventSource
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,
NoSuchFieldException,
IllegalAccessException
-
writeObject
private void writeObject(ObjectOutputStream os)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
disabled
boolean disabled
-
skipDirtyChecks
boolean skipDirtyChecks
-
extendedIntegrator
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
-
Package org.hibernate.search.hcore.impl
-
Class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver extends Object implements Serializable
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
classLoaderService
ClassLoaderService classLoaderService
-
listener
FullTextIndexEventListener listener
-
metadata
Metadata metadata
-
indexControlMBeanName
String indexControlMBeanName
-
extendedIntegrator
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
-
Class org.hibernate.search.hcore.impl.SearchFactoryReference extends Object implements Serializable
-
Serialized Fields
-
extendedIntegrator
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
-
Package org.hibernate.secure.internal
-
Class org.hibernate.secure.internal.DisabledJaccServiceImpl extends Object implements Serializable
-
Class org.hibernate.secure.internal.JaccPreDeleteEventListener extends AbstractJaccSecurableEventListener implements Serializable
-
Class org.hibernate.secure.internal.JaccPreInsertEventListener extends AbstractJaccSecurableEventListener implements Serializable
-
Class org.hibernate.secure.internal.JaccPreLoadEventListener extends AbstractJaccSecurableEventListener implements Serializable
-
Class org.hibernate.secure.internal.JaccPreUpdateEventListener extends AbstractJaccSecurableEventListener implements Serializable
-
Class org.hibernate.secure.internal.StandardJaccServiceImpl extends Object implements Serializable
-
Serialized Fields
-
contextId
String contextId
-
policyConfiguration
PolicyConfiguration policyConfiguration
-
Package org.hibernate.secure.spi
-
Class org.hibernate.secure.spi.IntegrationException extends HibernateException implements Serializable
-
Package org.hibernate.service
-
Class org.hibernate.service.UnknownServiceException extends HibernateException implements Serializable
-
Class org.hibernate.service.UnknownUnwrapTypeException extends HibernateException implements Serializable
-
Package org.hibernate.service.internal
-
Class org.hibernate.service.internal.ServiceDependencyException extends HibernateException implements Serializable
-
Class org.hibernate.service.internal.ServiceProxyGenerationException extends HibernateException implements Serializable
-
Class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
theBasicServiceRegistry
ServiceRegistryImplementor theBasicServiceRegistry
-
Package org.hibernate.service.spi
-
Class org.hibernate.service.spi.ServiceException extends HibernateException implements Serializable
-
Package org.hibernate.sql.ordering.antlr
-
Class org.hibernate.sql.ordering.antlr.CollationSpecification extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.NodeSupport extends antlr.CommonAST implements Serializable
-
Class org.hibernate.sql.ordering.antlr.OrderByFragment extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.OrderingSpecification extends NodeSupport implements Serializable
-
Serialized Fields
-
resolved
boolean resolved
-
ordering
OrderingSpecification.Ordering ordering
-
Class org.hibernate.sql.ordering.antlr.SortKey extends NodeSupport implements Serializable
-
Class org.hibernate.sql.ordering.antlr.SortSpecification extends NodeSupport implements Serializable
-
Package org.hibernate.stat
-
Package org.hibernate.stat.internal
-
Class org.hibernate.stat.internal.CategorizedStatistics extends Object implements Serializable
-
Serialized Fields
-
categoryName
String categoryName
-
Class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl extends CategorizedStatistics implements Serializable
-
Serialized Fields
-
loadCount
AtomicLong loadCount
-
fetchCount
AtomicLong fetchCount
-
updateCount
AtomicLong updateCount
-
removeCount
AtomicLong removeCount
-
recreateCount
AtomicLong recreateCount
-
Class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl extends CategorizedStatistics implements Serializable
-
Serialized Fields
-
loadCount
AtomicLong loadCount
-
updateCount
AtomicLong updateCount
-
insertCount
AtomicLong insertCount
-
deleteCount
AtomicLong deleteCount
-
fetchCount
AtomicLong fetchCount
-
optimisticFailureCount
AtomicLong optimisticFailureCount
-
Class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl extends CategorizedStatistics implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hitCount
AtomicLong hitCount
-
missCount
AtomicLong missCount
-
putCount
AtomicLong putCount
-
executionCount
AtomicLong executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
totalExecutionTime
AtomicLong totalExecutionTime
-
readLock
Lock readLock
-
writeLock
Lock writeLock
-
Class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl extends CategorizedStatistics implements Serializable
-
Serialized Fields
-
cacheHitCount
AtomicLong cacheHitCount
-
cacheMissCount
AtomicLong cacheMissCount
-
cachePutCount
AtomicLong cachePutCount
-
executionCount
AtomicLong executionCount
-
executionRowCount
AtomicLong executionRowCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
totalExecutionTime
AtomicLong totalExecutionTime
-
readLock
Lock readLock
-
writeLock
Lock writeLock
-
Class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl extends CategorizedStatistics implements Serializable
-
Serialized Fields
-
hitCount
AtomicLong hitCount
-
missCount
AtomicLong missCount
-
putCount
AtomicLong putCount
-
Class org.hibernate.stat.internal.ConcurrentStatisticsImpl extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
isStatisticsEnabled
boolean isStatisticsEnabled
-
startTime
long startTime
-
sessionOpenCount
AtomicLong sessionOpenCount
-
sessionCloseCount
AtomicLong sessionCloseCount
-
flushCount
AtomicLong flushCount
-
connectCount
AtomicLong connectCount
-
prepareStatementCount
AtomicLong prepareStatementCount
-
closeStatementCount
AtomicLong closeStatementCount
-
entityLoadCount
AtomicLong entityLoadCount
-
entityUpdateCount
AtomicLong entityUpdateCount
-
entityInsertCount
AtomicLong entityInsertCount
-
entityDeleteCount
AtomicLong entityDeleteCount
-
entityFetchCount
AtomicLong entityFetchCount
-
collectionLoadCount
AtomicLong collectionLoadCount
-
collectionUpdateCount
AtomicLong collectionUpdateCount
-
collectionRemoveCount
AtomicLong collectionRemoveCount
-
collectionRecreateCount
AtomicLong collectionRecreateCount
-
collectionFetchCount
AtomicLong collectionFetchCount
-
secondLevelCacheHitCount
AtomicLong secondLevelCacheHitCount
-
secondLevelCacheMissCount
AtomicLong secondLevelCacheMissCount
-
secondLevelCachePutCount
AtomicLong secondLevelCachePutCount
-
naturalIdCacheHitCount
AtomicLong naturalIdCacheHitCount
-
naturalIdCacheMissCount
AtomicLong naturalIdCacheMissCount
-
naturalIdCachePutCount
AtomicLong naturalIdCachePutCount
-
naturalIdQueryExecutionCount
AtomicLong naturalIdQueryExecutionCount
-
naturalIdQueryExecutionMaxTime
AtomicLong naturalIdQueryExecutionMaxTime
-
naturalIdQueryExecutionMaxTimeRegion
String naturalIdQueryExecutionMaxTimeRegion
-
queryExecutionCount
AtomicLong queryExecutionCount
-
queryExecutionMaxTime
AtomicLong queryExecutionMaxTime
-
queryExecutionMaxTimeQueryString
String queryExecutionMaxTimeQueryString
-
queryCacheHitCount
AtomicLong queryCacheHitCount
-
queryCacheMissCount
AtomicLong queryCacheMissCount
-
queryCachePutCount
AtomicLong queryCachePutCount
-
updateTimestampsCacheHitCount
AtomicLong updateTimestampsCacheHitCount
-
updateTimestampsCacheMissCount
AtomicLong updateTimestampsCacheMissCount
-
updateTimestampsCachePutCount
AtomicLong updateTimestampsCachePutCount
-
committedTransactionCount
AtomicLong committedTransactionCount
-
transactionCount
AtomicLong transactionCount
-
optimisticFailureCount
AtomicLong optimisticFailureCount
-
naturalIdCacheStatistics
ConcurrentMap<K,V> naturalIdCacheStatistics
natural id cache statistics per region
-
secondLevelCacheStatistics
ConcurrentMap<K,V> secondLevelCacheStatistics
second level cache statistics per region
-
entityStatistics
ConcurrentMap<K,V> entityStatistics
entity statistics per name
-
collectionStatistics
ConcurrentMap<K,V> collectionStatistics
collection statistics per name
-
queryStatistics
ConcurrentMap<K,V> queryStatistics
entity statistics per query string (HQL or SQL)
-
Package org.hibernate.stat.spi
-
Package org.hibernate.tool.hbm2ddl
-
Class org.hibernate.tool.hbm2ddl.ImportScriptException extends HibernateException implements Serializable
-
Class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor extends Object implements Serializable
-
Class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor extends Object implements Serializable
-
Package org.hibernate.tool.schema.extract.spi
-
Class org.hibernate.tool.schema.extract.spi.SchemaExtractionException extends HibernateException implements Serializable
-
Package org.hibernate.tool.schema.internal
-
Class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool extends Object implements Serializable
-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
Package org.hibernate.tool.schema.spi
-
Class org.hibernate.tool.schema.spi.SchemaManagementException extends HibernateException implements Serializable
-
Package org.hibernate.transform
-
Class org.hibernate.transform.AliasedTupleSubsetResultTransformer extends BasicTransformerAdapter implements Serializable
-
Class org.hibernate.transform.AliasToBeanConstructorResultTransformer extends Object implements Serializable
-
Serialized Fields
-
constructor
Constructor<T> constructor
-
Class org.hibernate.transform.AliasToBeanResultTransformer extends AliasedTupleSubsetResultTransformer implements Serializable
-
Class org.hibernate.transform.AliasToEntityMapResultTransformer extends AliasedTupleSubsetResultTransformer implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Class org.hibernate.transform.BasicTransformerAdapter extends Object implements Serializable
-
Class org.hibernate.transform.CacheableResultTransformer extends Object implements Serializable
-
Serialized Fields
-
tupleLength
int tupleLength
-
tupleSubsetLength
int tupleSubsetLength
-
includeInTuple
boolean[] includeInTuple
-
includeInTransformIndex
int[] includeInTransformIndex
-
Class org.hibernate.transform.DistinctResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Class org.hibernate.transform.DistinctRootEntityResultTransformer extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Class org.hibernate.transform.PassThroughResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Class org.hibernate.transform.RootEntityResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Class org.hibernate.transform.ToListResultTransformer extends BasicTransformerAdapter implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Serialization hook for ensuring singleton uniqueing.
-
Package org.hibernate.tuple
-
Class org.hibernate.tuple.CreationTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<T> generator
-
Class org.hibernate.tuple.DynamicMapInstantiator extends Object implements Serializable
-
Class org.hibernate.tuple.GeneratedValueGeneration extends Object implements Serializable
-
Serialized Fields
-
timing
GenerationTiming timing
-
Class org.hibernate.tuple.PojoInstantiator extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
Class org.hibernate.tuple.UpdateTimestampGeneration extends Object implements Serializable
-
Serialized Fields
-
generator
ValueGenerator<T> generator
-
Class org.hibernate.tuple.VmValueGeneration extends Object implements Serializable
-
Serialized Fields
-
generationTiming
GenerationTiming generationTiming
-
constructor
Constructor<T> constructor
-
Package org.hibernate.tuple.component
-
Class org.hibernate.tuple.component.AbstractComponentTuplizer extends Object implements Serializable
-
Serialized Fields
-
getters
Getter[] getters
-
setters
Setter[] setters
-
propertySpan
int propertySpan
-
instantiator
Instantiator instantiator
-
hasCustomAccessors
boolean hasCustomAccessors
-
Class org.hibernate.tuple.component.ComponentMetamodel extends Object implements Serializable
-
Serialized Fields
-
role
String role
-
isKey
boolean isKey
-
properties
StandardProperty[] properties
-
entityMode
EntityMode entityMode
-
componentTuplizer
ComponentTuplizer componentTuplizer
-
propertySpan
int propertySpan
-
propertyIndexes
Map<K,V> propertyIndexes
-
Class org.hibernate.tuple.component.ComponentTuplizerFactory extends Object implements Serializable
-
Serialized Fields
-
defaultImplClassByMode
Map<K,V> defaultImplClassByMode
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
Class org.hibernate.tuple.component.DynamicMapComponentTuplizer extends AbstractComponentTuplizer implements Serializable
-
Class org.hibernate.tuple.component.PojoComponentTuplizer extends AbstractComponentTuplizer implements Serializable
-
Serialized Fields
-
componentClass
Class<T> componentClass
-
optimizer
ReflectionOptimizer optimizer
-
parentGetter
Getter parentGetter
-
parentSetter
Setter parentSetter
-
Package org.hibernate.tuple.entity
-
Class org.hibernate.tuple.entity.EntityMetamodel extends Object implements Serializable
-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
persister
AbstractEntityPersister persister
-
name
String name
-
rootName
String rootName
-
entityType
EntityType entityType
-
identifierAttribute
IdentifierProperty identifierAttribute
-
versioned
boolean versioned
-
propertySpan
int propertySpan
-
versionPropertyIndex
int versionPropertyIndex
-
properties
NonIdentifierAttribute[] properties
-
propertyNames
String[] propertyNames
-
propertyTypes
Type[] propertyTypes
-
propertyLaziness
boolean[] propertyLaziness
-
propertyUpdateability
boolean[] propertyUpdateability
-
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
-
propertyCheckability
boolean[] propertyCheckability
-
propertyInsertability
boolean[] propertyInsertability
-
propertyNullability
boolean[] propertyNullability
-
propertyVersionability
boolean[] propertyVersionability
-
cascadeStyles
CascadeStyle[] cascadeStyles
-
hasPreInsertGeneratedValues
boolean hasPreInsertGeneratedValues
-
hasPreUpdateGeneratedValues
boolean hasPreUpdateGeneratedValues
-
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
-
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
-
inMemoryValueGenerationStrategies
InMemoryValueGenerationStrategy[] inMemoryValueGenerationStrategies
-
inDatabaseValueGenerationStrategies
InDatabaseValueGenerationStrategy[] inDatabaseValueGenerationStrategies
-
propertyIndexes
Map<K,V> propertyIndexes
-
hasCollections
boolean hasCollections
-
hasMutableProperties
boolean hasMutableProperties
-
hasLazyProperties
boolean hasLazyProperties
-
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
-
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
-
hasImmutableNaturalId
boolean hasImmutableNaturalId
-
hasCacheableNaturalId
boolean hasCacheableNaturalId
-
lazy
boolean lazy
-
hasCascades
boolean hasCascades
-
mutable
boolean mutable
-
isAbstract
boolean isAbstract
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
dynamicUpdate
boolean dynamicUpdate
-
dynamicInsert
boolean dynamicInsert
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
polymorphic
boolean polymorphic
-
superclass
String superclass
-
explicitPolymorphism
boolean explicitPolymorphism
-
inherited
boolean inherited
-
hasSubclasses
boolean hasSubclasses
-
subclassEntityNames
Set<E> subclassEntityNames
-
entityNameByInheritenceClassMap
Map<K,V> entityNameByInheritenceClassMap
-
entityMode
EntityMode entityMode
-
entityTuplizer
EntityTuplizer entityTuplizer
-
instrumentationMetadata
EntityInstrumentationMetadata instrumentationMetadata
-
lazyLoadingBytecodeEnhanced
boolean lazyLoadingBytecodeEnhanced
-
Class org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException extends HibernateException implements Serializable
-
Class org.hibernate.tuple.entity.EntityTuplizerFactory extends Object implements Serializable
-
Package org.hibernate.type
-
Class org.hibernate.type.AbstractSingleColumnStandardBasicType extends AbstractStandardBasicType<T> implements Serializable
-
Class org.hibernate.type.AbstractStandardBasicType extends Object implements Serializable
-
Serialized Fields
-
dictatedSize
Size dictatedSize
-
sqlTypeDescriptor
SqlTypeDescriptor sqlTypeDescriptor
-
javaTypeDescriptor
JavaTypeDescriptor<T> javaTypeDescriptor
-
sqlTypes
int[] sqlTypes
-
Class org.hibernate.type.AbstractType extends Object implements Serializable
-
Class org.hibernate.type.AdaptedImmutableType extends AbstractSingleColumnStandardBasicType<T> implements Serializable
-
Serialized Fields
-
baseMutableType
AbstractStandardBasicType<T> baseMutableType
-
Class org.hibernate.type.AnyType extends AbstractType implements Serializable
-
Serialized Fields
-
scope
TypeFactory.TypeScope scope
-
identifierType
Type identifierType
-
discriminatorType
Type discriminatorType
-
Class org.hibernate.type.AnyType.ObjectTypeCacheEntry extends Object implements Serializable
-
Serialized Fields
-
entityName
String entityName
-
id
Serializable id
-
Class org.hibernate.type.ArrayType extends CollectionType implements Serializable
-
Class org.hibernate.type.BagType extends CollectionType implements Serializable
-
Class org.hibernate.type.BasicTypeRegistry extends Object implements Serializable
-
Class org.hibernate.type.BigDecimalType extends AbstractSingleColumnStandardBasicType<BigDecimal> implements Serializable
-
Class org.hibernate.type.BigIntegerType extends AbstractSingleColumnStandardBasicType<BigInteger> implements Serializable
-
Class org.hibernate.type.BinaryType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.BlobType extends AbstractSingleColumnStandardBasicType<Blob> implements Serializable
-
Class org.hibernate.type.BooleanType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ByteType extends AbstractSingleColumnStandardBasicType<Byte> implements Serializable
-
Class org.hibernate.type.CalendarDateType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CalendarTimeType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CalendarType extends AbstractSingleColumnStandardBasicType<Calendar> implements Serializable
-
Class org.hibernate.type.CharacterArrayClobType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterArrayNClobType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterArrayType extends AbstractSingleColumnStandardBasicType<Character[]> implements Serializable
-
Class org.hibernate.type.CharacterNCharType extends AbstractSingleColumnStandardBasicType<Character> implements Serializable
-
Class org.hibernate.type.CharacterType extends AbstractSingleColumnStandardBasicType<Character> implements Serializable
-
Class org.hibernate.type.CharArrayType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.ClassType extends AbstractSingleColumnStandardBasicType<Class> implements Serializable
-
Class org.hibernate.type.ClobType extends AbstractSingleColumnStandardBasicType<Clob> implements Serializable
-
Class org.hibernate.type.CollectionType extends AbstractType implements Serializable
-
Serialized Fields
-
typeScope
TypeFactory.TypeScope typeScope
-
role
String role
-
foreignKeyPropertyName
String foreignKeyPropertyName
-
Class org.hibernate.type.ComponentType extends AbstractType implements Serializable
-
Serialized Fields
-
typeScope
TypeFactory.TypeScope typeScope
-
propertyNames
String[] propertyNames
-
propertyTypes
Type[] propertyTypes
-
propertyValueGenerationStrategies
ValueGeneration[] propertyValueGenerationStrategies
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
cascade
CascadeStyle[] cascade
-
joinedFetch
FetchMode[] joinedFetch
-
isKey
boolean isKey
-
hasNotNullProperty
boolean hasNotNullProperty
-
entityMode
EntityMode entityMode
-
componentTuplizer
ComponentTuplizer componentTuplizer
-
canDoExtraction
Boolean canDoExtraction
-
Class org.hibernate.type.CompositeCustomType extends AbstractType implements Serializable
-
Serialized Fields
-
userType
CompositeUserType userType
-
registrationKeys
String[] registrationKeys
-
name
String name
-
customLogging
boolean customLogging
-
Class org.hibernate.type.CurrencyType extends AbstractSingleColumnStandardBasicType<Currency> implements Serializable
-
Class org.hibernate.type.CustomCollectionType extends CollectionType implements Serializable
-
Serialized Fields
-
userType
UserCollectionType userType
-
customLogging
boolean customLogging
-
Class org.hibernate.type.CustomType extends AbstractType implements Serializable
-
Class org.hibernate.type.DateType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.DbTimestampType extends TimestampType implements Serializable
-
Class org.hibernate.type.DoubleType extends AbstractSingleColumnStandardBasicType<Double> implements Serializable
-
Class org.hibernate.type.DurationType extends AbstractSingleColumnStandardBasicType<Duration> implements Serializable
-
Class org.hibernate.type.EmbeddedComponentType extends ComponentType implements Serializable
-
Class org.hibernate.type.EntityType extends AbstractType implements Serializable
-
Serialized Fields
-
scope
TypeFactory.TypeScope scope
-
associatedEntityName
String associatedEntityName
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
eager
boolean eager
-
unwrapProxy
boolean unwrapProxy
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
Class org.hibernate.type.EnumType extends Object implements Serializable
-
Class org.hibernate.type.EnumType.EnumValueMapperSupport extends Object implements Serializable
-
Class org.hibernate.type.FloatType extends AbstractSingleColumnStandardBasicType<Float> implements Serializable
-
Class org.hibernate.type.IdentifierBagType extends CollectionType implements Serializable
-
Class org.hibernate.type.ImageType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.InstantType extends AbstractSingleColumnStandardBasicType<Instant> implements Serializable
-
Class org.hibernate.type.IntegerType extends AbstractSingleColumnStandardBasicType<Integer> implements Serializable
-
Class org.hibernate.type.ListType extends CollectionType implements Serializable
-
Class org.hibernate.type.LocalDateTimeType extends AbstractSingleColumnStandardBasicType<LocalDateTime> implements Serializable
-
Class org.hibernate.type.LocalDateType extends AbstractSingleColumnStandardBasicType<LocalDate> implements Serializable
-
Class org.hibernate.type.LocaleType extends AbstractSingleColumnStandardBasicType<Locale> implements Serializable
-
Class org.hibernate.type.LocalTimeType extends AbstractSingleColumnStandardBasicType<LocalTime> implements Serializable
-
Class org.hibernate.type.LongType extends AbstractSingleColumnStandardBasicType<Long> implements Serializable
-
Class org.hibernate.type.ManyToOneType extends EntityType implements Serializable
-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
Class org.hibernate.type.MapType extends CollectionType implements Serializable
-
Class org.hibernate.type.MaterializedBlobType extends AbstractSingleColumnStandardBasicType<byte[]> implements Serializable
-
Class org.hibernate.type.MaterializedClobType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.MaterializedNClobType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.MetaType extends AbstractType implements Serializable
-
Class org.hibernate.type.NClobType extends AbstractSingleColumnStandardBasicType<NClob> implements Serializable
-
Class org.hibernate.type.NTextType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.NumericBooleanType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ObjectType extends AnyType implements Serializable
-
Class org.hibernate.type.OffsetDateTimeType extends AbstractSingleColumnStandardBasicType<OffsetDateTime> implements Serializable
-
Class org.hibernate.type.OffsetTimeType extends AbstractSingleColumnStandardBasicType<OffsetTime> implements Serializable
-
Class org.hibernate.type.OneToOneType extends EntityType implements Serializable
-
Serialized Fields
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
propertyName
String propertyName
-
entityName
String entityName
-
Class org.hibernate.type.OrderedMapType extends MapType implements Serializable
-
Class org.hibernate.type.OrderedSetType extends SetType implements Serializable
-
Class org.hibernate.type.PostgresUUIDType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.PrimitiveCharacterArrayClobType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.PrimitiveCharacterArrayNClobType extends AbstractSingleColumnStandardBasicType<char[]> implements Serializable
-
Class org.hibernate.type.SerializableToBlobType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.type.SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable
-
Class org.hibernate.type.SerializationException extends HibernateException implements Serializable
-
Class org.hibernate.type.SetType extends CollectionType implements Serializable
-
Class org.hibernate.type.ShortType extends AbstractSingleColumnStandardBasicType<Short> implements Serializable
-
Class org.hibernate.type.SortedMapType extends MapType implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
Class org.hibernate.type.SortedSetType extends SetType implements Serializable
-
Serialized Fields
-
comparator
Comparator<T> comparator
-
Class org.hibernate.type.SpecialOneToOneType extends OneToOneType implements Serializable
-
Class org.hibernate.type.StringNVarcharType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.StringType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.TextType extends AbstractSingleColumnStandardBasicType<String> implements Serializable
-
Class org.hibernate.type.TimestampType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.TimeType extends AbstractSingleColumnStandardBasicType<Date> implements Serializable
-
Class org.hibernate.type.TimeZoneType extends AbstractSingleColumnStandardBasicType<TimeZone> implements Serializable
-
Class org.hibernate.type.TrueFalseType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.TypeFactory extends Object implements Serializable
-
Serialized Fields
-
typeScope
org.hibernate.type.TypeFactory.TypeScopeImpl typeScope
-
Class org.hibernate.type.TypeResolver extends Object implements Serializable
-
Serialized Fields
-
basicTypeRegistry
BasicTypeRegistry basicTypeRegistry
-
typeFactory
TypeFactory typeFactory
-
Class org.hibernate.type.UrlType extends AbstractSingleColumnStandardBasicType<URL> implements Serializable
-
Class org.hibernate.type.UUIDBinaryType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.UUIDCharType extends AbstractSingleColumnStandardBasicType<UUID> implements Serializable
-
Class org.hibernate.type.WrappedMaterializedBlobType extends AbstractSingleColumnStandardBasicType<Byte[]> implements Serializable
-
Class org.hibernate.type.WrapperBinaryType extends AbstractSingleColumnStandardBasicType<Byte[]> implements Serializable
-
Class org.hibernate.type.YesNoType extends AbstractSingleColumnStandardBasicType<Boolean> implements Serializable
-
Class org.hibernate.type.ZonedDateTimeType extends AbstractSingleColumnStandardBasicType<ZonedDateTime> implements Serializable
-
Package org.hibernate.type.descriptor.converter
-
Class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl extends MutableMutabilityPlan<T> implements Serializable
-
Serialized Fields
-
attributeConverter
AttributeConverter<X,Y> attributeConverter
-
Class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter extends Object implements Serializable
-
Serialized Fields
-
converter
AttributeConverter<X,Y> converter
-
delegate
SqlTypeDescriptor delegate
-
intermediateJavaTypeDescriptor
JavaTypeDescriptor<T> intermediateJavaTypeDescriptor
-
Class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter extends AbstractSingleColumnStandardBasicType<T> implements Serializable
-
Package org.hibernate.type.descriptor.java
-
Class org.hibernate.type.descriptor.java.AbstractTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
type
Class<T> type
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
comparator
Comparator<T> comparator
-
Class org.hibernate.type.descriptor.java.ArrayMutabilityPlan extends MutableMutabilityPlan<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor extends AbstractTypeDescriptor<BigDecimal> implements Serializable
-
Class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor extends AbstractTypeDescriptor<BigInteger> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobTypeDescriptor extends AbstractTypeDescriptor<Blob> implements Serializable
-
Class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.BooleanTypeDescriptor extends AbstractTypeDescriptor<Boolean> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor extends AbstractTypeDescriptor<Byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.ByteTypeDescriptor extends AbstractTypeDescriptor<Byte> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTypeDescriptor extends AbstractTypeDescriptor<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan extends MutableMutabilityPlan<Calendar> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor extends AbstractTypeDescriptor<Character[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.CharacterTypeDescriptor extends AbstractTypeDescriptor<Character> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClassTypeDescriptor extends AbstractTypeDescriptor<Class> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobTypeDescriptor extends AbstractTypeDescriptor<Clob> implements Serializable
-
Class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor extends AbstractTypeDescriptor<Currency> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.DoubleTypeDescriptor extends AbstractTypeDescriptor<Double> implements Serializable
-
Class org.hibernate.type.descriptor.java.DurationJavaDescriptor extends AbstractTypeDescriptor<Duration> implements Serializable
-
Class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor extends AbstractTypeDescriptor<T extends Enum> implements Serializable
-
Class org.hibernate.type.descriptor.java.FloatTypeDescriptor extends AbstractTypeDescriptor<Float> implements Serializable
-
Class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.InstantJavaDescriptor extends AbstractTypeDescriptor<Instant> implements Serializable
-
Class org.hibernate.type.descriptor.java.IntegerTypeDescriptor extends AbstractTypeDescriptor<Integer> implements Serializable
-
Class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor extends AbstractTypeDescriptor<T> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor extends AbstractTypeDescriptor<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan extends MutableMutabilityPlan<Date> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor extends AbstractTypeDescriptor<LocalDate> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor extends AbstractTypeDescriptor<LocalDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocaleTypeDescriptor extends AbstractTypeDescriptor<Locale> implements Serializable
-
Class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor extends AbstractTypeDescriptor<LocalTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.LongTypeDescriptor extends AbstractTypeDescriptor<Long> implements Serializable
-
Class org.hibernate.type.descriptor.java.MutableMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobTypeDescriptor extends AbstractTypeDescriptor<NClob> implements Serializable
-
Class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan extends Object implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor extends AbstractTypeDescriptor<OffsetDateTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor extends AbstractTypeDescriptor<OffsetTime> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor extends AbstractTypeDescriptor<byte[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor extends AbstractTypeDescriptor<char[]> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableTypeDescriptor extends AbstractTypeDescriptor<T extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan extends MutableMutabilityPlan<S extends Serializable> implements Serializable
-
Class org.hibernate.type.descriptor.java.ShortTypeDescriptor extends AbstractTypeDescriptor<Short> implements Serializable
-
Class org.hibernate.type.descriptor.java.StringTypeDescriptor extends AbstractTypeDescriptor<String> implements Serializable
-
Class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor extends AbstractTypeDescriptor<TimeZone> implements Serializable
-
Class org.hibernate.type.descriptor.java.UrlTypeDescriptor extends AbstractTypeDescriptor<URL> implements Serializable
-
Class org.hibernate.type.descriptor.java.UUIDTypeDescriptor extends AbstractTypeDescriptor<UUID> implements Serializable
-
Class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor extends AbstractTypeDescriptor<ZonedDateTime> implements Serializable
-
Package org.hibernate.type.descriptor.sql
-
Class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor extends VarbinaryTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.BitTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BlobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.CharTypeDescriptor extends VarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.ClobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DateTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.FloatTypeDescriptor extends RealTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor extends NVarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor extends VarbinaryTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor extends VarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NCharTypeDescriptor extends NVarcharTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NClobTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.NumericTypeDescriptor extends DecimalTypeDescriptor implements Serializable
-
Class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.RealTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor extends Object implements Serializable
-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
Class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.TimeTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor extends Object implements Serializable
-
Class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor extends Object implements Serializable
-
Package org.hibernate.validator.internal.cdi.interceptor
-
Class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor extends Object implements Serializable
- serialVersionUID:
- 604440259030722151L
-
Serialized Fields
-
validator
Validator validator
The validator to be used for method validation.
Although the concrete validator is not necessarily serializable (and HV's implementation indeed isn't) it is still
alright to have it as non-transient field here. Upon passivation not the validator itself will be serialized, but the
proxy injected here, which in turn is serializable.
-
Package org.hibernate.validator.internal.engine
-
Class org.hibernate.validator.internal.engine.ConstraintViolationImpl extends Object implements Serializable
- serialVersionUID:
- -4970067626703103139L
-
Serialized Fields
-
interpolatedMessage
String interpolatedMessage
-
rootBean
Object rootBean
-
value
Object value
-
propertyPath
Path propertyPath
-
leafBeanInstance
Object leafBeanInstance
-
constraintDescriptor
ConstraintDescriptor<T extends Annotation> constraintDescriptor
-
messageTemplate
String messageTemplate
-
expressionVariables
Map<K,V> expressionVariables
-
rootBeanClass
Class<T> rootBeanClass
-
elementType
ElementType elementType
-
executableParameters
Object[] executableParameters
-
executableReturnValue
Object executableReturnValue
-
hashCode
int hashCode
-
Package org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException extends ValidationException implements Serializable
-
Package org.hibernate.validator.internal.engine.path
-
Class org.hibernate.validator.internal.engine.path.NodeImpl extends Object implements Serializable
- serialVersionUID:
- 2075466571633860499L
-
Class org.hibernate.validator.internal.engine.path.PathImpl extends Object implements Serializable
- serialVersionUID:
- 7564511574909882392L
-
Package org.hibernate.validator.internal.metadata.descriptor
-
Class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl extends Object implements Serializable
- serialVersionUID:
- -2563102960314069246L
-
Serialized Fields
-
annotation
Annotation annotation
The actual constraint annotation.
-
annotationType
Class<T> annotationType
The type of the annotation made instance variable, because annotation.annotationType()
is quite expensive.
-
constraintValidatorClasses
List<E> constraintValidatorClasses
The set of classes implementing the validation for this constraint. See also
ConstraintValidator
resolution algorithm.
-
matchingConstraintValidatorClasses
List<E> matchingConstraintValidatorClasses
-
groups
Set<E> groups
The groups for which to apply this constraint.
-
attributes
Map<K,V> attributes
The constraint parameters as map. The key is the parameter name and the value the
parameter value as specified in the constraint.
-
payloads
Set<E> payloads
The specified payload of the constraint.
-
composingConstraints
Set<E> composingConstraints
The composing constraints for this constraint.
-
isReportAsSingleInvalidConstraint
boolean isReportAsSingleInvalidConstraint
Flag indicating if in case of a composing constraint a single error or multiple errors should be raised.
-
elementType
ElementType elementType
Describes on which level (TYPE
, METHOD
, FIELD
) the constraint was
defined on.
-
definedOn
ConstraintOrigin definedOn
The origin of the constraint. Defined on the actual root class or somewhere in the class hierarchy
-
constraintType
ConstraintDescriptorImpl.ConstraintType constraintType
The type of this constraint.
-
compositionType
CompositionType compositionType
Type indicating how composing constraints should be combined. By default this is set to
ConstraintComposition.CompositionType.AND
.
-
hashCode
int hashCode
-
Class org.hibernate.validator.internal.metadata.descriptor.CrossParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl extends Object implements Serializable
-
Class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Serialized Fields
-
name
String name
-
parameters
List<E> parameters
-
crossParameterDescriptor
CrossParameterDescriptor crossParameterDescriptor
-
returnValueDescriptor
ReturnValueDescriptor returnValueDescriptor
-
isGetter
boolean isGetter
-
Class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl extends ElementDescriptorImpl implements Serializable
-
Package org.hibernate.validator.internal.util
-
Class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
- if an I/O error occurs
ClassNotFoundException
- if the class of a serialized object could not be found
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
Save the state of the ConcurrentReferenceHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
- if an I/O error occurs
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
-
segmentShift
int segmentShift
Shift value for indexing within segments.
-
segments
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table
-
identityComparisons
boolean identityComparisons
-
Package org.hibernate.validator.internal.util.logging
-
Class org.hibernate.validator.internal.util.logging.Log_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.hibernate.validator.internal.util.logging.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jasypt.contrib.org.apache.commons.codec_1_3
-
Class org.jasypt.contrib.org.apache.commons.codec_1_3.DecoderException extends Exception implements Serializable
-
Class org.jasypt.contrib.org.apache.commons.codec_1_3.EncoderException extends Exception implements Serializable
-
Package org.jasypt.exceptions
-
Class org.jasypt.exceptions.AlreadyInitializedException extends RuntimeException implements Serializable
- serialVersionUID:
- 4592515503937873874L
-
Class org.jasypt.exceptions.EncryptionInitializationException extends RuntimeException implements Serializable
- serialVersionUID:
- 8929638240023639778L
-
Class org.jasypt.exceptions.EncryptionOperationNotPossibleException extends RuntimeException implements Serializable
- serialVersionUID:
- 6304674109588715145L
-
Class org.jasypt.exceptions.PasswordAlreadyCleanedException extends RuntimeException implements Serializable
- serialVersionUID:
- 7988484935273871733L
-
Package org.jasypt.properties
-
Class org.jasypt.properties.EncryptableProperties extends Properties implements Serializable
- serialVersionUID:
- 6479795856725500639L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream outputStream)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
ident
Integer ident
-
beenSerialized
boolean beenSerialized
-
Package org.jasypt.web.pbeconfig
-
Class org.jasypt.web.pbeconfig.WebPBEConfigServlet extends HttpServlet implements Serializable
- serialVersionUID:
- -7201635392816652667L
-
Package org.jboss.as.controller.client.helpers
-
Class org.jboss.as.controller.client.helpers.MeasurementUnit.MeasurementConversionException extends RuntimeException implements Serializable
-
Package org.jboss.as.controller.client.helpers.domain
-
Class org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException extends Exception implements Serializable
- serialVersionUID:
- -7207529184499737454L
-
Serialized Fields
-
name
String name
-
Class org.jboss.as.controller.client.helpers.domain.IncompleteDeploymentReplaceException extends InvalidDeploymentPlanException implements Serializable
- serialVersionUID:
- -8322852398826927588L
-
Class org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException extends Exception implements Serializable
- serialVersionUID:
- 6442943555765667251L
-
Class org.jboss.as.controller.client.helpers.domain.RollbackCancelledException extends UpdateFailedException implements Serializable
- serialVersionUID:
- -1706640796845639910L
-
Class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan extends Object implements Serializable
- serialVersionUID:
- 4868990805217024722L
-
Serialized Fields
-
serverGroupName
String serverGroupName
-
rollback
boolean rollback
-
rollingToServers
boolean rollingToServers
-
maxFailures
int maxFailures
-
maxFailurePercentage
int maxFailurePercentage
-
Class org.jboss.as.controller.client.helpers.domain.ServerIdentity extends Object implements Serializable
- serialVersionUID:
- -5853735093238463353L
-
Class org.jboss.as.controller.client.helpers.domain.UpdateFailedException extends Exception implements Serializable
- serialVersionUID:
- 3601180802244470103L
-
Package org.jboss.as.controller.client.helpers.domain.impl
-
Class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult extends Object implements Serializable
- serialVersionUID:
- -3525117172870002485L
-
Serialized Fields
-
domainFailure
UpdateFailedException domainFailure
-
hostFailures
Map<K,V> hostFailures
-
cancelled
boolean cancelled
-
rolledBack
boolean rolledBack
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl extends Object implements Serializable
- serialVersionUID:
- 613098200977026475L
-
Serialized Fields
-
uuid
UUID uuid
-
type
DeploymentAction.Type type
-
deploymentUnitName
String deploymentUnitName
-
oldDeploymentUnitName
String oldDeploymentUnitName
-
newContentFileName
String newContentFileName
-
newContentHash
byte[] newContentHash
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl extends Object implements Serializable
- serialVersionUID:
- -7652253540766375101L
-
Serialized Fields
-
delegate
DeploymentSetPlanImpl delegate
-
rollbackAcrossGroups
boolean rollbackAcrossGroups
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl extends Object implements Serializable
- serialVersionUID:
- -7652253540766375101L
-
Class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse extends Object implements Serializable
- serialVersionUID:
- -5250735019112151634L
-
Serialized Fields
-
successResult
ModelNode successResult
-
failureResult
Throwable failureResult
-
cancelled
boolean cancelled
-
timedOut
boolean timedOut
-
rolledBack
boolean rolledBack
-
restarted
boolean restarted
-
rollbackCancelled
boolean rollbackCancelled
-
rollbackTimedOut
boolean rollbackTimedOut
-
rollbackFailure
Throwable rollbackFailure
-
Package org.jboss.as.controller.client.helpers.standalone
-
Class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult extends Object implements Serializable
- serialVersionUID:
- -4692787126053225682L
-
Serialized Fields
-
id
UUID id
-
result
ServerUpdateActionResult.Result result
-
deploymentException
Throwable deploymentException
-
rollbackResult
ServerUpdateActionResult rollbackResult
-
Class org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException extends Exception implements Serializable
- serialVersionUID:
- -7207529184499737454L
-
Serialized Fields
-
name
String name
-
Class org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.ServerDeploymentException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionResult
ServerDeploymentActionResult actionResult
-
Class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult extends AbstractServerUpdateActionResult<ServerDeploymentActionResult> implements Serializable
- serialVersionUID:
- 1075795087623522316L
-
Class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult extends AbstractServerUpdateActionResult<ServerUpdateActionResult> implements Serializable
- serialVersionUID:
- 6337992911667021814L
-
Package org.jboss.as.controller.client.helpers.standalone.impl
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl extends Object implements Serializable
- serialVersionUID:
- 613098200977026475L
-
Serialized Fields
-
uuid
UUID uuid
-
type
DeploymentAction.Type type
-
deploymentUnitName
String deploymentUnitName
-
oldDeploymentUnitName
String oldDeploymentUnitName
-
contents
InputStream contents
-
newContentFileName
String newContentFileName
-
internalStream
boolean internalStream
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl extends Object implements Serializable
- serialVersionUID:
- -119621318892470668L
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl extends Object implements Serializable
- serialVersionUID:
- -2473360314683299361L
-
Package org.jboss.as.controller.client.logging
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_de extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_es extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_fr extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_ja extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_pt extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_pt_BR extends org.jboss.as.controller.client.logging.ControllerClientLogger_$logger_pt implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.as.controller.client.logging.ControllerClientLogger.LeakDescription extends Throwable implements Serializable
- serialVersionUID:
- -7193498784746897578L
-
Package org.jboss.crypto
-
Class org.jboss.crypto.JBossSXProvider extends Provider implements Serializable
- serialVersionUID:
- -2338131128387727845L
-
Package org.jboss.dmr
-
Class org.jboss.dmr.ModelNode extends Object implements Serializable
- serialVersionUID:
- 2030456323088551487L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException
Read this node's content in binary format from the given source.
- Throws:
IOException
- if an I/O error occurs
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Write this node's content in binary format to the given target.
- Throws:
IOException
- if an I/O error occurs
-
Class org.jboss.dmr.ValueExpression extends Object implements Serializable
- serialVersionUID:
- -277358532170444708L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException
Deserialize this instance.
- Throws:
IOException
- if a serialization error occurs
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Serialize this instance.
- Throws:
IOException
- if a serialization error occurs
-
Package org.jboss.ejb.client
-
Class org.jboss.ejb.client.Affinity extends Object implements Serializable
- serialVersionUID:
- -2985180758368879373L
-
Class org.jboss.ejb.client.BasicSessionID extends SessionID implements Serializable
- serialVersionUID:
- -7306257085240447972L
-
Class org.jboss.ejb.client.ClusterAffinity extends Affinity implements Serializable
- serialVersionUID:
- -8078602613739377911L
-
Serialized Fields
-
clusterName
String clusterName
-
Class org.jboss.ejb.client.EJBHandle extends Object implements Serializable
- serialVersionUID:
- -4870688692508067759L
-
Serialized Fields
-
locator
EJBLocator<T> locator
-
Class org.jboss.ejb.client.EJBHomeHandle extends Object implements Serializable
- serialVersionUID:
- -4870688692508067759L
-
Serialized Fields
-
locator
EJBHomeLocator<T extends EJBHome> locator
-
Class org.jboss.ejb.client.EJBHomeLocator extends EJBLocator<T extends EJBHome> implements Serializable
- serialVersionUID:
- -3040039191221970094L
-
Class org.jboss.ejb.client.EJBLocator extends Object implements Serializable
- serialVersionUID:
- -7306257085240447972L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
Class org.jboss.ejb.client.EJBMetaDataImpl extends Object implements Serializable
- serialVersionUID:
- 100581743643837404L
-
Class org.jboss.ejb.client.EntityEJBLocator extends EJBLocator<T extends EJBObject> implements Serializable
- serialVersionUID:
- 6674116259124568398L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
primaryKey
Object primaryKey
-
Class org.jboss.ejb.client.Logs_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.ejb.client.NamedEJBClientContextIdentifier extends Object implements Serializable
- serialVersionUID:
- -9047462440987867064L
-
Class org.jboss.ejb.client.NodeAffinity extends Affinity implements Serializable
- serialVersionUID:
- -1241023739831847480L
-
Serialized Fields
-
nodeName
String nodeName
-
Class org.jboss.ejb.client.RequestSendFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- 4880994720537464175L
-
Serialized Fields
-
failedNodeName
String failedNodeName
The node name of the EJB receiver which failed to handle the request
-
Class org.jboss.ejb.client.SerializedEJBInvocationHandler extends Object implements Serializable
- serialVersionUID:
- -2370168183054746652L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Read this object from the input stream.
- Throws:
IOException
- if a read error occurs
ClassNotFoundException
- if a class cannot be resolved
-
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Write this object to the output stream.
- Throws:
IOException
- if a write error occurs
-
Class org.jboss.ejb.client.SessionID extends Object implements Serializable
- serialVersionUID:
- 3872192729805797520L
-
Serialization Methods
-
writeReplace
protected final Object writeReplace()
Substitute this session ID with a serialized representation.
-
Serialized Fields
-
encodedForm
byte[] encodedForm
-
Class org.jboss.ejb.client.SessionID.Serialized extends Object implements Serializable
- serialVersionUID:
- -6014782612354158572L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Reconstitute the session ID from this serialized representation.
-
Serialized Fields
-
id
byte[] id
The bytes of the session ID.
-
Class org.jboss.ejb.client.StatefulEJBLocator extends EJBLocator<T> implements Serializable
- serialVersionUID:
- 8229686118358785586L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
Class org.jboss.ejb.client.StatelessEJBLocator extends EJBLocator<T> implements Serializable
- serialVersionUID:
- -3040039191221970094L
-
Class org.jboss.ejb.client.TransactionID extends Object implements Serializable
- serialVersionUID:
- 7711835471353644411L
-
Serialization Methods
-
writeReplace
protected final Object writeReplace()
Substitute this transaction ID with a serialized representation.
-
Serialized Fields
-
encodedForm
byte[] encodedForm
-
Class org.jboss.ejb.client.TransactionID.Serialized extends Object implements Serializable
- serialVersionUID:
- -8146407206244018476L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Reconstitute the transaction ID from this serialized representation.
-
Serialized Fields
-
id
byte[] id
The bytes of the transaction ID.
-
Class org.jboss.ejb.client.UnknownSessionID extends SessionID implements Serializable
- serialVersionUID:
- 8565847732676192265L
-
Class org.jboss.ejb.client.UserTransactionID extends TransactionID implements Serializable
- serialVersionUID:
- -791647046784989955L
-
Class org.jboss.ejb.client.XidTransactionID extends TransactionID implements Serializable
- serialVersionUID:
- -1895745528459825578L
-
Serialized Fields
-
xid
Xid xid
-
Package org.jboss.el.cache
-
Class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap extends ConcurrentHashMap<Class<?>,BeanPropertiesCache.BeanProperties> implements Serializable
-
Serialized Fields
-
map
ConcurrentHashMap<K,V> map
-
refQ
ReferenceQueue<T> refQ
-
Package org.jboss.iiop.csiv2
-
Package org.jboss.jbossts.txbridge.inbound
-
Class org.jboss.jbossts.txbridge.inbound.BridgeDurableParticipant extends Object implements Serializable
- serialVersionUID:
- -5739871936627778072L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Deserialization hook. Unpacks transaction recovery information and uses it to
recover the subordinate transaction.
- Throws:
IOException
- if deserialzation and recovery fail.
ClassNotFoundException
- if deserialzation fails.
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Serialization hook. Gathers and writes information needed for transaction recovery.
- Throws:
IOException
- if serialization fails.
-
Serialized Fields
-
xid
Xid xid
-
subordinateTransactionId
com.arjuna.ats.arjuna.common.Uid subordinateTransactionId
-
Package org.jboss.jbossts.txbridge.outbound
-
Class org.jboss.jbossts.txbridge.outbound.BridgeXAResource extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Deserialization hook. Unpacks transaction recovery information and uses it to
recover the subordinate transaction.
- Throws:
IOException
- if deserialzation and recovery fail.
ClassNotFoundException
- if deserialzation fails.
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
Serialization hook. Gathers and writes information needed for transaction recovery.
- Throws:
IOException
- if serialization fails.
-
Serialized Fields
-
externalTxId
com.arjuna.ats.arjuna.common.Uid externalTxId
-
bridgeWrapperId
String bridgeWrapperId
-
Package org.jboss.jbossts.txbridge.utils
-
Package org.jboss.jbossts.xts.logging
-
Package org.jboss.jbossts.xts.recovery.logging
-
Package org.jboss.logging
-
Class org.jboss.logging.DelegatingBasicLogger extends Object implements Serializable
- serialVersionUID:
- -5774903162389601853L
-
Serialized Fields
-
log
Logger log
The delegate logger.
-
Class org.jboss.logging.Logger extends Object implements Serializable
- serialVersionUID:
- 4232175575988879434L
-
Package org.jboss.logmanager
-
Class org.jboss.logmanager.ExtLogRecord extends LogRecord implements Serializable
- serialVersionUID:
- -9174374711278052369L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
Class org.jboss.logmanager.Level extends Level implements Serializable
- serialVersionUID:
- 491981186783136939L
-
Class org.jboss.logmanager.Logger extends Logger implements Serializable
- serialVersionUID:
- 5093333069125075416L
-
Serialization Methods
-
writeReplace
protected final Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
loggerNode
org.jboss.logmanager.LoggerNode loggerNode
The named logger tree node.
-
Class org.jboss.logmanager.SerializedLogger extends Object implements Serializable
- serialVersionUID:
- 8266206989821750874L
-
Serialization Methods
-
readResolve
public Object readResolve()
Get the actual logger for this marker.
- See Also:
- Serialization spec, 3.7
-
Serialized Fields
-
name
String name
-
Package org.jboss.marshalling
-
Class org.jboss.marshalling.AbstractExternalizer extends Object implements Serializable
- serialVersionUID:
- -584504194617263431L
-
Class org.jboss.marshalling.Pair extends Object implements Serializable
- serialVersionUID:
- 7331975617882473974L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
Reinitialize the object and set the hash code.
- Throws:
IOException
- if an I/O error occurs while reading the default fields
ClassNotFoundException
- if a class isn't found while reading the default fields
-
Serialized Fields
-
Class org.jboss.marshalling.Pair.Externalizer extends Object implements Serializable
- serialVersionUID:
- 930391108343329811L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
-
writeExternal
public void writeExternal(ObjectOutput out)
-
Class org.jboss.marshalling.TraceInformation extends Throwable implements Serializable
- serialVersionUID:
- 9017837359853233891L
-
Serialized Fields
-
info
TraceInformation.Info info
-
Class org.jboss.marshalling.TraceInformation.ClassInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- -8580895864558204394L
-
Serialized Fields
-
targetClassName
String targetClassName
-
Class org.jboss.marshalling.TraceInformation.FieldInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- -7502908990208699055L
-
Serialized Fields
-
fieldName
String fieldName
-
Class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- -8580895864558204394L
-
Serialized Fields
-
targetClassName
String targetClassName
-
Class org.jboss.marshalling.TraceInformation.IndexInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- -5402179533085530855L
-
Serialized Fields
-
idx
int idx
-
size
int size
-
kind
TraceInformation.IndexType kind
-
Class org.jboss.marshalling.TraceInformation.Info extends Object implements Serializable
- serialVersionUID:
- -5600603940887712730L
-
Serialized Fields
-
cause
TraceInformation.Info cause
-
Class org.jboss.marshalling.TraceInformation.MethodInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- 646518183715279704L
-
Class org.jboss.marshalling.TraceInformation.ObjectInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- -8580895864558204394L
-
Serialized Fields
-
targetClassName
String targetClassName
-
targetHashCode
int targetHashCode
-
Class org.jboss.marshalling.TraceInformation.UserInfo extends TraceInformation.Info implements Serializable
- serialVersionUID:
- 5504303963528386454L
-
Serialized Fields
-
data
Serializable data
-
Package org.jboss.marshalling.util
-
Class org.jboss.marshalling.util.IntKeyMap extends Object implements Serializable
- serialVersionUID:
- -6864280848239317243L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
Package org.jboss.msc.inject
-
Class org.jboss.msc.inject.InjectionException extends RuntimeException implements Serializable
- serialVersionUID:
- 6413200398685740543L
-
Class org.jboss.msc.inject.InjectorLogger_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
Package org.jboss.msc.service
-
Class org.jboss.msc.service.CircularDependencyException extends ServiceRegistryException implements Serializable
- serialVersionUID:
- -4826336558749601678L
-
Serialized Fields
-
cycle
ServiceName[] cycle
-
Class org.jboss.msc.service.DuplicateServiceException extends ServiceRegistryException implements Serializable
- serialVersionUID:
- 6000994512503219841L
-
Class org.jboss.msc.service.ServiceLogger_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
Class org.jboss.msc.service.ServiceName extends Object implements Serializable
- serialVersionUID:
- 2336190201880964151L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
name
String name
-
canonicalName
String canonicalName
-
parent
ServiceName parent
-
Class org.jboss.msc.service.ServiceNotFoundException extends ServiceRegistryException implements Serializable
- serialVersionUID:
- -3145569397301460220L
-
Class org.jboss.msc.service.ServiceRegistryException extends RuntimeException implements Serializable
- serialVersionUID:
- -8431095020967798064L
-
Class org.jboss.msc.service.StartException extends Exception implements Serializable
- serialVersionUID:
- 239274385917008839L
-
Serialized Fields
-
serviceName
ServiceName serviceName
-
Package org.jboss.msc.service.management
-
Class org.jboss.msc.service.management.ServiceStatus extends Object implements Serializable
- serialVersionUID:
- 6538576441150451665L
-
Serialized Fields
-
serviceName
String serviceName
-
aliases
String[] aliases
-
serviceClassName
String serviceClassName
-
modeName
String modeName
-
stateName
String stateName
-
substateName
String substateName
-
dependencies
String[] dependencies
-
dependencyFailed
boolean dependencyFailed
-
dependencyUnavailable
boolean dependencyUnavailable
-
parentName
String parentName
-
exception
String exception
-
Package org.jboss.msc.value
-
Class org.jboss.msc.value.MapEntry extends Object implements Serializable
- serialVersionUID:
- 3913554072275205665L
-
Package org.jboss.naming.remote.protocol
-
Class org.jboss.naming.remote.protocol.NamingIOException extends NamingException implements Serializable
-
Package org.jboss.narayana.txframework.api.exception
-
Class org.jboss.narayana.txframework.api.exception.TransactionDataUnavailableException extends TXFrameworkRuntimeException implements Serializable
-
Class org.jboss.narayana.txframework.api.exception.TXControlRuntimeException extends TXFrameworkRuntimeException implements Serializable
-
Class org.jboss.narayana.txframework.api.exception.TXFrameworkException extends Exception implements Serializable
-
Class org.jboss.narayana.txframework.api.exception.TXFrameworkRuntimeException extends RuntimeException implements Serializable
-
Package org.jboss.narayana.txframework.impl.handlers
-
Class org.jboss.narayana.txframework.impl.handlers.ParticipantRegistrationException extends TXFrameworkException implements Serializable
-
Class org.jboss.narayana.txframework.impl.handlers.UnsupportedProtocolException extends TXFrameworkException implements Serializable
-
Package org.jboss.narayana.txframework.impl.handlers.wsba
-
Class org.jboss.narayana.txframework.impl.handlers.wsba.WSBACoordinatorCompletionParticipant extends WSBAParticipantCompletionParticipant implements Serializable
-
Class org.jboss.narayana.txframework.impl.handlers.wsba.WSBAParticipantCompletionParticipant extends Participant implements Serializable
-
Package org.jboss.remoting3
-
Class org.jboss.remoting3.ChannelBusyException extends RemotingException implements Serializable
- serialVersionUID:
- -2267642012592894285L
-
Class org.jboss.remoting3.DuplicateRegistrationException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -1973333658984209308L
-
Class org.jboss.remoting3.MessageCancelledException extends RemotingException implements Serializable
- serialVersionUID:
- 8133970540852054266L
-
Class org.jboss.remoting3.NotOpenException extends IOException implements Serializable
- serialVersionUID:
- 8918460812305000601L
-
Class org.jboss.remoting3.ProtocolException extends RemotingException implements Serializable
- serialVersionUID:
- -5105448889133043476L
-
Class org.jboss.remoting3.RemotingException extends IOException implements Serializable
- serialVersionUID:
- 1540716301579397423L
-
Class org.jboss.remoting3.ServiceNotFoundException extends ServiceOpenException implements Serializable
- serialVersionUID:
- -998858276817298658L
-
Class org.jboss.remoting3.ServiceOpenException extends RemotingException implements Serializable
- serialVersionUID:
- 4416015116136024646L
-
Class org.jboss.remoting3.ServiceRegistrationException extends RemotingException implements Serializable
- serialVersionUID:
- 6416792968397444648L
-
Class org.jboss.remoting3.UnknownURISchemeException extends RemotingException implements Serializable
- serialVersionUID:
- 4880830942189310924L
-
Package org.jboss.remoting3.remote
-
Class org.jboss.remoting3.remote.RemoteAuthLogger_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
Class org.jboss.remoting3.remote.RemoteLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.remoting3.security
-
Class org.jboss.remoting3.security.RemotingPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 4984517897378387571L
-
Package org.jboss.resteasy.api.validation
-
Class org.jboss.resteasy.api.validation.ResteasyConstraintViolation extends Object implements Serializable
- serialVersionUID:
- -5441628046215135260L
-
Serialized Fields
-
constraintType
ConstraintType.Type constraintType
-
path
String path
-
message
String message
-
value
String value
-
Class org.jboss.resteasy.api.validation.ResteasyViolationException extends ConstraintViolationException implements Serializable
- serialVersionUID:
- 2623733139912277260L
-
Serialized Fields
-
accept
List<E> accept
-
exception
Exception exception
-
fieldViolations
List<E> fieldViolations
-
propertyViolations
List<E> propertyViolations
-
classViolations
List<E> classViolations
-
parameterViolations
List<E> parameterViolations
-
returnValueViolations
List<E> returnValueViolations
-
allViolations
List<E> allViolations
-
violationLists
List<E> violationLists
-
suppressPath
boolean suppressPath
-
Package org.jboss.resteasy.client
-
Class org.jboss.resteasy.client.ClientResponseFailure extends RuntimeException implements Serializable
- serialVersionUID:
- 7491381058971118249L
-
Serialized Fields
-
response
ClientResponse<T> response
Deprecated.
-
Package org.jboss.resteasy.client.cache
-
Class org.jboss.resteasy.client.cache.BrowserCache.Header extends Object implements Serializable
- serialVersionUID:
- 4145981086454860081L
-
Class org.jboss.resteasy.client.cache.CacheEntry extends Object implements Serializable
- serialVersionUID:
- -1922521972113619372L
-
Serialized Fields
-
mediaType
String mediaType
Deprecated.
-
cached
byte[] cached
Deprecated.
-
expires
int expires
Deprecated.
-
timestamp
long timestamp
Deprecated.
-
headers
MultivaluedMap<K,V> headers
Deprecated.
-
validationHeaders
BrowserCache.Header[] validationHeaders
Deprecated.
-
key
String key
Deprecated.
-
extendedProperties
Map<K,V> extendedProperties
Deprecated.
-
Package org.jboss.resteasy.client.exception
-
Class org.jboss.resteasy.client.exception.ResteasyAuthChallengeException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyAuthenticationException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCircularRedirectException extends ResteasyRedirectException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyClientException extends RuntimeException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyClientProtocolException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectionClosedException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException extends ResteasyConnectTimeoutException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException extends ResteasyMalformedCookieException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpException extends ResteasyClientException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException extends ResteasyRedirectException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyIOException extends ResteasyClientException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedCookieException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNTLMEngineException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyProtocolException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyRedirectException extends ResteasyNonRepeatableRequestException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyURIException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Package org.jboss.resteasy.client.jaxrs.cache
-
Class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header extends Object implements Serializable
- serialVersionUID:
- 4145981086454860081L
-
Class org.jboss.resteasy.client.jaxrs.cache.CacheEntry extends Object implements Serializable
- serialVersionUID:
- -1922521972113619372L
-
Serialized Fields
-
mediaType
String mediaType
-
cached
byte[] cached
-
expires
int expires
-
timestamp
long timestamp
-
headers
MultivaluedMap<K,V> headers
-
validationHeaders
BrowserCache.Header[] validationHeaders
-
key
String key
-
extendedProperties
Map<K,V> extendedProperties
-
Package org.jboss.resteasy.client.jaxrs.i18n
-
Class org.jboss.resteasy.client.jaxrs.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.client.jaxrs.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.core
-
Class org.jboss.resteasy.core.ExceptionAdapter extends RuntimeException implements Serializable
- serialVersionUID:
- 6628087350457915908L
-
Class org.jboss.resteasy.core.Headers extends CaseInsensitiveMap<V> implements Serializable
-
Class org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure extends LoggableFailure implements Serializable
-
Package org.jboss.resteasy.core.request
-
Class org.jboss.resteasy.core.request.QualityValue extends Number implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
WEIGHT
int WEIGHT
-
Package org.jboss.resteasy.jsapi
-
Class org.jboss.resteasy.jsapi.JSAPIServlet extends HttpServlet implements Serializable
- serialVersionUID:
- -1985015444704126795L
-
Serialized Fields
-
services
Map<K,V> services
-
apiWriter
JSAPIWriter apiWriter
-
Package org.jboss.resteasy.jsapi.i18n
-
Class org.jboss.resteasy.jsapi.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.jsapi.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.plugins.delegates
-
Class org.jboss.resteasy.plugins.delegates.ServerCookie extends Object implements Serializable
-
Package org.jboss.resteasy.plugins.providers
-
Class org.jboss.resteasy.plugins.providers.FileRangeException extends WebApplicationException implements Serializable
-
Package org.jboss.resteasy.plugins.providers.atom.app
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppAccept extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 8792589507058023990L
-
Serialized Fields
-
content
String content
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCategories extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 7978145545675525082L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCollection extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 3466473348035916400L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes extends Object implements Serializable
- serialVersionUID:
- -6132753912772236190L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppService extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 1090747778031855442L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace extends AppCommonAttributes implements Serializable
- serialVersionUID:
- -2595744438212041512L
-
Package org.jboss.resteasy.plugins.providers.jaxb
-
Class org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException extends WriterException implements Serializable
-
Class org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException extends ReaderException implements Serializable
-
Package org.jboss.resteasy.plugins.providers.jaxb.i18n
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.plugins.providers.jaxb.json.i18n
-
Package org.jboss.resteasy.plugins.providers.multipart.i18n
-
Class org.jboss.resteasy.plugins.providers.multipart.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.providers.multipart.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.plugins.providers.resteasy_atom.i18n
-
Package org.jboss.resteasy.plugins.providers.validation
-
Class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer extends Object implements Serializable
- serialVersionUID:
- -7895854137980651539L
-
Package org.jboss.resteasy.plugins.server.servlet
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher extends HttpServletDispatcher implements Serializable
-
Serialized Fields
-
asyncCancelScheduler
ScheduledExecutorService asyncCancelScheduler
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher extends HttpServlet implements Serializable
-
Serialized Fields
-
servletContainerDispatcher
ServletContainerDispatcher servletContainerDispatcher
-
Package org.jboss.resteasy.plugins.server.servlet.i18n
-
Class org.jboss.resteasy.plugins.server.servlet.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.server.servlet.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.plugins.server.tjws
-
Class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher extends HttpServletDispatcher implements Serializable
-
Serialized Fields
-
requestPreProcessor
TJWSRequestPreProcessor requestPreProcessor
-
Package org.jboss.resteasy.plugins.validation
-
Package org.jboss.resteasy.plugins.validation.i18n
-
Class org.jboss.resteasy.plugins.validation.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.validation.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.resteasy_jaxrs.i18n
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.resteasy.specimpl
-
Class org.jboss.resteasy.specimpl.MultivaluedMapImpl extends HashMap<K,List<V>> implements Serializable
-
Class org.jboss.resteasy.specimpl.MultivaluedTreeMap extends Object implements Serializable
-
Package org.jboss.resteasy.spi
-
Class org.jboss.resteasy.spi.ApplicationException extends RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.BadRequestException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.DefaultOptionsMethodException extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.Failure extends RuntimeException implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
loggable
boolean loggable
-
response
Response response
-
Class org.jboss.resteasy.spi.ForbiddenException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.InternalServerErrorException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.LoggableFailure extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.MethodNotAllowedException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.NoLogWebApplicationException extends WebApplicationException implements Serializable
-
Class org.jboss.resteasy.spi.NotAcceptableException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.NotFoundException extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.NotImplementedYetException extends RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.ReaderException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.UnauthorizedException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.UnhandledException extends RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.UnsupportedMediaTypeException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.WriterException extends LoggableFailure implements Serializable
-
Package org.jboss.resteasy.util
-
Class org.jboss.resteasy.util.CaseInsensitiveMap extends MultivaluedTreeMap<String,V> implements Serializable
-
Class org.jboss.resteasy.util.DateUtil.DateParseException extends RuntimeException implements Serializable
-
Package org.jboss.security
-
Class org.jboss.security.NestableGroup extends SimplePrincipal implements Serializable
- serialVersionUID:
- 1752783303935807441L
-
Serialized Fields
-
rolesStack
LinkedList<E> rolesStack
The stack of the Groups. Elements are pushed/poped by
inserting/removing element 0.
-
Class org.jboss.security.NestablePrincipal extends SimplePrincipal implements Serializable
- serialVersionUID:
- 4628473920470890923L
-
Serialized Fields
-
principalStack
LinkedList<E> principalStack
The stack of the Principals. Elements are pushed/poped by
inserting/removing element 0.
-
Class org.jboss.security.PicketBoxLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.PicketBoxMessages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Class org.jboss.security.RunAsIdentity extends SimplePrincipal implements Serializable
- serialVersionUID:
- -3236178735180485083L
-
Class org.jboss.security.SimpleGroup extends SimplePrincipal implements Serializable
- serialVersionUID:
- 6051859639378507247L
-
Class org.jboss.security.SimplePrincipal extends Object implements Serializable
- serialVersionUID:
- 7701951188631723261L
-
Serialized Fields
-
name
String name
-
Class org.jboss.security.SubjectInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.security.acl
-
Class org.jboss.security.acl.ACLEntryImpl extends Object implements Serializable
- serialVersionUID:
- -2985214023383451768L
-
Serialized Fields
-
entryID
long entryID
-
permission
BitMaskPermission permission
-
bitMask
int bitMask
-
identity
Identity identity
-
identityOrRole
String identityOrRole
-
acl
ACLImpl acl
-
Class org.jboss.security.acl.ACLImpl extends Object implements Serializable
- serialVersionUID:
- -6390609071167528812L
-
Package org.jboss.security.auth.callback
-
Class org.jboss.security.auth.callback.JASPICallbackHandler extends JBossCallbackHandler implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.auth.callback.JBossCallbackHandler extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.security.auth.login
-
Class org.jboss.security.auth.login.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.auth.login.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
int kind
-
beginLine
int beginLine
-
beginColumn
int beginColumn
-
endLine
int endLine
-
endColumn
int endColumn
-
image
String image
-
next
org.jboss.security.auth.login.Token next
-
specialToken
org.jboss.security.auth.login.Token specialToken
-
Class org.jboss.security.auth.login.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
-
Class org.jboss.security.auth.login.XMLLoginConfigImpl extends Configuration implements Serializable
- serialVersionUID:
- -8965860493224188277L
-
Serialized Fields
-
loginConfigURL
URL loginConfigURL
The URL to the XML or Sun login configuration
-
parentConfig
Configuration parentConfig
The inherited configuration we delegate to
-
validateDTD
boolean validateDTD
A flag indicating if XML configs should be validated
-
Package org.jboss.security.auth.spi
-
Class org.jboss.security.auth.spi.InputValidationException extends Exception implements Serializable
-
Package org.jboss.security.authentication
-
Class org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo extends Object implements Serializable
- serialVersionUID:
- 7402775370244483773L
-
Serialized Fields
-
loginContext
LoginContext loginContext
-
subject
Subject subject
-
credential
Object credential
-
callerPrincipal
Principal callerPrincipal
-
contextClassLoader
ClassLoader contextClassLoader
-
Package org.jboss.security.authorization
-
Class org.jboss.security.authorization.AuthorizationException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1345277261367748064L
-
Package org.jboss.security.cache
-
Class org.jboss.security.cache.SecurityCacheException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.security.identity
-
Package org.jboss.security.identity.extensions
-
Package org.jboss.security.identity.fed
-
Package org.jboss.security.identity.plugins
-
Class org.jboss.security.identity.plugins.SimpleIdentity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.identity.plugins.SimpleRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.identity.plugins.SimpleRoleGroup extends SimpleRole implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
-
Package org.jboss.security.identitytrust
-
Class org.jboss.security.identitytrust.IdentityTrustException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.security.javaee.exceptions
-
Class org.jboss.security.javaee.exceptions.MissingArgumentsException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.javaee.exceptions.WrongEEResourceException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.security.plugins
-
Class org.jboss.security.plugins.DefaultSecurityManagement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
handler
CallbackHandler handler
-
Class org.jboss.security.plugins.JBossPolicyRegistration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.security.plugins.JBossSecurityContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
trace
boolean trace
-
contextData
Map<K,V> contextData
-
securityDomain
String securityDomain
-
subjectInfo
SubjectInfo subjectInfo
-
incomingRunAs
RunAs incomingRunAs
-
outgoingRunAs
RunAs outgoingRunAs
-
iSecurityManagement
ISecurityManagement iSecurityManagement
-
Class org.jboss.security.plugins.NoAccessSecurityManager extends Object implements Serializable
- serialVersionUID:
- -5922913661708382384L
-
Serialized Fields
-
securityDomain
String securityDomain
-
Class org.jboss.security.plugins.NullSecurityManager extends Object implements Serializable
- serialVersionUID:
- -5942994627247826747L
-
Serialized Fields
-
securityDomain
String securityDomain
-
Package org.jboss.security.util.state
-
Class org.jboss.security.util.state.IllegalTransitionException extends Exception implements Serializable
- serialVersionUID:
- -3392564168782896452L
-
Package org.jboss.security.vault
-
Class org.jboss.security.vault.SecurityVaultException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -463686701228652165L
-
Package org.jboss.system.logging
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_de extends org.jboss.system.logging.ServiceMBeanLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_es extends org.jboss.system.logging.ServiceMBeanLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_fr extends org.jboss.system.logging.ServiceMBeanLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_ja extends org.jboss.system.logging.ServiceMBeanLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_pt extends org.jboss.system.logging.ServiceMBeanLogger_$logger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.system.logging.ServiceMBeanLogger_$logger_pt_BR extends org.jboss.system.logging.ServiceMBeanLogger_$logger_pt implements Serializable
- serialVersionUID:
- 1L
-
Package org.jboss.weld.context
-
Class org.jboss.weld.context.BusyConversationException extends BusyConversationException implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
message
org.jboss.weld.exceptions.WeldExceptionMessage message
-
Class org.jboss.weld.context.ContextNotActiveException extends ContextNotActiveException implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
message
org.jboss.weld.exceptions.WeldExceptionMessage message
-
Class org.jboss.weld.context.CreationalContextImpl extends Object implements Serializable
- serialVersionUID:
- 7375854583908262422L
-
Serialization Methods
-
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
-
Serialized Fields
-
Class org.jboss.weld.context.NonexistentConversationException extends NonexistentConversationException implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
message
org.jboss.weld.exceptions.WeldExceptionMessage message
-
Class org.jboss.weld.context.SerializableContextualInstanceImpl extends Object implements Serializable
- serialVersionUID:
- -6366271037267396256L
-
Serialized Fields
-
contextual
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C extends Contextual<I>,I> contextual
-
instance
Object instance
-
creationalContext
CreationalContext<T> creationalContext
-
Package org.jboss.weld.context.bound
-
Class org.jboss.weld.context.bound.BoundLiteral extends AnnotationLiteral<Bound> implements Serializable
-
Package org.jboss.weld.context.ejb
-
Class org.jboss.weld.context.ejb.EjbLiteral extends AnnotationLiteral<Ejb> implements Serializable
-
Package org.jboss.weld.context.http
-
Class org.jboss.weld.context.http.HttpLiteral extends AnnotationLiteral<Http> implements Serializable
-
Package org.jboss.weld.context.unbound
-
Class org.jboss.weld.context.unbound.UnboundLiteral extends AnnotationLiteral<Unbound> implements Serializable
-
Package org.jboss.ws.api
-
Class org.jboss.ws.api.Log_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.ws.api.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
Package org.jboss.ws.api.binding
-
Class org.jboss.ws.api.binding.BindingCustomization extends HashMap implements Serializable
-
Class org.jboss.ws.api.binding.JAXBBindingCustomization extends BindingCustomization implements Serializable
- serialVersionUID:
- 5547146387872057974L
-
Package org.jboss.ws.api.monitoring
-
Package org.omg.CORBA.ComponentIR
-
Class org.omg.CORBA.ComponentIR._ComponentDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._ConsumesDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._ContainerStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._EmitsDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._EventDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._EventPortDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._FactoryDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._FinderDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._HomeDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._ModuleDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._ProvidesDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._PublishesDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._RepositoryStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR._UsesDefStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CORBA.ComponentIR.ComponentDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
defined_in
String defined_in
-
version
String version
-
base_component
String base_component
-
supported_interfaces
String[] supported_interfaces
-
provided_interfaces
ProvidesDescription[] provided_interfaces
-
used_interfaces
UsesDescription[] used_interfaces
-
emits_events
EventPortDescription[] emits_events
-
publishes_events
EventPortDescription[] publishes_events
-
consumes_events
EventPortDescription[] consumes_events
-
attributes
ExtAttributeDescription[] attributes
-
type
TypeCode type
-
Class org.omg.CORBA.ComponentIR.EventPortDescription extends Object implements Serializable
-
Class org.omg.CORBA.ComponentIR.HomeDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
defined_in
String defined_in
-
version
String version
-
base_home
String base_home
-
managed_component
String managed_component
-
primary_key
ValueDescription primary_key
-
factories
OperationDescription[] factories
-
finders
OperationDescription[] finders
-
operations
OperationDescription[] operations
-
attributes
ExtAttributeDescription[] attributes
-
type
TypeCode type
-
Class org.omg.CORBA.ComponentIR.ProvidesDescription extends Object implements Serializable
-
Class org.omg.CORBA.ComponentIR.UsesDescription extends Object implements Serializable
-
Package org.omg.CORBA.ContainedPackage
-
Class org.omg.CORBA.ContainedPackage.Description extends Object implements Serializable
-
Serialized Fields
-
kind
DefinitionKind kind
-
value
Any value
-
Package org.omg.CORBA.ContainerPackage
-
Class org.omg.CORBA.ContainerPackage.Description extends Object implements Serializable
-
Serialized Fields
-
contained_object
Contained contained_object
-
kind
DefinitionKind kind
-
value
Any value
-
Package org.omg.CORBA.ExtValueDefPackage
-
Class org.omg.CORBA.ExtValueDefPackage.ExtFullValueDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
is_abstract
boolean is_abstract
-
is_custom
boolean is_custom
-
defined_in
String defined_in
-
version
String version
-
operations
OperationDescription[] operations
-
attributes
ExtAttributeDescription[] attributes
-
members
ValueMember[] members
-
initializers
ExtInitializer[] initializers
-
supported_interfaces
String[] supported_interfaces
-
abstract_base_values
String[] abstract_base_values
-
is_truncatable
boolean is_truncatable
-
base_value
String base_value
-
type
TypeCode type
-
Package org.omg.CORBA.InterfaceAttrExtensionPackage
-
Class org.omg.CORBA.InterfaceAttrExtensionPackage.ExtFullInterfaceDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
defined_in
String defined_in
-
version
String version
-
operations
OperationDescription[] operations
-
attributes
ExtAttributeDescription[] attributes
-
base_interfaces
String[] base_interfaces
-
type
TypeCode type
-
Package org.omg.CORBA.InterfaceDefPackage
-
Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
defined_in
String defined_in
-
version
String version
-
operations
OperationDescription[] operations
-
attributes
AttributeDescription[] attributes
-
base_interfaces
String[] base_interfaces
-
type
TypeCode type
-
is_abstract
boolean is_abstract
-
Package org.omg.CORBA.ValueDefPackage
-
Class org.omg.CORBA.ValueDefPackage.FullValueDescription extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
id
String id
-
is_abstract
boolean is_abstract
-
is_custom
boolean is_custom
-
defined_in
String defined_in
-
version
String version
-
operations
OperationDescription[] operations
-
attributes
AttributeDescription[] attributes
-
members
ValueMember[] members
-
initializers
Initializer[] initializers
-
supported_interfaces
String[] supported_interfaces
-
abstract_base_values
String[] abstract_base_values
-
is_truncatable
boolean is_truncatable
-
base_value
String base_value
-
type
TypeCode type
-
Package org.omg.CosNaming
-
Class org.omg.CosNaming._BindingIteratorImplBase extends DynamicImplementation implements Serializable
-
Class org.omg.CosNaming._BindingIteratorStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CosNaming._NamingContextExtStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CosNaming._NamingContextImplBase extends DynamicImplementation implements Serializable
-
Class org.omg.CosNaming._NamingContextStub extends ObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s)
throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
-
Class org.omg.CosNaming.Binding extends Object implements Serializable
-
Serialized Fields
-
binding_name
NameComponent[] binding_name
-
binding_type
BindingType binding_type
-
Class org.omg.CosNaming.BindingType extends Object implements Serializable
-
Serialized Fields
-
__value
int __value
-
Class org.omg.CosNaming.NameComponent extends Object implements Serializable
-
Package org.omg.CSI
-
Class org.omg.CSI.AuthorizationElement extends Object implements Serializable
-
Serialized Fields
-
the_type
int the_type
-
the_element
byte[] the_element
-
Class org.omg.CSI.CompleteEstablishContext extends Object implements Serializable
-
Serialized Fields
-
client_context_id
long client_context_id
-
context_stateful
boolean context_stateful
-
final_context_token
byte[] final_context_token
-
Class org.omg.CSI.ContextError extends Object implements Serializable
-
Serialized Fields
-
client_context_id
long client_context_id
-
major_status
int major_status
-
minor_status
int minor_status
-
error_token
byte[] error_token
-
Class org.omg.CSI.EstablishContext extends Object implements Serializable
-
Serialized Fields
-
client_context_id
long client_context_id
-
authorization_token
AuthorizationElement[] authorization_token
-
identity_token
IdentityToken identity_token
-
client_authentication_token
byte[] client_authentication_token
-
Class org.omg.CSI.IdentityToken extends Object implements Serializable
-
Serialized Fields
-
___absent
boolean ___absent
-
___anonymous
boolean ___anonymous
-
___principal_name
byte[] ___principal_name
-
___certificate_chain
byte[] ___certificate_chain
-
___dn
byte[] ___dn
-
___id
byte[] ___id
-
__discriminator
int __discriminator
-
__uninitialized
boolean __uninitialized
-
Class org.omg.CSI.MessageInContext extends Object implements Serializable
-
Serialized Fields
-
client_context_id
long client_context_id
-
discard_context
boolean discard_context
-
Class org.omg.CSI.SASContextBody extends Object implements Serializable
-
Serialized Fields
-
___establish_msg
EstablishContext ___establish_msg
-
___complete_msg
CompleteEstablishContext ___complete_msg
-
___error_msg
ContextError ___error_msg
-
___in_context_msg
MessageInContext ___in_context_msg
-
__discriminator
short __discriminator
-
__uninitialized
boolean __uninitialized
-
Package org.omg.CSIIOP
-
Class org.omg.CSIIOP.AS_ContextSec extends Object implements Serializable
-
Serialized Fields
-
target_supports
short target_supports
-
target_requires
short target_requires
-
client_authentication_mech
byte[] client_authentication_mech
-
target_name
byte[] target_name
-
Class org.omg.CSIIOP.CompoundSecMech extends Object implements Serializable
-
Serialized Fields
-
target_requires
short target_requires
-
transport_mech
TaggedComponent transport_mech
-
as_context_mech
AS_ContextSec as_context_mech
-
sas_context_mech
SAS_ContextSec sas_context_mech
-
Class org.omg.CSIIOP.CompoundSecMechList extends Object implements Serializable
-
Serialized Fields
-
stateful
boolean stateful
-
mechanism_list
CompoundSecMech[] mechanism_list
-
Class org.omg.CSIIOP.SAS_ContextSec extends Object implements Serializable
-
Serialized Fields
-
target_supports
short target_supports
-
target_requires
short target_requires
-
privilege_authorities
ServiceConfiguration[] privilege_authorities
-
supported_naming_mechanisms
byte[][] supported_naming_mechanisms
-
supported_identity_types
int supported_identity_types
-
Class org.omg.CSIIOP.SECIOP_SEC_TRANS extends Object implements Serializable
-
Serialized Fields
-
target_supports
short target_supports
-
target_requires
short target_requires
-
mech_oid
byte[] mech_oid
-
target_name
byte[] target_name
-
addresses
TransportAddress[] addresses
-
Class org.omg.CSIIOP.ServiceConfiguration extends Object implements Serializable
-
Serialized Fields
-
syntax
int syntax
-
name
byte[] name
-
Class org.omg.CSIIOP.TLS_SEC_TRANS extends Object implements Serializable
-
Serialized Fields
-
target_supports
short target_supports
-
target_requires
short target_requires
-
addresses
TransportAddress[] addresses
-
Class org.omg.CSIIOP.TransportAddress extends Object implements Serializable
-
Serialized Fields
-
host_name
String host_name
-
port
short port
-
Package org.omg.GSSUP
-
Class org.omg.GSSUP.ErrorToken extends Object implements Serializable
-
Serialized Fields
-
error_code
int error_code
-
Class org.omg.GSSUP.InitialContextToken extends Object implements Serializable
-
Serialized Fields
-
username
byte[] username
-
password
byte[] password
-
target_name
byte[] target_name
-
Package org.omg.SSLIOP
-
Class org.omg.SSLIOP.SSL extends Object implements Serializable
-
Serialized Fields
-
target_supports
short target_supports
-
target_requires
short target_requires
-
port
short port
-
Package org.opensaml.core.config
-
Class org.opensaml.core.config.InitializationException extends Exception implements Serializable
- serialVersionUID:
- 4498093523448059017L
-
Package org.opensaml.core.xml
-
Class org.opensaml.core.xml.XMLRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1299468635977382060L
-
Package org.opensaml.core.xml.config
-
Class org.opensaml.core.xml.config.XMLConfigurationException extends Exception implements Serializable
- serialVersionUID:
- -6777602050296807774L
-
Package org.opensaml.core.xml.io
-
Class org.opensaml.core.xml.io.MarshallingException extends Exception implements Serializable
- serialVersionUID:
- 7381813529926476459L
-
Class org.opensaml.core.xml.io.UnmarshallingException extends Exception implements Serializable
- serialVersionUID:
- 7512624219806550152L
-
Package org.opensaml.saml.common
-
Class org.opensaml.saml.common.SAMLException extends Exception implements Serializable
- serialVersionUID:
- 6308450535247361691L
-
Class org.opensaml.saml.common.SAMLRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -593201582585161250L
-
Package org.opensaml.saml.common.binding
-
Class org.opensaml.saml.common.binding.BindingException extends SAMLException implements Serializable
- serialVersionUID:
- 8759204244381246777L
-
Package org.opensaml.saml.metadata.resolver.filter
-
Class org.opensaml.saml.metadata.resolver.filter.FilterException extends Exception implements Serializable
- serialVersionUID:
- 6214474330141026496L
-
Package org.opensaml.security
-
Class org.opensaml.security.SecurityException extends Exception implements Serializable
- serialVersionUID:
- 485895728446891757L
-
Package org.opensaml.soap.client
-
Class org.opensaml.soap.client.SOAPClientException extends SOAPException implements Serializable
- serialVersionUID:
- 6203715340959992457L
-
Class org.opensaml.soap.client.SOAPFaultException extends SOAPException implements Serializable
- serialVersionUID:
- 4770411452264097320L
-
Serialized Fields
-
soapFault
Fault soapFault
The fault that caused this exception.
-
Package org.opensaml.soap.common
-
Class org.opensaml.soap.common.SOAPException extends Exception implements Serializable
- serialVersionUID:
- 1374150092262909937L
-
Package org.opensaml.xacml.ctx.provider
-
Class org.opensaml.xacml.ctx.provider.ObligationProcessingException extends Exception implements Serializable
- serialVersionUID:
- -8978474052544318919L
-
Package org.opensaml.xmlsec.encryption.support
-
Class org.opensaml.xmlsec.encryption.support.DecryptionException extends Exception implements Serializable
- serialVersionUID:
- 7785660781162212790L
-
Class org.opensaml.xmlsec.encryption.support.EncryptionException extends Exception implements Serializable
- serialVersionUID:
- -3196546983060216532L
-
Package org.opensaml.xmlsec.signature.support
-
Class org.opensaml.xmlsec.signature.support.SignatureException extends Exception implements Serializable
- serialVersionUID:
- 7879866991794922684L
-
Package org.picketbox.exceptions
-
Class org.picketbox.exceptions.ConfigurationFileNullException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.ConfigurationParsingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.ConfigurationStreamNullException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.exceptions.PicketBoxProcessingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketbox.plugins
-
Class org.picketbox.plugins.PicketBoxSecurityManagement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketbox.plugins.SecurityFactorySecurityManagement extends Object implements Serializable
- serialVersionUID:
- 4533649455497748886L
-
Package org.picketbox.plugins.vault
-
Class org.picketbox.plugins.vault.SecurityVaultData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
Reads object from the ObjectInputStream. This method needs to be changed when implementing
changes in data and VERSION
is changed.
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
Writes object to the ObjectOutputSteream.
- Throws:
IOException
-
Package org.picketlink.common.exceptions
-
Class org.picketlink.common.exceptions.ConfigurationException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.NotImplementedException extends PicketLinkException implements Serializable
-
Class org.picketlink.common.exceptions.ParsingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
Location location
-
Class org.picketlink.common.exceptions.PicketLinkException extends RuntimeException implements Serializable
- serialVersionUID:
- 789326682407249952L
-
Class org.picketlink.common.exceptions.ProcessingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.TrustKeyConfigurationException extends ConfigurationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.TrustKeyProcessingException extends ProcessingException implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketlink.common.exceptions.fed
-
Class org.picketlink.common.exceptions.fed.AssertionExpiredException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
Class org.picketlink.common.exceptions.fed.IssueInstantMissingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.fed.IssuerNotTrustedException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.fed.SignatureValidationException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.common.exceptions.fed.WSTrustException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -232066282004315310L
-
Package org.picketlink.identity.federation.bindings.jboss.subject
-
Class org.picketlink.identity.federation.bindings.jboss.subject.PicketLinkGroup extends PicketLinkPrincipal implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.bindings.jboss.subject.PicketLinkPrincipal extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
Package org.picketlink.identity.federation.bindings.servlets
-
Class org.picketlink.identity.federation.bindings.servlets.SOAPSAMLXACMLServlet extends SOAPSAMLXACMLServlet implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketlink.identity.federation.bindings.wildfly.idp
-
Class org.picketlink.identity.federation.bindings.wildfly.idp.PicketLinkUndertowPrincipal extends Object implements Serializable
- serialVersionUID:
- 5333209596084739156L
-
Serialized Fields
-
logger
PicketLinkLogger logger
-
name
String name
-
roles
List<E> roles
-
Package org.picketlink.identity.federation.core
-
Class org.picketlink.identity.federation.core.SerializablePrincipal extends Object implements Serializable
- serialVersionUID:
- -4732505034437816312L
-
Serialized Fields
-
name
String name
-
Package org.picketlink.identity.federation.core.sts.registry
-
Class org.picketlink.identity.federation.core.sts.registry.FileBasedTokenRegistry.TokenHolder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketlink.identity.federation.core.wstrust
-
Class org.picketlink.identity.federation.core.wstrust.SamlCredential extends Object implements Serializable
- serialVersionUID:
- -8496414959425288835L
-
Serialized Fields
-
assertion
String assertion
-
Package org.picketlink.identity.federation.core.wstrust.exceptions
-
Class org.picketlink.identity.federation.core.wstrust.exceptions.SamlCredentialParseException extends WSTrustGeneralException implements Serializable
- serialVersionUID:
- 8877976632951911364L
-
Class org.picketlink.identity.federation.core.wstrust.exceptions.WSTrustGeneralException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -6855476286470782334L
-
Package org.picketlink.identity.federation.saml.common
-
Class org.picketlink.identity.federation.saml.common.CommonActionType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.common.CommonAdviceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.common.CommonAssertionType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issueInstant
XMLGregorianCalendar issueInstant
-
ID
String ID
-
Class org.picketlink.identity.federation.saml.common.CommonConditionsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notBefore
XMLGregorianCalendar notBefore
-
notOnOrAfter
XMLGregorianCalendar notOnOrAfter
-
Class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
issueInstant
XMLGregorianCalendar issueInstant
-
signature
Element signature
-
Class org.picketlink.identity.federation.saml.common.CommonResponseType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
issueInstant
XMLGregorianCalendar issueInstant
-
inResponseTo
String inResponseTo
-
signature
Element signature
-
Class org.picketlink.identity.federation.saml.common.CommonStatusDetailType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketlink.identity.federation.saml.v1.assertion
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11ActionType extends CommonActionType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AdviceType extends CommonAdviceType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AssertionType extends CommonAssertionType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
majorVersion
int majorVersion
-
minorVersion
int minorVersion
-
conditions
SAML11ConditionsType conditions
-
advice
SAML11AdviceType advice
-
statements
List<E> statements
-
signature
Element signature
-
issuer
String issuer
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeStatementType extends SAML11SubjectStatementType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AudienceRestrictionCondition extends SAML11ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthenticationStatementType extends SAML11SubjectStatementType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticationMethod
URI authenticationMethod
-
authenticationInstant
XMLGregorianCalendar authenticationInstant
-
subjectLocality
SAML11SubjectLocalityType subjectLocality
-
authorityBinding
List<E> authorityBinding
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11AuthorizationDecisionStatementType extends SAML11SubjectStatementType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actions
List<E> actions
-
evidence
SAML11EvidenceType evidence
-
resource
URI resource
-
decision
SAML11DecisionType decision
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionsAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionsType extends CommonConditionsType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionType extends SAML11ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11DoNotCacheConditionType extends SAML11ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11NameIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementType extends SAML11StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType extends SAML11StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subject
SAML11SubjectType subject
-
Package org.picketlink.identity.federation.saml.v1.protocol
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11AttributeQueryType extends SAML11SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11AuthenticationQueryType extends SAML11SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticationMethod
URI authenticationMethod
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11AuthorizationDecisionQueryType extends SAML11SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
List<E> action
-
evidence
SAML11EvidenceType evidence
-
resource
URI resource
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11QueryAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestAbstractType extends CommonRequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestType extends SAML11RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
query
SAML11QueryAbstractType query
-
assertionIDRef
List<E> assertionIDRef
-
assertionArtifact
List<E> assertionArtifact
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseAbstractType extends CommonResponseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
majorVersion
int majorVersion
-
minorVersion
int minorVersion
-
recipient
URI recipient
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseType extends SAML11ResponseAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
assertions
List<E> assertions
-
status
SAML11StatusType status
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11StatusCodeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
statusCode
SAML11StatusCodeType statusCode
-
value
QName value
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11StatusType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
statusCode
SAML11StatusCodeType statusCode
-
statusMessage
String statusMessage
-
statusDetail
CommonStatusDetailType statusDetail
-
Class org.picketlink.identity.federation.saml.v1.protocol.SAML11SubjectQueryAbstractType extends SAML11QueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subject
SAML11SubjectType subject
-
Package org.picketlink.identity.federation.saml.v2.assertion
-
Class org.picketlink.identity.federation.saml.v2.assertion.ActionType extends CommonActionType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.AdviceType extends CommonAdviceType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.AssertionType extends CommonAssertionType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
Element signature
-
version
String version
-
advice
AdviceType advice
-
issuer
NameIDType issuer
-
subject
SubjectType subject
-
conditions
ConditionsType conditions
-
statements
Set<E> statements
-
Class org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType extends StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType.ASTChoiceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attribute
AttributeType attribute
-
encryptedAssertion
EncryptedElementType encryptedAssertion
-
Class org.picketlink.identity.federation.saml.v2.assertion.AttributeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.AudienceRestrictionType extends ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextClassRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
URI value
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextDeclRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
URI value
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextDeclType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Object value
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticatingAuthority
Set<E> authenticatingAuthority
-
sequence
AuthnContextType.AuthnContextTypeSequence sequence
-
URITypes
Set<E> URITypes
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnContextType.AuthnContextTypeSequence extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classRef
AuthnContextClassRefType classRef
-
authnContextDecl
AuthnContextDeclType authnContextDecl
-
URITypes
Set<E> URITypes
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthnStatementType extends StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectLocality
SubjectLocalityType subjectLocality
-
authnContext
AuthnContextType authnContext
-
authnInstant
XMLGregorianCalendar authnInstant
-
sessionNotOnOrAfter
XMLGregorianCalendar sessionNotOnOrAfter
-
sessionIndex
String sessionIndex
-
Class org.picketlink.identity.federation.saml.v2.assertion.AuthzDecisionStatementType extends StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
List<E> action
-
evidence
EvidenceType evidence
-
resource
String resource
-
decision
DecisionType decision
-
Class org.picketlink.identity.federation.saml.v2.assertion.BaseIDAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.ConditionAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.ConditionsType extends CommonConditionsType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.EncryptedAssertionType extends EncryptedElementType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.EncryptedElementType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encryptedElement
Element encryptedElement
-
Class org.picketlink.identity.federation.saml.v2.assertion.EvidenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.EvidenceType.ChoiceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
AssertionIDRef
String AssertionIDRef
-
AssertionURIRef
URI AssertionURIRef
-
assertion
AssertionType assertion
-
encryptedAssertion
EncryptedAssertionType encryptedAssertion
-
Class org.picketlink.identity.federation.saml.v2.assertion.KeyInfoConfirmationDataType extends SubjectConfirmationDataType implements Serializable
- serialVersionUID:
- 2510471236717847074L
-
Serialized Fields
-
keyInfo
Element keyInfo
-
Class org.picketlink.identity.federation.saml.v2.assertion.NameIDType extends BaseIDAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.OneTimeUseType extends ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.ProxyRestrictionType extends ConditionAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
audience
List<E> audience
-
count
BigInteger count
-
Class org.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.SubjectConfirmationDataType extends Object implements Serializable
- serialVersionUID:
- 7695748370849965158L
-
Serialized Fields
-
notBefore
XMLGregorianCalendar notBefore
-
notOnOrAfter
XMLGregorianCalendar notOnOrAfter
-
recipient
String recipient
-
inResponseTo
String inResponseTo
-
address
String address
-
otherAttributes
Map<K,V> otherAttributes
-
anyType
Object anyType
-
Class org.picketlink.identity.federation.saml.v2.assertion.SubjectConfirmationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseID
BaseIDAbstractType baseID
-
nameID
NameIDType nameID
-
encryptedID
EncryptedElementType encryptedID
-
subjectConfirmationData
SubjectConfirmationDataType subjectConfirmationData
-
method
String method
-
Class org.picketlink.identity.federation.saml.v2.assertion.SubjectLocalityType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.assertion.SubjectType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectConfirmation
List<E> subjectConfirmation
-
subType
SubjectType.STSubType subType
-
Class org.picketlink.identity.federation.saml.v2.assertion.SubjectType.STSubType extends Object implements Serializable
- serialVersionUID:
- -4073731807610876524L
-
Serialized Fields
-
baseID
BaseIDAbstractType baseID
-
encryptedID
EncryptedElementType encryptedID
-
subjectConfirmation
List<E> subjectConfirmation
-
Package org.picketlink.identity.federation.saml.v2.metadata
-
Class org.picketlink.identity.federation.saml.v2.metadata.RequestedAttributeType extends AttributeType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isRequired
Boolean isRequired
-
Package org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion
-
Class org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion.XACMLAuthzDecisionStatementType extends StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
response
org.jboss.security.xacml.core.model.context.ResponseType response
-
request
org.jboss.security.xacml.core.model.context.RequestType request
-
Class org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion.XACMLPolicyStatementType extends StatementAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Package org.picketlink.identity.federation.saml.v2.protocol
-
Class org.picketlink.identity.federation.saml.v2.protocol.ArtifactResolveType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
artifact
String artifact
-
Class org.picketlink.identity.federation.saml.v2.protocol.ArtifactResponseType extends StatusResponseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
any
Object any
-
Class org.picketlink.identity.federation.saml.v2.protocol.AssertionIDRequestType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.protocol.AttributeQueryType extends SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.protocol.AuthnQueryType extends SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestedAuthnContext
RequestedAuthnContextType requestedAuthnContext
-
sessionIndex
String sessionIndex
-
Class org.picketlink.identity.federation.saml.v2.protocol.AuthnRequestType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subject
SubjectType subject
-
nameIDPolicy
NameIDPolicyType nameIDPolicy
-
conditions
ConditionsType conditions
-
requestedAuthnContext
RequestedAuthnContextType requestedAuthnContext
-
scoping
ScopingType scoping
-
forceAuthn
Boolean forceAuthn
-
isPassive
Boolean isPassive
-
protocolBinding
URI protocolBinding
-
assertionConsumerServiceIndex
Integer assertionConsumerServiceIndex
-
assertionConsumerServiceURL
URI assertionConsumerServiceURL
-
attributeConsumingServiceIndex
Integer attributeConsumingServiceIndex
-
providerName
String providerName
-
Class org.picketlink.identity.federation.saml.v2.protocol.AuthzDecisionQueryType extends SubjectQueryAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
List<E> action
-
evidence
EvidenceType evidence
-
resource
URI resource
-
Class org.picketlink.identity.federation.saml.v2.protocol.LogoutRequestType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseID
BaseIDAbstractType baseID
-
nameID
NameIDType nameID
-
encryptedID
EncryptedElementType encryptedID
-
sessionIndex
List<E> sessionIndex
-
reason
String reason
-
notOnOrAfter
XMLGregorianCalendar notOnOrAfter
-
Class org.picketlink.identity.federation.saml.v2.protocol.ManageNameIDRequestType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nameID
NameIDType nameID
-
encryptedID
EncryptedElementType encryptedID
-
newID
String newID
-
newEncryptedID
EncryptedElementType newEncryptedID
-
terminate
TerminateType terminate
-
Class org.picketlink.identity.federation.saml.v2.protocol.NameIDMappingRequestType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseID
BaseIDAbstractType baseID
-
nameID
NameIDType nameID
-
encryptedID
EncryptedElementType encryptedID
-
nameIDPolicy
NameIDPolicyType nameIDPolicy
-
Class org.picketlink.identity.federation.saml.v2.protocol.NameIDMappingResponseType extends StatusResponseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nameID
NameIDType nameID
-
encryptedID
EncryptedElementType encryptedID
-
Class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType extends CommonRequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
NameIDType issuer
-
extensions
ExtensionsType extensions
-
version
String version
-
destination
URI destination
-
consent
String consent
-
Class org.picketlink.identity.federation.saml.v2.protocol.ResponseType extends StatusResponseType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.protocol.StatusDetailType extends CommonStatusDetailType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.protocol.StatusResponseType extends CommonResponseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
NameIDType issuer
-
extensions
ExtensionsType extensions
-
status
StatusType status
-
id
String id
-
version
String version
-
issueInstant
XMLGregorianCalendar issueInstant
-
destination
String destination
-
consent
String consent
-
Class org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subject
SubjectType subject
-
Class org.picketlink.identity.federation.saml.v2.protocol.XACMLAuthzDecisionQueryType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.saml.v2.protocol.XACMLPolicyQueryType extends RequestAbstractType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
choiceType
XACMLPolicyQueryType.ChoiceType choiceType
-
Package org.picketlink.identity.federation.web.servlets
-
Class org.picketlink.identity.federation.web.servlets.IDPLoginServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.web.servlets.IDPServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
trace
boolean trace
-
attributeKeys
List<E> attributeKeys
-
identityURL
String identityURL
-
ignoreIncomingSignatures
Boolean ignoreIncomingSignatures
-
signOutgoingMessages
Boolean signOutgoingMessages
-
canonicalizationMethod
String canonicalizationMethod
-
strictPostBinding
boolean strictPostBinding
-
identityParticipantStack
String identityParticipantStack
If the user wants to set a particular IdentityParticipantStack
-
Package org.picketlink.identity.federation.web.servlets.saml
-
Class org.picketlink.identity.federation.web.servlets.saml.CircleOfTrustServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Class org.picketlink.identity.federation.web.servlets.saml.MetadataServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
trace
boolean trace
-
configFileLocation
String configFileLocation
-
signingAlias
String signingAlias
-
encryptingAlias
String encryptingAlias
-
keyManager
TrustKeyManager keyManager
-
Class org.picketlink.identity.federation.web.servlets.saml.MetadataServletSP extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
trace
boolean trace
-
configFileLocation
String configFileLocation
-
signingAlias
String signingAlias
-
encryptingAlias
String encryptingAlias
-
keyManager
TrustKeyManager keyManager
-
Class org.picketlink.identity.federation.web.servlets.saml.SOAPSAMLXACMLServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Package org.slf4j
-
Package org.slf4j.ext
-
Class org.slf4j.ext.EventData extends Object implements Serializable
- serialVersionUID:
- 153270778642103985L
-
Class org.slf4j.ext.EventException extends RuntimeException implements Serializable
- serialVersionUID:
- -22873966112391992L
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker extends Object implements Serializable
- serialVersionUID:
- 1803952589649545191L
-
Class org.slf4j.helpers.MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable
- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-
Package org.w3c.dom
-
Class org.w3c.dom.DOMException extends RuntimeException implements Serializable
- serialVersionUID:
- 6627732366795969916L
-
Serialized Fields
-
code
short code
-
Package org.wildfly.clustering.dispatcher
-
Package org.wildfly.security._private
-
Class org.wildfly.security._private.ElytronMessages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.wildfly.security.manager
-
Class org.wildfly.security.manager.WildFlySecurityManagerPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
Class org.wildfly.security.manager.WildFlySecurityManagerPermissionCollection extends PermissionCollection implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
-
Package org.wildfly.security.manager._private
-
Package org.wildfly.security.permission
-
Class org.wildfly.security.permission.ElytronPermission extends Permission implements Serializable
- serialVersionUID:
- 6124294238228442419L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
Package org.wildfly.security.util
-
Class org.wildfly.security.util.DecodeException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 5823281980783313991L
-
Package org.xnio
-
Class org.xnio.BrokenPipeException extends IOException implements Serializable
-
Class org.xnio.ByteString extends Object implements Serializable
- serialVersionUID:
- -5998895518404718196L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
-
Serialized Fields
-
bytes
byte[] bytes
-
offs
int offs
-
len
int len
-
Class org.xnio.ClosedWorkerException extends IOException implements Serializable
-
Class org.xnio.LocalSocketAddress extends SocketAddress implements Serializable
- serialVersionUID:
- -596342428809783686L
-
Serialized Fields
-
name
String name
-
Class org.xnio.Option extends Object implements Serializable
- serialVersionUID:
- -1564427329140182760L
-
Serialization Methods
-
readResolve
protected final Object readResolve()
throws ObjectStreamException
Resolve this instance for serialization.
- Throws:
ObjectStreamException
- if the object could not be resolved
-
Serialized Fields
-
Class org.xnio.OptionMap extends Object implements Serializable
- serialVersionUID:
- 3632842565346928132L
-
Class org.xnio.Property extends Object implements Serializable
- serialVersionUID:
- -4958518978461712277L
-
Class org.xnio.Sequence extends AbstractList<T> implements Serializable
- serialVersionUID:
- 3042164316147742903L
-
Serialized Fields
-
values
Object[] values
-
Package org.xnio._private
-
Class org.xnio._private.Messages_$logger extends DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Package org.xnio.channels
-
Class org.xnio.channels.ConcurrentStreamChannelAccessException extends IllegalStateException implements Serializable
-
Class org.xnio.channels.FixedLengthOverflowException extends IOException implements Serializable
- serialVersionUID:
- 475540863890698430L
-
Class org.xnio.channels.FixedLengthUnderflowException extends IOException implements Serializable
- serialVersionUID:
- 7294784996964683484L
-
Class org.xnio.channels.ReadTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- 2058056832934733469L
-
Class org.xnio.channels.UnsupportedOptionException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 250195510855241708L
-
Class org.xnio.channels.WriteTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- 2058056832934733469L
-
Package org.xnio.http
-
Class org.xnio.http.RedirectException extends IOException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
location
String location
-
Class org.xnio.http.UpgradeFailedException extends IOException implements Serializable
- serialVersionUID:
- 3835377492285694932L
-
Package sun.corba
-
Class sun.corba.BridgePermission extends BasicPermission implements Serializable
Copyright © 2016 JBoss by Red Hat. All rights reserved.