- BaseRepository<T extends Serializable,ID extends Serializable> - Interface in org.jadira.usertype.spi.repository
-
The most fundamental repository, being a repository that only offers read and write capabilities.
- BasicBinder - Class in org.jadira.bindings.core.binder
-
Core binding capability.
- BasicBinder() - Constructor for class org.jadira.bindings.core.binder.BasicBinder
-
Creates a new instance, initialised with standard, and registered bindings
- BasicBinder(boolean) - Constructor for class org.jadira.bindings.core.binder.BasicBinder
-
Creates a new instance
- BasicCloner - Class in org.jadira.reflection.cloning
-
This class is for performing deep clones.
- BasicCloner() - Constructor for class org.jadira.reflection.cloning.BasicCloner
-
- BasicCloner(CloneStrategy) - Constructor for class org.jadira.reflection.cloning.BasicCloner
-
- BatchedJmsTemplate - Class in org.jadira.jms.template
-
BatchedJmsTemplate customises Spring's JmsTemplate
with additional methods that enable multiple items to be processed in a single transaction for the various supported operations.
- BatchedJmsTemplate() - Constructor for class org.jadira.jms.template.BatchedJmsTemplate
-
Creates a new instance
- BatchedMessageListenerContainer - Class in org.jadira.jms.container
-
BatchedMessageListenerContainer is an extension of Spring's DefaultMessageListenerContainer
which batches multiple message reads into each single transaction.
- BatchedMessageListenerContainer() - Constructor for class org.jadira.jms.container.BatchedMessageListenerContainer
-
Create a new instance
- beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- beforeNullSafeOperation(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractUserType
-
Included to allow session state to be applied to the user type
- beforeTransactionCompletion() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- beginTransaction() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- bestGuessEntityName(Object) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- BigDecimalBigDecimalColumnMapper - Class in org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper
-
- BigDecimalBigDecimalColumnMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.BigDecimalBigDecimalColumnMapper
-
- BigDecimalColumnBigMoneyMapper - Class in org.jadira.usertype.moneyandcurrency.joda.columnmapper
-
- BigDecimalColumnBigMoneyMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnBigMoneyMapper
-
- BigDecimalColumnDurationMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- BigDecimalColumnDurationMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.BigDecimalColumnDurationMapper
-
- BigDecimalColumnFastMoneyMapper - Class in org.jadira.usertype.moneyandcurrency.moneta.columnmapper
-
- BigDecimalColumnFastMoneyMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnFastMoneyMapper
-
- BigDecimalColumnMoneyMapper - Class in org.jadira.usertype.moneyandcurrency.joda.columnmapper
-
- BigDecimalColumnMoneyMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnMoneyMapper
-
- BigDecimalColumnMoneyMapper - Class in org.jadira.usertype.moneyandcurrency.moneta.columnmapper
-
- BigDecimalColumnMoneyMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnMoneyMapper
-
- BigDecimalStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a BigDecimal to a String
- BigDecimalStringBinding() - Constructor for class org.jadira.bindings.core.jdk.BigDecimalStringBinding
-
- BigIntegerColumnDurationMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- BigIntegerColumnDurationMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnDurationMapper
-
- BigIntegerColumnDurationMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- BigIntegerColumnDurationMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnDurationMapper
-
- BigIntegerColumnInstantMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- BigIntegerColumnInstantMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnInstantMapper
-
- BigIntegerColumnInstantMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- BigIntegerColumnInstantMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnInstantMapper
-
- BigIntegerStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a BigInteger to a String
- BigIntegerStringBinding() - Constructor for class org.jadira.bindings.core.jdk.BigIntegerStringBinding
-
- Binder - Interface in org.jadira.bindings.core.binder
-
- BinderExtension - Class in org.jadira.bindings.core.cdi
-
A CDI Portable Extension that inspects beans being loaded by the container for bindings.
- BinderExtension() - Constructor for class org.jadira.bindings.core.cdi.BinderExtension
-
Create a new instance of BinderExtension
- Binding<S,T> - Interface in org.jadira.bindings.core.api
-
Interface defining bindings between two particular class.
- BindingConfiguration - Class in org.jadira.bindings.core.loader
-
Represents the contents of a bindings.xml configuration file.
- BindingConfiguration() - Constructor for class org.jadira.bindings.core.loader.BindingConfiguration
-
- BindingConfigurationEntry - Class in org.jadira.bindings.core.loader
-
Represents a BindingConfigurationEntry - a specification of a particular
binding by configuration
The configuration entry either consists of a) a
binding class implementing either
Binding
,
ToMarshaller
,
FromUnmarshaller
,
or
Converter
together with an optional
qualifier, b) an arbitrary class to be inspected for annotations or other
configuration meaningful to a Provider,
or c) an explicit definitionof a method for marshalling or unmarshalling
and/or constructor (either from method or from constructor can be defined but
not both).
- BindingConfigurationEntry(Class<?>) - Constructor for class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
Create a new entry for the given binding class
- BindingConfigurationEntry(Class<?>, Class<? extends Annotation>) - Constructor for class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
Create a new entry for the given binding class and qualifier
- BindingConfigurationEntry(Class<?>, Class<?>, Class<? extends Annotation>, Method, Method) - Constructor for class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
Create a new entry for the given options
- BindingConfigurationEntry(Class<?>, Class<?>, Class<? extends Annotation>, Method, Constructor<?>) - Constructor for class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
Create a new entry for the given options
- BindingConverter - Class in org.jadira.bindings.core.spring
-
Implementation of Spring's ConditionalGenericConverter
that makes use
of Jadira Binding to perform conversions.
- BindingConverter() - Constructor for class org.jadira.bindings.core.spring.BindingConverter
-
- BindingException - Exception in org.jadira.bindings.core.api
-
Runtime exception thrown when a problem occurs during marshalling or unmarshalling
- BindingException(String) - Constructor for exception org.jadira.bindings.core.api.BindingException
-
Creates a new instance
- BindingException(String, Throwable) - Constructor for exception org.jadira.bindings.core.api.BindingException
-
Creates a new instance
- BindingScope - Annotation Type in org.jadira.bindings.core.annotation
-
Annotation that is optionally applied when defining a ToString or FromString
scope.
- BindingXmlEntityResolver - Class in org.jadira.bindings.core.loader
-
A SAX entity resolving capable of resolving files from the classpath when
prefixed with the custom 'classpath:/' URL scheme
- BindingXmlEntityResolver() - Constructor for class org.jadira.bindings.core.loader.BindingXmlEntityResolver
-
- BindingXmlLoader - Class in org.jadira.bindings.core.loader
-
A class capable of reading configuration from a given URL and producing the
resultant
BindingConfiguration
representation
- BooleanStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Boolean to a String
- BooleanStringBinding() - Constructor for class org.jadira.bindings.core.jdk.BooleanStringBinding
-
- build(Object...) - Static method in class org.jadira.scanner.ConfigurationBuilder
-
- build() - Method in class org.jadira.scanner.ConfigurationBuilder
-
- buildErrorMessageProperties(Message) - Method in class org.jadira.jms.mdp.FatalJmsExceptionMessageCreator
-
- ByteArrayBufferedInputStream - Class in org.jadira.lang.io.buffered
-
A BufferedInputStream where the buffer is provided by a byte array.
- ByteArrayBufferedInputStream(InputStream) - Constructor for class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
Create a new instance with the default buffer size
- ByteArrayBufferedInputStream(InputStream, int) - Constructor for class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- ByteArrayBufferedOutputStream - Class in org.jadira.lang.io.buffered
-
A BufferedOutputStream where the buffer is provided by a byte array.
- ByteArrayBufferedOutputStream(OutputStream) - Constructor for class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
Creates a new instance with the default buffer size
- ByteArrayBufferedOutputStream(OutputStream, int) - Constructor for class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- ByteBufferBackedInputStream - Class in org.jadira.lang.io.io2nio
-
An InputStream that reads from a ByteBuffer.
- ByteBufferBackedInputStream(ByteBuffer) - Constructor for class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
Creates a new instance for the given ByteBuffer.
- ByteBufferBackedOutputStream - Class in org.jadira.lang.io.io2nio
-
An OutputStream that writes to a ByteBuffer.
- ByteBufferBackedOutputStream(ByteBuffer) - Constructor for class org.jadira.lang.io.io2nio.ByteBufferBackedOutputStream
-
- bytes() - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
Return the bytes in the buffer as a byte array
- bytes() - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
- bytes() - Method in class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
- bytes() - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
- BytesBufferedInputStream - Class in org.jadira.lang.io.buffered
-
A BufferedInputStream where the buffer is provided by a NIO ByteBuffer.
- BytesBufferedInputStream(InputStream) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
Create a new instance with the default buffer size
- BytesBufferedInputStream(InputStream, int) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- BytesBufferedInputStream(InputStream, int, boolean) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- BytesBufferedInputStream(InputStream, int, ByteOrder) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- BytesBufferedOutputStream - Class in org.jadira.lang.io.buffered
-
A BufferedOutputStream where the buffer is provided by a NIO ByteBuffer.
- BytesBufferedOutputStream(OutputStream) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
Creates a new instance with the default buffer size
- BytesBufferedOutputStream(OutputStream, int) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- BytesBufferedOutputStream(OutputStream, int, boolean) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- BytesBufferedOutputStream(OutputStream, int, ByteOrder) - Constructor for class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- ByteStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Byte to a String
- ByteStringBinding() - Constructor for class org.jadira.bindings.core.jdk.ByteStringBinding
-
- CalendarStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Calendar to a String
- CalendarStringBinding() - Constructor for class org.jadira.bindings.core.jdk.CalendarStringBinding
-
- canClone(Class<?>) - Method in interface org.jadira.reflection.cloning.api.CloneImplementor
-
True if this implementor can clone the given class
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.api.NoCloneImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.reflection.CopyConstructorImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.reflection.ReflectionMethodImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.ArrayListImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.ConcurrentHashMapImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.GregorianCalendarImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.HashMapImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.HashSetImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.LinkedListImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.implementor.types.TreeMapImplementor
-
- canClone(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Always returns true
- canConvert(Type<?>, Type<?>) - Method in class org.jadira.reflection.cloning.orika.ClonerConverter
-
- CharacterStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Character to a String
- CharacterStringBinding() - Constructor for class org.jadira.bindings.core.jdk.CharacterStringBinding
-
- CharSequenceStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a CharSequence to a String
- CharSequenceStringBinding() - Constructor for class org.jadira.bindings.core.jdk.CharSequenceStringBinding
-
- checkOpen(boolean) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- ClassAccess<C> - Interface in org.jadira.reflection.access.api
-
Defines a mechanism for accessing the capabilities of a class
- ClassAccessFactory - Interface in org.jadira.reflection.access.api
-
Defines a Factory for ClassAccess instances
- ClassFileFilter - Class in org.jadira.scanner.classfile.filter
-
This filter matches files in a corresponding package
- ClassFileFilter(String) - Constructor for class org.jadira.scanner.classfile.filter.ClassFileFilter
-
- ClassFilenameFilter - Class in org.jadira.scanner.core.helper.filenamefilter
-
- ClassFilenameFilter() - Constructor for class org.jadira.scanner.core.helper.filenamefilter.ClassFilenameFilter
-
- ClassFileResolver - Class in org.jadira.scanner.classfile
-
- ClassFileResolver() - Constructor for class org.jadira.scanner.classfile.ClassFileResolver
-
- ClassFileResolver(ClassLoader...) - Constructor for class org.jadira.scanner.classfile.ClassFileResolver
-
- ClassFileResolver(List<URL>, ClassLoader...) - Constructor for class org.jadira.scanner.classfile.ClassFileResolver
-
- classForName(String, ClassLoader...) - Static method in class org.jadira.scanner.core.utils.reflection.ClassLoaderUtils
-
Attempts to instantiate the named class, using each of the specified
ClassLoaders in turn or Class.forName if these do not work
- classForName(String) - Static method in class org.jadira.usertype.spi.utils.reflection.ClassLoaderUtils
-
Attempts to instantiate the named class, using the context ClassLoader for the current thread,
or Class.forName if this does not work
- ClassLoaderUtils - Class in org.jadira.bindings.core.utils.reflection
-
Utility methods related to
ClassLoader
resolution and the like
- ClassLoaderUtils - Class in org.jadira.scanner.core.utils.reflection
-
Utility methods related to
ClassLoader
resolution and the like
- ClassLoaderUtils - Class in org.jadira.usertype.spi.utils.reflection
-
Utility methods related to
ClassLoader
resolution and the like
- ClassModel<C> - Class in org.jadira.reflection.access.model
-
Provides a base model resulting from introspection of a class
- ClasspathAccessException - Exception in org.jadira.scanner.core.exception
-
Indicates a problem arising during introspection
- ClasspathAccessException() - Constructor for exception org.jadira.scanner.core.exception.ClasspathAccessException
-
Constructs an ClasspathAccessException
with null
as its error detail message.
- ClasspathAccessException(String) - Constructor for exception org.jadira.scanner.core.exception.ClasspathAccessException
-
Constructs an ClasspathAccessException
with the specified detail message.
- ClasspathAccessException(String, Throwable) - Constructor for exception org.jadira.scanner.core.exception.ClasspathAccessException
-
Constructs an ClasspathAccessException
with the specified detail message and cause.
- ClasspathAccessException(Throwable) - Constructor for exception org.jadira.scanner.core.exception.ClasspathAccessException
-
Constructs an ClasspathAccessException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and
detail message of cause
).
- ClasspathFileResolver - Class in org.jadira.scanner.file
-
- ClasspathFileResolver() - Constructor for class org.jadira.scanner.file.ClasspathFileResolver
-
- ClasspathFileResolver(List<URL>) - Constructor for class org.jadira.scanner.file.ClasspathFileResolver
-
- ClasspathProjector - Class in org.jadira.scanner.classpath.projector
-
- ClasspathProjector() - Constructor for class org.jadira.scanner.classpath.projector.ClasspathProjector
-
- ClasspathResolver - Class in org.jadira.scanner.classpath
-
- ClasspathResolver() - Constructor for class org.jadira.scanner.classpath.ClasspathResolver
-
- ClasspathResolver(List<URL>) - Constructor for class org.jadira.scanner.classpath.ClasspathResolver
-
- ClasspathResolver(ClassLoader...) - Constructor for class org.jadira.scanner.classpath.ClasspathResolver
-
- ClasspathResolver(List<URL>, List<ClassLoader>) - Constructor for class org.jadira.scanner.classpath.ClasspathResolver
-
- ClasspathResolver(List<URL>, ClassLoader...) - Constructor for class org.jadira.scanner.classpath.ClasspathResolver
-
- ClassStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Class to a String
- ClassStringBinding() - Constructor for class org.jadira.bindings.core.jdk.ClassStringBinding
-
- ClassUtils - Class in org.jadira.bindings.core.utils.reflection
-
- ClassUtils - Class in org.jadira.reflection.core.misc
-
Utility methods for inspecting and interpreting classes
- clean() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Performs any necessary cleaning of the buffer and releasing of resources.
- clean() - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
Performs any necessary cleaning of the buffer and releasing of resources.
- clean() - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
- clean() - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
- clean() - Method in class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
- clean() - Method in class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
- clean() - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
- clean() - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
- clear() - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- clear() - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Clears the persistence context causing all managed entities to become detached
- clear() - Method in interface org.jadira.usertype.spi.repository.SearchRepository
-
Clears the persistence context causing all managed entities to become detached
- clear() - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in interface org.jadira.reflection.cloning.api.CloneImplementor
-
Performs a clone.
- clone(T) - Method in interface org.jadira.reflection.cloning.api.Cloner
-
Clones the supplied object
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.api.NoCloneImplementor
-
- clone(T) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.reflection.CopyConstructorImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.reflection.ReflectionMethodImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.ArrayListImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.ConcurrentHashMapImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.GregorianCalendarImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.HashMapImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.HashSetImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.LinkedListImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.implementor.types.TreeMapImplementor
-
- clone(T, CloneDriver, IdentityHashMap<Object, Object>, long) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- clone(T) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- clone() - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- Cloneable - Annotation Type in org.jadira.reflection.cloning.annotation
-
This annotation can be applied to classes to indicate that they may be cloned.
- CloneDriver - Interface in org.jadira.reflection.cloning.api
-
A clone driver defines the features of a class that is used to bootstrap and provide context to a
cloning operation, typically (but not always), a
Cloner
*
- CloneImplementor - Interface in org.jadira.reflection.cloning.api
-
A CloneImplementor represents an atomic cloning capability.
- Cloner - Annotation Type in org.jadira.reflection.cloning.annotation
-
This annotation can be applied to a method or constructor to indicate that it can be used to clone a particular type.
- Cloner - Interface in org.jadira.reflection.cloning.api
-
A Cloner represents the capability for Cloning.
- ClonerConverter - Class in org.jadira.reflection.cloning.orika
-
This class is intended for use with Orika
ClonerConverter allows configuration of a number of specific types which should be copied
using BasicCloner.
- ClonerConverter(Type...) - Constructor for class org.jadira.reflection.cloning.orika.ClonerConverter
-
Constructs a new ClonerConverter configured to handle the provided list of types by
cloning.
- ClonerConverter(CloneStrategy, Type...) - Constructor for class org.jadira.reflection.cloning.orika.ClonerConverter
-
Constructs a new ClonerConverter configured to handle the provided list of types by
cloning.
- ClonerConverter(Cloner, Type...) - Constructor for class org.jadira.reflection.cloning.orika.ClonerConverter
-
Constructs a new ClonerConverter configured to handle the provided list of types by
cloning.
- CloneStrategy - Interface in org.jadira.reflection.cloning.api
-
- close() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- close() - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
- close() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- close() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedOutputStream
-
- close() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- collectDeclaredFields(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the fields of the specified class
- collectDeclaredInstanceFields(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class
- collectDeclaredMethods(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the methods of the specified class
- collectFields(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the fields of the specified class
- collectFields(Class<?>, Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the fields of the specified class
- collectFields(Class<?>, int, int) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class which match the supplied rules
- collectFields(Class<?>, int, int, Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class which match the supplied rules
- CollectingVisitor - Class in org.jadira.scanner.classpath.visitor
-
- CollectingVisitor() - Constructor for class org.jadira.scanner.classpath.visitor.CollectingVisitor
-
- collectInstanceFields(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class
- collectInstanceFields(Class<?>, Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class
- collectInstanceFields(Class<?>, boolean, boolean, boolean) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the instance fields of the specified class which match the supplied rules
- collectMethods(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the methods of the specified class
- collectMethods(Class<?>, Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the methods of the specified class
- collectMethods(Class<?>, int, int) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the methods of the specified class
- collectMethods(Class<?>, int, int, Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Produces an array with all the methods of the specified class
- ColumnMapper<T,J> - Interface in org.jadira.usertype.spi.shared
-
- ColumnMapperSingleColumnTypeAdapter<T,J> - Class in org.jadira.usertype.spi.shared
-
- ColumnMapperSingleColumnTypeAdapter(ColumnMapper<T, J>) - Constructor for class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- commitIfNecessary(Session, List<Message>) - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
Variant of AbstractMessageListenerContainer.commitIfNecessary(Session, Message)
that performs the activity for a batch of messages.
- compact(int, int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Compact the buffer reducing it to the given size, offset from the given mark position
- compact(int, int) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
- compact(int, int) - Method in class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
- compact(int, int) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.joda.PersistentInstantAsMillisLong
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.joda.PersistentInstantAsNanosBigInteger
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.joda.PersistentInstantAsTimestamp
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.legacyjdk.PersistentDate
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.legacyjdk.PersistentTimestamp
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsMillisLong
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsNanosBigInteger
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsTimestamp
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTime
-
- compare(Object, Object) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTime
-
- compare(Object, Object) - Method in class org.jadira.usertype.spi.shared.AbstractVersionableUserType
-
- compare(Object, Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- CompositeBinding<S,T> - Class in org.jadira.bindings.core.general.binding
-
Binding that supports a to contract, and from contract
- CompositeBinding(ToMarshaller<S, T>, FromUnmarshaller<S, T>) - Constructor for class org.jadira.bindings.core.general.binding.CompositeBinding
-
- CompositeFunction<R extends Number,T extends QuantitativeFunction<R,?>> - Interface in org.jadira.quant.api
-
This interface defines a composite function.
- compute() - Method in class org.jadira.scanner.core.concurrent.AllocatorTask
-
- compute() - Method in class org.jadira.scanner.core.concurrent.FilterTask
-
- compute() - Method in class org.jadira.scanner.core.concurrent.ProjectorTask
-
- compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- computeIfPresent(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- ConcurrentHashMapBackedProperties - Class in org.jadira.usertype.spi.utils.lang
-
- ConcurrentHashMapBackedProperties(Properties) - Constructor for class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- ConcurrentHashMapBackedProperties(ConcurrentHashMapBackedProperties) - Constructor for class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- ConcurrentHashMapBackedProperties() - Constructor for class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- ConcurrentHashMapImplementor - Class in org.jadira.reflection.cloning.implementor.types
-
A Clone Implementor that can handle ConcurrentHashMap
- ConcurrentHashMapImplementor() - Constructor for class org.jadira.reflection.cloning.implementor.types.ConcurrentHashMapImplementor
-
- Configuration - Interface in org.jadira.scanner
-
- configuration - Variable in class org.jadira.scanner.Scanner
-
- ConfigurationBuilder - Class in org.jadira.scanner
-
- ConfigurationBuilder() - Constructor for class org.jadira.scanner.ConfigurationBuilder
-
- ConfigurationHelper - Class in org.jadira.usertype.spi.shared
-
- connection() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- constructClassAccess(Class<X>) - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- constructClassAccess(Class<X>) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
- constructClassAccess(Class<X>) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
- constructClassAccess(Class<X>) - Method in class org.jadira.reflection.access.portable.PortableClassAccess
-
- constructClassAccess(Class<X>) - Method in class org.jadira.reflection.access.unsafe.UnsafeClassAccess
-
- constructClassFile(String, InputStream) - Static method in class org.jadira.scanner.core.helper.JavassistClassFileHelper
-
- constructClassFileForPath(String, InputStream) - Static method in class org.jadira.scanner.core.helper.JavassistClassFileHelper
-
- constructFieldAccess(Field) - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- constructFieldAccess(Field) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
- constructFieldAccess(Field) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
- constructFieldAccess(Field) - Method in class org.jadira.reflection.access.portable.PortableClassAccess
-
- constructFieldAccess(Field) - Method in class org.jadira.reflection.access.unsafe.UnsafeClassAccess
-
- constructMessage(String, Throwable) - Method in exception org.jadira.cdt.exception.WrappedCheckedException
-
Constructs an exception String with the given message and incorporating the
causing exception
- constructMessage(String, Throwable) - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
-
Constructs an exception String with the given message and incorporating the
causing exception
- constructMethodAccess(Method) - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- constructMethodAccess(Method) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
- constructMethodAccess(Method) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
- constructMethodAccess(Method) - Method in class org.jadira.reflection.access.portable.PortableClassAccess
-
- constructMethodAccess(Method) - Method in class org.jadira.reflection.access.unsafe.UnsafeClassAccess
-
- ConstructorFromUnmarshaller<S,T> - Class in org.jadira.bindings.core.general.unmarshaller
-
Unmarshaller supports constructor parameterised by a target object
- ConstructorFromUnmarshaller(Constructor<S>) - Constructor for class org.jadira.bindings.core.general.unmarshaller.ConstructorFromUnmarshaller
-
Create a new instance
- ContainedClassClasspathUrlLocator - Class in org.jadira.scanner.file.locator
-
Matches any Jars with a marker file indicated
- ContainedClassClasspathUrlLocator(Class<?>, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.ContainedClassClasspathUrlLocator
-
- ContainedClassClasspathUrlLocator(List<Class<?>>, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.ContainedClassClasspathUrlLocator
-
- contains(Object) - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- contains(Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- containsAll(Collection<?>) - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- containsKey(Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- containsValue(Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- ConversionBinder - Interface in org.jadira.bindings.core.binder
-
- Convert - Annotation Type in org.jadira.bindings.core.annotation
-
This annotation, when applied to a method indicates that it is suitable for
converting an object to or from a given representation as indicated by the
method signature.
- convert(I) - Method in interface org.jadira.bindings.core.api.Converter
-
Converts from the given I into the specified object
- convert(T) - Method in class org.jadira.bindings.core.general.converter.FromUnmarshallerConverter
-
Converts from the given I into the specified object
- convert(S) - Method in class org.jadira.bindings.core.general.converter.ToMarshallerConverter
-
Converts from the given I into the specified object
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.jadira.bindings.core.spring.BindingConverter
- convert(Object, Type<? extends Object>, MappingContext) - Method in class org.jadira.reflection.cloning.orika.ClonerConverter
-
- Converter<I,O> - Interface in org.jadira.bindings.core.api
-
Interface for explicitly defining conversions from I to a destination
object type O.
- ConverterFromUnmarshaller<S,T> - Class in org.jadira.bindings.core.general.unmarshaller
-
Unmarshaller supports constructor parameterised by a target object
- ConverterFromUnmarshaller(Converter<T, S>) - Constructor for class org.jadira.bindings.core.general.unmarshaller.ConverterFromUnmarshaller
-
Create a new instance for the given converter
- ConverterKey<I,O> - Class in org.jadira.bindings.core.binder
-
- ConverterKey(Class<I>, Class<O>, Class<? extends Annotation>) - Constructor for class org.jadira.bindings.core.binder.ConverterKey
-
Creates a new ConverterKey instance
- ConverterProvider - Interface in org.jadira.bindings.core.spi
-
Defines an extension point to the binding framework for adding new binding capabilities
- ConverterToMarshaller<S,T> - Class in org.jadira.bindings.core.general.marshaller
-
Base class providing capability to perform marshalling of source object type
to target.
- ConverterToMarshaller(Converter<S, T>) - Constructor for class org.jadira.bindings.core.general.marshaller.ConverterToMarshaller
-
Create a new instance for the given converter
- convertFromString(Class<T>, String) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert a String to the given target class
- convertFromString(Class<T>, String, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert a String to the given target class
- convertFromString(Class<T>, String) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
*
String Binder *
*
- convertFromString(Class<T>, String, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
- convertFromString(Class<T>, String) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert a String to the given target class
- convertFromString(Class<T>, String, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert a String to the given target class
- convertFromString(Class<T>, String) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert a String to the given target class
- convertFromString(Class<T>, String, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert a String to the given target class
- convertFromString(Class<? extends S>, String) - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
- convertTo(Class<T>, Object) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<T>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<S>, Class<T>, Object) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(Class<S>, Class<T>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(ConverterKey<S, T>, Object) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(Class<T>, Object) - Method in interface org.jadira.bindings.core.binder.ConversionBinder
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<T>, Object, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.ConversionBinder
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<S>, Class<T>, Object) - Method in interface org.jadira.bindings.core.binder.ConversionBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(Class<S>, Class<T>, Object, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.ConversionBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(ConverterKey<S, T>, Object) - Method in interface org.jadira.bindings.core.binder.ConversionBinder
-
Convert an object which is an instance of source class to the given target class
- convertTo(Class<T>, Object) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<T>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object to the given target class
This method infers the source type for the conversion from the runtime type of object.
- convertTo(Class<S>, Class<T>, Object) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object which is an instance of source class to the given target class
- convertTo(Class<S>, Class<T>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object which is an instance of source class to the given target class
- convertTo(ConverterKey<S, T>, Object) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object which is an instance of source class to the given target class
- convertToString(Object) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Class<S>, Object) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert an object which is an instance of source class to String
- convertToString(Class<S>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
-
Convert an object which is an instance of source class to String
- convertToString(Object) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
- convertToString(Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
- convertToString(Class<S>, Object) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
- convertToString(Class<S>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
- convertToString(Object) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Object, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Class<S>, Object) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert an object which is an instance of source class to String
- convertToString(Class<S>, Object, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.StringBinder
-
Convert an object which is an instance of source class to String
- convertToString(Object) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object to String
This method infers the source type for the conversion from the runtime type of object.
- convertToString(Class<S>, Object) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object which is an instance of source class to String
- convertToString(Class<S>, Object, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Convert an object which is an instance of source class to String
- convertToString(S) - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
- CopyConstructorImplementor - Class in org.jadira.reflection.cloning.implementor.reflection
-
A Clone Implementor that uses a copy constructor on the target class to perform the clone.
- CopyConstructorImplementor(Constructor<?>) - Constructor for class org.jadira.reflection.cloning.implementor.reflection.CopyConstructorImplementor
-
Create a new instance
- copyOf(U[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method
- copyOf(int[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of ints
- copyOf(short[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of short
- copyOf(long[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of long
- copyOf(byte[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of byte
- copyOf(char[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of char
- copyOf(float[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of float
- copyOf(double[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of double
- copyOf(boolean[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of boolean
- copyPrimitiveAtOffset(Object, Object, Class<?>, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the primitive of the specified type from the given field offset in the source object
to the same location in the copy
- copyPrimitiveField(Object, Object, Field) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copy the value from the given field from the source into the target.
- CountryCode - Interface in org.jadira.cdt.country
-
Defines a Country Code
- createCriteria(Class) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
Deprecated.
- createCriteria(Class, String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
Deprecated.
- createCriteria(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
Deprecated.
- createCriteria(String, String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
Deprecated.
- createMessage(Session) - Method in class org.jadira.jms.mdp.FatalJmsExceptionMessageCreator
-
- createNamedQuery(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createNamedQuery(String, Class<R>) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createNativeQuery(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createNativeQuery(String, Class) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createNativeQuery(String, String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createQuery(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createQuery(String, Class<R>) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createStoredProcedureCall(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createStoredProcedureCall(String, Class...) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- createStoredProcedureCall(String, String...) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- CurrencyStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Currency to a String
- CurrencyStringBinding() - Constructor for class org.jadira.bindings.core.jdk.CurrencyStringBinding
-
- CurrencyUnitConfigured - Interface in org.jadira.usertype.moneyandcurrency.joda.util
-
- CurrencyUnitConfigured - Interface in org.jadira.usertype.moneyandcurrency.moneta.util
-
- DatabaseZoneConfigured - Interface in org.jadira.usertype.spi.shared
-
- DateColumnLocalDateMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- DateColumnLocalDateMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnLocalDateMapper
-
- DateColumnLocalDateMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- DateColumnLocalDateMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnLocalDateMapper
-
- DateColumnMonthDayMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- DateColumnMonthDayMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnMonthDayMapper
-
- DateColumnYearMonthDayMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- DateColumnYearMonthDayMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnYearMonthDayMapper
-
Deprecated.
- DateStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Date to a String.
- DateStringBinding() - Constructor for class org.jadira.bindings.core.jdk.DateStringBinding
-
- DATETIME_FORMATTER - Static variable in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnDateTimeMapper
-
- DATETIME_FORMATTER - Static variable in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalDateTimeMapper
-
- DATETIME_FORMATTER - Static variable in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetDateTimeMapper
-
- DATETIME_FORMATTER - Static variable in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnZonedDateTimeMapper
-
- DateTimeZoneWithOffset - Class in org.jadira.usertype.dateandtime.joda.util
-
- DateTimeZoneWithOffset(ReadableInstant) - Constructor for class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- DateTimeZoneWithOffset(DateTimeZone) - Constructor for class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- DateTimeZoneWithOffset(String) - Constructor for class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- DateTimeZoneWithOffset(DateTimeZone, DateTimeZone) - Constructor for class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- DbTimestampSeed - Class in org.jadira.usertype.spi.shared
-
- DbTimestampSeed() - Constructor for class org.jadira.usertype.spi.shared.DbTimestampSeed
-
- declaringClass() - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Get the Class containing the field being accessed
- declaringClass() - Method in interface org.jadira.reflection.access.api.MethodAccess
-
Get the Class containing the field being accessed
- declaringClass() - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.asm.AsmMethodAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicMethodAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.portable.PortableMethodAccess
-
- declaringClass() - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- decodeFieldType(String) - Method in class org.jadira.scanner.classpath.types.JField
-
- deepCopy(T) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Performs a deep copy of the object.
- deepCopy(T, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Performs a deep copy of the object.
- deepCopy(Object) - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- deepCopy(Object) - Method in class org.jadira.usertype.spi.shared.AbstractUserType
-
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- deepCopyArray(Object, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Performs a deep copy of the array.
- deepCopyArrayAtOffset(Object, Object, Class<?>, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the array of the specified type from the given field offset in the source object
to the same location in the copy, visiting the array during the copy so that its contents are also copied
- deepCopyArrayAtOffset(Object, Object, Class<?>, long, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the array of the specified type from the given field offset in the source object
to the same location in the copy, visiting the array during the copy so that its contents are also copied
- deepCopyArrayField(Object, Object, Field, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the array of the specified type from the given field in the source object
to the same field in the copy, visiting the array during the copy so that its contents are also copied
- deepCopyArrayField(Object, Object, Field) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the array of the specified type from the given field in the source object
to the same field in the copy, visiting the array during the copy so that its contents are also copied
- deepCopyObjectAtOffset(Object, Object, Class<?>, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the object of the specified type from the given field offset in the source object
to the same location in the copy, visiting the object during the copy so that its fields are also copied
- deepCopyObjectAtOffset(Object, Object, Class<?>, long, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the object of the specified type from the given field offset in the source object
to the same location in the copy, visiting the object during the copy so that its fields are also copied
- deepCopyObjectField(Object, Object, Field, IdentityHashMap<Object, Object>) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the object of the specified type from the given field in the source object
to the same field in the copy, visiting the object during the copy so that its fields are also copied
- deepCopyObjectField(Object, Object, Field) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Copies the object of the specified type from the given field in the source object
to the same field in the copy, visiting the object during the copy so that its fields are also copied
- deepSizeOf(Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Determines the deep memory size of the given object (object or array), visiting all its references
- DEFAULT_BATCH_SIZE - Static variable in class org.jadira.jms.container.BatchedMessageListenerContainer
-
Default number of messages to read per transaction
- DEFAULT_BATCH_SIZE - Static variable in class org.jadira.jms.template.BatchedJmsTemplate
-
The default maximum size for a transactional batch
- DEFAULT_BUFFER_SIZE - Static variable in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
The default buffer size in bytes
- DEFAULT_BUFFER_SIZE - Static variable in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
The default buffer size in bytes
- DefaultBinding - Annotation Type in org.jadira.bindings.core.annotation
-
Defines a Binding with default scope.
- defaultSizes(Mapping) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- determineQualifiedName(String) - Static method in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
Given a readable class name determine the JVM Qualified Name
- determineQualifiers(Annotation, Annotation...) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
Returns the qualifiers for this method, setting the Default qualifier if none are found
Qualifiers can be either explicitly applied to the method, or implicit on account of being found
in the annotation itself (for example @Plus would have a default binding scope of @PlusOperator)
- determineReadableClassName(String) - Static method in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
Given a JVM Qualified Name produce a readable classname
- dictatedSizes(Mapping) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- DirectBytesBufferedInputStream - Class in org.jadira.lang.io.buffered
-
A BufferedInputStream where the buffer is provided by a NIO DirectByteBuffer.
- DirectBytesBufferedInputStream(InputStream) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
Create a new instance with the default buffer size
- DirectBytesBufferedInputStream(InputStream, int) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- DirectBytesBufferedInputStream(InputStream, int, boolean) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- DirectBytesBufferedInputStream(InputStream, int, ByteOrder) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
Creates a new instance with the given buffer size in bytes.
- DirectBytesBufferedOutputStream - Class in org.jadira.lang.io.buffered
-
A BufferedOutputStream where the buffer is provided by a NIO DirectByteBuffer.
- DirectBytesBufferedOutputStream(OutputStream) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
Creates a new instance with the default buffer size
- DirectBytesBufferedOutputStream(OutputStream, int) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- DirectBytesBufferedOutputStream(OutputStream, int, boolean) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- DirectBytesBufferedOutputStream(OutputStream, int, ByteOrder) - Constructor for class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
Creates a new instance with the given buffer size in bytes.
- disassemble(Object) - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- disassemble(Object, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- disassemble(Object) - Method in class org.jadira.usertype.spi.shared.AbstractUserType
-
- disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator
- doBatchReceive(Session, Destination, String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
- doBatchReceive(Session, MessageConsumer, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
- doExecuteListener(Session, List<Message>) - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
A batched variant of AbstractMessageListenerContainer.doExecuteListener(Session, Message)
.
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.bindings.PersistentBoundClass
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.corejava.collections.PersistentStringMapAsPostgreSQLJson
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.corejava.enumerated.PersistentEnumAsPostgreSQLEnum
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsPostgreSQLJson
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.AbstractReflectionUserType
-
- doNullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.bindings.PersistentBoundClass
-
- doNullSafeSet(PreparedStatement, Map<String, String>, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.corejava.collections.PersistentStringMapAsPostgreSQLJson
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.corejava.enumerated.PersistentEnumAsPostgreSQLEnum
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsPostgreSQLJson
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
- doNullSafeSet(PreparedStatement, Map<K, V>, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- doNullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractReflectionUserType
-
- doNullSafeSet(PreparedStatement, J, int, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- doOnMessage(Message) - Method in class org.jadira.jms.mdp.AbstractMessageDriven
-
Implements message handling functionality
- doReceiveAndExecute(Object, Session, MessageConsumer, TransactionStatus) - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
- doSingleReceive(Session, Destination, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
- doSingleReceive(Session, MessageConsumer) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
- DoubleStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Double to a String
- DoubleStringBinding() - Constructor for class org.jadira.bindings.core.jdk.DoubleStringBinding
-
- doWithFile(File, FileInputStreamOperation<T>) - Static method in class org.jadira.scanner.core.helper.FileUtils
-
- doWrapSession(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- doWrapSession(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractParameterizedMultiColumnUserType
-
- doWrapSession(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractParameterizedUserType
-
- doWrapSession(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- DstSafeDateType - Class in org.jadira.usertype.spi.shared
-
- DstSafeDateType() - Constructor for class org.jadira.usertype.spi.shared.DstSafeDateType
-
Deprecated.
- DstSafeDateType(Calendar) - Constructor for class org.jadira.usertype.spi.shared.DstSafeDateType
-
Deprecated.
- DstSafeDateTypeDescriptor - Class in org.jadira.usertype.spi.shared.descriptor.sql
-
- DstSafeDateTypeDescriptor() - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeDateTypeDescriptor
-
Deprecated.
- DstSafeDateTypeDescriptor(Calendar) - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeDateTypeDescriptor
-
Deprecated.
- DstSafeTimestampType - Class in org.jadira.usertype.spi.shared
-
- DstSafeTimestampType() - Constructor for class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- DstSafeTimestampType(Calendar) - Constructor for class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- DstSafeTimestampTypeDescriptor - Class in org.jadira.usertype.spi.shared.descriptor.sql
-
- DstSafeTimestampTypeDescriptor() - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor
-
Deprecated.
- DstSafeTimestampTypeDescriptor(Calendar) - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor
-
Deprecated.
- DstSafeTimeType - Class in org.jadira.usertype.spi.shared
-
- DstSafeTimeType() - Constructor for class org.jadira.usertype.spi.shared.DstSafeTimeType
-
Deprecated.
- DstSafeTimeType(Calendar) - Constructor for class org.jadira.usertype.spi.shared.DstSafeTimeType
-
Deprecated.
- DstSafeTimeTypeDescriptor - Class in org.jadira.usertype.spi.shared.descriptor.sql
-
- DstSafeTimeTypeDescriptor() - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimeTypeDescriptor
-
Deprecated.
- DstSafeTimeTypeDescriptor(Calendar) - Constructor for class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimeTypeDescriptor
-
Deprecated.
- FACTORY - Static variable in class org.jadira.reflection.access.asm.AsmClassAccessFactory
-
- FACTORY - Static variable in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccessFactory
-
- FACTORY - Static variable in class org.jadira.reflection.access.portable.PortableClassAccessFactory
-
- FACTORY - Static variable in class org.jadira.reflection.access.unsafe.UnsafeClassAccessFactory
-
- FastIdentityHashSet<E> - Class in org.jadira.reflection.cloning.collection
-
A wrapper for IdentityHashMap that resolves object matches quickly for
small sets using binary search
- FastIdentityHashSet() - Constructor for class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- FatalJmsException - Exception in org.jadira.jms.exception
-
Indicates a problem occurred during JMS processing that cannot be recovered from.
- FatalJmsException(String) - Constructor for exception org.jadira.jms.exception.FatalJmsException
-
Create a new instance for the given message
- FatalJmsException(String, Throwable) - Constructor for exception org.jadira.jms.exception.FatalJmsException
-
Create a new instance for the given message and cause
- FatalJmsExceptionMessageCreator - Class in org.jadira.jms.mdp
-
A MessageCreator that takes a given Message and related Exeption.
- FatalJmsExceptionMessageCreator(Message, Exception) - Constructor for class org.jadira.jms.mdp.FatalJmsExceptionMessageCreator
-
- FeatureDetection - Class in org.jadira.reflection.core.platform
-
This class safely detects whether optional feature libraries - sun.misc.Unsafe,
MutabilityDetector and Objenesis are available.
- FeatureDetection() - Constructor for class org.jadira.reflection.core.platform.FeatureDetection
-
- field() - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Get the Field being accessed
- field() - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- field() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- field() - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- field() - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- FieldAccess<C> - Interface in org.jadira.reflection.access.api
-
Defines a mechanism for accessing a specific field within a specific class
- fieldClass() - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Get the type for the field being accessed
- fieldClass() - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- fieldClass() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- fieldClass() - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- fieldClass() - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- FieldModel<C> - Class in org.jadira.reflection.access.model
-
Provides a model resulting from introspection of a field of a class suitable for use with Java Reflection
- fieldNames - Variable in class org.jadira.reflection.access.AbstractClassAccess
-
An ordered array giving the names of the fields in the class to accessed
- fieldOffset() - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
Get the offset position (in bytes) for this field
- FieldType - Enum in org.jadira.reflection.access.model
-
Indicates whether a field contains a Primitive, an Array or an Object
- FileAccessException - Exception in org.jadira.scanner.core.exception
-
Indicates a problem arising reading a file
- FileAccessException() - Constructor for exception org.jadira.scanner.core.exception.FileAccessException
-
Constructs an ClasspathAccessException
with null
as its error detail message.
- FileAccessException(String) - Constructor for exception org.jadira.scanner.core.exception.FileAccessException
-
Constructs an ClasspathAccessException
with the specified detail message.
- FileAccessException(String, Throwable) - Constructor for exception org.jadira.scanner.core.exception.FileAccessException
-
Constructs an ClasspathAccessException
with the specified detail message and cause.
- FileAccessException(Throwable) - Constructor for exception org.jadira.scanner.core.exception.FileAccessException
-
Constructs an ClasspathAccessException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and
detail message of cause
).
- FileInputStreamOperation<T> - Interface in org.jadira.scanner.core.helper
-
- FileStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a File to a String
- FileStringBinding() - Constructor for class org.jadira.bindings.core.jdk.FileStringBinding
-
- FileUtils - Class in org.jadira.scanner.core.helper
-
- Filter<T> - Interface in org.jadira.scanner.core.api
-
Instances of classes that implement this interface are used to filter resolution.
- FilterTask<T> - Class in org.jadira.scanner.core.concurrent
-
- FilterTask(Integer, Filter<T>, List<T>) - Constructor for class org.jadira.scanner.core.concurrent.FilterTask
-
- findBinding(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Binding with the given source and target class.
- findBinding(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Binding with the given source and target class.
- findBinding(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Binding with the given source and target class.
- findBinding(ConverterKey<S, T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Binding with the given source and target class.
- findBinding(Class<S>, Class<T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Binding with the given source and target class.
- findBinding(Class<S>, Class<T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Binding with the given source and target class.
- findBinding(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Binding with the given source and target class.
- findBinding(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Binding with the given source and target class.
- findBinding(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Binding with the given source and target class.
- findById(ID) - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Returns the instance with the given ID or null
- findById(ID) - Method in interface org.jadira.usertype.spi.repository.SearchRepository
-
Returns the instance with the given ID or null
- findClass(String) - Method in class org.jadira.reflection.access.classloader.AccessClassLoader
-
- findClassFile(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JElement
-
- findClassFile(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPrimitiveClass
-
- findConstructor(Class<A>, Class<?>...) - Static method in class org.jadira.usertype.spi.utils.reflection.ReflectionUtils
-
- findConverter(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(ConverterKey<S, T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(Class<S>, Class<T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(Class<S>, Class<T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Converter with the given input and output classes.
- findConverter(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Converter with the given input and output classes.
- findConverter(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Converter with the given input and output classes.
- findConverter(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Converter with the given input and output classes.
- findField(Class<?>, String) - Static method in class org.jadira.usertype.spi.utils.reflection.ReflectionUtils
-
- findMarshaller(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(ConverterKey<S, T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(Class<S>, Class<T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Marshaller with the given source and target class.
- findMarshaller(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve a Marshaller with the given source and target class.
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.jadira.usertype.spi.utils.reflection.ReflectionUtils
-
- findSubTypesOf(Class<T>) - Method in class org.jadira.scanner.Scanner
-
- findTypesAnnotatedWith(Class<? extends Annotation>) - Method in class org.jadira.scanner.Scanner
-
- findUnmarshaller(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(ConverterKey<S, T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(Class<S>, Class<T>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.SearchableBinder
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(Class<S>, Class<T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(Class<S>, Class<T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve an UnMarshaller with the given source and target class.
- findUnmarshaller(ConverterKey<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Resolve an UnMarshaller with the given source and target class.
- findWrapped(Class<E>) - Method in exception org.jadira.cdt.exception.WrappedCheckedException
-
Returns the next parent exception of the given type, or null
- findWrapped(Class<E>) - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
-
Returns the next parent exception of the given type, or null
- Flat - Annotation Type in org.jadira.reflection.cloning.annotation
-
This annotation is intended as a hint that the annotated class does not contain multiple references
to itself or any classes reachable from it.
- FloatStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Float to a String
- FloatStringBinding() - Constructor for class org.jadira.bindings.core.jdk.FloatStringBinding
-
- flush() - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
- flush() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- flush() - Method in interface org.jadira.usertype.spi.repository.BaseRepository
-
Synchronises the state of EntityManager for this repository with the database
- flush() - Method in class org.jadira.usertype.spi.repository.JpaBaseRepository
-
Synchronises the state of EntityManager for this repository with the database
- flushBeforeTransactionCompletion() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- FmppMojo - Class in org.jadira.maven.plugins.fmpp
-
A Maven front-end for FMPP.
- FmppMojo() - Constructor for class org.jadira.maven.plugins.fmpp.FmppMojo
-
- forEach(BiConsumer<? super Object, ? super Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- Formatter - Class in org.jadira.usertype.dateandtime.joda.util
-
- From - Annotation Type in org.jadira.bindings.core.annotation
-
This annotation, when applied to a method indicates that it is suitable for
converting an object from a given representation as indicated by the method signature.
- fromAddress(long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Returns the object located at the given memory address
- FromBinding<S,T> - Class in org.jadira.bindings.core.general.binding
-
Binding that supports a from contract but not to
- FromBinding(FromUnmarshaller<S, T>) - Constructor for class org.jadira.bindings.core.general.binding.FromBinding
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.AbstractMultiColumnDateMidnight
-
Deprecated.
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZone
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZoneWithOffset
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAsString
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeWithZone
-
Deprecated.
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.joda.PersistentInterval
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTimeAsStringAndStringOffset
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsLongAndStringOffset
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsStringAndStringOffset
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimeAndStringOffset
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTimeAsStringAndStringZone
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrencyAsInteger
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmountAndCurrency
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- fromConvertedColumns(Object[]) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantityAndUnit
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnLocalDateMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnYearMonthDayMapper
-
Deprecated.
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnMinutesMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnYearsMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimeColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimeColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnDateTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnLocalDateTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.legacyjdk.columnmapper.TimestampColumnDateMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.legacyjdk.columnmapper.TimestampColumnTimestampMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigDecimalColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnLocalDateMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnMonthDayMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDayOfWeekMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnMonthMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnYearMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnDurationMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnOffsetTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnInstantMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalDateTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnMonthDayMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetDateTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnZonedDateTimeMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnBigMoneyMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnMoneyMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.IntegerColumnCurrencyUnitMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnBigMoneyMajorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnBigMoneyMinorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnMoneyMajorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnMoneyMinorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.BigDecimalBigDecimalColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.LongLongColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnFastMoneyMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnMoneyMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMajorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMinorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMajorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMinorMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractBigDecimalColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractBigIntegerColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractLongColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractStringColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- fromNonNullString(String) - Method in interface org.jadira.usertype.spi.shared.ColumnMapper
-
- fromNonNullString(String) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.LongColumnQuantityMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.country.columnmapper.StringColumnISOCountryCodeMapper
-
- fromNonNullValue(BigInteger) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnDurationMapper
-
- fromNonNullValue(BigInteger) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.BigIntegerColumnInstantMapper
-
- fromNonNullValue(Date) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnLocalDateMapper
-
- fromNonNullValue(Date) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.DateColumnYearMonthDayMapper
-
Deprecated.
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnDurationMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnLocalTimeMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnMinutesMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnYearsMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnDurationMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnInstantMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnLocalTimeMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.LongColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnDateTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnDateTimeZoneMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnDateTimeZoneWithOffsetMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnDurationMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnInstantMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnLocalDateMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnLocalDateTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnLocalTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnMonthDayMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnPeriodMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnYearMonthDayMapper
-
Deprecated.
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnYearMonthMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.StringColumnYearsMapper
-
- fromNonNullValue(Time) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimeColumnLocalTimeMapper
-
- fromNonNullValue(Time) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimeColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnDateTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnInstantMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnLocalDateTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnLocalTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnTimeOfDayMapper
-
Deprecated.
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.legacyjdk.columnmapper.TimestampColumnDateMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.legacyjdk.columnmapper.TimestampColumnTimestampMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigDecimalColumnDurationMapper
-
- fromNonNullValue(BigInteger) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnDurationMapper
-
- fromNonNullValue(BigInteger) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnInstantMapper
-
- fromNonNullValue(Date) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnLocalDateMapper
-
- fromNonNullValue(Date) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnMonthDayMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDayOfWeekMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDurationMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnLocalTimeMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnMonthMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnYearMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnDurationMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnInstantMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnLocalTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnDayOfWeekMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnDurationMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnInstantMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalDateMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalDateTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalTimeMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnMonthDayMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnMonthMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnPeriodMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnYearMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnYearMonthMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnZoneIdMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnZoneOffsetMapper
-
- fromNonNullValue(Time) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnLocalTimeMapper
-
- fromNonNullValue(Time) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnOffsetTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnInstantMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalDateTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnMonthDayMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetDateTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetTimeMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnZonedDateTimeMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnBigMoneyMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.BigDecimalColumnMoneyMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.IntegerColumnCurrencyUnitMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnBigMoneyMajorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnBigMoneyMinorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnMoneyMajorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.LongColumnMoneyMinorMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.moneyandcurrency.joda.columnmapper.StringColumnCurrencyUnitMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.BigDecimalBigDecimalColumnMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.LongLongColumnMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper.StringColumnCurrencyMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnFastMoneyMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnMoneyMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMajorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMinorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMajorMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMinorMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.moneyandcurrency.moneta.columnmapper.StringColumnCurrencyUnitMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.phonenumber.columnmapper.StringColumnE164PhoneNumberWithExtensionMapper
-
- fromNonNullValue(BigDecimal) - Method in class org.jadira.usertype.spi.shared.AbstractBigDecimalColumnMapper
-
- fromNonNullValue(BigInteger) - Method in class org.jadira.usertype.spi.shared.AbstractBigIntegerColumnMapper
-
- fromNonNullValue(Date) - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- fromNonNullValue(Integer) - Method in class org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.spi.shared.AbstractLongColumnMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.spi.shared.AbstractStringColumnMapper
-
- fromNonNullValue(Time) - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- fromNonNullValue(Timestamp) - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- fromNonNullValue(J) - Method in interface org.jadira.usertype.spi.shared.ColumnMapper
-
- fromNonNullValue(Long) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.LongColumnQuantityMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.StringColumnQuantityMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.StringColumnStringMapper
-
- fromNonNullValue(String) - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.StringColumnUnitMapper
-
- FromString - Annotation Type in org.jadira.bindings.core.annotation.typesafe
-
This annotation, when applied to a method indicates that it is suitable for
converting a String to a given representation as indicated by the method signature.
- fromStringValue(String) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- fromStringValue(String) - Method in class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- FromUnmarshaller<S,T> - Interface in org.jadira.bindings.core.api
-
Interface for explicitly defining conversions from T to a target
object type S.
- FromUnmarshallerConverter<S,T> - Class in org.jadira.bindings.core.general.converter
-
A converter that wraps an unmarshaller to convert the unmarshaller for type S into a converter for type T to type S
- FromUnmarshallerConverter(FromUnmarshaller<S, T>) - Constructor for class org.jadira.bindings.core.general.converter.FromUnmarshallerConverter
-
- fromXMLString(String) - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
Deprecated.
- fromXMLString(String) - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- generateCurrentValue() - Method in class org.jadira.usertype.spi.shared.AbstractVersionableBigIntegerColumnMapper
-
- generateCurrentValue() - Method in class org.jadira.usertype.spi.shared.AbstractVersionableLongColumnMapper
-
- generateCurrentValue() - Method in class org.jadira.usertype.spi.shared.AbstractVersionableTimestampColumnMapper
-
- generateCurrentValue() - Method in interface org.jadira.usertype.spi.shared.VersionableColumnMapper
-
- generateEntityKey(Serializable, EntityPersister) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- get(byte[], int, int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Retrieve the given number of bytes from the stream
- get(byte[], int, int) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
- get(byte[], int, int) - Method in class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
- get(byte[], int, int) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
- get(Class<C>) - Static method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Get a new instance that can access the given Class.
- get() - Static method in class org.jadira.reflection.access.asm.AsmClassAccessFactory
-
- get(AsmClassAccess<C>, Field) - Static method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
Get a new instance that can access the given Field
- get(AsmClassAccess<C>, Method) - Static method in class org.jadira.reflection.access.asm.AsmMethodAccess
-
- get(Class<?>) - Static method in class org.jadira.reflection.access.classloader.AccessClassLoader
-
Creates a new instance using a suitable ClassLoader for the specified class
- get(ClassLoader) - Static method in class org.jadira.reflection.access.classloader.AccessClassLoader
-
Creates an AccessClassLoader for the given parent
- get(Class<C>) - Static method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
Get a new instance that can access the given Class.
- get() - Static method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccessFactory
-
- get(InvokeDynamicClassAccess<C>, Field) - Static method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
Get a new instance that can access the given Field
- get(Method) - Static method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicMethodAccess
-
- get(ClassAccess<C>) - Static method in class org.jadira.reflection.access.model.ClassModel
-
Returns a class model for the given ClassAccess instance.
- get(Field, FieldAccess<C>) - Static method in class org.jadira.reflection.access.model.FieldModel
-
Returns a field model for the given Field and FieldAccess instance.
- get(Class<C>) - Static method in class org.jadira.reflection.access.portable.PortableClassAccess
-
Get a new instance that can access the given Class.
- get() - Static method in class org.jadira.reflection.access.portable.PortableClassAccessFactory
-
- get(Field) - Static method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
Get a new instance that can access the given Field
- get(Method) - Static method in class org.jadira.reflection.access.portable.PortableMethodAccess
-
- get(Class<C>) - Static method in class org.jadira.reflection.access.unsafe.UnsafeClassAccess
-
Get a new instance that can access the given Class
- get() - Static method in class org.jadira.reflection.access.unsafe.UnsafeClassAccessFactory
-
- get(Field) - Static method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
Get a new instance that can access the given Field
- get(ResultSet, String, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- get(Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- getActualAnnotation() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getActualClass() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getActualClass() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getActualClass() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getActualClass() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getActualClass() - Method in class org.jadira.scanner.classpath.types.JType
-
- getActualConstructor() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getActualConstructor() - Method in class org.jadira.scanner.classpath.types.JDefaultConstructor
-
- getActualField() - Method in class org.jadira.scanner.classpath.types.JField
-
- getActualInterface() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getActualMethod() - Method in class org.jadira.scanner.classpath.types.JDefaultConstructor
-
- getActualMethod() - Method in class org.jadira.scanner.classpath.types.JMethod
-
- getActualMethod() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getActualPackage() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getActualSuperInterfaces() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getActualSuperType() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getAddressSize() - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Get the size in bytes of a native pointer - either 4 or 8 (for 32-bit or 64-bit JRE).
- getAllocator() - Method in class org.jadira.scanner.core.spi.AbstractFileResolver
-
- getAllocator() - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- getAlpha2Code() - Method in interface org.jadira.cdt.country.CountryCode
-
- getAlpha2Code() - Method in enum org.jadira.cdt.country.ISOCountryCode
-
- getAlpha3Code() - Method in interface org.jadira.cdt.country.CountryCode
-
- getAlpha3Code() - Method in enum org.jadira.cdt.country.ISOCountryCode
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JElement
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JType
-
- getAnnotation(Class<A>) - Method in class org.jadira.scanner.classpath.types.JVariable
-
- getAnnotationImplementor(Class<?>) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Retrieves the registered implementor for the given class
- getAnnotationImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getAnnotationImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Cloneable annotation is not supported
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JDefaultConstructor
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JElement
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JField
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getAnnotations() - Method in class org.jadira.scanner.classpath.types.JVariable
-
- getAnnotationsForClass(ClassFile) - Static method in class org.jadira.scanner.core.helper.JavassistAnnotationsHelper
-
- getAnnotationsForFieldInfo(FieldInfo) - Static method in class org.jadira.scanner.core.helper.JavassistAnnotationsHelper
-
- getAnnotationsForMethod(MethodInfo) - Static method in class org.jadira.scanner.core.helper.JavassistAnnotationsHelper
-
- getAnnotationsForMethodParameter(MethodInfo, int) - Static method in class org.jadira.scanner.core.helper.JavassistAnnotationsHelper
-
- getAnnotationsForPackage() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getAssigner() - Method in class org.jadira.scanner.classfile.ClassFileResolver
-
- getAssigner() - Method in class org.jadira.scanner.classpath.ClasspathResolver
-
- getAssigner() - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- getAssigner() - Method in class org.jadira.scanner.file.ClasspathFileResolver
-
- getAssociatedBinder() - Method in class org.jadira.bindings.core.binder.adapter.StringBinderAdapter
- getBatchSize() - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Get the maximum number of messages that can be read in a transaction
- getBinder(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeDateTypeDescriptor
-
Deprecated.
- getBinder(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor
-
Deprecated.
- getBinder(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimeTypeDescriptor
-
Deprecated.
- getBindingClass() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getBindingEntries() - Method in class org.jadira.bindings.core.loader.BindingConfiguration
-
- getBoolean(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getBooleanValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getBooleanValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getBooleanValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getBooleanValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getBooleanValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getBooleanValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableBooleanFieldAccess
-
- getBooleanValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getBooleanValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeBooleanFieldAccess
-
- getBoundClass() - Method in interface org.jadira.bindings.core.api.FromUnmarshaller
-
Obtain the bound class
- getBoundClass() - Method in interface org.jadira.bindings.core.api.ToMarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.adapter.MarshallerToUnmarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.adapter.UnmarshallerToMarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.binding.CompositeBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.binding.FromBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.binding.ToBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.marshaller.ConverterToMarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.marshaller.MethodToMarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.unmarshaller.ConstructorFromUnmarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.unmarshaller.ConverterFromUnmarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.general.unmarshaller.MethodFromUnmarshaller
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.AtomicBooleanStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.AtomicIntegerStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.AtomicLongStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.BigDecimalStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.BigIntegerStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.BooleanStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.ByteStringBinding
-
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.CalendarStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.CharacterStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.CharSequenceStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.ClassStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.CurrencyStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.DateStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.DoubleStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.FileStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.FloatStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.InetAddressStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.IntegerStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.LocaleStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.LongStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.PackageStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.ShortStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.StringBufferStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.StringBuilderStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.StringStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.TimeZoneStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.URIStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.URLStringBinding
-
Obtain the bound class
- getBoundClass() - Method in class org.jadira.bindings.core.jdk.UUIDStringBinding
-
Obtain the bound class
- getBuiltInImplementor(Class<?>) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Gets the built in implementor for the given class
- getBuiltInImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getBuiltInImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- getByAlpha2Code(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
-
Get a CountryCode that corresponds to a given ISO 3166-1
alpha-2 code.
- getByAlpha3Code(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
-
Get a CountryCode that corresponds to a given ISO 3166-1
alpha-3 code.
- getByCode(String) - Static method in enum org.jadira.cdt.country.ISOCountryCode
-
Get a CountryCode that corresponds to a given ISO 3166-1
alpha-2 or
alpha-3 code.
- getByDiallingRegionCode(Integer) - Static method in enum org.jadira.cdt.country.ISOCountryCode
-
- getByNumericCode(Integer) - Static method in enum org.jadira.cdt.country.ISOCountryCode
-
- getByte(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getByteValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getByteValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getByteValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getByteValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getByteValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getByteValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableByteFieldAccess
-
- getByteValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getByteValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeByteFieldAccess
-
- getCacheMode() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getChar(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getCharValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getCharValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getCharValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getCharValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getCharValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getCharValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableCharFieldAccess
-
- getCharValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getCharValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeCharFieldAccess
-
- getClass(String) - Static method in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
Attempt to load the class matching the given qualified name.
- getClass(ClassLoader, String) - Static method in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
Attempt to load the class matching the given qualified name
- getClass(Type) - Static method in class org.jadira.bindings.core.utils.reflection.TypeHelper
-
Get the underlying class for a type, or null if the type is a variable type.
- getClass(Type) - Static method in class org.jadira.scanner.core.spi.TypeHelper
-
Get the underlying class for a type, or null if the type is a variable type.
- getClass(Type) - Static method in class org.jadira.usertype.spi.utils.reflection.TypeHelper
-
Get the underlying class for a type, or null if the type is a variable type.
- getClassAccess(Class<C>) - Method in interface org.jadira.reflection.access.api.ClassAccessFactory
-
Get a class access instance for the given class
- getClassAccess(Class<C>) - Method in class org.jadira.reflection.access.asm.AsmClassAccessFactory
-
- getClassAccess(Class<C>) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccessFactory
-
- getClassAccess() - Method in class org.jadira.reflection.access.model.ClassModel
-
Access the ClassAccess associated with the ClassModel
- getClassAccess(Class<C>) - Method in class org.jadira.reflection.access.portable.PortableClassAccessFactory
-
- getClassAccess(Class<C>) - Method in class org.jadira.reflection.access.unsafe.UnsafeClassAccessFactory
-
- getClasses() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getClassFile() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getClassFile() - Method in class org.jadira.scanner.classpath.types.JType
-
- getClassFileResolver() - Method in class org.jadira.scanner.classpath.ClasspathResolver
-
- getClassLoader() - Static method in class org.jadira.bindings.core.utils.reflection.ClassLoaderUtils
-
- getClassLoader() - Static method in class org.jadira.usertype.spi.utils.reflection.ClassLoaderUtils
-
- getClassLoaders() - Method in interface org.jadira.scanner.Configuration
-
- getClassLoaders() - Method in class org.jadira.scanner.ConfigurationBuilder
-
- getClassLoaders(ClassLoader...) - Static method in class org.jadira.scanner.core.utils.reflection.ClassLoaderUtils
-
- getClassModel() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getClassModel() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Return the ClassModel used by this ClassAccess instance
- getClassModel(Class<W>) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
Obtain a ClassModel instance for the given class
- getClassModel(Class<W>) - Method in class org.jadira.reflection.cloning.implementor.AsmCloneStrategy
-
- getClassModel(Class<W>) - Method in class org.jadira.reflection.cloning.implementor.InvokeDynamicCloneStrategy
-
- getClassModel(Class<W>) - Method in class org.jadira.reflection.cloning.implementor.PortableCloneStrategy
-
- getClassModel(Class<W>) - Method in class org.jadira.reflection.cloning.implementor.UnsafeCloneStrategy
-
- getCloneImplementor() - Method in class org.jadira.reflection.access.model.ClassModel
-
If there is a method or constructor configured as a @Cloner instance, the CloneImplementor
that can invoke this method will be returned
- getCloneMethod(Class<?>) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Returns the clone() method for the indicated class
- getCloneMethod(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getCloneMethod(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Cloneable interface is not supported
- getColumnMapper() - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateMidnight
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateMidnightAsString
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZone
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZoneWithOffset
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAsString
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeWithZone
-
Deprecated.
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.joda.PersistentInterval
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTimeAsStringAndStringOffset
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsLongAndStringOffset
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsStringAndStringOffset
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimeAndStringOffset
-
- getColumnMappers() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTimeAsStringAndStringZone
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrencyAsInteger
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmountAndCurrency
-
- getColumnMappers() - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- getColumnMappers() - Method in class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantityAndUnit
-
- getColumnSpan(Mapping) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getComparator() - Method in class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- getCompositeUserTypes() - Method in class org.jadira.usertype.dateandtime.joda.integrator.UserTypeJodaTimeHibernateIntegrator
- getCompositeUserTypes() - Method in class org.jadira.usertype.dateandtime.threeten.integrator.UserTypeThreeTenHibernateIntegrator
- getCompositeUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.joda.integrator.UserTypeJodaMoneyHibernateIntegrator
- getCompositeUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.integrator.UserTypeLegacyJdkMoneyHibernateIntegrator
- getCompositeUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.moneta.integrator.UserTypeMonetaMoneyHibernateIntegrator
- getCompositeUserTypes() - Method in class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator
-
- getConfiguration() - Method in class org.jadira.scanner.Scanner
-
- getConstructors() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getConstructors() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getContextEntityIdentifier(Object) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getConverterEntries() - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Return an iterable collection of ConverterKeys, one for each currently registered conversion
- getConverterEntries() - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Return an iterable collection of ConverterKeys, one for each currently registered conversion
- getConverterEntries() - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Return an iterable collection of ConverterKeys, one for each currently registered conversion
- getConverterKey() - Method in exception org.jadira.bindings.core.binder.NoConverterFoundException
-
- getConvertibleTypes() - Method in class org.jadira.bindings.core.spring.BindingConverter
- getCountryDiallingCode() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Returns the dialling code for the country that this phone number belongs to.
- getCountryDiallingCode() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Returns the dialling code for the country that this phone number belongs to.
- getCountryName() - Method in interface org.jadira.cdt.country.CountryCode
-
Get the country name.
- getCountryName() - Method in enum org.jadira.cdt.country.ISOCountryCode
-
Get the country name.
- getDatabaseZone() - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- getDatabaseZone() - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- getDatabaseZone() - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- getDatabaseZone() - Method in interface org.jadira.usertype.spi.shared.DatabaseZoneConfigured
-
- getDeclaredFieldAccess(Field) - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredFieldAccess(Field) - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Get a field accessor for the given field
- getDeclaredFieldAccessors() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredFieldAccessors() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Gets a field accessor for each field in the class
- getDeclaredFieldNames() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredFields() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredMethodAccess(Method) - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredMethodAccess(Method) - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Get a method accessor for the given method
- getDeclaredMethodAccessors() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredMethodAccessors() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Gets a method accessor for each method in the class
- getDeclaredMethodNames() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDeclaredMethods() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getDefault() - Static method in class org.jadira.usertype.dateandtime.joda.util.ZoneHelper
-
- getDefaultZoneId() - Static method in class org.jadira.usertype.dateandtime.threeten.utils.ZoneHelper
-
- getDefaultZoneOffset() - Static method in class org.jadira.usertype.dateandtime.threeten.utils.ZoneHelper
-
- getDiallingRegionCode() - Method in interface org.jadira.cdt.country.CountryCode
-
- getDiallingRegionCode() - Method in enum org.jadira.cdt.country.ISOCountryCode
-
- getDontFlushFromFind() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getDouble(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getDoubleValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getDoubleValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getDoubleValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getDoubleValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getDoubleValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getDoubleValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableDoubleFieldAccess
-
- getDoubleValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getDoubleValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeDoubleFieldAccess
-
- getDriverData() - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- getEnclosedClasses() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getEnclosedClasses() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getEnclosedClasses() - Method in class org.jadira.scanner.classpath.types.JInnerClass
-
- getEnclosingClass() - Method in class org.jadira.scanner.classpath.types.JInnerClass
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JElement
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JField
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JInnerClass
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getEnclosingElement() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getEnclosingMethod() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getEnclosingType() - Method in class org.jadira.scanner.classpath.types.JField
-
- getEnclosingType() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getEnclosingType() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getEnclosingType() - Method in class org.jadira.scanner.classpath.types.JVariable
-
- getEntityClass() - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Returns the class for the entity type associated with this repository.
- getEntityManager() - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Access the associated EntityManager
- getEntityPersister(String, Object) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getEntityUsingInterceptor(EntityKey) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getEventListenerManager() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getExceptionConverter() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getExtendedBinder(Class<I>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Retrieves an extended binder
- getExtension() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Returns the extension for the phone number or null.
- getExtension() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Returns the extension for the phone number or null.
- getExtensionClass() - Method in class org.jadira.bindings.core.loader.Extension
-
- getExtensions() - Method in class org.jadira.bindings.core.loader.BindingConfiguration
-
Return the registered extensions
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeDateTypeDescriptor
-
Deprecated.
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor
-
Deprecated.
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimeTypeDescriptor
-
Deprecated.
- getFactory() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getFatalJmsExceptionHandler() - Method in class org.jadira.jms.mdp.AbstractMessageDriven
-
- getField() - Method in class org.jadira.reflection.access.model.FieldModel
-
Access the Field associated with the FieldModel
- getFieldAccess() - Method in class org.jadira.reflection.access.model.FieldModel
-
Access the FieldAccess associated with the FieldModel
- getFieldClass() - Method in class org.jadira.reflection.access.model.FieldModel
-
Gets the Declared Class for the Field
- getFieldInfo() - Method in class org.jadira.scanner.classpath.types.JField
-
- getFields() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getFields() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getFieldType() - Method in class org.jadira.reflection.access.model.FieldModel
-
Indicates the type of the Field - Primitive, Array or Object
- getFieldValue(T, FieldModel<T>) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
Method to retrieve the value of a particular field
- getFieldValue(T, FieldModel<T>) - Method in class org.jadira.reflection.cloning.implementor.AsmCloneStrategy
-
- getFieldValue(T, FieldModel<T>) - Method in class org.jadira.reflection.cloning.implementor.InvokeDynamicCloneStrategy
-
- getFieldValue(T, FieldModel<T>) - Method in class org.jadira.reflection.cloning.implementor.PortableCloneStrategy
-
- getFieldValue(T, FieldModel<T>) - Method in class org.jadira.reflection.cloning.implementor.UnsafeCloneStrategy
-
- getFieldValue(Field, Object) - Static method in class org.jadira.usertype.spi.utils.reflection.ReflectionUtils
-
- getFile() - Method in class org.jadira.lang.io.core.ResourceInputSource
-
Return the associated file, if any
- getFileForPathName(String, File) - Static method in class org.jadira.scanner.core.helper.FileUtils
-
- getFileForPathName(String, URL) - Static method in class org.jadira.scanner.core.helper.FileUtils
-
- getFileFromURL(URL) - Static method in class org.jadira.scanner.core.helper.FileUtils
-
- getFileName() - Method in class org.jadira.lang.io.core.ResourceInputSource
-
Returns the file name for this
InputSource
instance, if any
- getFilters() - Method in interface org.jadira.scanner.Configuration
-
- getFilters() - Method in class org.jadira.scanner.ConfigurationBuilder
-
- getFloat(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getFloatValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getFloatValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getFloatValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getFloatValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getFloatValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getFloatValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableFloatFieldAccess
-
- getFloatValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getFloatValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeFloatFieldAccess
-
- getFlushMode() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getFromConstructor() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getFromMethod() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getHashCode(Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getHibernateFlushMode() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractBigDecimalColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractBigIntegerColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractLongColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractStringColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- getHibernateType() - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- getHibernateType() - Method in interface org.jadira.usertype.spi.shared.ColumnMapper
-
- getHigherBound() - Method in class org.jadira.quant.coremath.IntervalBisection
-
- getIdClass() - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Returns the class for the ID field for the entity type associated with this repository.
- getIdentifierMethod() - Method in class org.jadira.usertype.spi.shared.AbstractReflectionUserType
-
- getIdentifierType() - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
- getImmutableClasses() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
A list of classes that should be treated as immutable.
- getImmutableClasses() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getImmutableClasses() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
No Immutable classes are identified
- getImplementationClass() - Method in class org.jadira.bindings.core.loader.Extension
-
- getImplementedInterfaces() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getImplementedInterfaces() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getImplementingClasses() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getImplementor(Class<?>) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Retrieves the registered implementor for the given class
- getImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getImplementor(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
This implementation does not delegate to implementors
- getIndex() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getInputClass() - Method in interface org.jadira.bindings.core.api.Converter
-
Obtain the bound class
- getInputClass() - Method in class org.jadira.bindings.core.binder.ConverterKey
-
Gets the configured input class
- getInputClass() - Method in class org.jadira.bindings.core.general.converter.FromUnmarshallerConverter
-
Obtain the bound class
- getInputClass() - Method in class org.jadira.bindings.core.general.converter.ToMarshallerConverter
-
Obtain the bound class
- getInstance() - Static method in class org.jadira.reflection.cloning.implementor.AsmCloneStrategy
-
Returns a shared instance of AsmCloneStrategy
- getInstance() - Static method in class org.jadira.reflection.cloning.implementor.InvokeDynamicCloneStrategy
-
Returns a shared instance of InvokeDynamicCloneStrategy
- getInstance() - Static method in class org.jadira.reflection.cloning.implementor.PortableCloneStrategy
-
Returns a shared instance of PortableCloneStrategy
- getInstance() - Static method in class org.jadira.reflection.cloning.implementor.UnsafeCloneStrategy
-
Returns a shared instance of UnsafeCloneStrategy
- getInt(int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Reads four bytes (an int) from the given offset
- getInt(int) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
- getInt(int) - Method in class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
- getInt(int) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
- getInt(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getInterceptor() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getInterfaces() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getIntValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getIntValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getIntValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getIntValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getIntValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getIntValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableIntFieldAccess
-
- getIntValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getIntValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeIntFieldAccess
-
- getIterations() - Method in class org.jadira.quant.coremath.IntervalBisection
-
- getJAnnotation(Annotation, JElement, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getJAnnotation(A, JElement, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getJClass(Class<?>, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getJClass(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JClass
-
- getJClass(ClassFile, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JClass
-
- getJClass(Class<?>, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JClass
-
- getJClass(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPrimitiveClass
-
- getJClass(ClassFile, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPrimitiveClass
-
- getJClass(Class<?>, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPrimitiveClass
-
- getJConstructor(MethodInfo, JClass, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JConstructor
-
- getJConstructor(MethodInfo, JClass, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JDefaultConstructor
-
- getJdbcBatchSize() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcConnectionAccess() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcCoordinator() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcServices() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcSessionContext() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcTimeZone() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getJdbcTimeZone() - Method in class org.jadira.usertype.spi.timezone.proxy.TimeZoneProvidingSharedSessionContractImplementor
-
- getJField(FieldInfo, JClass, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JField
-
- getJInnerClass(ClassFile, ClassFile, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JInnerClass
-
- getJInterface(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JInterface
-
- getJInterface(ClassFile, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JInterface
-
- getJMethod(MethodInfo, JType, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JMethod
-
- getJPackage(String, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPackage
-
- getJPackage(Package, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JPackage
-
- getJParameter(int, JOperation, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JParameter
-
- getJStaticInitializer(MethodInfo, JType, ClasspathResolver) - Static method in class org.jadira.scanner.classpath.types.JStaticInitializer
-
- getLeft() - Method in class org.jadira.reflection.core.identity.Tuple
-
- getLoadQueryInfluencers() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getLobCreator() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getLocators() - Method in interface org.jadira.scanner.Configuration
-
- getLocators() - Method in class org.jadira.scanner.ConfigurationBuilder
-
- getLong(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getLongValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getLongValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getLongValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getLongValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getLongValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getLongValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableLongFieldAccess
-
- getLongValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getLongValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeLongFieldAccess
-
- getLowerBound() - Method in class org.jadira.quant.coremath.IntervalBisection
-
- getLowerRange() - Method in exception org.jadira.quant.exception.IntervalBisectionOutOfRangeException
-
- getMajorVersion() - Static method in class org.jadira.usertype.spi.utils.runtime.JavaVersion
-
- getMappedClass() - Method in class org.jadira.usertype.spi.shared.AbstractKnownClassHeuristicUserType
-
- getMarkLimit() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- getMarshaller() - Method in class org.jadira.bindings.core.general.converter.ToMarshallerConverter
-
Get the wrapped marshaller
- getMaxMessagesPerTransaction() - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
Get the configured maximum number of messages per transaction
- getMessage() - Method in exception org.jadira.cdt.exception.WrappedCheckedException
-
Return the detail message, including the message from the Wrapped
exception if there is one.
- getMessage() - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
-
Return the detail message, including the message from the wrapped
exception if there is one.
- getMethodInfo() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getMethodParamClasses(MethodInfo) - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getMethodParamNames(MethodInfo) - Static method in class org.jadira.scanner.core.helper.JavassistMethodInfoHelper
-
- getMethodParamTypeNames(MethodInfo) - Static method in class org.jadira.scanner.core.helper.JavassistMethodInfoHelper
-
- getMethods() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getMethods() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getMethods() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getMinorVersion() - Static method in class org.jadira.usertype.spi.utils.runtime.JavaVersion
-
- getModelClass() - Method in class org.jadira.reflection.access.model.ClassModel
-
Access the Class associated with the ClassModel
- getModelFields() - Method in class org.jadira.reflection.access.model.ClassModel
-
Return an array of FieldModel for the class - one entry per Field
- getModifier() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getModifier() - Method in class org.jadira.scanner.classpath.types.JMethod
-
- getModifier() - Method in class org.jadira.scanner.classpath.types.JType
-
- getMutabilityDetector() - Static method in class org.jadira.reflection.cloning.mutability.MutabilityDetector
-
Return the MutabilityDetector instance
- getName() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getName() - Method in class org.jadira.scanner.classpath.types.JElement
-
- getName() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getName() - Method in class org.jadira.usertype.spi.shared.DstSafeDateType
-
Deprecated.
- getName() - Method in class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- getName() - Method in class org.jadira.usertype.spi.shared.DstSafeTimeType
-
Deprecated.
- getNamedNativeQuery(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getNamedProcedureCall(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getNamedQuery(String) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getNationalNumber() - Method in interface org.jadira.cdt.phonenumber.api.PhoneNumber
-
Returns the national number part for the phone number.
- getNationalNumber() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Returns the national number part for the phone number.
- getNextTimestamp(Timestamp, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.DbTimestampSeed
-
- getNextTimestamp(Timestamp, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.JvmTimestampSeed
-
- getNextTimestamp(T, SharedSessionContractImplementor) - Method in interface org.jadira.usertype.spi.shared.Seed
-
Increment the version value.
- getNonCloneableClasses() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
A list of classes that should not be cloned.
- getNonCloneableClasses() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- getNonCloneableClasses() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
No Non-Cloneable classes are identified
- getNumericCode() - Method in interface org.jadira.cdt.country.CountryCode
-
- getNumericCode() - Method in enum org.jadira.cdt.country.ISOCountryCode
-
- getObject(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the object at the given offset of the supplied parent object
- getObjectFieldOffset(Field) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Gets an offset for the given field relative to the field base.
- getObjectReader() - Method in class org.jadira.usertype.corejava.collections.PersistentStringMapAsJson
-
- getObjectReader() - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- getObjectWriter() - Method in class org.jadira.usertype.corejava.collections.PersistentStringMapAsJson
-
- getObjectWriter() - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- getOffsetDateTimeZone() - Method in class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- getOrDefault(Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- getOutputClass() - Method in interface org.jadira.bindings.core.api.Converter
-
Obtain the bound class
- getOutputClass() - Method in class org.jadira.bindings.core.binder.ConverterKey
-
Gets the configured output class
- getOutputClass() - Method in class org.jadira.bindings.core.general.converter.FromUnmarshallerConverter
-
Obtain the bound class
- getOutputClass() - Method in class org.jadira.bindings.core.general.converter.ToMarshallerConverter
-
Obtain the bound class
- getPackage() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getPackage() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getPackage() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getPackage() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getPackage() - Method in class org.jadira.scanner.classpath.types.JType
-
- getParameters() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- getParameters() - Method in class org.jadira.scanner.classpath.types.JDefaultConstructor
-
- getParameters() - Method in class org.jadira.scanner.classpath.types.JOperation
-
- getParameterValues() - Method in class org.jadira.usertype.moneyandcurrency.joda.AbstractSingleColumnMoneyUserType
-
- getParameterValues() - Method in class org.jadira.usertype.moneyandcurrency.moneta.AbstractSingleColumnMoneyUserType
-
- getParameterValues() - Method in class org.jadira.usertype.spi.shared.AbstractParameterizedMultiColumnUserType
-
- getParameterValues() - Method in class org.jadira.usertype.spi.shared.AbstractParameterizedUserType
-
- getParentPackage() - Method in class org.jadira.scanner.classpath.types.JPackage
-
- getPersistenceContext() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getPrecision() - Method in class org.jadira.quant.coremath.IntervalBisection
-
- getPrefix() - Method in class org.jadira.scanner.classpath.filter.PackagePrefixFilter
-
- getProperty(String) - Static method in class org.jadira.usertype.spi.shared.ConfigurationHelper
-
- getProperty(String) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- getProperty(String, String) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateMidnight
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateMidnightAsString
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZone
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZoneWithOffset
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAsString
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentDateTimeWithZone
-
Deprecated.
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.joda.PersistentInterval
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTimeAsStringAndStringOffset
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsLongAndStringOffset
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsStringAndStringOffset
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimeAndStringOffset
-
- getPropertyNames() - Method in class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTimeAsStringAndStringZone
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrencyAsInteger
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmountAndCurrency
-
- getPropertyNames() - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- getPropertyNames() - Method in class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantityAndUnit
-
- getPropertyTypes() - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- getPropertyValue(Object, int) - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- getProviderClass() - Method in class org.jadira.bindings.core.loader.Provider
-
- getProviders() - Method in class org.jadira.bindings.core.loader.BindingConfiguration
-
Return the registered providers
- getQualifier() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getQualifierAnnotation() - Method in class org.jadira.bindings.core.binder.ConverterKey
-
Gets the configured qualifier
- getRegistrationKeys() - Method in class org.jadira.usertype.spi.shared.DstSafeDateType
-
Deprecated.
- getRegistrationKeys() - Method in class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- getRegistrationKeys() - Method in class org.jadira.usertype.spi.shared.DstSafeTimeType
-
Deprecated.
- getResolver() - Method in class org.jadira.scanner.classpath.types.JElement
-
- getResource() - Method in class org.jadira.lang.io.core.ResourceInputSource
-
Return the associated Resource, if any
- getReturnedClass() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getRight() - Method in class org.jadira.reflection.core.identity.Tuple
-
- getRootCause() - Method in exception org.jadira.cdt.exception.WrappedCheckedException
-
Retrieves the ultimate root cause for this exception, or null
- getRootCause() - Method in exception org.jadira.cdt.exception.WrappedRuntimeException
-
Retrieves the ultimate root cause for this exception, or null
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- getSessionIdentifier() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getShort(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Retrieve the value at the given offset of the supplied parent object
- getShortValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getShortValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getShortValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getShortValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getShortValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getShortValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableShortFieldAccess
-
- getShortValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getShortValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeShortFieldAccess
-
- getSingleResult(Query) - Method in class org.jadira.usertype.spi.repository.JpaSearchRepository
-
Executes a query that returns a single record.
- getSourceClass() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getSourceType() - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractBigDecimalColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractBigIntegerColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractIntegerColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractLongColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractStringColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- getSqlType() - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- getSqlType() - Method in interface org.jadira.usertype.spi.shared.ColumnMapper
-
- getStandardDateTimeZone() - Method in class org.jadira.usertype.dateandtime.joda.util.DateTimeZoneWithOffset
-
- getStaticInitializers() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getStaticInitializers() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getStreamSource() - Method in class org.jadira.lang.io.core.ResourceInputSource
-
Return the associated InputStreamSource
, if any
- getSubClasses() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getSubClasses() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getSubInterfaces() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getSuperClass() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- getSuperClassAccess() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getSuperClassAccess() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Get the Class being accessed
- getSuperClassModel() - Method in class org.jadira.reflection.access.model.ClassModel
-
Access the model for the super class
- getSuperInterfaces() - Method in class org.jadira.scanner.classpath.types.JInterface
-
- getSuperType() - Method in class org.jadira.scanner.classpath.types.JAnnotation
-
- getSuperType() - Method in class org.jadira.scanner.classpath.types.JClass
-
- getTarget() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getTargetClass() - Method in interface org.jadira.bindings.core.api.FromUnmarshaller
-
Obtain the bound class
- getTargetClass() - Method in interface org.jadira.bindings.core.api.ToMarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.adapter.MarshallerToUnmarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.adapter.UnmarshallerToMarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.binding.CompositeBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.binding.FromBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.binding.ToBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.marshaller.ConverterToMarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.marshaller.MethodToMarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.unmarshaller.ConstructorFromUnmarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.unmarshaller.ConverterFromUnmarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.general.unmarshaller.MethodFromUnmarshaller
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.jdk.AbstractStringBinding
-
Obtain the bound class
- getTargetClass() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getTargetType() - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- getTenantIdentifier() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getTimestamp() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getTimestamp(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.DbTimestampSeed
-
- getTimestamp(SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.JvmTimestampSeed
-
- getTimestamp(SharedSessionContractImplementor) - Method in interface org.jadira.usertype.spi.shared.Seed
-
Generate an initial version value.
- getToMethod() - Method in class org.jadira.bindings.core.loader.BindingConfigurationEntry
-
- getTransaction() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getTransactionCoordinator() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- getType() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- getType() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
Get the Class being accessed
- getType() - Method in class org.jadira.scanner.classpath.types.JField
-
- getType() - Method in class org.jadira.scanner.classpath.types.JParameter
-
- getType() - Method in class org.jadira.scanner.classpath.types.JVariable
-
- getType() - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.jadira.bindings.core.utils.reflection.TypeHelper
-
Get the actual type arguments a child class has used to extend a generic base class.
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.jadira.scanner.core.spi.TypeHelper
-
Get the actual type arguments a child class has used to extend a generic base class.
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.jadira.usertype.spi.utils.reflection.TypeHelper
-
Get the actual type arguments a child class has used to extend a generic base class.
- getUnderlyingPhoneNumber() - Method in class org.jadira.cdt.phonenumber.impl.E164PhoneNumberWithExtension
-
Returns the underlying LibPhoneNumber Phonenumber.PhoneNumber
instance.
- getUnmarshaller() - Method in class org.jadira.bindings.core.general.converter.FromUnmarshallerConverter
-
Get the wrapped unmarshaller
- getUnsafeOperations() - Static method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Returns the (singleton) UnsafeOperations instance
- getUpperRange() - Method in exception org.jadira.quant.exception.IntervalBisectionOutOfRangeException
-
- getUrls() - Method in interface org.jadira.scanner.Configuration
-
- getUrls() - Method in class org.jadira.scanner.ConfigurationBuilder
-
- getUse42Api() - Static method in class org.jadira.usertype.spi.shared.ConfigurationHelper
-
- getUserTypes() - Method in class org.jadira.usertype.dateandtime.joda.integrator.UserTypeJodaTimeHibernateIntegrator
- getUserTypes() - Method in class org.jadira.usertype.dateandtime.threeten.integrator.UserTypeThreeTenHibernateIntegrator
- getUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.joda.integrator.UserTypeJodaMoneyHibernateIntegrator
- getUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.legacyjdk.integrator.UserTypeLegacyJdkMoneyHibernateIntegrator
- getUserTypes() - Method in class org.jadira.usertype.moneyandcurrency.moneta.integrator.UserTypeMonetaMoneyHibernateIntegrator
- getUserTypes() - Method in class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator
-
- getValidTypes() - Method in interface org.jadira.usertype.spi.shared.ValidTypesConfigured
-
- getValidTypes() - Method in class org.jadira.usertype.unitsofmeasurement.indriya.columnmapper.StringColumnUnitMapper
-
- getValidTypes() - Method in class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantity
-
- getValidTypes() - Method in class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantityAndUnit
-
- getValue(C) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Retrieve the value of the field for the given instance
- getValue(C, String) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Retrieve the value of the field for the given instance
- getValue(C) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeBooleanFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeByteFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeCharFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeDoubleFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeFloatFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeIntFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeLongFieldAccess
-
- getValue(C) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeShortFieldAccess
-
- getValueOfMethod() - Method in class org.jadira.usertype.spi.shared.AbstractReflectionUserType
-
- getVisitedElements() - Method in class org.jadira.scanner.classpath.visitor.CollectingVisitor
-
- GMT - Static variable in class org.jadira.usertype.dateandtime.legacyjdk.columnmapper.TimestampColumnDateMapper
-
- GregorianCalendarImplementor - Class in org.jadira.reflection.cloning.implementor.types
-
A Clone Implementor that can handle GregorianCalendar
- GregorianCalendarImplementor() - Constructor for class org.jadira.reflection.cloning.implementor.types.GregorianCalendarImplementor
-
- guessEntityName(Object) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- IdentityUrlLocator - Class in org.jadira.scanner.file.locator
-
A Locator that returns an explicit set of classpaths
- IdentityUrlLocator(List<URL>) - Constructor for class org.jadira.scanner.file.locator.IdentityUrlLocator
-
- IGNORED_PACKAGES - Static variable in class org.jadira.scanner.core.helper.filenamefilter.ClassFilenameFilter
-
- immediateLoad(String, Serializable) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- Immutable - Annotation Type in org.jadira.reflection.cloning.annotation
-
This annotation is intended as a hint that the annotated class is immutable or effectively immutable.
- InetAddressStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a InetAddress to a String
- InetAddressStringBinding() - Constructor for class org.jadira.bindings.core.jdk.InetAddressStringBinding
-
- initialise() - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- initialiseFor(Class<?>) - Method in interface org.jadira.reflection.cloning.api.Cloner
-
This method is included simply so that cold starts can be avoided.
- initialiseFor(Class<?>...) - Method in interface org.jadira.reflection.cloning.api.CloneStrategy
-
- initialiseFor(Class<?>) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- initialiseFor(Class<?>...) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
- initialiseFor(Class<?>) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- initializeCollection(PersistentCollection, boolean) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- INNER_CLASS_SEPARATOR_CHAR - Static variable in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
- InputStreamOperation<T> - Interface in org.jadira.scanner.core.helper
-
- INSTANCE - Static variable in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeDateTypeDescriptor
-
Deprecated.
- INSTANCE - Static variable in class org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor
-
Deprecated.
- INSTANCE - Static variable in class org.jadira.usertype.spi.shared.DstSafeDateType
-
Deprecated.
- INSTANCE - Static variable in class org.jadira.usertype.spi.shared.DstSafeTimestampType
-
Deprecated.
- INSTANCE - Static variable in class org.jadira.usertype.spi.shared.DstSafeTimeType
-
Deprecated.
- INSTANT_FORMATTER - Static variable in class org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnInstantMapper
-
- instantiate(String, Serializable) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- IntegerColumnCurrencyUnitMapper - Class in org.jadira.usertype.moneyandcurrency.joda.columnmapper
-
- IntegerColumnCurrencyUnitMapper() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.columnmapper.IntegerColumnCurrencyUnitMapper
-
- IntegerColumnDayOfWeekMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- IntegerColumnDayOfWeekMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDayOfWeekMapper
-
- IntegerColumnDurationMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- IntegerColumnDurationMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnDurationMapper
-
- IntegerColumnDurationMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- IntegerColumnDurationMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDurationMapper
-
- IntegerColumnLocalTimeMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- IntegerColumnLocalTimeMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnLocalTimeMapper
-
- IntegerColumnLocalTimeMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- IntegerColumnLocalTimeMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnLocalTimeMapper
-
- IntegerColumnMinutesMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- IntegerColumnMinutesMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnMinutesMapper
-
- IntegerColumnMonthMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- IntegerColumnMonthMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnMonthMapper
-
- IntegerColumnTimeOfDayMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- IntegerColumnTimeOfDayMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnTimeOfDayMapper
-
Deprecated.
- IntegerColumnYearMapper - Class in org.jadira.usertype.dateandtime.threeten.columnmapper
-
- IntegerColumnYearMapper() - Constructor for class org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnYearMapper
-
- IntegerColumnYearsMapper - Class in org.jadira.usertype.dateandtime.joda.columnmapper
-
- IntegerColumnYearsMapper() - Constructor for class org.jadira.usertype.dateandtime.joda.columnmapper.IntegerColumnYearsMapper
-
- IntegerStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Integer to a String
- IntegerStringBinding() - Constructor for class org.jadira.bindings.core.jdk.IntegerStringBinding
-
- integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator
-
- integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.jadira.usertype.spi.shared.AbstractUserTypeHibernateIntegrator
- IntegratorConfiguredType - Interface in org.jadira.usertype.spi.shared
-
Represents a type that can be configured by an Integrator
or that take additional configuration from the SessionFactory
.
- internalLoad(String, Serializable, boolean, boolean) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- IntervalBisection - Class in org.jadira.quant.coremath
-
This class can be used to solve the equation f(x) = 0.
- IntervalBisection(double, double) - Constructor for class org.jadira.quant.coremath.IntervalBisection
-
- IntervalBisection(double, double, int) - Constructor for class org.jadira.quant.coremath.IntervalBisection
-
Create a new instance with the given number of iterations and precision
- IntervalBisection(double, double, int, double, IntervalBisection.PrecisionStrategy) - Constructor for class org.jadira.quant.coremath.IntervalBisection
-
Create a new instance with the given number of iterations and precision
- IntervalBisection.PrecisionStrategy - Enum in org.jadira.quant.coremath
-
- IntervalBisectionOutOfRangeException - Exception in org.jadira.quant.exception
-
Indicates a problem arising during evaluation
- IntervalBisectionOutOfRangeException(double, double) - Constructor for exception org.jadira.quant.exception.IntervalBisectionOutOfRangeException
-
Constructs an IntervalBisectionOutOfRangeException
for the given input values.
- IntrospectionVisitor - Interface in org.jadira.scanner.classpath.visitor
-
- InverseCompositeBinding<S,T> - Class in org.jadira.bindings.core.general.binding
-
Binding that supports a to contract, and from contract.
- InverseCompositeBinding(Binding<T, S>) - Constructor for class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Create a binding that reverses the interpretation of the supplied binding
- InverseCompositeBinding(ToMarshaller<T, S>, FromUnmarshaller<T, S>) - Constructor for class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Create a binding that reverses the interpretation of the supplied Marshaller and Unmarshaller
- invert() - Method in class org.jadira.bindings.core.binder.ConverterKey
-
- invoke(C, Object...) - Method in interface org.jadira.reflection.access.api.MethodAccess
-
Invokes the method
- invoke(Object, Object...) - Method in class org.jadira.reflection.access.asm.AsmMethodAccess
-
- invoke(Object, Object...) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicMethodAccess
-
- invoke(Object, Object...) - Method in class org.jadira.reflection.access.portable.PortableMethodAccess
-
- InvokeDynamicClassAccess<C> - Class in org.jadira.reflection.access.invokedynamic
-
ClassAccess implementation which uses ASM and the invokeDynamic instruction.
- InvokeDynamicClassAccess(Class<C>) - Constructor for class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
Constructor, intended for use by generated subclasses
- InvokeDynamicClassAccessFactory - Class in org.jadira.reflection.access.invokedynamic
-
- InvokeDynamicCloneStrategy - Class in org.jadira.reflection.cloning.implementor
-
A CloneStrategy that uses invokedynamic via DynaLang and ASM
- InvokeDynamicCloneStrategy() - Constructor for class org.jadira.reflection.cloning.implementor.InvokeDynamicCloneStrategy
-
- InvokeDynamicFieldAccess<C> - Class in org.jadira.reflection.access.invokedynamic
-
FieldAccess implementation using an InvokeDynamic based strategy (using ASM and Dynalang)
- InvokeDynamicMethodAccess<C> - Class in org.jadira.reflection.access.invokedynamic
-
- invokeMethod(Object, Method, Object[]) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Invoke the given method on the given instance
- invokeMethod2(Object, Method, Object[]) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
- isAnyType() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isArray() - Method in class org.jadira.scanner.classpath.types.JArrayClass
-
- isArray() - Method in class org.jadira.scanner.classpath.types.JClass
-
- isAssociationType() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isAutoCloseSessionEnabled() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isCloneImmutable() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
If false, indicates that classes known to be immutable should be not cloned.
- isCloneImmutable() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isCloneImmutable() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Immutable fields are always cloned, but object reference identity in the new structure is
preserved
- isCloneSyntheticFields() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Indicates whether synthetic fields should be cloned
- isCloneSyntheticFields() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isCloneSyntheticFields() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Does not clone synthetic fields
- isCloneTransientAnnotatedFields() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
If false, indicates that fields annotated by the
Transient
annotation should not be
cloned, instead being replaced with null.
- isCloneTransientAnnotatedFields() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isCloneTransientAnnotatedFields() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Transient annotated fields are always cloned
- isCloneTransientFields() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
If false, indicates that fields modified by the transient keyword should not be cloned,
instead being replaced with null.
- isCloneTransientFields() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isCloneTransientFields() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
Transient fields are always cloned
- isClosed() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isCollectionType() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isComponentType() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isConcludeBatchOnRedeliveredMessage() - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
True if seeing a redelivered message will conclude the current batch
- isConnected() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isDetectedAsImmutable() - Method in class org.jadira.reflection.access.model.ClassModel
-
Indicates whether the class has been determined to be immutable
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isEmpty() - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- isEmpty() - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- isEmpty(String) - Static method in class org.jadira.usertype.spi.utils.lang.StringUtils
-
- isEntityType() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isEqual(Object, Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isEquals() - Method in class org.jadira.reflection.equals.EqualsBuilder
-
- isEventSource() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isFlat() - Method in class org.jadira.reflection.access.model.ClassModel
-
Indicates whether the class should be treated as Flat.
- isFromMatch(Constructor<?>) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isFromMatch(Method) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isFromMatch(Constructor<?>) - Method in class org.jadira.bindings.core.provider.JodaConvertConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isFromMatch(Method) - Method in class org.jadira.bindings.core.provider.JodaConvertConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isFromMatch(Constructor<?>) - Method in class org.jadira.bindings.core.provider.StringConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isFromMatch(Method) - Method in class org.jadira.bindings.core.provider.StringConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isImmutable(Class<?>) - Method in class org.jadira.reflection.cloning.mutability.MutabilityDetector
-
Return true if immutable or effectively immutable
- isImmutableInstance(Object) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Indicates whether the given object instance should be treated as immutable
- isImmutableInstance(Object) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isImmutableInstance(Object) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- isInterface() - Method in class org.jadira.scanner.classpath.types.JClass
-
- isJava8OrLater() - Static method in class org.jadira.usertype.spi.utils.runtime.JavaVersion
-
- isJdkImmutable(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Indicate if the class is a known non-primitive, JDK immutable type
- isLiteral() - Method in class org.jadira.scanner.core.helper.filenamefilter.AntPathFilter
-
Returns true if the given path resolves a literal path as opposed to a pattern
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isMutable() - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- isMutable() - Method in class org.jadira.usertype.spi.shared.AbstractUserType
-
- isMutable() - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isNonCloneable() - Method in class org.jadira.reflection.access.model.ClassModel
-
Indicates whether the class should be treated as Non-Cloneable.
- isNonStaticMemberClass() - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Indicates if the class being accessed is a non-static member class
- isNonStaticMemberClass() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicClassAccess
-
Indicates if the class being accessed is a non-static member class
- isNotEmpty(String) - Static method in class org.jadira.usertype.spi.utils.lang.StringUtils
-
- ISOCountryCode - Enum in org.jadira.cdt.country
-
- isOpen() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isPatterned() - Method in class org.jadira.scanner.core.helper.filenamefilter.AntPathFilter
-
Returns true if the given path resolves a pattern as opposed to a literal path
- isPrimitive() - Method in class org.jadira.scanner.classpath.types.JClass
-
- isPrimitive() - Method in class org.jadira.scanner.classpath.types.JPrimitiveClass
-
- isPrivate() - Method in class org.jadira.reflection.access.model.FieldModel
-
Indicates whether the field is private access
- isPrivate() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- isPrivate() - Method in class org.jadira.scanner.classpath.types.JMethod
-
- isPrivate() - Method in class org.jadira.scanner.classpath.types.JType
-
- isPrivateAccessAllowed() - Static method in class org.jadira.usertype.spi.utils.reflection.ReflectionUtils
-
- isProtected() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- isProtected() - Method in class org.jadira.scanner.classpath.types.JMethod
-
- isProtected() - Method in class org.jadira.scanner.classpath.types.JType
-
- isPublic() - Method in class org.jadira.scanner.classpath.types.JConstructor
-
- isPublic() - Method in class org.jadira.scanner.classpath.types.JMethod
-
- isPublic() - Method in class org.jadira.scanner.classpath.types.JType
-
- isRestartable() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Indicates whether the stream can be restarted
- isRetryMitigation() - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
True if the instance attempts to mitigate the problems arising when messages in a batch
are all retried when a poison message is encountered
- isSame(Object, Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- isSynthetic() - Method in class org.jadira.reflection.access.model.FieldModel
-
Indicates whether the field is synthetic according to the Java Language Specific
- isToMatch(Method) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isToMatch(Method) - Method in class org.jadira.bindings.core.provider.JodaConvertConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isToMatch(Method) - Method in class org.jadira.bindings.core.provider.StringConverterProvider
-
Subclasses can override this template method with their own matching strategy
- isTrackReferences() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Indicates whether to track references
- isTrackReferences() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isTrackReferences() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- isTrackReferencesForFlatClasses() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Indicates whether to also track references for flat classes when tracking references.
- isTrackReferencesForFlatClasses() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isTrackReferencesForFlatClasses() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- isTransactionInProgress() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- isTransientAnnotatedField() - Method in class org.jadira.reflection.access.model.FieldModel
-
Indicates whether the field carries a Transient annotation
- isTransientField() - Method in class org.jadira.reflection.access.model.FieldModel
-
Indicates whether the field is transient
- isUnsafeAvailable() - Static method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Check whether the Unsafe API is accessible
- isUseCloneable() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
- isUseCloneable() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isUseCloneable() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
This implementation cannot invoke clone()
- isUseCloneImplementors() - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Indicates whether custom clone implementors are enabled
- isUseCloneImplementors() - Method in class org.jadira.reflection.cloning.BasicCloner
-
- isUseCloneImplementors() - Method in class org.jadira.reflection.cloning.MinimalCloner
-
CloneImplementors may not be used
- isWrapper(Class<?>) - Static method in class org.jadira.reflection.core.misc.ClassUtils
-
Indicate if the class is a known primitive wrapper type
- IterableEnumeration<E> - Class in org.jadira.bindings.core.utils.lang
-
Helper used for working with the JDKs classloader API
- IterableEnumeration(Enumeration<E>) - Constructor for class org.jadira.bindings.core.utils.lang.IterableEnumeration
-
Creates a new instance
- IterableEnumeration<E> - Class in org.jadira.scanner.core.utils.lang
-
Helper used for working with the JDKs classloader API
- IterableEnumeration(Enumeration<E>) - Constructor for class org.jadira.scanner.core.utils.lang.IterableEnumeration
-
Creates a new instance
- IterableEnumeration<E> - Class in org.jadira.usertype.spi.utils.lang
-
Helper used for working with the JDKs classloader API
- IterableEnumeration(Enumeration<E>) - Constructor for class org.jadira.usertype.spi.utils.lang.IterableEnumeration
-
Creates a new instance
- IterableNodeList - Class in org.jadira.bindings.core.utils.lang
-
Helper used for working with the JDKs NodeList API
- IterableNodeList(NodeList) - Constructor for class org.jadira.bindings.core.utils.lang.IterableNodeList
-
Creates a new instance
- iterate(String, QueryParameters) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- iterateFilter(Object, String, QueryParameters) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- iterator() - Method in class org.jadira.bindings.core.utils.lang.IterableEnumeration
-
Returns an iterator wrapping the underlying enumeration
- iterator() - Method in class org.jadira.bindings.core.utils.lang.IterableNodeList
-
Returns an iterator wrapping the underlying enumeration
- iterator() - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- iterator() - Method in class org.jadira.scanner.core.utils.lang.IterableEnumeration
-
Returns an iterator wrapping the underlying enumeration
- iterator() - Method in class org.jadira.usertype.spi.utils.lang.IterableEnumeration
-
Returns an iterator wrapping the underlying enumeration
- MAJOR_VERSION - Static variable in class org.jadira.usertype.spi.utils.runtime.JavaVersion
-
- mark(int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- mark(int) - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- MarkerFileClasspathUrlLocator - Class in org.jadira.scanner.file.locator
-
Matches any Jars with a marker file indicated
- MarkerFileClasspathUrlLocator(String, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.MarkerFileClasspathUrlLocator
-
- MarkerFileClasspathUrlLocator(List<String>, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.MarkerFileClasspathUrlLocator
-
- markForRollbackOnly() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- markSupported() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- markSupported() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- marshal(S) - Method in interface org.jadira.bindings.core.api.ToMarshaller
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.adapter.UnmarshallerToMarshaller
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.binding.CompositeBinding
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.binding.FromBinding
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.binding.ToBinding
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.marshaller.ConverterToMarshaller
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.general.marshaller.MethodToMarshaller
-
Converts to the given object from the specified object
- marshal(S) - Method in class org.jadira.bindings.core.jdk.AbstractStringBinding
-
Converts to the given object from the specified object
- marshal(Calendar) - Method in class org.jadira.bindings.core.jdk.CalendarStringBinding
-
Converts to the given object from the specified object
- marshal(Class) - Method in class org.jadira.bindings.core.jdk.ClassStringBinding
-
Converts to the given object from the specified object
- marshal(Date) - Method in class org.jadira.bindings.core.jdk.DateStringBinding
-
Converts to the given object from the specified object
- marshal(InetAddress) - Method in class org.jadira.bindings.core.jdk.InetAddressStringBinding
-
Converts to the given object from the specified object
- marshal(Package) - Method in class org.jadira.bindings.core.jdk.PackageStringBinding
-
Converts to the given object from the specified object
- marshal(TimeZone) - Method in class org.jadira.bindings.core.jdk.TimeZoneStringBinding
-
Converts to the given object from the specified object
- MarshallerToUnmarshaller<S,T> - Class in org.jadira.bindings.core.general.adapter
-
An unmarshaller that wraps a marshaller to convert the marshaller for type T into an unmarshaller for type S
- MarshallerToUnmarshaller(ToMarshaller<T, S>) - Constructor for class org.jadira.bindings.core.general.adapter.MarshallerToUnmarshaller
-
- match(String) - Method in class org.jadira.scanner.core.helper.filenamefilter.AntPathFilter
-
Match the entire path against the given pattern
- matches(TypeDescriptor, TypeDescriptor) - Method in class org.jadira.bindings.core.spring.BindingConverter
- matchFromConstructors(Class<O>) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
- matchFromConstructors(Class<O>) - Method in interface org.jadira.bindings.core.spi.ConverterProvider
-
Match constructors that can perform a from operation
- matchFromMethods(Class<?>) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
- matchFromMethods(Class<?>) - Method in interface org.jadira.bindings.core.spi.ConverterProvider
-
Match methods that can perform a from operation
- matchStart(String) - Method in class org.jadira.scanner.core.helper.filenamefilter.AntPathFilter
-
Match the start of the path against this pattern
- matchToMethods(Class<?>) - Method in class org.jadira.bindings.core.provider.AbstractAnnotationMatchingConverterProvider
-
- matchToMethods(Class<?>) - Method in interface org.jadira.bindings.core.spi.ConverterProvider
-
Match methods that can perform a to operation
- merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- method() - Method in interface org.jadira.reflection.access.api.MethodAccess
-
Get the Method being accessed
- method() - Method in class org.jadira.reflection.access.asm.AsmMethodAccess
-
- method() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicMethodAccess
-
- method() - Method in class org.jadira.reflection.access.portable.PortableMethodAccess
-
- MethodAccess<C> - Interface in org.jadira.reflection.access.api
-
Defines a mechanism for accessing a specific method within a specific class
- MethodConstructorBinding<S,T> - Class in org.jadira.bindings.core.general.binding
-
Binding that supports a to contract, and a constructor parameterised by a S
- MethodConstructorBinding(Constructor<S>, Class<T>, Method) - Constructor for class org.jadira.bindings.core.general.binding.MethodConstructorBinding
-
Constructs a binding that supports a marshal method and an unmarshalling constructor
- MethodFromUnmarshaller<S,T> - Class in org.jadira.bindings.core.general.unmarshaller
-
Binding that supports an unmarshal method.
- MethodFromUnmarshaller(Class<S>, Method) - Constructor for class org.jadira.bindings.core.general.unmarshaller.MethodFromUnmarshaller
-
Create a new instance
- MethodsBinding<S,T> - Class in org.jadira.bindings.core.general.binding
-
Binding that supports a marshal contract, and a unmarshal method.
- MethodsBinding(Method, Method, Class<S>, Class<T>) - Constructor for class org.jadira.bindings.core.general.binding.MethodsBinding
-
Constructs a binding that supports a marshal method and an unmarshal method
- MethodToMarshaller<S,T> - Class in org.jadira.bindings.core.general.marshaller
-
Base class providing capability to perform marshalling of source object type
to target.
- MethodToMarshaller(Class<S>, Class<T>, Method) - Constructor for class org.jadira.bindings.core.general.marshaller.MethodToMarshaller
-
Create a new instance
- MinimalCloner - Class in org.jadira.reflection.cloning
-
This is a highly reduced version of
Cloner
.
- MinimalCloner() - Constructor for class org.jadira.reflection.cloning.MinimalCloner
-
- MINOR_VERSION - Static variable in class org.jadira.usertype.spi.utils.runtime.JavaVersion
-
- MutabilityDetector - Class in org.jadira.reflection.cloning.mutability
-
This class provides a thread safe interface to an AnalysisSession
for runtime mutability determination.
- PACKAGE_SEPARATOR_CHARACTER - Static variable in class org.jadira.bindings.core.utils.reflection.ClassUtils
-
- PackageFileFilter - Class in org.jadira.scanner.classfile.filter
-
This filter matches files in a corresponding package
- PackageFileFilter(String, boolean) - Constructor for class org.jadira.scanner.classfile.filter.PackageFileFilter
-
- PackageFilter - Class in org.jadira.scanner.classpath.filter
-
- PackageFilter() - Constructor for class org.jadira.scanner.classpath.filter.PackageFilter
-
- PackageFilter(Package...) - Constructor for class org.jadira.scanner.classpath.filter.PackageFilter
-
- PackageFilter(JPackage...) - Constructor for class org.jadira.scanner.classpath.filter.PackageFilter
-
- PackageFilter(String...) - Constructor for class org.jadira.scanner.classpath.filter.PackageFilter
-
- PackagePrefixFilter - Class in org.jadira.scanner.classpath.filter
-
- PackagePrefixFilter(String) - Constructor for class org.jadira.scanner.classpath.filter.PackagePrefixFilter
-
- PackagePrefixFilter(Package) - Constructor for class org.jadira.scanner.classpath.filter.PackagePrefixFilter
-
- PackagePrefixFilter(JPackage) - Constructor for class org.jadira.scanner.classpath.filter.PackagePrefixFilter
-
- PackagesClasspathUrlLocator - Class in org.jadira.scanner.file.locator
-
Matches any Jars with a marker file indicated
- PackagesClasspathUrlLocator(String, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.PackagesClasspathUrlLocator
-
- PackagesClasspathUrlLocator(List<String>, ClassLoader...) - Constructor for class org.jadira.scanner.file.locator.PackagesClasspathUrlLocator
-
- PackageStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a Package to a String
- PackageStringBinding() - Constructor for class org.jadira.bindings.core.jdk.PackageStringBinding
-
- parseJavaZone(String) - Method in class org.jadira.usertype.dateandtime.joda.columnmapper.TimestampColumnDateTimeMapper
-
- parseJavaZone(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnOffsetTimeMapper
-
- parseJavaZone(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetDateTimeMapper
-
- parseJavaZone(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetTimeMapper
-
- parseJavaZone(String) - Method in class org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnZonedDateTimeMapper
-
- parseJavaZone(String) - Method in interface org.jadira.usertype.spi.shared.JavaZoneConfigured
-
- parseZone(String) - Method in class org.jadira.usertype.spi.shared.AbstractDateColumnMapper
-
- parseZone(String) - Method in class org.jadira.usertype.spi.shared.AbstractTimeColumnMapper
-
- parseZone(String) - Method in class org.jadira.usertype.spi.shared.AbstractTimestampColumnMapper
-
- parseZone(String) - Method in interface org.jadira.usertype.spi.shared.DatabaseZoneConfigured
-
- PATH_SEPARATOR - Static variable in class org.jadira.scanner.core.helper.filenamefilter.AntPathFilter
-
Path separator: "/"
- performCloneForCloneableMethod(T, CloneDriver) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
Helper method for performing cloning for objects of classes implementing java.lang.Cloneable
- persist(T) - Method in interface org.jadira.usertype.spi.repository.BaseRepository
-
Persists the given entity.
- persist(T) - Method in class org.jadira.usertype.spi.repository.JpaBaseRepository
-
Persists the given entity.
- PersistentBigMoneyAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps BigMoney
to and from a BigDecimal column.
- PersistentBigMoneyAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmount
-
- PersistentBigMoneyAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the decimal amount and currency from a BigMoney instance
- PersistentBigMoneyAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrency
-
- PersistentBigMoneyAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the decimal amount and currency from a BigMoney instance
- PersistentBigMoneyAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyAmountAndCurrencyAsInteger
-
- PersistentBigMoneyMajorAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps BigMoney
to and from a Long column using the Major amount for storage.
- PersistentBigMoneyMajorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmount
-
- PersistentBigMoneyMajorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a BigMoney instance
- PersistentBigMoneyMajorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrency
-
- PersistentBigMoneyMajorAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a BigMoney instance
- PersistentBigMoneyMajorAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMajorAmountAndCurrencyAsInteger
-
- PersistentBigMoneyMinorAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps BigMoney
to and from a Long column using the minor amount for storage.
- PersistentBigMoneyMinorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmount
-
- PersistentBigMoneyMinorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a BigMoney instance
- PersistentBigMoneyMinorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrency
-
- PersistentBigMoneyMinorAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a BigMoney instance
- PersistentBigMoneyMinorAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentBigMoneyMinorAmountAndCurrencyAsInteger
-
- PersistentBoundClass - Class in org.jadira.usertype.bindings
-
Allows dynamic invocation of any class by mapping it using a binding type.
- PersistentBoundClass() - Constructor for class org.jadira.usertype.bindings.PersistentBoundClass
-
- PersistentCurrency - Class in org.jadira.usertype.moneyandcurrency.legacyjdk
-
Maps a
Currency
to and from String for Hibernate.
- PersistentCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.legacyjdk.PersistentCurrency
-
- PersistentCurrencyUnit - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps a CurrencyUnit
to and from String for Hibernate.
- PersistentCurrencyUnit() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentCurrencyUnit
-
- PersistentCurrencyUnit - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps a CurrencyUnit
to and from String for Hibernate.
- PersistentCurrencyUnit() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentCurrencyUnit
-
- PersistentCurrencyUnitAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps a CurrencyUnit
to and from an Integer for Hibernate.
- PersistentCurrencyUnitAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentCurrencyUnitAsInteger
-
- PersistentDate - Class in org.jadira.usertype.dateandtime.legacyjdk
-
Persist
Date
via Hibernate.
- PersistentDate() - Constructor for class org.jadira.usertype.dateandtime.legacyjdk.PersistentDate
-
- PersistentDateMidnight - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateMidnight
via Hibernate.
- PersistentDateMidnight() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateMidnight
-
- PersistentDateMidnightAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateMidnight
via Hibernate.
- PersistentDateMidnightAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateMidnightAsString
-
- PersistentDateTime - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateTime
via Hibernate.
- PersistentDateTime() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTime
-
- PersistentDateTimeAndZone - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateTime
via Hibernate.
- PersistentDateTimeAndZone() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZone
-
- PersistentDateTimeAndZoneWithOffset - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateTime
via Hibernate.
- PersistentDateTimeAndZoneWithOffset() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAndZoneWithOffset
-
- PersistentDateTimeAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist DateTime
via Hibernate.
- PersistentDateTimeAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAsString
-
- PersistentDateTimeAsUtcString - Class in org.jadira.usertype.dateandtime.joda
-
Persist
DateTime
as a string of three parts:
the
DateTime
transformed into UTC time, formatted as such:
yyyy-MM-dd'T'HH:mm:ss.SSS
the underscore symbol (_)
the id of the
DateTime
's original time zone (for example Europe/London or UTC)
This user-type was created to workaround Hibernate's
HHH-5574
bug by storing the complete
DateTime
data, including the specific time zone, not just the offset (ala ISO 8601), in
one single, sortable field.
- PersistentDateTimeAsUtcString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeAsUtcString
-
- PersistentDateTimeWithZone - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentDateTimeWithZone() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeWithZone
-
Deprecated.
- PersistentDateTimeZoneAsString - Class in org.jadira.usertype.dateandtime.joda
-
Maps a DateTimeZone
to and from String for Hibernate.
- PersistentDateTimeZoneAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeZoneAsString
-
- PersistentDateTimeZoneWithOffsetAsString - Class in org.jadira.usertype.dateandtime.joda
-
Maps a DateTimeZone
to and from String for Hibernate.
- PersistentDateTimeZoneWithOffsetAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDateTimeZoneWithOffsetAsString
-
- PersistentDayOfWeekAsInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Persist DayOfWeek
via Hibernate using integer value.
- PersistentDayOfWeekAsInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDayOfWeekAsInteger
-
- PersistentDayOfWeekAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist DayOfWeek
via Hibernate.
- PersistentDayOfWeekAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDayOfWeekAsString
-
- PersistentDurationAsMillisLong - Class in org.jadira.usertype.dateandtime.joda
-
Maps a Duration
to and from Long for Hibernate.
- PersistentDurationAsMillisLong() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDurationAsMillisLong
-
- PersistentDurationAsMillisLong - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Duration
to and from Long for Hibernate.
- PersistentDurationAsMillisLong() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDurationAsMillisLong
-
- PersistentDurationAsNanosBigInteger - Class in org.jadira.usertype.dateandtime.joda
-
Maps a Duration
to and from BigInteger for Hibernate.
- PersistentDurationAsNanosBigInteger() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDurationAsNanosBigInteger
-
- PersistentDurationAsNanosBigInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Duration
to and from BigInteger for Hibernate.
- PersistentDurationAsNanosBigInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDurationAsNanosBigInteger
-
- PersistentDurationAsSecondsAndNanosDecimal - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Duration
to and from a decimal value for Hibernate.
- PersistentDurationAsSecondsAndNanosDecimal() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDurationAsSecondsAndNanosDecimal
-
- PersistentDurationAsSecondsInteger - Class in org.jadira.usertype.dateandtime.joda
-
Maps a Duration
to and from Integer for Hibernate.
- PersistentDurationAsSecondsInteger() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDurationAsSecondsInteger
-
- PersistentDurationAsSecondsInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Duration
to and from Integer for Hibernate.
- PersistentDurationAsSecondsInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDurationAsSecondsInteger
-
- PersistentDurationAsString - Class in org.jadira.usertype.dateandtime.joda
-
Maps a Duration
to and from String for Hibernate.
- PersistentDurationAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentDurationAsString
-
- PersistentDurationAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Duration
to and from String for Hibernate.
- PersistentDurationAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentDurationAsString
-
- PersistentE164PhoneNumberWithExtension - Class in org.jadira.usertype.phonenumber
-
- PersistentE164PhoneNumberWithExtension() - Constructor for class org.jadira.usertype.phonenumber.PersistentE164PhoneNumberWithExtension
-
- PersistentEnum - Class in org.jadira.usertype.corejava.enumerated
-
- PersistentEnum() - Constructor for class org.jadira.usertype.corejava.enumerated.PersistentEnum
-
- PersistentEnumAsPostgreSQLEnum - Class in org.jadira.usertype.corejava.enumerated
-
- PersistentEnumAsPostgreSQLEnum() - Constructor for class org.jadira.usertype.corejava.enumerated.PersistentEnumAsPostgreSQLEnum
-
- PersistentFastMoneyAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps FastMoney
to and from a BigDecimal column.
- PersistentFastMoneyAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmount
-
- PersistentFastMoneyAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the decimal amount and currency from a FastMoney instance
- PersistentFastMoneyAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmountAndCurrency
-
- PersistentFastMoneyMajorAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps FastMoney
to and from a Long column using the Major amount for storage.
- PersistentFastMoneyMajorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmount
-
- PersistentFastMoneyMajorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the minor amount and currency from a FastMoney instance
- PersistentFastMoneyMajorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmountAndCurrency
-
- PersistentFastMoneyMinorAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps FastMoney
to and from a Long column using the minor amount for storage.
- PersistentFastMoneyMinorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmount
-
- PersistentFastMoneyMinorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the minor amount and currency from a FastMoney instance
- PersistentFastMoneyMinorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmountAndCurrency
-
- PersistentInstantAsMillisLong - Class in org.jadira.usertype.dateandtime.joda
-
Persist Instant
via Hibernate using milliseconds of the day.
- PersistentInstantAsMillisLong() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentInstantAsMillisLong
-
- PersistentInstantAsMillisLong - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Instant
via Hibernate using milliseconds of the day.
- PersistentInstantAsMillisLong() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsMillisLong
-
- PersistentInstantAsNanosBigInteger - Class in org.jadira.usertype.dateandtime.joda
-
Persist Instant
via Hibernate using nanoseconds of the day.
- PersistentInstantAsNanosBigInteger() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentInstantAsNanosBigInteger
-
- PersistentInstantAsNanosBigInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Instant
via Hibernate using nanoseconds of the day.
- PersistentInstantAsNanosBigInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsNanosBigInteger
-
- PersistentInstantAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist Instant
via Hibernate.
- PersistentInstantAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentInstantAsString
-
- PersistentInstantAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Instant
via Hibernate.
- PersistentInstantAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsString
-
- PersistentInstantAsTimestamp - Class in org.jadira.usertype.dateandtime.joda
-
Persist Instant
via Hibernate using a JDBC Timestamp datatype with a reference date.
- PersistentInstantAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentInstantAsTimestamp
-
- PersistentInstantAsTimestamp - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Instant
via Hibernate using a JDBC Timestamp datatype with a reference date.
- PersistentInstantAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentInstantAsTimestamp
-
- PersistentInterval - Class in org.jadira.usertype.dateandtime.joda
-
Persist Interval
via Hibernate.
- PersistentInterval() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentInterval
-
- PersistentISOCountryCode - Class in org.jadira.usertype.country
-
- PersistentISOCountryCode() - Constructor for class org.jadira.usertype.country.PersistentISOCountryCode
-
- PersistentJsonObjectAsPostgreSQLJson<T> - Class in org.jadira.usertype.json.jackson
-
- PersistentJsonObjectAsPostgreSQLJson() - Constructor for class org.jadira.usertype.json.jackson.PersistentJsonObjectAsPostgreSQLJson
-
- PersistentJsonObjectAsString<T> - Class in org.jadira.usertype.json.jackson
-
- PersistentJsonObjectAsString() - Constructor for class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- PersistentLocalDate - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalDate
via Hibernate.
- PersistentLocalDate() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalDate
-
- PersistentLocalDate - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalDate
via Hibernate.
- PersistentLocalDate() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalDate
-
- PersistentLocalDateAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalDate
as a String via Hibernate.
- PersistentLocalDateAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalDateAsString
-
- PersistentLocalDateAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalDate
as a String via Hibernate.
- PersistentLocalDateAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalDateAsString
-
- PersistentLocalDateTime - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalDateTime
via Hibernate.
- PersistentLocalDateTime() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalDateTime
-
- PersistentLocalDateTime - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalDateTime
via Hibernate.
- PersistentLocalDateTime() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalDateTime
-
- PersistentLocalDateTimeAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalDateTime
via Hibernate.
- PersistentLocalDateTimeAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalDateTimeAsString
-
- PersistentLocalDateTimeAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalDateTime
via Hibernate.
- PersistentLocalDateTimeAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalDateTimeAsString
-
- PersistentLocalTime - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalTime
via Hibernate as a SQL TIME datatype - note that sub-second values will not
be retained.
- PersistentLocalTime() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalTime
-
- PersistentLocalTime - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalTime
via Hibernate as a SQL TIME datatype - note that sub-second values will not
be retained.
- PersistentLocalTime() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalTime
-
- PersistentLocalTimeAsMillisInteger - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalTime
via Hibernate using milliseconds of the day.
- PersistentLocalTimeAsMillisInteger() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalTimeAsMillisInteger
-
- PersistentLocalTimeAsMillisInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalTime
via Hibernate using milliseconds of the day.
- PersistentLocalTimeAsMillisInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsMillisInteger
-
- PersistentLocalTimeAsNanosLong - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalTime
via Hibernate using nanoseconds of the day.
- PersistentLocalTimeAsNanosLong() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalTimeAsNanosLong
-
- PersistentLocalTimeAsNanosLong - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalTime
via Hibernate using nanoseconds of the day.
- PersistentLocalTimeAsNanosLong() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsNanosLong
-
- PersistentLocalTimeAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalTime
via Hibernate.
- PersistentLocalTimeAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalTimeAsString
-
- PersistentLocalTimeAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalTime
via Hibernate.
- PersistentLocalTimeAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsString
-
- PersistentLocalTimeAsTimestamp - Class in org.jadira.usertype.dateandtime.joda
-
Persist LocalTime
via Hibernate using a JDBC Timestamp datatype with a reference date.
- PersistentLocalTimeAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentLocalTimeAsTimestamp
-
- PersistentLocalTimeAsTimestamp - Class in org.jadira.usertype.dateandtime.threeten
-
Persist LocalTime
via Hibernate using a JDBC Timestamp datatype with a reference date.
- PersistentLocalTimeAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsTimestamp
-
- PersistentMinutes - Class in org.jadira.usertype.dateandtime.joda
-
Persist Minutes
via Hibernate using integer value.
- PersistentMinutes() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentMinutes
-
- PersistentMoneyAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps Money
to and from a BigDecimal column.
- PersistentMoneyAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmount
-
- PersistentMoneyAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps Money
to and from a BigDecimal column.
- PersistentMoneyAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmount
-
- PersistentMoneyAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the decimal amount and currency from a Money instance
- PersistentMoneyAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrency
-
- PersistentMoneyAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the decimal amount and currency from a Money instance
- PersistentMoneyAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmountAndCurrency
-
- PersistentMoneyAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the decimal amount and currency from a Money instance
- PersistentMoneyAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrencyAsInteger
-
- PersistentMoneyMajorAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps Money
to and from a Long column using the Major amount for storage.
- PersistentMoneyMajorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmount
-
- PersistentMoneyMajorAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps Money
to and from a Long column using the Major amount for storage.
- PersistentMoneyMajorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmount
-
- PersistentMoneyMajorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMajorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrency
-
- PersistentMoneyMajorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMajorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmountAndCurrency
-
- PersistentMoneyMajorAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMajorAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMajorAmountAndCurrencyAsInteger
-
- PersistentMoneyMinorAmount - Class in org.jadira.usertype.moneyandcurrency.joda
-
Maps Money
to and from a Long column using the minor amount for storage.
- PersistentMoneyMinorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmount
-
- PersistentMoneyMinorAmount - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Maps Money
to and from a Long column using the minor amount for storage.
- PersistentMoneyMinorAmount() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmount
-
- PersistentMoneyMinorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMinorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrency
-
- PersistentMoneyMinorAmountAndCurrency - Class in org.jadira.usertype.moneyandcurrency.moneta
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMinorAmountAndCurrency() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmountAndCurrency
-
- PersistentMoneyMinorAmountAndCurrencyAsInteger - Class in org.jadira.usertype.moneyandcurrency.joda
-
Persists the minor amount and currency from a Money instance
- PersistentMoneyMinorAmountAndCurrencyAsInteger() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyMinorAmountAndCurrencyAsInteger
-
- PersistentMonthAsInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Month
via Hibernate using integer value.
- PersistentMonthAsInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentMonthAsInteger
-
- PersistentMonthAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Month
via Hibernate.
- PersistentMonthAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentMonthAsString
-
- PersistentMonthDayAsDate - Class in org.jadira.usertype.dateandtime.threeten
-
Persist MonthDay
to a Date via Hibernate.
- PersistentMonthDayAsDate() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsDate
-
- PersistentMonthDayAsString - Class in org.jadira.usertype.dateandtime.joda
-
Persist MonthDay
via Hibernate.
- PersistentMonthDayAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentMonthDayAsString
-
- PersistentMonthDayAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Persist MonthDay
via Hibernate.
- PersistentMonthDayAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsString
-
- PersistentMonthDayAsTimestamp - Class in org.jadira.usertype.dateandtime.threeten
-
Persist MonthDay
to a Timestamp via Hibernate.
- PersistentMonthDayAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsTimestamp
-
- PersistentOffsetDateTime - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetDateTime
via Hibernate.
- PersistentOffsetDateTime() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTime
-
- PersistentOffsetDateTimeAsStringAndStringOffset - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetDateTime
via Hibernate.
- PersistentOffsetDateTimeAsStringAndStringOffset() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTimeAsStringAndStringOffset
-
- PersistentOffsetTime - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetTime
via Hibernate.
- PersistentOffsetTime() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTime
-
- PersistentOffsetTimeAsLongAndStringOffset - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetTime
via Hibernate using nanoseconds of the day.
- PersistentOffsetTimeAsLongAndStringOffset() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsLongAndStringOffset
-
- PersistentOffsetTimeAsStringAndStringOffset - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetTime
via Hibernate using nanoseconds of the day.
- PersistentOffsetTimeAsStringAndStringOffset() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsStringAndStringOffset
-
- PersistentOffsetTimeAsTimeAndStringOffset - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetTime
via Hibernate.
- PersistentOffsetTimeAsTimeAndStringOffset() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimeAndStringOffset
-
- PersistentOffsetTimeAsTimestamp - Class in org.jadira.usertype.dateandtime.threeten
-
Persist OffsetTime
via Hibernate using nanoseconds of the day.
- PersistentOffsetTimeAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimestamp
-
- PersistentPeriodAsString - Class in org.jadira.usertype.dateandtime.joda
-
Maps a Period
to and from String for Hibernate.
- PersistentPeriodAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentPeriodAsString
-
- PersistentPeriodAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Period
to and from String for Hibernate.
- PersistentPeriodAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentPeriodAsString
-
- PersistentQuantity<Q extends javax.measure.Quantity<Q>> - Class in org.jadira.usertype.unitsofmeasurement.indriya
-
Persists a Quantity using the specified unit.
- PersistentQuantity() - Constructor for class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantity
-
- PersistentQuantityAndUnit - Class in org.jadira.usertype.unitsofmeasurement.indriya
-
Persists a Quantity using an arbitrary unit.
- PersistentQuantityAndUnit() - Constructor for class org.jadira.usertype.unitsofmeasurement.indriya.PersistentQuantityAndUnit
-
- PersistentStringMap - Class in org.jadira.usertype.corejava.collections
-
- PersistentStringMap() - Constructor for class org.jadira.usertype.corejava.collections.PersistentStringMap
-
- PersistentStringMapAsJson - Class in org.jadira.usertype.corejava.collections
-
- PersistentStringMapAsJson() - Constructor for class org.jadira.usertype.corejava.collections.PersistentStringMapAsJson
-
- PersistentStringMapAsPostgreSQLJson - Class in org.jadira.usertype.corejava.collections
-
- PersistentStringMapAsPostgreSQLJson() - Constructor for class org.jadira.usertype.corejava.collections.PersistentStringMapAsPostgreSQLJson
-
- PersistentTimeOfDay - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentTimeOfDay() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentTimeOfDay
-
Deprecated.
- PersistentTimeOfDayAsMillisInteger - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentTimeOfDayAsMillisInteger() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentTimeOfDayAsMillisInteger
-
Deprecated.
- PersistentTimeOfDayAsNanosLong - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentTimeOfDayAsNanosLong() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentTimeOfDayAsNanosLong
-
Deprecated.
- PersistentTimeOfDayAsString - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentTimeOfDayAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentTimeOfDayAsString
-
Deprecated.
- PersistentTimeOfDayAsTimestamp - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentTimeOfDayAsTimestamp() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentTimeOfDayAsTimestamp
-
Deprecated.
- PersistentTimestamp - Class in org.jadira.usertype.dateandtime.legacyjdk
-
Persist
Date
via Hibernate.
- PersistentTimestamp() - Constructor for class org.jadira.usertype.dateandtime.legacyjdk.PersistentTimestamp
-
- PersistentUnit - Class in org.jadira.usertype.unitsofmeasurement.indriya
-
Persists a Unit using its assigned Symbol.
- PersistentUnit() - Constructor for class org.jadira.usertype.unitsofmeasurement.indriya.PersistentUnit
-
- PersistentYearAsInteger - Class in org.jadira.usertype.dateandtime.threeten
-
Persist Year
via Hibernate using integer value.
- PersistentYearAsInteger() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentYearAsInteger
-
- PersistentYearAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a Year
to and from String for Hibernate.
- PersistentYearAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentYearAsString
-
- PersistentYearMonthAsString - Class in org.jadira.usertype.dateandtime.joda
-
Maps a YearMonth
to and from String for Hibernate.
- PersistentYearMonthAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentYearMonthAsString
-
- PersistentYearMonthAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a YearMonth
to and from String for Hibernate.
- PersistentYearMonthAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentYearMonthAsString
-
- PersistentYearMonthDay - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentYearMonthDay() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentYearMonthDay
-
Deprecated.
- PersistentYearMonthDayAsString - Class in org.jadira.usertype.dateandtime.joda
-
- PersistentYearMonthDayAsString() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentYearMonthDayAsString
-
Deprecated.
- PersistentYears - Class in org.jadira.usertype.dateandtime.joda
-
Persist Years
via Hibernate using integer value.
- PersistentYears() - Constructor for class org.jadira.usertype.dateandtime.joda.PersistentYears
-
- PersistentZonedDateTime - Class in org.jadira.usertype.dateandtime.threeten
-
Persist ZonedDateTime
via Hibernate.
- PersistentZonedDateTime() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTime
-
- PersistentZonedDateTimeAsStringAndStringZone - Class in org.jadira.usertype.dateandtime.threeten
-
Persist ZonedDateTime
via Hibernate.
- PersistentZonedDateTimeAsStringAndStringZone() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTimeAsStringAndStringZone
-
- PersistentZoneIdAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a ZoneId
to and from String for Hibernate.
- PersistentZoneIdAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentZoneIdAsString
-
- PersistentZoneOffsetAsString - Class in org.jadira.usertype.dateandtime.threeten
-
Maps a ZoneOffset
to and from String for Hibernate.
- PersistentZoneOffsetAsString() - Constructor for class org.jadira.usertype.dateandtime.threeten.PersistentZoneOffsetAsString
-
- PhoneNumber - Interface in org.jadira.cdt.phonenumber.api
-
Applies to representations of phone numbers.
- PhoneNumberParseException - Exception in org.jadira.cdt.phonenumber.api
-
Represents an error caused during the parsing of a phone number.
- PhoneNumberParseException(String, NumberParseException) - Constructor for exception org.jadira.cdt.phonenumber.api.PhoneNumberParseException
-
Creates a new instance for the given NumberParseException
- PhoneNumberParseException(String) - Constructor for exception org.jadira.cdt.phonenumber.api.PhoneNumberParseException
-
Creates a new instance with the given message
- PortableBooleanFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableBooleanFieldAccess
-
Construct a new instance for the given Field
- PortableByteFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableByteFieldAccess
-
Construct a new instance for the given Field
- PortableCharFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableCharFieldAccess
-
Construct a new instance for the given Field
- PortableClassAccess<C> - Class in org.jadira.reflection.access.portable
-
ClassAccess implementation which should be portable across most JVMs.
- PortableClassAccessFactory - Class in org.jadira.reflection.access.portable
-
- PortableCloneStrategy - Class in org.jadira.reflection.cloning.implementor
-
A CloneStrategy that uses reflection
- PortableCloneStrategy() - Constructor for class org.jadira.reflection.cloning.implementor.PortableCloneStrategy
-
Creates a new instance
- PortableDoubleFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableDoubleFieldAccess
-
Construct a new instance for the given Field
- PortableFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
FieldAccess implementation which should be portable across most JVMs.
- PortableFieldAccess.PortableBooleanFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing boolean fields
- PortableFieldAccess.PortableByteFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing byte fields
- PortableFieldAccess.PortableCharFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing char fields
- PortableFieldAccess.PortableDoubleFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing double fields
- PortableFieldAccess.PortableFloatFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing float fields
- PortableFieldAccess.PortableIntFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing int fields
- PortableFieldAccess.PortableLongFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing long fields
- PortableFieldAccess.PortableShortFieldAccess<C> - Class in org.jadira.reflection.access.portable
-
PortableFieldAccess implementation suitable for accessing short fields
- PortableFloatFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableFloatFieldAccess
-
Construct a new instance for the given Field
- PortableIntFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableIntFieldAccess
-
Construct a new instance for the given Field
- PortableLongFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableLongFieldAccess
-
Construct a new instance for the given Field
- PortableMethodAccess<C> - Class in org.jadira.reflection.access.portable
-
- PortableShortFieldAccess(Field) - Constructor for class org.jadira.reflection.access.portable.PortableFieldAccess.PortableShortFieldAccess
-
Construct a new instance for the given Field
- position(int) - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
- project(File) - Method in class org.jadira.scanner.classpath.projector.ClasspathProjector
-
- project(T) - Method in interface org.jadira.scanner.core.api.Projector
-
- project(Projector<E>, List<E>) - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- project(File) - Method in class org.jadira.scanner.file.projector.AntPathProjector
-
- Projector<T> - Interface in org.jadira.scanner.core.api
-
- ProjectorTask<T> - Class in org.jadira.scanner.core.concurrent
-
- ProjectorTask(Projector<T>, List<T>) - Constructor for class org.jadira.scanner.core.concurrent.ProjectorTask
-
- propertyNames() - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- Provider - Class in org.jadira.bindings.core.loader
-
Represents a provider in the bindings configuration file
- Provider(Class<ConverterProvider>) - Constructor for class org.jadira.bindings.core.loader.Provider
-
Creates a new instance
- providesEquals() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- providesEquals() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
True if the equals method is overridden by this class
- providesHashCode() - Method in class org.jadira.reflection.access.AbstractClassAccess
-
- providesHashCode() - Method in interface org.jadira.reflection.access.api.ClassAccess
-
True if the hashCode method is overridden by this class
- put(byte) - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
Put a single byte into the buffer
- put(int, byte[], int, int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedOutputStream
-
Puts bytes into the buffer
- put(byte) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
- put(int, byte[], int, int) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedOutputStream
-
- put(byte) - Method in class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
- put(int, byte[], int, int) - Method in class org.jadira.lang.io.buffered.BytesBufferedOutputStream
-
- put(byte) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
- put(int, byte[], int, int) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedOutputStream
-
- put(Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- putAnnotationImplementor(Class<?>, CloneImplementor) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Put the registered implementor for the given class
- putAnnotationImplementor(Class<?>, CloneImplementor) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- putAnnotationImplementor(Class<?>, CloneImplementor) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- putBoolean(Object, long, boolean) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putBooleanValue(C, boolean) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putBooleanValue(C, String, boolean) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableBooleanFieldAccess
-
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putBooleanValue(C, boolean) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeBooleanFieldAccess
-
- putByte(Object, long, byte) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putByteValue(C, byte) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putByteValue(C, String, byte) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableByteFieldAccess
-
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putByteValue(C, byte) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeByteFieldAccess
-
- putChar(Object, long, char) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putCharValue(C, char) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putCharValue(C, String, char) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putCharValue(C, char) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putCharValue(C, char) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putCharValue(C, char) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableCharFieldAccess
-
- putCharValue(C, char) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putCharValue(C, char) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putCharValue(C, char) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeCharFieldAccess
-
- putCloneMethod(Class<?>, MethodHandle) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Put the clone() method for the indicated class
- putCloneMethod(Class<?>, MethodHandle) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- putCloneMethod(Class<?>, MethodHandle) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- putDefaultBoolean(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to false the boolean value at the given offset of the supplied parent object
- putDefaultByte(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0 the byte value at the given offset of the supplied parent object
- putDefaultChar(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to u0000 the char value at the given offset of the supplied parent object
- putDefaultDouble(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0.0d the double value at the given offset of the supplied parent object
- putDefaultFloat(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0.0f the float value at the given offset of the supplied parent object
- putDefaultInt(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0 the int value at the given offset of the supplied parent object
- putDefaultLong(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0 the long value at the given offset of the supplied parent object
- putDefaultShort(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Resets to 0 the short value at the given offset of the supplied parent object
- putDouble(Object, long, double) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putDoubleValue(C, double) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putDoubleValue(C, String, double) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableDoubleFieldAccess
-
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putDoubleValue(C, double) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeDoubleFieldAccess
-
- putFieldValue(T, FieldModel<T>, Object) - Method in class org.jadira.reflection.cloning.implementor.AbstractCloneStrategy
-
Put the given value into the target field
- putFieldValue(T, FieldModel<T>, Object) - Method in class org.jadira.reflection.cloning.implementor.AsmCloneStrategy
-
- putFieldValue(T, FieldModel<T>, Object) - Method in class org.jadira.reflection.cloning.implementor.InvokeDynamicCloneStrategy
-
- putFieldValue(T, FieldModel<T>, Object) - Method in class org.jadira.reflection.cloning.implementor.PortableCloneStrategy
-
- putFieldValue(T, FieldModel<T>, Object) - Method in class org.jadira.reflection.cloning.implementor.UnsafeCloneStrategy
-
- putFloat(Object, long, float) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putFloatValue(C, float) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putFloatValue(C, String, float) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableFloatFieldAccess
-
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putFloatValue(C, float) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeFloatFieldAccess
-
- putIfAbsent(Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- putImmutableInstance(Object) - Method in interface org.jadira.reflection.cloning.api.CloneDriver
-
Stores an object instance to be treated as immutable
- putImmutableInstance(Object) - Method in class org.jadira.reflection.cloning.BasicCloner
-
- putImmutableInstance(Object) - Method in class org.jadira.reflection.cloning.MinimalCloner
-
- putInt(Object, long, int) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putIntValue(C, int) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putIntValue(C, String, int) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putIntValue(C, int) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putIntValue(C, int) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putIntValue(C, int) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableIntFieldAccess
-
- putIntValue(C, int) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putIntValue(C, int) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putIntValue(C, int) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeIntFieldAccess
-
- putLong(Object, long, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putLongValue(C, long) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putLongValue(C, String, long) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putLongValue(C, long) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putLongValue(C, long) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putLongValue(C, long) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableLongFieldAccess
-
- putLongValue(C, long) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putLongValue(C, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putLongValue(C, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeLongFieldAccess
-
- putNullObject(Object, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Write a null value to the given offset of the supplied parent object
- putObject(Object, long, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the object's reference at the given offset of the supplied parent object
- putPrimitiveDefaultAtOffset(Object, Class<?>, long) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Restores the primitive at the given field to its default value.
- putShort(Object, long, short) - Method in class org.jadira.reflection.access.unsafe.UnsafeOperations
-
Puts the value at the given offset of the supplied parent object
- putShortValue(C, short) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putShortValue(C, String, short) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putShortValue(C, short) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putShortValue(C, short) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putShortValue(C, short) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess.PortableShortFieldAccess
-
- putShortValue(C, short) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putShortValue(C, short) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putShortValue(C, short) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeShortFieldAccess
-
- putValue(C, Object) - Method in interface org.jadira.reflection.access.api.FieldAccess
-
Update the value of the field for the given instance
- putValue(C, String, Object) - Method in class org.jadira.reflection.access.asm.AsmClassAccess
-
Update the value of the field for the given instance
- putValue(C, Object) - Method in class org.jadira.reflection.access.asm.AsmFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.portable.PortableFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeBooleanFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeByteFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeCharFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeDoubleFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeFloatFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeIntFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeLongFieldAccess
-
- putValue(C, Object) - Method in class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeShortFieldAccess
-
- read() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- read(byte[], int, int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- read() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- read(byte[], int, int) - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- receive() - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receive(Destination) - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receive(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receiveAndConvertBatch() - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for default destination and convert each message in the batch.
- receiveAndConvertBatch(int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for default destination and convert each message in the batch.
- receiveAndConvertBatch(Destination) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for the given Destination and convert each message in the batch.
- receiveAndConvertBatch(Destination, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given Destination and convert each message in the batch.
- receiveAndConvertBatch(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination name and convert each message in the batch.
- receiveAndConvertBatch(String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given destination name and convert each message in the batch.
- receiveBatch() - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for the default destination.
- receiveBatch(int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize.
- receiveBatch(Destination) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination.
- receiveBatch(Destination, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given destination.
- receiveBatch(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destinationName.
- receiveBatch(String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination.
- receiveMessageNoWait(MessageConsumer) - Method in class org.jadira.jms.container.BatchedMessageListenerContainer
-
- receiveSelected(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receiveSelected(Destination, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receiveSelected(String, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
- receiveSelectedAndConvertBatch(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for default destination and message selector and convert each message in the batch.
- receiveSelectedAndConvertBatch(String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for default destination and message selector and convert each message in the batch.
- receiveSelectedAndConvertBatch(Destination, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given Destination and message selector and convert each message in the batch.
- receiveSelectedAndConvertBatch(Destination, String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given Destination and message selector and convert each message in the batch.
- receiveSelectedAndConvertBatch(String, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination name and message selector and convert each message in the batch.
- receiveSelectedAndConvertBatch(String, String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given destination name and message selector and convert each message in the batch.
- receiveSelectedBatch(String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for default destination and given message selector.
- receiveSelectedBatch(String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for default destination and given message selector.
- receiveSelectedBatch(Destination, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination and message selector.
- receiveSelectedBatch(Destination, String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given destination and message selector.
- receiveSelectedBatch(String, String) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to default batch size for given destination name and message selector.
- receiveSelectedBatch(String, String, int) - Method in class org.jadira.jms.template.BatchedJmsTemplate
-
Receive a batch of up to batchSize for given destination name and message selector.
- reflectionEquals(Object, Object) - Static method in class org.jadira.reflection.equals.EqualsBuilder
-
- ReflectionException - Exception in org.jadira.usertype.spi.utils.reflection
-
- ReflectionException(String, SecurityException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- ReflectionException(String, NoSuchFieldException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- ReflectionException(String, IllegalArgumentException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- ReflectionException(String, IllegalAccessException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- ReflectionException(String, NoSuchMethodException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- ReflectionException(String, InvocationTargetException) - Constructor for exception org.jadira.usertype.spi.utils.reflection.ReflectionException
-
- reflectionHashCode(T) - Static method in class org.jadira.reflection.hashcode.HashCodeBuilder
-
- reflectionHashCode(int, int, T) - Static method in class org.jadira.reflection.hashcode.HashCodeBuilder
-
- ReflectionMethodImplementor - Class in org.jadira.reflection.cloning.implementor.reflection
-
A Clone Implementor that uses a method (e.g.
- ReflectionMethodImplementor(Method) - Constructor for class org.jadira.reflection.cloning.implementor.reflection.ReflectionMethodImplementor
-
Create a new instance
- ReflectionUtils - Class in org.jadira.usertype.spi.utils.reflection
-
- refresh(T) - Method in interface org.jadira.usertype.spi.repository.BaseRepository
-
Refresh the supplied entity from the database, overriding its state where changed.
- refresh(T) - Method in class org.jadira.usertype.spi.repository.JpaBaseRepository
-
Refresh the supplied entity from the database, overriding its state where changed.
- RegisterableBinder - Interface in org.jadira.bindings.core.binder
-
- registerAnnotatedClasses(Class<?>...) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Inspect each of the supplied classes, processing any of the annotated methods found
- registerAnnotatedClasses(Class<?>...) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Inspect each of the supplied classes, processing any of the annotated methods found
- registerAnnotatedClasses(Class<?>...) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Inspect each of the supplied classes, processing any of the annotated methods found
- registerBinding(Class<S>, Class<T>, Binding<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Binding with the given source and target class.
- registerBinding(Class<S>, Class<T>, Binding<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Binding with the given source and target class.
- registerBinding(ConverterKey<S, T>, Binding<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Binding with the given source and target class.
- registerBinding(ConverterKey<S, T>, Binding<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Binding with the given source and target class.
- registerBinding(Class<S>, Class<T>, Binding<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Binding with the given source and target class.
- registerBinding(Class<S>, Class<T>, Binding<S, T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Binding with the given source and target class.
- registerBinding(Class<S>, Class<T>, Binding<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Binding with the given source and target class.
- registerBinding(Class<S>, Class<T>, Binding<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Binding with the given source and target class.
- registerBinding(ConverterKey<S, T>, Binding<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Binding with the given source and target class.
- registerBindingConfigurationEntries(Iterable<BindingConfigurationEntry>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Registers a list of binding configuration entries.
- registerBindingConfigurationEntry(BindingConfigurationEntry) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a particular binding configuration entry.
- registerClass(String, byte[]) - Method in class org.jadira.reflection.access.classloader.AccessClassLoader
-
Registers a class by its name
- registerConfiguration(URL) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register the configuration file (bindings.xml) at the given URL
- registerConfiguration(URL) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register the configuration file (bindings.xml) at the given URL
- registerConfiguration(URL) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register the configuration file (bindings.xml) at the given URL
- registerConfigurations(Enumeration<URL>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Registers a set of configurations for the given list of URLs.
- registerConverter(Class<S>, Class<T>, Converter<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Converter with the given input and output classes.
- registerConverter(Class<S>, Class<T>, Converter<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Converter with the given input and output classes.
- registerConverter(ConverterKey<S, T>, Converter<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Converter with the given input and output classes.
- registerConverter(ConverterKey<S, T>, Converter<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Converter with the given input and output classes.
- registerConverter(Class<S>, Class<T>, Converter<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Converter with the given input and output classes.
- registerConverter(Class<S>, Class<T>, Converter<S, T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Converter with the given input and output classes.
- registerConverter(Class<S>, Class<T>, Converter<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Converter with the given input and output classes.
- registerConverter(Class<S>, Class<T>, Converter<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Converter with the given input and output classes.
- registerConverter(ConverterKey<S, T>, Converter<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Converter with the given input and output classes.
- registerConverterProvider(ConverterProvider) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a single converter provider
- registerConverterProviders(ConverterProvider...) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Method used to register one or more converter providers.
- registerExtendedBinder(Class<I>, T) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a custom, typesafe binder implementation which can be retrieved later
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(ConverterKey<S, T>, ToMarshaller<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(ConverterKey<S, T>, ToMarshaller<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register a Marshaller with the given source and target class.
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Marshaller with the given source and target class.
- registerMarshaller(Class<S>, Class<T>, ToMarshaller<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Marshaller with the given source and target class.
- registerMarshaller(ConverterKey<S, T>, ToMarshaller<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register a Marshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(ConverterKey<S, T>, FromUnmarshaller<S, T>) - Method in class org.jadira.bindings.core.binder.BasicBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(ConverterKey<S, T>, FromUnmarshaller<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>, Class<? extends Annotation>) - Method in interface org.jadira.bindings.core.binder.RegisterableBinder
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(Class<S>, Class<T>, FromUnmarshaller<S, T>, Class<? extends Annotation>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register an UnMarshaller with the given source and target class.
- registerUnmarshaller(ConverterKey<S, T>, FromUnmarshaller<S, T>) - Method in class org.jadira.bindings.core.cdi.BinderExtension
-
Register an UnMarshaller with the given source and target class.
- rehash() - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- remove(Object) - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- remove(ID) - Method in interface org.jadira.usertype.spi.repository.BaseRepository
-
Removes the given entity from the database, cascading as appropriate.
- remove(ID) - Method in class org.jadira.usertype.spi.repository.JpaBaseRepository
-
Removes the given entity from the database, cascading as appropriate.
- remove(Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- remove(Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- removeAll(Collection<?>) - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- removeWhitespace(String) - Static method in class org.jadira.bindings.core.utils.string.StringUtils
-
Removes any whitespace from a String, correctly handling surrogate characters
- replace(Object, Object, Object) - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- replace(Object, Object, SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- replace(Object, Object, Object) - Method in class org.jadira.usertype.spi.shared.AbstractUserType
-
- replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- replace(Object, Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- replace(Object, Object) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- replaceAll(BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.jadira.usertype.spi.utils.lang.ConcurrentHashMapBackedProperties
-
- reset() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
- reset() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- reset() - Method in class org.jadira.reflection.equals.EqualsBuilder
-
- reset() - Method in class org.jadira.reflection.hashcode.HashCodeBuilder
-
- resizeBuffer(int, int) - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Enlarge the buffer to the new size, retaining the position
- resizeBuffer(int, int) - Method in class org.jadira.lang.io.buffered.ByteArrayBufferedInputStream
-
- resizeBuffer(int, int) - Method in class org.jadira.lang.io.buffered.BytesBufferedInputStream
-
- resizeBuffer(int, int) - Method in class org.jadira.lang.io.buffered.DirectBytesBufferedInputStream
-
- resolve(Integer, Locator<A>, Projector<E>, Filter<?>...) - Method in interface org.jadira.scanner.core.api.Resolver
-
Resolve all matches up to limit
- resolve(Integer, Locator<A>, Projector<E>, Filter<?>...) - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- resolveAll(Locator<A>, Projector<E>, Filter<?>...) - Method in interface org.jadira.scanner.core.api.Resolver
-
Resolve all matches
- resolveAll(Locator<A>, Projector<E>, Filter<?>...) - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- resolveClassFile(String) - Method in class org.jadira.scanner.classfile.ClassFileResolver
-
- resolveEntity(String, String) - Method in class org.jadira.bindings.core.loader.BindingXmlEntityResolver
-
- resolveFirst(Locator<A>, Projector<E>, Filter<?>...) - Method in interface org.jadira.scanner.core.api.Resolver
-
Resolve the first match
- resolveFirst(Locator<A>, Projector<E>, Filter<?>...) - Method in class org.jadira.scanner.core.spi.AbstractResolver
-
- Resolver<T,E,A> - Interface in org.jadira.scanner.core.api
-
- ResourceInputSource - Class in org.jadira.lang.io.core
-
An InputSource suitable constructed from an accessible resource.
- ResourceInputSource(URL) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given
URL
- ResourceInputSource(InputStreamSource) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given InputStreamSource
- ResourceInputSource(Resource) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given Resource
- ResourceInputSource(InputStream) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given
InputStream
- ResourceInputSource(InputStream, String) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given InputStreamSource
and name
- ResourceInputSource(File) - Constructor for class org.jadira.lang.io.core.ResourceInputSource
-
Creates a ResourceInputSource for the given
File
- restart() - Method in class org.jadira.lang.io.buffered.AbstractBufferedInputStream
-
Return the stream back to its start position
- retainAll(Collection<?>) - Method in class org.jadira.reflection.cloning.collection.FastIdentityHashSet
-
- returnClass() - Method in interface org.jadira.reflection.access.api.MethodAccess
-
The Class giving the type of the method result or null
- returnClass() - Method in class org.jadira.reflection.access.asm.AsmMethodAccess
-
- returnClass() - Method in class org.jadira.reflection.access.invokedynamic.InvokeDynamicMethodAccess
-
- returnClass() - Method in class org.jadira.reflection.access.portable.PortableMethodAccess
-
- returnedClass() - Method in class org.jadira.usertype.bindings.PersistentBoundClass
-
- returnedClass() - Method in class org.jadira.usertype.corejava.enumerated.PersistentEnum
-
- returnedClass() - Method in class org.jadira.usertype.json.jackson.PersistentJsonObjectAsString
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractColumnMapper
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractHeuristicUserType
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractKnownClassHeuristicUserType
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractMapUserType
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractMultiColumnUserType
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractReflectionUserType
-
- returnedClass() - Method in class org.jadira.usertype.spi.shared.AbstractSingleColumnUserType
-
- returnedClass() - Method in interface org.jadira.usertype.spi.shared.ColumnMapper
-
- rewind() - Method in class org.jadira.lang.io.io2nio.ByteBufferBackedInputStream
-
- right - Variable in class org.jadira.reflection.core.identity.Tuple
-
- UnitConfigured<Q extends javax.measure.Quantity<Q>> - Interface in org.jadira.usertype.unitsofmeasurement.indriya.util
-
- unmarshal(T) - Method in interface org.jadira.bindings.core.api.FromUnmarshaller
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.adapter.MarshallerToUnmarshaller
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.CompositeBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.FromBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.InverseCompositeBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.general.binding.JodaConvertStringBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.MethodConstructorBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.MethodsBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.binding.ToBinding
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.unmarshaller.ConstructorFromUnmarshaller
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.unmarshaller.ConverterFromUnmarshaller
-
Converts from the given String into the specified object
- unmarshal(T) - Method in class org.jadira.bindings.core.general.unmarshaller.MethodFromUnmarshaller
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.AbstractStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.AtomicBooleanStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.AtomicIntegerStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.AtomicLongStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.BigDecimalStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.BigIntegerStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.BooleanStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.ByteStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.CalendarStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.CharacterStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.CharSequenceStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.ClassStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.CurrencyStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.DateStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.DoubleStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.FileStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.FloatStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.InetAddressStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.IntegerStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.LocaleStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.LongStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.PackageStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.ShortStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.StringBufferStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.StringBuilderStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.StringStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.TimeZoneStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.URIStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.URLStringBinding
-
Converts from the given String into the specified object
- unmarshal(String) - Method in class org.jadira.bindings.core.jdk.UUIDStringBinding
-
Converts from the given String into the specified object
- UnmarshallerToMarshaller<S,T> - Class in org.jadira.bindings.core.general.adapter
-
A marshaller that wraps an unmarshaller to convert the unmarshaller for type T into a marshaller for type S
- UnmarshallerToMarshaller(FromUnmarshaller<T, S>) - Constructor for class org.jadira.bindings.core.general.adapter.UnmarshallerToMarshaller
-
- UnsafeBooleanFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeBooleanFieldAccess
-
Construct a new instance for the given Field
- UnsafeByteFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeByteFieldAccess
-
Construct a new instance for the given Field
- UnsafeCharFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeCharFieldAccess
-
Construct a new instance for the given Field
- UnsafeClassAccess<C> - Class in org.jadira.reflection.access.unsafe
-
ClassAccess implementation based on sun.misc.Unsafe
- UnsafeClassAccessFactory - Class in org.jadira.reflection.access.unsafe
-
- UnsafeCloneStrategy - Class in org.jadira.reflection.cloning.implementor
-
A CloneStrategy that uses sun.misc.Unsafe
- UnsafeCloneStrategy() - Constructor for class org.jadira.reflection.cloning.implementor.UnsafeCloneStrategy
-
- UnsafeDoubleFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeDoubleFieldAccess
-
Construct a new instance for the given Field
- UnsafeFactoryInstantiator<T> - Class in org.jadira.reflection.cloning.objenesis
-
Provides the Objenesis API an instantiator implementation that can use Unsafe.
- UnsafeFactoryInstantiator(Class<T>) - Constructor for class org.jadira.reflection.cloning.objenesis.UnsafeFactoryInstantiator
-
Creates a new instance for the given type
- UnsafeFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
FieldAccess implementation based on sun.misc.Unsafe
- UnsafeFieldAccess.UnsafeBooleanFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing boolean fields
- UnsafeFieldAccess.UnsafeByteFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing byte fields
- UnsafeFieldAccess.UnsafeCharFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing char fields
- UnsafeFieldAccess.UnsafeDoubleFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing double fields
- UnsafeFieldAccess.UnsafeFloatFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing float fields
- UnsafeFieldAccess.UnsafeIntFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing int fields
- UnsafeFieldAccess.UnsafeLongFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing long fields
- UnsafeFieldAccess.UnsafeShortFieldAccess<C> - Class in org.jadira.reflection.access.unsafe
-
UnsafeFieldAccess implementation suitable for accessing short fields
- UnsafeFloatFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeFloatFieldAccess
-
Construct a new instance for the given Field
- UnsafeInstantiatorStrategy - Class in org.jadira.reflection.cloning.objenesis
-
Provides the Objenesis API a strategy for using sun.misc.Unsafe as a class construction
technique.
- UnsafeInstantiatorStrategy() - Constructor for class org.jadira.reflection.cloning.objenesis.UnsafeInstantiatorStrategy
-
- UnsafeIntFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeIntFieldAccess
-
Construct a new instance for the given Field
- UnsafeLongFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeLongFieldAccess
-
Construct a new instance for the given Field
- UnsafeOperations - Class in org.jadira.reflection.access.unsafe
-
A set of utility methods for working with sun.misc.Unsafe.
- UnsafeShortFieldAccess(Field) - Constructor for class org.jadira.reflection.access.unsafe.UnsafeFieldAccess.UnsafeShortFieldAccess
-
Construct a new instance for the given Field
- URIStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a URI to a String
- URIStringBinding() - Constructor for class org.jadira.bindings.core.jdk.URIStringBinding
-
- URLStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a URL to a String
- URLStringBinding() - Constructor for class org.jadira.bindings.core.jdk.URLStringBinding
-
- UserTypeJodaMoneyHibernateIntegrator - Class in org.jadira.usertype.moneyandcurrency.joda.integrator
-
- UserTypeJodaMoneyHibernateIntegrator() - Constructor for class org.jadira.usertype.moneyandcurrency.joda.integrator.UserTypeJodaMoneyHibernateIntegrator
-
- UserTypeJodaTimeHibernateIntegrator - Class in org.jadira.usertype.dateandtime.joda.integrator
-
- UserTypeJodaTimeHibernateIntegrator() - Constructor for class org.jadira.usertype.dateandtime.joda.integrator.UserTypeJodaTimeHibernateIntegrator
-
- UserTypeLegacyJdkMoneyHibernateIntegrator - Class in org.jadira.usertype.moneyandcurrency.legacyjdk.integrator
-
- UserTypeLegacyJdkMoneyHibernateIntegrator() - Constructor for class org.jadira.usertype.moneyandcurrency.legacyjdk.integrator.UserTypeLegacyJdkMoneyHibernateIntegrator
-
- UserTypeMonetaMoneyHibernateIntegrator - Class in org.jadira.usertype.moneyandcurrency.moneta.integrator
-
- UserTypeMonetaMoneyHibernateIntegrator() - Constructor for class org.jadira.usertype.moneyandcurrency.moneta.integrator.UserTypeMonetaMoneyHibernateIntegrator
-
- UserTypeThreeTenHibernateIntegrator - Class in org.jadira.usertype.dateandtime.threeten.integrator
-
- UserTypeThreeTenHibernateIntegrator() - Constructor for class org.jadira.usertype.dateandtime.threeten.integrator.UserTypeThreeTenHibernateIntegrator
-
- useStreamForLobBinding() - Method in class org.jadira.usertype.spi.engine.AbstractProxySharedSessionContractImplementor
-
- UUIDStringBinding - Class in org.jadira.bindings.core.jdk
-
Binds a UUID to a String
- UUIDStringBinding() - Constructor for class org.jadira.bindings.core.jdk.UUIDStringBinding
-