Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absolute() - Method in class org.tentackle.common.BMoney
Gets the absolute value.
absolute() - Method in class org.tentackle.common.DMoney
 
absolute(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the given row number in this ResultSet object.
absolutePath() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
absolutePath() - Method in class org.tentackle.prefs.DefaultPreferences
 
absolutePath() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns this preference node's absolute path name.
AbstractApplication - Class in org.tentackle.app
Base class for all kinds of Tentackle applications.
AbstractApplication(String, String) - Constructor for class org.tentackle.app.AbstractApplication
Super constructor for all derived classes.
Detects whether application is running within a container or deployed by JNLP (webstart).
AbstractBackend - Class in org.tentackle.sql.backends
Abstract parent class for backends.
AbstractBackend() - Constructor for class org.tentackle.sql.backends.AbstractBackend
Parent constructor.
AbstractBinder - Class in org.tentackle.bind
Binding Workhorse.
AbstractBinder() - Constructor for class org.tentackle.bind.AbstractBinder
Creates a binder.
AbstractBinding - Class in org.tentackle.bind
Common implementation of a binding.
AbstractBinding(Binder, BindingMember[], BindingMember) - Constructor for class org.tentackle.bind.AbstractBinding
Creates a binding.
AbstractBindingFactory - Class in org.tentackle.bind
Base implementation of a binding factory.
AbstractBindingFactory() - Constructor for class org.tentackle.bind.AbstractBindingFactory
Creates a binding factory.
AbstractBuilder<T> - Class in org.tentackle.fx
Base implementation of a builder usable by the FXMLLoader.
AbstractBuilder(T) - Constructor for class org.tentackle.fx.AbstractBuilder
Creates a builder.
AbstractBuilder(T, String...) - Constructor for class org.tentackle.fx.AbstractBuilder
Creates a builder with inner elements.
AbstractClassMapper<S> - Class in org.tentackle.reflect
A generic class mapper.
Implements lenient (superclass/interface) and package (class basenames) lookup.
AbstractClassMapper(String) - Constructor for class org.tentackle.reflect.AbstractClassMapper
Creates a classmapper.
AbstractClientApplication - Class in org.tentackle.app
Base class for client applications.
AbstractClientApplication(String, String) - Constructor for class org.tentackle.app.AbstractClientApplication
Creates a client application.
AbstractDataType<T> - Class in org.tentackle.sql.datatypes
Implements some common methods for data types.
AbstractDataType() - Constructor for class org.tentackle.sql.datatypes.AbstractDataType
Parent constructor.
AbstractDateTimeTableCellType<T> - Class in org.tentackle.fx.table.type
Base cell type for all date- and time-related types.
AbstractDateTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
Parent constructor.
AbstractDateTimeType<T> - Class in org.tentackle.sql.datatypes
Base class for date- or time-related data types.
AbstractDateTimeType() - Constructor for class org.tentackle.sql.datatypes.AbstractDateTimeType
Parent constructor.
AbstractDbObject<P> - Class in org.tentackle.dbms
A persistent low-level database object.
AbstractDbObject() - Constructor for class org.tentackle.dbms.AbstractDbObject
Creates a database object not associated to a session.
The session must be set via AbstractDbObject.setSession(org.tentackle.session.Session) in order to use it.
AbstractDbObject(Db) - Constructor for class org.tentackle.dbms.AbstractDbObject
Creates a database object.
AbstractDbObjectRemoteDelegate<P> - Interface in org.tentackle.dbms.rmi
Delegate for the AbstractDbObject class.
Notice: in this class we cut off generics!
AbstractDbObjectRemoteDelegateImpl<P> - Class in org.tentackle.dbms.rmi
Base class for the remote delegate of AbstractDbObject.
All other subclasses of AbstractDbObject should extend AbstractDbObjectRemoteDelegateImpl to reflect the class hierarchy below AbstractDbObject.
AbstractDbObjectRemoteDelegateImpl(RemoteDbSessionImpl, Class<P>) - Constructor for class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
Creates a delegate on the serverSession socket.
AbstractDbOperation<P> - Class in org.tentackle.dbms
A AbstractDbOperation provides methods that are not part of AbstractDbObjects and is associated to a Db-session.
AbstractDbOperation() - Constructor for class org.tentackle.dbms.AbstractDbOperation
Creates an operation object not associated to a session.
The session must be set via AbstractDbOperation.setSession(org.tentackle.session.Session) in order to use it.
AbstractDbOperation(Db) - Constructor for class org.tentackle.dbms.AbstractDbOperation
Creates an operation object.
AbstractDbOperationRemoteDelegate<P> - Interface in org.tentackle.dbms.rmi
Delegate for the DbOperation class.
AbstractDbOperationRemoteDelegateImpl<P> - Class in org.tentackle.dbms.rmi
Base class for the remote delegate of AbstractDbOperation.
All other subclasses of AbstractDbOperation should extend AbstractDbOperationRemoteDelegateImpl to reflect the class hierarchy below AbstractDbOperation.
AbstractDbOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<P>) - Constructor for class org.tentackle.dbms.rmi.AbstractDbOperationRemoteDelegateImpl
Creates a delegate on the serverSession socket.
AbstractDomainObject<T,D> - Class in org.tentackle.domain
Base domain implementation of a PDO.
AbstractDomainObject() - Constructor for class org.tentackle.domain.AbstractDomainObject
Creates an application domain object.
AbstractDomainObject(T) - Constructor for class org.tentackle.domain.AbstractDomainObject
Creates an application domain object.
AbstractDomainOperation<T,D> - Class in org.tentackle.domain
The abstract domain operation.
AbstractDomainOperation() - Constructor for class org.tentackle.domain.AbstractDomainOperation
Creates an operation domain object.
AbstractDomainOperation(T) - Constructor for class org.tentackle.domain.AbstractDomainOperation
Creates an operation domain object.
AbstractDomainServiceAnnotationProcessor - Class in org.tentackle.apt.pdo
Base class for DomainObjectServiceAnnotationProcessor and DomainOperationServiceAnnotationProcessor.
AbstractDomainServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.pdo.AbstractDomainServiceAnnotationProcessor
Creates the processor.
AbstractFxController - Class in org.tentackle.fx
Base class for tentackle fx controllers.
AbstractFxController() - Constructor for class org.tentackle.fx.AbstractFxController
Parent constructor.
AbstractIdSource - Class in org.tentackle.dbms
Base implementation for IdSources.
AbstractIdSource(String) - Constructor for class org.tentackle.dbms.AbstractIdSource
Creates an idsource.
AbstractInterceptor - Class in org.tentackle.reflect
An abstract interceptor.
AbstractInterceptor() - Constructor for class org.tentackle.reflect.AbstractInterceptor
Parent constructor.
AbstractInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for annotations annotated with @Interception.
Provides annotation checking during compilation and IDE editing.
AbstractInterceptorAnnotationProcessor(Interception.Type) - Constructor for class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
Creates an interception annotation processor.
AbstractMappedDiagnosticContext - Class in org.tentackle.log
Base implementation of a mapped diagnostic context.
AbstractMappedDiagnosticContext() - Constructor for class org.tentackle.log.AbstractMappedDiagnosticContext
Parent constructor.
AbstractNonPdoPermission - Class in org.tentackle.security.permissions
Abstract permission applicable to non-PDOs.
AbstractNonPdoPermission() - Constructor for class org.tentackle.security.permissions.AbstractNonPdoPermission
Parent constructor.
AbstractNumberType<T> - Class in org.tentackle.sql.datatypes
Base class for number data types.
AbstractNumberType() - Constructor for class org.tentackle.sql.datatypes.AbstractNumberType
Parent constructor.
AbstractObjectValidator<T> - Class in org.tentackle.validate.validator
Object validator base class.
AbstractObjectValidator() - Constructor for class org.tentackle.validate.validator.AbstractObjectValidator
Parent constructor.
AbstractOperationFactory - Class in org.tentackle.pdo
Base implementation of a OperationFactory.
AbstractOperationFactory() - Constructor for class org.tentackle.pdo.AbstractOperationFactory
Parent constructor.
AbstractPdoFactory - Class in org.tentackle.pdo
Base implementation of a PdoFactory.
AbstractPdoFactory() - Constructor for class org.tentackle.pdo.AbstractPdoFactory
Parent constructor.
AbstractPdoPermission - Class in org.tentackle.security.permissions
Abstract permission applicable to PDOs.
AbstractPdoPermission() - Constructor for class org.tentackle.security.permissions.AbstractPdoPermission
Parent constructor.
AbstractPermission - Class in org.tentackle.security.permissions
Abstract permission.
AbstractPermission() - Constructor for class org.tentackle.security.permissions.AbstractPermission
Parent constructor.
AbstractPersistentObject<T,P> - Class in org.tentackle.persist
Base persistent implementation of a PDO.
AbstractPersistentObject() - Constructor for class org.tentackle.persist.AbstractPersistentObject
Creates an application database object without a database context.
AbstractPersistentObject(T) - Constructor for class org.tentackle.persist.AbstractPersistentObject
Creates an application database object without a database context.
AbstractPersistentObject(T, DomainContext) - Constructor for class org.tentackle.persist.AbstractPersistentObject
Creates an application database object.
AbstractPersistentObject(T, Session) - Constructor for class org.tentackle.persist.AbstractPersistentObject
Creates an application database object without a domain context for a given connection.
AbstractPersistentObjectRemoteDelegate<T,P> - Interface in org.tentackle.persist.rmi
Remote delegate for PersistentDomainObject.
AbstractPersistentObjectRemoteDelegateImpl<T,P> - Class in org.tentackle.persist.rmi
Implementation of the remote delegate for PersistentDomainObject.
AbstractPersistentObjectRemoteDelegateImpl(RemoteDbSessionImpl, Class<P>, Class<T>) - Constructor for class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Creates a delegate on the serverSession socket.
AbstractPersistentOperation<T,P> - Class in org.tentackle.persist
A AbstractPersistentOperation provides methods that are not part of PersistentOperations and is associated to a DomainContext.
AbstractPersistentOperation() - Constructor for class org.tentackle.persist.AbstractPersistentOperation
Creates an operation object without a database context.
AbstractPersistentOperation(T) - Constructor for class org.tentackle.persist.AbstractPersistentOperation
Creates an operation object without a database context.
AbstractPersistentOperation(T, DomainContext) - Constructor for class org.tentackle.persist.AbstractPersistentOperation
Creates an operation object.
AbstractPersistentOperation(T, Session) - Constructor for class org.tentackle.persist.AbstractPersistentOperation
Creates an operation object without a domain context for a given session.
Notice: the application must set the domain context.
AbstractPersistentOperationRemoteDelegate<T,P> - Interface in org.tentackle.persist.rmi
Remote delegate for AbstractPersistentOperation.
AbstractPersistentOperationRemoteDelegateImpl<T,P> - Class in org.tentackle.persist.rmi
Implementation of the remote delegate for AbstractPersistentOperation.
AbstractPersistentOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<P>, Class<T>) - Constructor for class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
Creates a delegate on the serverSession socket.
AbstractRepeatableValidator<T> - Class in org.tentackle.validate.validator
An abstract repeatable validator.
AbstractRepeatableValidator() - Constructor for class org.tentackle.validate.validator.AbstractRepeatableValidator
Parent constructor.
AbstractScope - Class in org.tentackle.validate.scope
Base class for validation scope implementations.
AbstractScope() - Constructor for class org.tentackle.validate.scope.AbstractScope
Parent constructor.
AbstractScript - Class in org.tentackle.script
Abstract implementation of a script.
AbstractScript(ScriptingLanguage, String, boolean, boolean) - Constructor for class org.tentackle.script.AbstractScript
Creates a script.
AbstractScriptingLanguage - Class in org.tentackle.script
Common code for scripting languages.
AbstractScriptingLanguage() - Constructor for class org.tentackle.script.AbstractScriptingLanguage
Parent constructor.
AbstractScriptValidationMessageConverter - Class in org.tentackle.validate.validator
Converts a validator message script.
AbstractScriptValidationMessageConverter() - Constructor for class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
Parent constructor.
AbstractSegmentedSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
Base class for a segmented suggestion generator.
AbstractSegmentedSuggestionGenerator() - Constructor for class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
 
AbstractServerApplication - Class in org.tentackle.persist.app
Base class for server applications.
AbstractServerApplication(String, String) - Constructor for class org.tentackle.persist.app.AbstractServerApplication
Creates a server.
AbstractServiceAnnotationProcessor - Class in org.tentackle.apt
Common implementation for service annotation processors.
AbstractServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.AbstractServiceAnnotationProcessor
Parent constructor.
AbstractSessionConfiguration - Class in org.tentackle.session
AbstractSessionConfiguration() - Constructor for class org.tentackle.session.AbstractSessionConfiguration
Parent constructor.
AbstractSessionTask - Class in org.tentackle.session
A task being executed by the SessionTaskDispatcher.
AbstractSessionTask() - Constructor for class org.tentackle.session.AbstractSessionTask
Parent constructor.
AbstractSql2003Backend - Class in org.tentackle.sql.backends
Common to all SQL2003 backends.
AbstractSql2003Backend() - Constructor for class org.tentackle.sql.backends.AbstractSql2003Backend
Parent constructor.
AbstractSql2008Backend - Class in org.tentackle.sql.backends
Common to all SQL2008 backends.
AbstractSql2008Backend() - Constructor for class org.tentackle.sql.backends.AbstractSql2008Backend
Parent constructor.
AbstractSql92Backend - Class in org.tentackle.sql.backends
Common to all SQL92 backends.
AbstractSql92Backend() - Constructor for class org.tentackle.sql.backends.AbstractSql92Backend
Parent constructor.
AbstractSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
Base class for a generator of suggestions based on some user input.
AbstractSuggestionGenerator() - Constructor for class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
 
AbstractTableCellType<T> - Class in org.tentackle.fx.table.type
Base class of a table and treetable cell type.
AbstractTableCellType() - Constructor for class org.tentackle.fx.table.type.AbstractTableCellType
Parent constructor.
AbstractTask - Class in org.tentackle.task
Default task.
AbstractTask() - Constructor for class org.tentackle.task.AbstractTask
Parent constructor.
AbstractTextFieldDelegate<T> - Class in org.tentackle.fx.component.delegate
Delegate for text input fields.
AbstractTextFieldDelegate(T) - Constructor for class org.tentackle.fx.component.delegate.AbstractTextFieldDelegate
Creates the delegate.
AbstractUpdateServiceImpl - Class in org.tentackle.update
Server side update service implementation.
AbstractUpdateServiceImpl(int, String) - Constructor for class org.tentackle.update.AbstractUpdateServiceImpl
Creates an update service object.
AbstractUpdateServiceImpl(int, String, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.update.AbstractUpdateServiceImpl
Creates an update service object.
AbstractValidateableFxController - Class in org.tentackle.fx
Base class for controllers that validate themselves.
Not applicable to controllers that validate their bindables explicitly.
AbstractValidateableFxController() - Constructor for class org.tentackle.fx.AbstractValidateableFxController
Parent constructor.
AbstractValidationResult - Class in org.tentackle.validate.severity
Base implementation for validation results.
AbstractValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.AbstractValidationResult
Creates a validation result.
AbstractValidationResult(Validator, ValidationContext, String, String) - Constructor for class org.tentackle.validate.severity.AbstractValidationResult
Creates a validation result.
AbstractValidator<T> - Class in org.tentackle.validate.validator
An abstract validator.
AbstractValidator() - Constructor for class org.tentackle.validate.validator.AbstractValidator
Parent constructor.
AbstractValueTranslator<M,V> - Class in org.tentackle.fx.translate
Base class of a value translator.
AbstractValueTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.AbstractValueTranslator
Creates a string translator for a given text component.
accept() - Method in class org.tentackle.io.CompressedServerSocket
 
accept(SocketImpl) - Method in class org.tentackle.io.SocketImplWrapper
 
accept(LogoutEvent) - Method in class org.tentackle.app.LogoutEventHandler
 
accept(LogoutEvent) - Method in class org.tentackle.fx.rdc.app.LogoutEventHandler
 
accept(T) - Method in interface org.tentackle.misc.Acceptor
Performs this operation on the given argument.
accept(T) - Method in class org.tentackle.misc.BlockingHolder
 
accept(T) - Method in class org.tentackle.misc.Holder
 
accept(T) - Method in class org.tentackle.misc.VolatileHolder
 
Acceptor<T,E> - Interface in org.tentackle.misc
Similar to Consumer but allows checked exceptions.
acceptPersistenceVisitor(PersistenceVisitor, ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Accepts a persistence operation visitor.
acceptsURL(String) - Method in class org.tentackle.sql.DynamicDriver
 
acceptTypeVisitor(TypeMirror, Class<?>) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Invokes the accept method on given type mirror.
Resolves type variables to their upper bound.
AccessScope - Enum Class in org.tentackle.model
Access scope.
AccordionBuilder - Class in org.tentackle.fx.container.build
Builder to create an Accordion.
AccordionBuilder() - Constructor for class org.tentackle.fx.container.build.AccordionBuilder
Creates the builder.
AccordionConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a Accordion.
AccordionConfigurator() - Constructor for class org.tentackle.fx.container.config.AccordionConfigurator
Creates the configurator for a Accordion.
activateStatistics() - Method in class org.tentackle.app.AbstractApplication
Activate statistics.
Recommended during development.
activateStatistics() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
add(int, int) - Method in class org.tentackle.model.SourceInfo
Returns a source info with offsets added.
add(int, E) - Method in class org.tentackle.misc.CopyOnWriteList
 
add(int, E) - Method in class org.tentackle.misc.ImmutableArrayList
 
add(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(int, CharSequence, Object...) - Method in class org.tentackle.dbms.Query
Appends an SQL-part and corresponding parameters to this query.
add(int, CharSequence, List<Object>) - Method in class org.tentackle.dbms.Query
Appends an SQL-part and corresponding parameters to this query.
Same as Query.add(int, CharSequence, Object...) but with a List of parameters instead of an array or varargs.
add(int, SqlSupplier) - Method in class org.tentackle.dbms.Query
Appends a backend-specific SQL-part to this query.
add(E) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
add(E) - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
add(E) - Method in class org.tentackle.misc.ImmutableArrayList
 
add(E) - Method in class org.tentackle.misc.TrackedArrayList
Appends the specified element to the end of this list.
add(CharSequence, Object...) - Method in class org.tentackle.dbms.Query
Appends an SQL-part and corresponding parameters to this query.
add(CharSequence, List<Object>) - Method in class org.tentackle.dbms.Query
Appends an SQL-part and corresponding parameters to this query.
Same as Query.add(CharSequence, Object...) but with a List of parameters instead of an array or varargs.
add(String, long) - Method in class org.tentackle.misc.NamedCounter
Adds a value to given named counter.
add(Collection<? extends T>) - Method in class org.tentackle.misc.IdentifiableMap
Adds a collection to the map.
add(BMoney) - Method in class org.tentackle.common.BMoney
Adds a BMoney to this value and returns a new object.
add(BMoney) - Method in class org.tentackle.common.DMoney
 
add(AbstractDbObject) - Method in class org.tentackle.dbms.DbBatchStatement
Adds a persistence object to the batch.
add(ModificationType, PreparedStatementWrapper, AbstractDbObject, int) - Method in class org.tentackle.dbms.DbBatch
Adds a statement and its related PDO to this batch.
add(SqlSupplier) - Method in class org.tentackle.dbms.Query
Appends a backend-specific SQL-part to this query.
add(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
Adds another duration.
add(MasterSerialEvent) - Method in class org.tentackle.session.MasterSerialListEvent
 
add(T) - Method in class org.tentackle.misc.IdentifiableMap
Adds an object to the map.
add(T) - Method in class org.tentackle.pdo.PdoCache
Adds an object to the cache.
add(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Adds an object to the index.
Does not throw an exception if it is already in cache.
addAll(int, Collection<? extends E>) - Method in class org.tentackle.misc.CopyOnWriteList
 
addAll(int, Collection<? extends E>) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(int, Collection<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Inserts all the elements in the specified collection into this list, starting at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(Collection<? extends E>) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
addAll(Collection<? extends E>) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(Collection<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Appends all the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
The behavior of this operation is undefined if the specified collection is modified while the operation is in progress.
addBatch() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Adds a set of parameters to this PreparedStatement's batch of commands.
addBatch(String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Method must not be invoked on a PreparedStatementWrapper.
Always throws PersistenceException.
addBatch(String) - Method in class org.tentackle.dbms.StatementWrapper
Adds the given SQL command to the current list of commands.
addBindableColumns(TableConfiguration<T>, String...) - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Adds all bindable columns.
Override this method to specify the optional components.
addBindableColumns(TableConfiguration<T>, String, String, Class<?>, String...) - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Recursively adds all bindable columns including components.
addBinding(Binding) - Method in interface org.tentackle.bind.Binder
Programmatically adds a binding to this view.
addBinding(Binding) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
addBinding(Binding) - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
addBindingOptions(String) - Method in interface org.tentackle.bind.BindableElement
Adds binding options.
addBindingOptions(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
addBindOption(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Adds a bind option.
addBlunt(E) - Method in class org.tentackle.misc.TrackedArrayList
 
addBlunt(E) - Method in interface org.tentackle.misc.TrackedList
Adds the element to the list but does not mark it modified.
addChangeableBinding(Binding) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
Adds a changeable binding.
addChild(DbPreferences) - Method in class org.tentackle.dbms.prefs.DbPreferences
Adds a child node.
addColumn(String, String) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
addColumn(String, String) - Method in interface org.tentackle.fx.table.TableConfiguration
Adds a column via binding path.
addColumnConfiguration(TableColumnConfiguration<S, ?>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
addColumnConfiguration(TableColumnConfiguration<S, ?>) - Method in interface org.tentackle.fx.table.TableConfiguration
Adds a column configuration.
addComponents(IdentifiableMap<PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
addComponents(IdentifiableMap<PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Adds the components of this object to a map.
addComponents(IdentifiableMap<PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
addComponents(IdentifiableMap<PersistentDomainObject<?>>, Collection<? extends PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Adds the components of a collection to a map.
addConnection(ManagedConnection) - Method in class org.tentackle.dbms.DefaultConnectionManager
Adds a connection to the list.
added(E) - Method in interface org.tentackle.misc.TrackedListListener
An element has been added to the list.
addEntityInfo(EntityInfo) - Method in class org.tentackle.model.impl.ModelImpl
Adds an entity to the model.
addEventFilter(EventType<T>, EventHandler<T>) - Method in class org.tentackle.fx.rdc.EventListenerProxy
Adds an event filter.
addEventHandler(EventType<T>, EventHandler<T>) - Method in class org.tentackle.fx.rdc.EventListenerProxy
Adds an event handler.
addExpiration(long, long, List<IdSerialTuple>) - Method in class org.tentackle.dbms.TableSerialExpirationBacklog
Adds an expiration set to the backlog.
addExplicitClassLoader(String, String, ClassLoader) - Static method in class org.tentackle.common.ServiceFactory
Adds an explicit classloader for a given service path and name.
Loaders are kept in a linked list for each path and name combination.
addExplicitClassLoaderImpl(String, String, ClassLoader) - Method in class org.tentackle.common.ServiceFactory
Adds an explicit classloader for a given service path and name.
Loaders are kept in a linked list for each path and name combination.
addFieldValidatorsToMap(Map<ValidationUtilities.ValidatorKey, Validator>, Class<?>, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for all annotated fields or methods of given class.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
addFieldValidatorsToMap(Map<ValidationUtilities.ValidatorKey, Validator>, Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
addForeignKeyColumn(ForeignKeyColumnMetaData) - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Adds a column to the foreign key.
addIfAbsent(E) - Method in class org.tentackle.misc.TrackedArrayList
 
addIfAbsent(E) - Method in interface org.tentackle.misc.TrackedList
Adds the element to the list only if not already in the list.
addIndex(PdoCacheIndex<T, ?>) - Method in class org.tentackle.pdo.PdoCache
Add an index to cache.
The application need not invoke addIndex explicitly.
addIndexColumnFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.IndexMetaData
Adds an index column from the database metadata result.
addIndexIfNotAssigned(PdoCacheIndex<T, ?>) - Method in class org.tentackle.pdo.PdoCache
Adds an index if not already added.
addJoin(Join<? super T, ?>) - Method in class org.tentackle.persist.JoinedSelect
Adds a join.
addJoin(Join<J, ?>) - Method in class org.tentackle.persist.Join
Adds a cascaded join.
addListener(TrackedListListener<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
addListener(TrackedListListener<E>) - Method in interface org.tentackle.misc.TrackedList
Adds a listener.
addListener(ClassMappedListener) - Method in interface org.tentackle.reflect.ClassMapper
Adds a class mapped listener.
addListener(ClassMappedListener) - Method in class org.tentackle.reflect.DefaultClassMapper
 
addMandatoryBinding(Binding) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
Adds a mandatory binding.
addMasterSerialEvent(MasterSerialEvent) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Adds a master serial event.
addMethod(Method, Class<?>, Class<?>...) - Method in class org.tentackle.reflect.MethodCache
Adds the method to the cache.
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxCheckBox
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxChoiceBox
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxColorPicker
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxComboBox
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxDatePicker
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxListView
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxPasswordField
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxRadioButton
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTableView
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTextArea
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTextField
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxToggleButton
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTreeTableView
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTreeView
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxAccordion
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxAnchorPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxBorderPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxButtonBar
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxDialogPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxFlowPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxGridPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxHBox
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxScrollPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxSplitPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxStackPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTab
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTabPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTextFlow
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTilePane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTitledPane
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxToolBar
 
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxVBox
 
addModelToViewListener(ModelToViewListener) - Method in interface org.tentackle.fx.FxControl
Adds a model-to-view listener.
The listener will be invoked before the binding operation.
If the control is a container, the listener will be invoked if any of the container's components get updated.
addModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.FxControlDelegate
 
addModificationListener(ModificationListener) - Method in class org.tentackle.dbms.DbModificationTracker
Adds a modification listener.
addModificationListener(ModificationListener) - Method in interface org.tentackle.session.ModificationTracker
Adds a modification listener.
addNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
addNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
addNodeChangeListener(NodeChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Registers the specified listener to receive node change events for this node.
addNodeChangeListener(DbPreferences, NodeChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Adds a node listener.
addPdoEventFilter(EventType<PdoEvent>, EventHandler<PdoEvent>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Adds a PDO-event filter.
addPdoEventHandler(EventType<PdoEvent>, EventHandler<PdoEvent>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Adds a PDO-event handler.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Registers the specified listener to receive preference change events for this preference node.
addPreferenceChangeListener(DbPreferences, PreferenceChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Adds a preferences changed listener.
addPropertyListener(String, PropertyListener) - Method in class org.tentackle.dbms.AbstractDbObject
Adds a PropertyListener to the listener list for a specific property.
addPropertyListener(String, PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Adds a property listener that gets invoked if the given property changes.
addPropertyListener(PropertyListener) - Method in class org.tentackle.dbms.AbstractDbObject
Adds a PropertyListener to the listener list.
The listener is registered for all bound properties of this class.
addPropertyListener(PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Adds a property listener that gets invoked if any of the properties change.
addReferencingClass(Class<? extends AbstractDbObject<?>>, String) - Method in class org.tentackle.dbms.DbObjectClassVariables
Adds a PDO class that is referencing the class of this class variable holder.
addReferencingClass(Class<R>, String) - Method in class org.tentackle.persist.AbstractPersistentObject
Adds a PDO class that is referencing this PDO clazz.
addRemovedObject(E) - Method in class org.tentackle.misc.TrackedArrayList
Adds an object to the list of removed objects.
Only objects of type <E> are added.
addRemovedObjects(Collection<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Adds a list of objects to the list of removed objects.
Only objects of type <E> are added.
addResultSet(ResultSetWrapper) - Method in class org.tentackle.dbms.ManagedConnection
Adds a pending result set.
addRunningStatement(StatementWrapper) - Method in class org.tentackle.dbms.ManagedConnection
Remembers a statement as running.
addSavepoint(SavepointHandle, Savepoint) - Method in class org.tentackle.dbms.DbTransaction
Adds a savepoint to the transaction.
addSessionInfo(T, SessionInfo) - Method in class org.tentackle.web.app.WebSessionKeyCache
Adds a mapping between a session and a session info.
This is usually done in the login controller.
AddShortcut - Class in org.tentackle.misc.time
Shortcut to add some value.
AddShortcut() - Constructor for class org.tentackle.misc.time.AddShortcut
Creates an add shortcut.
addShutdownRunnable(Runnable) - Method in class org.tentackle.dbms.DbModificationTracker
Adds a shutdown runnable.
The runnables will be executed on termination of this tracker.
addShutdownRunnable(Runnable) - Method in interface org.tentackle.session.ModificationTracker
Registers a pure runnable to be executed if the pdo tracker is terminated due to severe errors.
addSnapshot(T) - Method in class org.tentackle.persist.AbstractPersistentObject
Adds a snapshot to the list of snapshots.
addTableMetaData(TableMetaData) - Method in class org.tentackle.sql.metadata.ModelMetaData
Adds a table to this model.
If schemas are set, only tables belonging to one of given schemas will be appended.
addTask(Task) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
Adds a task to the queue.
addTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task to the queue.
addTaskAndWait(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTaskAndWait(Task) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task to the queue.
Throws a TaskException if the wait times out.
addTaskListener(TaskListener) - Method in class org.tentackle.task.AbstractTask
 
addTaskListener(TaskListener) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTaskListener(TaskListener) - Method in interface org.tentackle.task.Task
Adds a task listener.
addTaskListener(TaskListener) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task listener.
addToBatch(ModificationType, PreparedStatementWrapper, AbstractDbObject, int) - Method in class org.tentackle.dbms.Db
Adds a statement with its related PDO to the current batch.
Does nothing if there is no batched transaction running.
addToMissing(PdoCacheIndex.CacheKey) - Method in class org.tentackle.pdo.PdoCacheIndex
Adds the key to the set of missing PDOs.
addToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinder
 
addToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinding
 
addToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binder
Adds a to-model binding listener.
The binding listener will be invoked before each binding operation from the view to the model.
addToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binding
Adds a to-model binding listener.
The binding listener will be invoked before each binding operation from the view to the model.
addToModificationTable() - Method in class org.tentackle.dbms.ModificationTally
Adds this counter to the modification table.
addToModificationTable(boolean, String) - Method in class org.tentackle.dbms.DbModification
Adds an entry for this counter (== database object class) to the modification table.
addToSessionGroup(Db, int, boolean) - Method in class org.tentackle.dbms.DbUtilities
Adds a session to a session group.
Creates a new group if the session with the given groupId does not belong to a group yet.
addToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinder
 
addToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinding
 
addToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binder
Adds a to-view binding listener.
The binding listener will be invoked before each binding operation from the model to the view.
addToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binding
Adds a to-view binding listener.
The binding listener will be invoked before each binding operation from the model to the view.
addUnique(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Adds a unique object to the index.
Unique violations usually indicate an error in comparing contexts or that the context of a cached object was changed accidentally.
addValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinder
 
addValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinding
 
addValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binder
Adds a validation listener.
The validation listener will be invoked if validations are present for this binding (annotations at the field or getter-method) and the validation has failed or has messages.
addValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binding
Adds a validation listener.
The validation listener will be invoked if validations are present for this binding (annotations at the field or getter-method) and the validation has failed or has messages.
addValidator(Annotation, AnnotatedElement, int, List<Validator>, ValidationScope, Class<? extends Validator>) - Method in class org.tentackle.validate.ValidationUtilities
Adds a validator to a list.
addValidator(Validator) - Method in class org.tentackle.bind.AbstractBinding
 
addValidator(Validator) - Method in interface org.tentackle.bind.Binding
Adds a validator.
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxCheckBox
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxChoiceBox
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxColorPicker
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxComboBox
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxDatePicker
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxListView
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxPasswordField
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxRadioButton
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTableView
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTextArea
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTextField
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxToggleButton
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTreeTableView
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTreeView
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxAccordion
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxAnchorPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxBorderPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxButtonBar
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxDialogPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxFlowPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxGridPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxHBox
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxScrollPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxSplitPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxStackPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTab
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTabPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTextFlow
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTilePane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTitledPane
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxToolBar
 
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxVBox
 
addViewToModelListener(ViewToModelListener) - Method in interface org.tentackle.fx.FxControl
Adds a view-to-model listener.
The listener will be invoked after the binding operation.
If the control is a container, the listener will be invoked if any of the container's components update the model.
addViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.FxControlDelegate
 
addWebSession(T, SessionInfo) - Method in class org.tentackle.web.app.WebApplication
Adds a mapping between a web session key and a user's session info.
This is usually done in the login controller.
AdminExtension - Interface in org.tentackle.pdo
Remote session extension providing admin services for the middle tier.
AdminExtension.SessionData - Interface in org.tentackle.pdo
Provides information about a logged in client session.
AdminExtensionAdapter - Class in org.tentackle.persist
Adapter hiding the rmi-stuff for the admin session extension.
AdminExtensionAdapter() - Constructor for class org.tentackle.persist.AdminExtensionAdapter
Creates the adapter.
AdminExtensionAdapterRemoteDelegate - Interface in org.tentackle.persist.rmi
Admin utility methods.
AdminExtensionAdapterRemoteDelegateImpl - Class in org.tentackle.persist.rmi
Admin extension implementation.
AdminExtensionAdapterRemoteDelegateImpl(RemoteDbSessionImpl, Class<AdminExtensionAdapter>) - Constructor for class org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegateImpl
Creates the admin extension implementation.
afterClose(Session) - Method in interface org.tentackle.session.SessionCloseHandler
Invoked after closing.
afterLast() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the end of this ResultSet object, just after the last row.
afterLast() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource after the last row.
Works even for empty scrollable resources.
afterLast() - Method in class org.tentackle.persist.ResultSetCursor
Positions the cursor after the last row.
Works even for empty cursors.
afterLast() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Positions the cursor after the last row.
Works even for empty cursors.
afterLast() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
alignComponents() - Method in class org.tentackle.dbms.AbstractDbObject
Prepares the attributes concerning composite relations.
Overridden, for example, to update list counts.
alignExceptionCause(Throwable) - Method in class org.tentackle.dbms.DbSessionUtilities
 
alignExceptionCause(Throwable) - Method in class org.tentackle.session.SessionUtilities
Replaces exception cause probably not in the jvm's classpath when the stacktrace gets deserialized in another (usually remote) jvm.
alignScale(BMoney) - Method in class org.tentackle.common.BMoney
Check the scale of the given money value.
alignTemporaryExceptionStatus(PersistenceException) - Method in class org.tentackle.dbms.DbSessionUtilities
 
alignTemporaryExceptionStatus(PersistenceException) - Method in class org.tentackle.session.SessionUtilities
Sets the temporary flag according to the exception's root cause and the session.
ALL - Enum constant in enum class org.tentackle.reflect.Interception.Type
public or hidden.
ALL_INHERITED - Enum constant in enum class org.tentackle.fx.FxControllerService.BINDING
include inherited components and bindables.
AllInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for all interception annotations in the core package.
Applies to interceptors applicable to interfaces extending Interceptable or implementation classes of Interceptable.
AllInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.AllInterceptorAnnotationProcessor
 
ALLOW_STYLE - Static variable in class org.tentackle.fx.rdc.security.SecurityEditor
CSS style for "allowed".
AllPermission - Interface in org.tentackle.security.permissions
Permission that represents all other permissions.
AllPermissionImpl - Class in org.tentackle.security.permissions
Permission that represents all other permissions.
AllPermissionImpl() - Constructor for class org.tentackle.security.permissions.AllPermissionImpl
Creates the "all" permission.
AllScope - Interface in org.tentackle.validate.scope
Validation scope valid in all scopes.
AllScopeImpl - Class in org.tentackle.validate.scope
Default scope default implementation.
AllScopeImpl() - Constructor for class org.tentackle.validate.scope.AllScopeImpl
Creates the "all"-scope.
AlreadyLoggedInException - Exception Class in org.tentackle.session
Exception thrown if the user is already logged in.
Usually for application servers that don't allow a user logged in more than once.
AlreadyLoggedInException(Session, SessionInfo) - Constructor for exception class org.tentackle.session.AlreadyLoggedInException
Creates an AlreadyLoggedInException.
ALWAYS - Enum constant in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
A close button will always be displayed, if the hide action is set.
ALWAYS - Enum constant in enum class org.tentackle.model.SelectionType
select on every access.
ALWAYS_DEFAULT - Enum constant in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Same as ALWAYS, but the close button will be shown as the default button, i.e.
alwaysPrepare - Variable in class org.tentackle.dbms.DbObjectClassVariables
true if prepared statements should always be prepared (i.e. if the statement is changing for some reason, e.g. the table name).
AN_ALLOWED - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'allowed'.
AN_BEGIN - Static variable in interface org.tentackle.ns.pdo.NumberRangePersistence
attribute name for database column 'rbegin'.
AN_BUNDLEID - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bundle_id'.
AN_CLASSID - Static variable in class org.tentackle.common.Constants
java name class-ID.
AN_CLASSID - Static variable in class org.tentackle.dbms.AbstractDbObject
name of class-ID attribute.
AN_DESCRIPTION - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'description'.
AN_DOMAINCONTEXTCLASSID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'contextclassid'.
AN_DOMAINCONTEXTID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'contextid'.
AN_EDITEDBY - Static variable in class org.tentackle.common.Constants
java name of the editing user.
AN_EDITEDBY - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedBy attribute.
AN_EDITEDEXPIRY - Static variable in class org.tentackle.common.Constants
java name of time "lock token" will expire.
AN_EDITEDEXPIRY - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedExpiry attribute.
AN_EDITEDSINCE - Static variable in class org.tentackle.common.Constants
java name of time editing started.
AN_EDITEDSINCE - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedSince attribute.
AN_END - Static variable in interface org.tentackle.ns.pdo.NumberRangePersistence
attribute name for database column 'rend'.
AN_GRANTEECLASSID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'granteeclassid'.
AN_GRANTEEID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'granteeid'.
AN_ID - Static variable in class org.tentackle.common.Constants
java name of ID.
AN_ID - Static variable in class org.tentackle.dbms.AbstractDbObject
name of ID attribute.
AN_KEY - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bkey'.
AN_LOCALE - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
attribute name for database column 'blocale'.
AN_LOWWATERMARK - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'lowmark'.
AN_MESSAGE - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'message'.
AN_NAME - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
attribute name for database column 'bname'.
AN_NAME - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'name'.
AN_NORMTEXT - Static variable in class org.tentackle.common.Constants
java name for the normtext.
AN_NORMTEXT - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the normText attribute.
AN_NUMBERPOOLID - Static variable in interface org.tentackle.ns.pdo.NumberRangePersistence
attribute name for database column 'poolid'.
AN_OBJECTCLASSID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'objectclassid'.
AN_OBJECTCLASSNAME - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'objectclass'.
AN_OBJECTID - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'objectid'.
AN_ONLINE - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'poolonline'.
AN_PERMISSIONS - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'permissions'.
AN_PRIORITY - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
attribute name for database column 'secprio'.
AN_REALM - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'realm'.
AN_REQUESTSIZE - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'reqsize'.
AN_ROOTCLASSID - Static variable in class org.tentackle.common.Constants
java name root-class-ID.
AN_ROOTCLASSID - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of rootclass-ID attribute.
AN_ROOTID - Static variable in class org.tentackle.common.Constants
java name root-ID.
AN_ROOTID - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of root-ID attribute.
AN_SERIAL - Static variable in class org.tentackle.common.Constants
java name of serial.
AN_SERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
name of serial attribute.
AN_TABLESERIAL - Static variable in class org.tentackle.common.Constants
java name of tableserial.
AN_TABLESERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
name of tableserial attribute.
AN_UPLINK - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
attribute name for database column 'uplink'.
AN_VALUE - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bvalue'.
Analyze - Annotation Interface in org.tentackle.common
Annotation to mark an annotation to be processed during the analyze-phase.
AnchorPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create an AnchorPane.
AnchorPaneBuilder() - Constructor for class org.tentackle.fx.container.build.AnchorPaneBuilder
Creates the builder.
AnchorPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures an AnchorPane.
AnchorPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.AnchorPaneConfigurator
Creates the configurator for a AnchorPane.
annotation - Variable in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
AnnotationPrinter - Class in org.tentackle.model.print
Prints the model spec of an annotation.
AnnotationPrinter(String) - Constructor for class org.tentackle.model.print.AnnotationPrinter
Creates an annotation printer.
AnnotationProcessor - Annotation Interface in org.tentackle.common
Annotation to express that the annotated class is an annotation processor.
ANY - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Fail if at least one result has been collected, no matter whether it is marked as failed or just a warning.
ANY - Static variable in class org.tentackle.fx.rdc.PdoEvent
Common supertype for all PDO event types.
append(char) - Method in class org.tentackle.io.AppendableWriter
 
append(CharSequence) - Method in class org.tentackle.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class org.tentackle.io.AppendableWriter
 
AppendableWriter - Class in org.tentackle.io
A Writer to an Appendable.
AppendableWriter() - Constructor for class org.tentackle.io.AppendableWriter
Creates an Appendable writer using a StringBuffer.
AppendableWriter(Appendable) - Constructor for class org.tentackle.io.AppendableWriter
Creates an Appendable writer.
appendIdSerial(Entity, List<Attribute>) - Method in class org.tentackle.model.impl.EntityImpl
Appends id and serial from another entity.
AppFxRdcBundle - Class in org.tentackle.fx.rdc.app
Bundle for app-package in tentackle-fx-rdc.
Application - Interface in org.tentackle.app
Tentackle application.
appliesTo(Class<?>) - Method in interface org.tentackle.security.Permission
Determines whether this permission applies to given class or instances of it.
appliesTo(Class<?>) - Method in class org.tentackle.security.permissions.AbstractNonPdoPermission
 
appliesTo(Class<?>) - Method in class org.tentackle.security.permissions.AbstractPdoPermission
 
appliesTo(Class<?>) - Method in class org.tentackle.security.permissions.AllPermissionImpl
 
appliesTo(Class<?>...) - Method in class org.tentackle.validate.scope.AbstractScope
 
appliesTo(Class<?>...) - Method in class org.tentackle.validate.scope.AllScopeImpl
 
appliesTo(Class<?>...) - Method in interface org.tentackle.validate.ValidationScope
Checks if this scope falls within at least one of the given scopes.
appliesTo(Throwable) - Method in class org.tentackle.common.ExceptionHelper.Handler
Checks if handler applies to the given exception.
apply(String) - Method in class org.tentackle.common.Cryptor
Encrypts a string.
Provided for the tentackle-maven-plugin.
apply(String) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
 
apply(String) - Method in class org.tentackle.fx.component.auto.CamelCaseSuggestionGenerator
 
apply(String) - Method in class org.tentackle.fx.component.auto.SimpleSuggestionGenerator
 
apply(List<String>) - Method in enum class org.tentackle.fx.component.Note.Position
Applies the CSS style.
apply(List<String>) - Method in enum class org.tentackle.fx.component.Note.Type
Applies the CSS style.
apply(Locale, String, LinkedHashMap<Locale, String>, Locale) - Method in class org.tentackle.common.I18NText
Applies a translation to an existing map and default locale.
apply(TextFormatter.Change) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
apply(TextFormatter.Change) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
apply(Db, PreparedStatementWrapper) - Method in class org.tentackle.dbms.Query
Applies the query parameters to the statement.
Optionally applies limit, offset as well.
apply(SmartDateTimeParser<?>, String) - Method in class org.tentackle.misc.time.DateFilter
 
apply(SmartDateTimeParser<?>, String) - Method in class org.tentackle.misc.time.OffsetFilter
 
apply(SmartDateTimeParser<?>, String) - Method in class org.tentackle.misc.time.ZoneFilter
 
apply(SmartDateTimeParser<? extends Temporal>, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.TextFilter
Applies this filter to the input text.
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingOffsetHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingTimeHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingZoneIdHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.ErrorHandler
Applies the handler to given text and modifies it for retry.
applyBackendConfiguration(BackendConfiguration, EncryptedProperties) - Method in class org.tentackle.dbms.DbUtilities
Applies the given backend configuration to properties.
applyBindingOption(FxTextComponent, BindingMember, String) - Method in class org.tentackle.fx.FxUtilities
Applies a single binding option to a text component.
applyBindingOption(TableColumnConfiguration, BindingMember, String) - Method in class org.tentackle.fx.FxUtilities
Processes an option for a table binding.
applyBindingOptions(FxTextComponent, BindingMember, String) - Method in class org.tentackle.fx.FxUtilities
Applies the bindable options to a text component.
applyBindingOptions(TableColumnConfiguration, BindingMember, String) - Method in class org.tentackle.fx.FxUtilities
Applies the bindable options to a table column.
applyCaseConversion(Boolean, String) - Method in class org.tentackle.fx.table.type.AbstractTableCellType
Applies the case conversion.
applyColumnIndex(int) - Method in class org.tentackle.dbms.ResultSetSkipBlock
Applies the used column index to this skip block.
applyCSS() - Method in class org.tentackle.fx.table.TotalsTableView
Applies the totalstable.css-file.
applyDbObjectResult(DbObjectResult) - Method in class org.tentackle.dbms.AbstractDbObject
Applies a DbObjectResult to this persistence object.
applyEntityOptions(EntityOptions, DataType<?>) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
Sets the default from entity options.
applyFetch(TimeKeeper, int) - Method in class org.tentackle.dbms.StatementHistory
Applies the fetch duration and number of rows fetched if statement is a query.
applyOption(String, Boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
applyOption(String, Boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Applies given option string.
applyOption(String, Boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
applyParameters(String) - Method in class org.tentackle.io.SocketConfiguratorBase
Applies the parameters from a single string.
applyParameters(PreparedStatementWrapper, int) - Method in class org.tentackle.dbms.Query
Apply the query parameters only.
applyPatterns(Locale, FormatHelper.Patterns) - Static method in class org.tentackle.misc.FormatHelper
Applies a set of patterns to a locale.
applyPatterns(FormatHelper.Patterns) - Static method in class org.tentackle.misc.FormatHelper
Applies a set of patterns to the current locale.
applyProperties() - Method in class org.tentackle.session.DefaultSessionInfo
 
applyProperties() - Method in interface org.tentackle.session.SessionInfo
Applies the properties to this session info.
Sets user, password and application-name from properties, if given.
applyProperties(Properties) - Method in class org.tentackle.app.AbstractApplication
Applies the given properties.
If the given properties are different from the application properties, they will be copied to the application properties.
applyProperties(Properties) - Method in interface org.tentackle.app.Application
Applies further application properties.
If the given properties are different from the application properties, they will be copied to the application properties.
applyProperties(Properties) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
applyProperties(Properties) - Method in class org.tentackle.io.SocketConfiguratorBase
Applies the parameters from a property list.
applyResourceIndex(ClassLoader, String, boolean) - Static method in class org.tentackle.common.ServiceFactory
Apply a given resource index.
The index is usually created via the tentackle-maven-plugin's analyze goal with the index option set to something like "META-INF/RESOURCES-INDEX.LIST".
applyResourceIndexImpl(ClassLoader, String, boolean) - Method in class org.tentackle.common.ServiceFactory
Apply a given resource index.
The index is usually created via the tentackle-maven-plugin's analyze goal with the index option set to something like "META-INF/RESOURCES-INDEX.LIST".
applyStylesheets(Scene) - Method in class org.tentackle.fx.FxUtilities
Applies the default stylesheets to a scene.
Invoked for all newly created scenes or via FxUtilities.reapplyStyleSheets().
applyStylesheets(Scene) - Method in class org.tentackle.fx.rdc.RdcFxUtilities
 
applyTableAlias(Map<String, Entity>, Entity, String) - Method in class org.tentackle.model.impl.ModelImpl
Applies the table alias if unique and valid.
applyTo(Collection<? extends DomainContextDependable>) - Method in interface org.tentackle.pdo.DomainContext
Sets the context in a list of DomainContextDependables.
applyTo(Collection<? extends SessionDependable>) - Method in interface org.tentackle.session.Session
Applies this session to a collection of session dependables.
applyTo(DomainContextDependable) - Method in interface org.tentackle.pdo.DomainContext
Sets the context in a DomainContextDependable.
The method invokes obj.setDomainContext() only if the context really differs.
applyTo(SessionDependable) - Method in interface org.tentackle.session.Session
Applies this session to a session dependable object.
The method must invoke obj.setSession() only if the session really differs.
applyTokenLockInfo(TokenLockInfo) - Method in class org.tentackle.persist.AbstractPersistentObject
Applies the given token lock info.
applyType() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
Applies the model's type to the component.
applyType() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
Applies the model's type to the component.
arg(Object...) - Method in class org.tentackle.common.ToolRunner
Adds arguments.
ARGS - Static variable in class org.tentackle.model.impl.RelationImpl
property args = ...
ASC - Enum constant in enum class org.tentackle.model.SortType
sort ascending.
assertAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that dispatcher is still alive.
assertAllBound() - Method in interface org.tentackle.bind.Binder
Tests the binding.
The method verifies that all objects of the GUI are bound and throws a BindingException if it finds at least one unbound object.
All unbound objects are logged.
assertAllBound() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
assertAllBound() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
assertColumnCountNotBackendSpecific(Backend) - Method in class org.tentackle.sql.datatypes.AbstractDataType
Checks that this type has a fixed number of columns or the backend is specified.
assertComparable(C) - Method in class org.tentackle.validate.validator.AbstractValidator
Casts given object to a comparable.
assertCurrentLocaleValid() - Method in class org.tentackle.common.LocaleProvider
Asserts that a thread-local Locale is set.
assertCurrentSessionValid() - Static method in interface org.tentackle.session.Session
Asserts that a thread-local session is set.
assertDbNotRemote(Db) - Method in class org.tentackle.dbms.AbstractIdSource
Assert the correct Db.
assertDomainContextMutable() - Method in class org.tentackle.pdo.DummyPersistentOperation
Asserts that the domain context is mutable.
assertDomainContextMutable() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that the domain context is mutable.
assertDomainContextMutable() - Method in class org.tentackle.persist.AbstractPersistentOperation
Asserts that the domain context is mutable.
assertDurationValid() - Method in class org.tentackle.misc.TimeKeeper
Asserts that end ist valid.
assertEmbedded() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that this is an embedded PDO.
assertIntervalsInRange() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that the intervals are in range, if set
assertMutable() - Method in class org.tentackle.dbms.AbstractDbObject
Asserts that object is mutable.
assertMutable() - Method in class org.tentackle.misc.ImmutableArrayList
Asserts that object is mutable.
assertMutable() - Method in class org.tentackle.misc.TrackedArrayList
Asserts that object is mutable and not a snapshot.
assertMutable() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that object is mutable.
assertMutable() - Method in class org.tentackle.session.DefaultSessionInfo
Asserts that this session info is mutable.
assertNew() - Method in class org.tentackle.dbms.AbstractDbObject
Asserts that object is new.
assertNoJoins() - Method in class org.tentackle.persist.ResultSetCursor
Asserts that there are no joins in the query.
assertNormTextProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that entity provides a normtext.
assertNotAbstract() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that this is not an abstract entity class.
assertNotAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that dispatcher is not running.
assertNotAlreadyRunning() - Method in class org.tentackle.fx.rdc.update.UpdatableDesktopApplication
Checks whether another updatable application is already running in the current working directory.
Throws TentackleRuntimeException if so.
assertNotCached() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that the PDO is not cached.
assertNotEmpty() - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
Asserts that range is not empty.
assertNotKilled() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that this dispatcher hasn't been killed yet.
assertNotNew() - Method in class org.tentackle.dbms.AbstractDbObject
Asserts that object is not new.
assertNotOverloaded() - Method in class org.tentackle.dbms.AbstractDbObject
Asserts that this object is not overloaded.
assertNotReadOnly() - Method in class org.tentackle.dbms.StatementWrapper
Asserts db is writable.
assertNotRemote() - Method in class org.tentackle.dbms.AbstractDbObject
asserts that this object does not belong to a remote session.
assertNotRemote() - Method in class org.tentackle.dbms.Db
asserts that this is not a remote session
assertNoTxRunning() - Method in class org.tentackle.dbms.Db
Asserts that no transaction is running.
assertNullAllowed(E) - Method in class org.tentackle.misc.TrackedArrayList
Asserts whether null-values are allowed.
assertNullAllowed(Collection<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Asserts whether null-values are allowed.
assertNumberOfRowsAffected(int, int) - Method in class org.tentackle.dbms.AbstractDbObject
Checks the correct number of rows affected.
assertOneRowAffected(Db, int) - Method in class org.tentackle.dbms.AbstractIdSource
Asserts that exactly one row is affected by an update.
assertOpen() - Method in class org.tentackle.dbms.Db
Asserts that the database is open.
assertOpen() - Method in class org.tentackle.dbms.StatementWrapper
Asserts the statement is open.
assertOwnerThread() - Method in class org.tentackle.dbms.Db
Asserts session is not used by another thread than the ownerthread.
assertParsed() - Method in class org.tentackle.model.parse.Line
Asserts that this line is parsed.
assertPermissions() - Method in class org.tentackle.pdo.DefaultDomainContext
 
assertPermissions() - Method in interface org.tentackle.pdo.DomainContext
Asserts that this context is allowed to be used by the current user.
Only invoked when session is updated after deserialization (objects traveling between JVMs).
assertPersistable() - Method in class org.tentackle.dbms.AbstractDbObject
Asserts that this object is savable.
assertPersistable() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that this object is savable.
assertReadPermission() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks read permission for this object.
assertRemote() - Method in class org.tentackle.dbms.AbstractDbObject
asserts that this object belongs to a remote session.
assertRemote() - Method in class org.tentackle.dbms.Db
asserts that this is a remote session
assertRemoteSecurityManagerInitialized() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
assertRemoteSecurityManagerInitialized() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Makes sure that the remote security manager is up-to-date.
assertRemoteSecurityManagerInitialized(DomainContext) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
assertRemoteSecurityManagerInitialized(DomainContext) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
assertRequestedIfPooled() - Method in class org.tentackle.dbms.Db
Asserts that a pooled session is requested from the pool (in use).
assertRootContext() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that the po's context is a root context.
assertRootContextIsAccepted() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks the root context against the security rules.
assertRootContextIsAccepted() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
assertRootEntity() - Method in class org.tentackle.domain.AbstractDomainObject
Checks if the PDO is a root entity.
assertRootEntity() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks if the po is a root entity.
assertSessionBelongsToMe(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
Asserts that the session belongs to this manager.
assertSessionIsLocal() - Method in class org.tentackle.persist.ResultSetCursor
Asserts that session is local.
assertSessionIsRemote() - Method in class org.tentackle.persist.ResultSetCursor
Asserts that session is remote.
assertThisRowAffected(int) - Method in class org.tentackle.dbms.AbstractDbObject
Checks that exactly one row is affected.
assertTokenLockProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that entity provides a normtext.
assertTxRunning() - Method in class org.tentackle.dbms.Db
Asserts that a transaction with the given voucher is running.
assertValidName(SqlNameType, String) - Method in interface org.tentackle.sql.Backend
Asserts that given string is a valid name and usage.
assertValidName(SqlNameType, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
assertValidName(SqlNameType, String) - Method in class org.tentackle.sql.backends.Oracle8
 
assertValidSnapshot(T) - Method in class org.tentackle.persist.AbstractPersistentObject
Asserts that given snapshot is valid for this object.
assertValidTxVoucher(long) - Method in class org.tentackle.dbms.DbTransaction
Asserts the validity of the given voucher.
If the voucher does not match, a PersistenceException is thrown.
assertWritePermission() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks write permission for this object.
assignCache(PdoCache<T>) - Method in class org.tentackle.pdo.PdoCacheIndex
maintain the link to the cache (package scope because implementation detail that cannot be changed)
asYouTypeCondition - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
AT_ELEMENT - Static variable in exception class org.tentackle.model.ModelException
string prepended to the source location.
attach(Db) - Method in interface org.tentackle.dbms.ConnectionManager
Attaches a Db to a connection.
A Db must be attached before it can use any statements.
attach(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
attach(Db) - Method in class org.tentackle.dbms.MpxConnectionManager
 
attachSession(Db) - Method in class org.tentackle.dbms.ManagedConnection
Attaches a connection to a session.
ATTRACKED - Enum constant in enum class org.tentackle.model.TrackType
like TRACKED but also knows which attributes are modified.
attribute() - Method in record class org.tentackle.model.AttributeSorting
Returns the value of the attribute record component.
Attribute - Interface in org.tentackle.model
An attribute.
ATTRIBUTE - Enum constant in enum class org.tentackle.model.parse.LineType
attribute line.
ATTRIBUTE - Enum constant in enum class org.tentackle.pdo.PdoMember.Type
member is an attribute.
ATTRIBUTE_OPTION - Enum constant in enum class org.tentackle.model.parse.LineType
attribute options line.
AttributeImpl - Class in org.tentackle.model.impl
Attribute implementation.
AttributeImpl(EntityFactoryImpl, Entity, SourceInfo, boolean) - Constructor for class org.tentackle.model.impl.AttributeImpl
Creates an attribute.
AttributeImpl(EntityFactoryImpl, Entity, SourceInfo, boolean, AttributeOptionsImpl) - Constructor for class org.tentackle.model.impl.AttributeImpl
Creates an attribute.
AttributeLine - Class in org.tentackle.model.parse
The attribute definition line.
AttributeLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.AttributeLine
Creates an attribute line.
This line always spans only one line.
AttributeOptions - Interface in org.tentackle.model
Options for attributes.
AttributeOptionsImpl - Class in org.tentackle.model.impl
Attribute options.
AttributeOptionsImpl(Attribute, SourceInfo) - Constructor for class org.tentackle.model.impl.AttributeOptionsImpl
Creates attribute options.
AttributeOptionsPrinter - Class in org.tentackle.model.print
Pretty printer for attribute options.
AttributeOptionsPrinter(Attribute, PrintConfiguration) - Constructor for class org.tentackle.model.print.AttributeOptionsPrinter
Creates a printer.
AttributePrinter - Class in org.tentackle.model.print
Pretty printer for attribute lines.
AttributePrinter(Attribute, PrintConfiguration) - Constructor for class org.tentackle.model.print.AttributePrinter
Creates an attribute printer.
AttributeSectionPrinter - Class in org.tentackle.model.print
Pretty prints the section containing the attributes.
AttributeSectionPrinter(Entity, PrintConfiguration) - Constructor for class org.tentackle.model.print.AttributeSectionPrinter
Creates a section printer.
attributesModified() - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether this object got some of its attributes modified.
It does not check whether some of its components are modified!
attributesModified() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether this object got some of its attributes modified.
It does not check whether some of its components are modified!
attributesModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
attributesModified() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
AttributeSorting - Record Class in org.tentackle.model
Describes the sorting of an attribute.
AttributeSorting(Attribute, String, SortType) - Constructor for record class org.tentackle.model.AttributeSorting
Creates an instance of a AttributeSorting record class.
AUTO - Enum constant in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
This is the default.
If there are no buttons defined and the hide action is set, a close button will be shown.
AUTO_DEFAULT - Enum constant in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Same as AUTO, but the close button will be shown as the default button, i.e.
AutoCompletionCellFactory - Class in org.tentackle.fx.component.auto
List cell factory for auto-completion.
Displays the matched substrings in bold.
AutoCompletionCellFactory(Font) - Constructor for class org.tentackle.fx.component.auto.AutoCompletionCellFactory
Creates the list cell factory.
AutoCompletionController - Class in org.tentackle.fx.component.auto
Auto-completion controller.
AutoCompletionController(TextInputControl, Function<String, List<List<SubString>>>) - Constructor for class org.tentackle.fx.component.auto.AutoCompletionController
Creates the controller.
AutoCompletionPopup - Class in org.tentackle.fx.component
Popup for auto-completion.
AutoCompletionPopup(AutoCompletionController) - Constructor for class org.tentackle.fx.component.AutoCompletionPopup
Creates an auto-completion popup.
AutoCompletionPopupSkin - Class in org.tentackle.fx.component.skin
AutoCompletionPopupSkin(AutoCompletionPopup) - Constructor for class org.tentackle.fx.component.skin.AutoCompletionPopupSkin
Creates the skin.
autoLogin() - Method in class org.tentackle.fx.rdc.login.Login
Logs in automatically.
autoSelect() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
autoSelect() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
autoSelect() - Method in class org.tentackle.fx.component.FxComboBox
 
autoSelect() - Method in class org.tentackle.fx.component.FxDatePicker
 
autoSelect() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
autoSelect() - Method in class org.tentackle.fx.component.FxPasswordField
 
autoSelect() - Method in class org.tentackle.fx.component.FxTextArea
 
autoSelect() - Method in class org.tentackle.fx.component.FxTextField
 
autoSelect() - Method in interface org.tentackle.fx.FxTextComponent
Selects or deselects all text in the text input.
autoSelect() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
autoWidth() - Method in class org.tentackle.fx.rdc.table.TablePopup
Resizes all columns to fit their content.
available() - Method in class org.tentackle.io.SocketImplWrapper
 

B

Backend - Interface in org.tentackle.sql
A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the specific kind of database.
BACKEND_APPLICATION_NAME - Static variable in class org.tentackle.common.Constants
Application name.
By default, the application name is determined from the main class.
BACKEND_AUTOLOGIN - Static variable in class org.tentackle.common.Constants
property key to enable autologin (only for desktop applications).
BACKEND_DRIVER - Static variable in class org.tentackle.common.Constants
explicit driver name and url to load it from <name:url>.
BACKEND_INFO - Static variable in class org.tentackle.common.Constants
Optional backend configuration.
Useful to define extra technical user credentials for the physical connection, to load JDBC-drivers at runtime or to switch between different backends.
BACKEND_INFO_SYSTEM - Static variable in class org.tentackle.common.Constants
Value of backendinfo to allow selecting the backend (see Login in fx-rdc) using system preferences.
If the value is followed by a colon and a name, that name is treated as the BackendConfiguration.
BACKEND_INFO_USER - Static variable in class org.tentackle.common.Constants
Value of backendinfo to allow selecting the backend (see Login in fx-rdc) using user preferences.
If the value is followed by a colon and a name, that name is treated as the BackendConfiguration.
BACKEND_JDBC_URL_INTRO - Static variable in class org.tentackle.common.Constants
intro in URL to denote a JDBC connection.
BACKEND_JNDI_URL_INTRO - Static variable in class org.tentackle.common.Constants
intro in URL to denote a JNDI connection.
BACKEND_KEEP_ALIVE - Static variable in class org.tentackle.common.Constants
send a keep alive select every BACKEND_TIMEOUT minutes.
BACKEND_PASSWORD - Static variable in class org.tentackle.common.Constants
property key for the password.
BACKEND_PROPS - Static variable in class org.tentackle.common.Constants
name of property file holding the backend properties.
BACKEND_RMI_URL_INTRO - Static variable in class org.tentackle.common.Constants
intro in URL to denote a remote connection.
BACKEND_SCHEMAS - Static variable in class org.tentackle.common.Constants
property key for the optional schemas.
BACKEND_TIMEOUT - Static variable in class org.tentackle.common.Constants
database connection inactivity timeout in minutes.
BACKEND_URL - Static variable in class org.tentackle.common.Constants
property key for the backend URL.
BACKEND_USER - Static variable in class org.tentackle.common.Constants
property key for username.
BackendConfiguration - Class in org.tentackle.session
Configuration for a database backend.
The configuration is stored via the standard Preferences and provides the parameters necessary to connect to the database backend.
The config refers to a DriverConfiguration that loads the corresponding driver.
BackendConfiguration(String, String, String, String, DriverConfiguration, String, String) - Constructor for class org.tentackle.session.BackendConfiguration
Creates a backend configuration.
BackendException - Exception Class in org.tentackle.sql
Runtime exception thrown for database backend configuration errors.
BackendException() - Constructor for exception class org.tentackle.sql.BackendException
Constructs a new database backend exception with null as its detail message.
BackendException(String) - Constructor for exception class org.tentackle.sql.BackendException
Constructs a new database backend exception for the specified detail message.
BackendException(String, Throwable) - Constructor for exception class org.tentackle.sql.BackendException
Constructs a new database constraint exception without a session with the specified detail message and cause.
BackendFactory - Interface in org.tentackle.sql
The backend factory.
backendInfo - Variable in class org.tentackle.dbms.MpxConnectionManager
the backend info.
BackendInfo - Class in org.tentackle.sql
Configuration info for a backend.
BackendInfo(String) - Constructor for class org.tentackle.sql.BackendInfo
Creates a backend info from a backend name.
The info cannot be used to connect.
BackendInfo(String, String, char[], String[]) - Constructor for class org.tentackle.sql.BackendInfo
Creates a backend info.
This info is able to create a connection.
BackendInfo(EncryptedProperties) - Constructor for class org.tentackle.sql.BackendInfo
Creates a backend info from backend properties.
The info is able to create a connection.
BackendInfo(Backend) - Constructor for class org.tentackle.sql.BackendInfo
Creates a backend info from a backend.
The info cannot be used to connect.
BackendInfo(BackendInfo, String, char[]) - Constructor for class org.tentackle.sql.BackendInfo
Creates a backend info from another one with a different user and password.
BackendInfoFactory - Interface in org.tentackle.sql
The backend info factory.
BackendPreparedStatement - Interface in org.tentackle.sql
Just an interface to decouple dependency from PreparedStatementWrapper.
Backends - Class in org.tentackle.fx.rdc.login
Controller to add, edit and remove backends.
Backends() - Constructor for class org.tentackle.fx.rdc.login.Backends
Creates the backends-controller.
batch(PreparedStatementWrapper) - Method in class org.tentackle.dbms.DbBatch
Batches a statement for execution.
When the session's batchsize is reached, all pending statements are executed in the order of registration up to the given statement.
BATCHSIZE - Static variable in class org.tentackle.dbms.Db
Property key to enable batching for this session.
beforeClose(Session) - Method in interface org.tentackle.session.SessionCloseHandler
Invoked before closing.
beforeFirst() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the front of this ResultSet object, just before the first row.
beforeFirst() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource before the first row.
Works even for empty scrollable resources.
beforeFirst() - Method in class org.tentackle.persist.ResultSetCursor
Positions the cursor before the first row.
Works even for empty cursors.
beforeFirst() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Positions the cursor before the first row.
Works even for empty cursors.
beforeFirst() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
begin() - Method in class org.tentackle.dbms.Db
 
begin() - Method in record class org.tentackle.ns.NumberSource.Range
Returns the value of the begin record component.
begin() - Method in interface org.tentackle.session.Session
Starts a transaction.
Does nothing if a transaction is already running!
begin(String) - Method in class org.tentackle.dbms.Db
 
begin(String) - Method in interface org.tentackle.session.Session
Starts a transaction.
Does nothing if a transaction is already running!
begin(String, TransactionIsolation, TransactionWritability) - Method in class org.tentackle.dbms.Db
 
begin(String, TransactionIsolation, TransactionWritability) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
begin(String, TransactionIsolation, TransactionWritability) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
begin(String, TransactionIsolation, TransactionWritability) - Method in interface org.tentackle.session.Session
Starts a transaction.
Does nothing if a transaction is already running!
BEGIN - Enum constant in enum class org.tentackle.dbms.DbModificationType
begin transaction.
beginIndex() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns the value of the beginIndex record component.
bestMatch(String, List<String>) - Method in class org.tentackle.model.ModelUtilities
Finds the best match for a given model name among existing names.
bg(Node, Runnable) - Static method in class org.tentackle.fx.rdc.Rdc
Runs some code in another thread.
bg(Node, Supplier<V>, Consumer<V>) - Static method in class org.tentackle.fx.rdc.Rdc
Same as Rdc.bg(Node, Supplier, Consumer, Consumer) but with a predefined exception consumer.
The exception is shown as an error dialog.
bg(Node, Supplier<V>, Consumer<V>, Consumer<RuntimeException>) - Static method in class org.tentackle.fx.rdc.Rdc
Runs some code in another thread and optionally updates the UI.
The method is provided to hide the concrete implementation and make it replaceable.
Use this method whenever some lengthy operation (database I/O, for example) would otherwise block the event queue.
BigDecimalType - Class in org.tentackle.sql.datatypes
Datatype for BigDecimal.
BigDecimalType() - Constructor for class org.tentackle.sql.datatypes.BigDecimalType
Creates the datatype for BigDecimal.
bigDecimalValue() - Method in class org.tentackle.common.DMoney
Gets the decimal value.
BIGINT - Enum constant in enum class org.tentackle.sql.SqlType
Long and long.
Binary<T> - Class in org.tentackle.common
Datatype for storing arbitrary (binary) data in a database.
Binary() - Constructor for class org.tentackle.common.Binary
Creates an empty binary.
Binary(T) - Constructor for class org.tentackle.common.Binary
Creates a Binary from a Serializable.
BinaryType - Class in org.tentackle.sql.datatypes
Datatype for Binary.
BinaryType() - Constructor for class org.tentackle.sql.datatypes.BinaryType
Creates the datatype for Binary.
bind() - Method in interface org.tentackle.bind.Binder
Binds objects.
bind() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
bind() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
bind() - Method in class org.tentackle.fx.table.TotalsTableView
Binds the current table.
bind(InetAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
bind(SocketAddress) - Method in class org.tentackle.io.SocketWrapper
 
bind(BindingMember, PdoMember, FxComponent, String) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Binds the node to the PDO member.
BIND_AUTOSELECT - Static variable in class org.tentackle.common.Constants
bind option autoselect field.
BIND_COLS - Static variable in class org.tentackle.common.Constants
bind option COLS = ...
BIND_DIGITS - Static variable in class org.tentackle.common.Constants
bind option digits only.
BIND_LC - Static variable in class org.tentackle.common.Constants
bind option lowercase.
BIND_LINES - Static variable in class org.tentackle.common.Constants
bind option LINES = ...
BIND_MAXCOLS - Static variable in class org.tentackle.common.Constants
bind option MAXCOLS = ...
BIND_SCALE - Static variable in class org.tentackle.common.Constants
bind option SCALE = ...
BIND_SIZE - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
set max columns and/or scale.
BIND_UC - Static variable in class org.tentackle.common.Constants
bind option uppercase.
BIND_UNSIGNED - Static variable in class org.tentackle.common.Constants
bind option UNSIGNED.
BIND_UTC - Static variable in class org.tentackle.common.Constants
bind timestamp with UTC option.
Bindable - Annotation Interface in org.tentackle.bind
Annotates a member of a class for eligibility in GUI bindings.
BINDABLE_INHERITED - Enum constant in enum class org.tentackle.fx.FxControllerService.BINDING
include inherited bindables.
BindableCache - Interface in org.tentackle.bind
Cache for bindable elements per class.
BindableElement - Interface in org.tentackle.bind
A bindable element.
bindAllInherited() - Method in interface org.tentackle.bind.Binder
Binds objects with inheritance.
bindAllInherited() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
bindAllInherited() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
binder() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns the value of the binder record component.
Binder - Interface in org.tentackle.bind
The Binder that associates components with object binding paths.
binding() - Element in annotation interface org.tentackle.fx.FxControllerService
Returns whether controller should be bound to the model.
binding() - Element in annotation interface org.tentackle.fx.table.TableConfigurationProviderService
Gets the binding type.
Binding - Interface in org.tentackle.bind
Binding between a class member and some related component.
BindingEvent - Class in org.tentackle.bind
 
BindingEvent(Binding, BindingEvent.Type, Object, Object) - Constructor for class org.tentackle.bind.BindingEvent
A binding event.
BindingEvent.Type - Enum Class in org.tentackle.bind
 
BindingException - Exception Class in org.tentackle.bind
Binding exception.
BindingException() - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(String) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(String, Throwable) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(Throwable) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingFactory - Interface in org.tentackle.bind
The binding factory.
BindingMember - Interface in org.tentackle.bind
A member in the binding chain.
bindingPath() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns the value of the bindingPath record component.
bindingPathSuffixes - Static variable in class org.tentackle.fx.bind.DefaultFxComponentBinder
Suffixes of component names to provide binding path alternatives.
Applications may change this list.
bindingPropertiesUpdated() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
bindingPropertiesUpdated() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Invokes ValueTranslator.bindingPropertiesUpdated() on the translators for all bound components.
bindingPropertiesUpdated() - Method in interface org.tentackle.fx.ValueTranslator
Invoked from the binder after a binding property has been modified via Binder.putBindingProperty(Object, Object).
Not to be mixed up with the component's properties (see Node.getProperties()), which may require explicit invocation of this method.
May be necessary if some action must be taken by the translator, for example re-initialize, cleanup, etc...
BindingVetoException - Exception Class in org.tentackle.bind
BindingListeners may throw a BindingVetoException to inhibit the transfer of data between the view and the model, respectively vice versa.
BindingVetoException(boolean, String) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException with optional rethrowEnabled as a binding runtime exception.
BindingVetoException(String) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException.
BindingVetoException(String, boolean) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException with optional resync of model or view.
bindOkButton() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Binds the ok button so that it is enabled only if a PDO is selected.
bindWithInheritedBindables() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
bindWithInheritedBindables() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Binds including inherited bindables.
bindWithInheritedComponents() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
bindWithInheritedComponents() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Binds including inherited components.
BIT - Enum constant in enum class org.tentackle.sql.SqlType
Boolean and boolean.
blank(char[]) - Static method in class org.tentackle.common.StringHelper
Null-safe char array filler.
Fills with blanks.
BLOB - Enum constant in enum class org.tentackle.sql.SqlType
Arbitrary data usually stored as BLOB.
BlockingByteArrayInputStream - Class in org.tentackle.io
An input stream waiting for data available in an NotifyingByteArrayOutputStream.
BlockingByteArrayInputStream(NotifyingByteArrayOutputStream) - Constructor for class org.tentackle.io.BlockingByteArrayInputStream
Creates an input stream on an output stream.
BlockingHolder<T> - Class in org.tentackle.misc
A blocking holder.
thread a waits on get() until... thread b invokes accept()
BlockingHolder() - Constructor for class org.tentackle.misc.BlockingHolder
 
BLUNT_DECLARED - Static variable in class org.tentackle.model.impl.RelationImpl
add blunt method to interface.
BMoney - Class in org.tentackle.common
Money value derived from BigDecimal.
A money value has a distinct and fixed scale that cannot change.
BMoney() - Constructor for class org.tentackle.common.BMoney
Creates a zero BMoney with a scale according to the currency of the current locale.
BMoney(double, int) - Constructor for class org.tentackle.common.BMoney
Creates a BMoney value.
BMoney(int) - Constructor for class org.tentackle.common.BMoney
Creates a zero BMoney value.
BMoney(String, int) - Constructor for class org.tentackle.common.BMoney
Creates a BMoney value.
BMoney(BigDecimal) - Constructor for class org.tentackle.common.BMoney
Creates a BMoney from a BigDecimal.
BMoney(BigInteger, int) - Constructor for class org.tentackle.common.BMoney
Creates a BMoney value from a BigInteger.
The scale sets the comma within the given integer.
BMoney(BMoney, int) - Constructor for class org.tentackle.common.BMoney
Creates a BMoney from a BMoney (useful to rescale)
BMONEY_DIGITS - Static variable in class org.tentackle.common.Constants
maximum number of significant digits for BMoney.
BMoneyStringTranslator - Class in org.tentackle.fx.translate
BMoney translator.
BMoneyStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.BMoneyStringTranslator
Creates a translator.
BMoneyTableCellType - Class in org.tentackle.fx.table.type
A BMoney cell type.
BMoneyTableCellType() - Constructor for class org.tentackle.fx.table.type.BMoneyTableCellType
Creates the cell type for BMoney.
BMoneyType - Class in org.tentackle.sql.datatypes
Datatype for BMoney.
Stored as two columns: the value in double precision the scale This type is sortable by the first column.
BMoneyType() - Constructor for class org.tentackle.sql.datatypes.BMoneyType
Creates the datatype for BMoney.
BooleanBooleanTranslator - Class in org.tentackle.fx.translate
Boolean translator.
BooleanBooleanTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.BooleanBooleanTranslator
Creates the dummy translator.
BooleanPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type boolean.
BooleanPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.BooleanPrimitiveType
Creates the datatype for the primitive type boolean.
BooleanTableCellType - Class in org.tentackle.fx.table.type
A Boolean cell type.
BooleanTableCellType() - Constructor for class org.tentackle.fx.table.type.BooleanTableCellType
Creates the cell type for Boolean.
BooleanType - Class in org.tentackle.sql.datatypes
Datatype for Boolean.
BooleanType() - Constructor for class org.tentackle.sql.datatypes.BooleanType
Creates the datatype for Boolean.
BorderPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a BorderPane.
BorderPaneBuilder() - Constructor for class org.tentackle.fx.container.build.BorderPaneBuilder
Creates the builder.
BorderPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a BorderPane.
BorderPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.BorderPaneConfigurator
Creates the configurator for a BorderPane.
BOTTOM - Enum constant in enum class org.tentackle.fx.component.Note.Position
below the node.
browse(URI) - Method in class org.tentackle.fx.FxUtilities
Launches the default browser to display a URI.
Throws FxRuntimeException if failed.
build() - Method in class org.tentackle.fx.AbstractBuilder
 
build() - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
build() - Method in interface org.tentackle.fx.NotificationBuilder
Creates the notification.
BuilderService - Annotation Interface in org.tentackle.fx
Annotation to express that the annotated class is a builder for a given class.
buildInnerSql(Backend) - Method in class org.tentackle.dbms.Query
Builds the inner sql query string.
buildMessage(String, Object...) - Method in class org.tentackle.log.DefaultLogger
Builds the message text to log.
Prepends the optional MDC and formats with MessageFormat if params given.
buildSelectSql(StringBuilder, boolean, int, int) - Method in interface org.tentackle.sql.Backend
Creates a select statement string from an inner sql string.
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.AbstractSql2008Backend
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.H2
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.Informix
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.MsSql
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.MySql
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.Oracle
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.Oracle8
 
buildSelectSql(StringBuilder, boolean, int, int) - Method in class org.tentackle.sql.backends.Postgres
 
buildSelectSql(String, boolean, int, int) - Method in interface org.tentackle.sql.Backend
Creates a select statement string from an inner sql string.
buildSelectSql(String, boolean, int, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
Bundle - Annotation Interface in org.tentackle.common
Annotation to express that the annotated class corresponds to a resource bundle.
BUNDLE_SERVICE - Static variable in class org.tentackle.common.BundleSupport
The service name to find all annotations to mark classes as bundles.
Such as @Bundle or @FxControllerService.
BUNDLE_SERVICE_PATH - Static variable in class org.tentackle.common.Constants
the directory for resource bundle names.
BundleEnumeration - Class in org.tentackle.i18n
Bundle enumeration to implement ResourceBundle.getKeys().
BundleEnumeration(Set<String>, Enumeration<String>) - Constructor for class org.tentackle.i18n.BundleEnumeration
Creates a bundle enumeration.
BundleFactory - Interface in org.tentackle.common
The resource bundle factory.
BundleMonkeyHelper - Class in org.tentackle.fx
Provides access to BundleMonkey services.
BUNDLENAME_POSTFIX - Static variable in class org.tentackle.fx.BundleMonkeyHelper
Resource bundle name postfix in hierarchy dump.
BUNDLENAME_PREFIX - Static variable in class org.tentackle.fx.BundleMonkeyHelper
Resource bundle name prefix in hierarchy dump.
BundleSupport - Class in org.tentackle.common
Support to locate bundle services.
For annotations providing bundle support, a META-INF/service entry must be created manually in order to be processed by the BundleFactory at runtime as well as the analyze-, checker- and i18n-maven-plugins at build time.
BundleSupport(ModuleInfo, String, String) - Constructor for class org.tentackle.common.BundleSupport
Creates a bundle support object.
button(String, Node, boolean, Runnable) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
button(String, Node, boolean, Runnable) - Method in interface org.tentackle.fx.NotificationBuilder
Adds a button.
button(Button, boolean, Runnable) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
button(Button, boolean, Runnable) - Method in interface org.tentackle.fx.NotificationBuilder
Adds a button.
ButtonBarBuilder - Class in org.tentackle.fx.container.build
Builder to create a ButtonBar.
ButtonBarBuilder() - Constructor for class org.tentackle.fx.container.build.ButtonBarBuilder
Creates the builder.
ButtonBarConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a ButtonBar.
ButtonBarConfigurator() - Constructor for class org.tentackle.fx.container.config.ButtonBarConfigurator
Creates the configurator for a ButtonBar.
ButtonBaseConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ButtonBase.
ButtonBaseConfigurator() - Constructor for class org.tentackle.fx.component.config.ButtonBaseConfigurator
Parent constructor.
ButtonBuilder - Class in org.tentackle.fx.component.build
Builder to create a button.
ButtonBuilder() - Constructor for class org.tentackle.fx.component.build.ButtonBuilder
Creates the builder.
ButtonConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a Button.
ButtonConfigurator() - Constructor for class org.tentackle.fx.component.config.ButtonConfigurator
Creates the configurator for a Button.
BytePrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type byte.
BytePrimitiveType() - Constructor for class org.tentackle.sql.datatypes.BytePrimitiveType
Creates the datatype for the primitive type byte.
ByteStringTranslator - Class in org.tentackle.fx.translate
Byte translator.
ByteStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.ByteStringTranslator
Creates a translator.
ByteType - Class in org.tentackle.sql.datatypes
Datatype for Byte.
ByteType() - Constructor for class org.tentackle.sql.datatypes.ByteType
Creates the datatype for Byte.

C

CACHED - Static variable in class org.tentackle.model.impl.RelationImpl
cached selection flag.
cachedOnly() - Element in annotation interface org.tentackle.pdo.NoTransaction
Transactions must be avoided only if the PDO is cached.
calendarFieldToString(int, boolean) - Static method in class org.tentackle.misc.FormatHelper
Translates a field of Calendar to a localized string.
call(ListView<List<SubString>>) - Method in class org.tentackle.fx.component.auto.AutoCompletionCellFactory
 
call(ListView<T>) - Method in class org.tentackle.fx.ShortLongTextCellFactory
 
CallbackReadableByteChannel - Class in org.tentackle.update
A ReadableByteChannel with an optional callback lambda to show the progress.
CallbackReadableByteChannel(ReadableByteChannel, long, Consumer<Double>) - Constructor for class org.tentackle.update.CallbackReadableByteChannel
Creates a callback read channel.
CAMEL_CASE - Static variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
To enable camel case preselection, invoke:
CamelCaseSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
Camel-case suggestion generator function.
CamelCaseSuggestionGenerator() - Constructor for class org.tentackle.fx.component.auto.CamelCaseSuggestionGenerator
 
camelCaseToDelimited(String, String) - Static method in class org.tentackle.common.StringHelper
Converts a camelCase string to a string with delimiters.
cancel() - Method in class org.tentackle.dbms.StatementWrapper
Cancels a statement.
cancel() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Closes this CRUD.
cancel() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Close and cancel.
cancelled - Variable in class org.tentackle.dbms.StatementWrapper
flag if statement has been cancelled.
cancelRunningStatements() - Method in class org.tentackle.dbms.ManagedConnection
Cancels the(all) currently running statement(s).
May be invoked from any thread.
canonicalize(Canonicalizer<String>, Canonicalizer<ModificationLoggable>) - Method in class org.tentackle.dbms.ModificationLog
Canonicalize the strings in this modlog.
Used to reduce communication bandwidth when sending larger collections of modlogs via RMI.
canonicalize(T) - Method in class org.tentackle.misc.Canonicalizer
Gets the canonicalized form of an object.
Canonicalizer<T> - Class in org.tentackle.misc
Utility to canonicalize objects.
Canonicalizer() - Constructor for class org.tentackle.misc.Canonicalizer
Creates a non-threadsafe unlimited canonicalizer.
Canonicalizer(boolean, int) - Constructor for class org.tentackle.misc.Canonicalizer
Creates a canonicalizer.
CASCADE - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
When the primary key is updated, the foreign key (imported key) is changed to agree with it.
CASCADE - Static variable in class org.tentackle.model.impl.RelationImpl
cascade delete flag.
CaseConversion - Enum Class in org.tentackle.fx
Case conversion.
CENTER - Enum constant in enum class org.tentackle.fx.component.Note.Position
in the middle of the node.
Changeable - Annotation Interface in org.tentackle.validate.validator
The annotated element is changeable.
ChangeableBindingEvaluator - Interface in org.tentackle.validate
Annotations used to determine whether a UI-component is changeable must implement this interface.
ChangeableContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Changeable.
ChangeableImpl - Class in org.tentackle.validate.validator
Implementation of the Changeable-validator.
ChangeableImpl() - Constructor for class org.tentackle.validate.validator.ChangeableImpl
Creates a Changeable-validator.
changeableProperty() - Method in class org.tentackle.fx.component.FxCheckBox
 
changeableProperty() - Method in class org.tentackle.fx.component.FxChoiceBox
 
changeableProperty() - Method in class org.tentackle.fx.component.FxColorPicker
 
changeableProperty() - Method in class org.tentackle.fx.component.FxComboBox
 
changeableProperty() - Method in class org.tentackle.fx.component.FxDatePicker
 
changeableProperty() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
changeableProperty() - Method in class org.tentackle.fx.component.FxListView
 
changeableProperty() - Method in class org.tentackle.fx.component.FxPasswordField
 
changeableProperty() - Method in class org.tentackle.fx.component.FxRadioButton
 
changeableProperty() - Method in class org.tentackle.fx.component.FxTableView
 
changeableProperty() - Method in class org.tentackle.fx.component.FxTextArea
 
changeableProperty() - Method in class org.tentackle.fx.component.FxTextField
 
changeableProperty() - Method in class org.tentackle.fx.component.FxToggleButton
 
changeableProperty() - Method in class org.tentackle.fx.component.FxTreeTableView
 
changeableProperty() - Method in class org.tentackle.fx.component.FxTreeView
 
changeableProperty() - Method in class org.tentackle.fx.container.FxAccordion
 
changeableProperty() - Method in class org.tentackle.fx.container.FxAnchorPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxBorderPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxButtonBar
 
changeableProperty() - Method in class org.tentackle.fx.container.FxDialogPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxFlowPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxGridPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxHBox
 
changeableProperty() - Method in class org.tentackle.fx.container.FxPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxScrollPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxSplitPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxStackPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxTab
 
changeableProperty() - Method in class org.tentackle.fx.container.FxTabPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxTextFlow
 
changeableProperty() - Method in class org.tentackle.fx.container.FxTilePane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxTitledPane
 
changeableProperty() - Method in class org.tentackle.fx.container.FxToolBar
 
changeableProperty() - Method in class org.tentackle.fx.container.FxVBox
 
changeableProperty() - Method in interface org.tentackle.fx.FxControl
Gets the changeable property.
changeableProperty() - Method in class org.tentackle.fx.FxControlDelegate
The changeable property in fact is a read-write property, but exported as readonly.
ChangeableScope - Interface in org.tentackle.validate.scope
Validation scope for the changeable attribute of UI components.
ChangeableScopeImpl - Class in org.tentackle.validate.scope
Changeable scope default implementation.
ChangeableScopeImpl() - Constructor for class org.tentackle.validate.scope.ChangeableScopeImpl
Creates the changeable scope.
changed(PropertyEvent) - Method in interface org.tentackle.misc.PropertyListener
Property was changed.
CHAR - Enum constant in enum class org.tentackle.sql.SqlType
Character and char.
CharacterPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type char.
CharacterPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.CharacterPrimitiveType
Creates the datatype for the primitive type char.
CharacterType - Class in org.tentackle.sql.datatypes
Datatype for Character.
CharacterType() - Constructor for class org.tentackle.sql.datatypes.CharacterType
Creates the datatype for Character.
CharArrayCharArrayTranslator - Class in org.tentackle.fx.translate
Identity CharArray translator.
CharArrayCharArrayTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.CharArrayCharArrayTranslator
Creates an enum translator.
charAt(int) - Method in class org.tentackle.common.I18NText
 
chars() - Method in class org.tentackle.common.I18NText
 
charToEscaped(char) - Static method in class org.tentackle.common.StringHelper
Converts a character that followed a backslash to an escaped character.
The special escapes are:
checkAllPreferences(Db) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Checks all preferences and tries to fix if possible.
The method is provided since DbPreferencesNode and DbPreferencesKey provide no referential integrity via database-enforced foreign keys, but only at application level.
Invoke this method, whenever the database has been modified manually via SQL.
CheckBoxBuilder - Class in org.tentackle.fx.component.build
Builder to create a CheckBox.
CheckBoxBuilder() - Constructor for class org.tentackle.fx.component.build.CheckBoxBuilder
Creates the builder.
CheckBoxConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a CheckBox.
CheckBoxConfigurator() - Constructor for class org.tentackle.fx.component.config.CheckBoxConfigurator
Creates the configurator for a CheckBox.
checkClassPermission(DomainContext, Permission) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check security for this class.
checkClientVersion(String) - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Checks the client's version.
checkForDeadLink(SQLException) - Method in class org.tentackle.dbms.ManagedConnection
Checks for a dead communications link.
If the link is down, for example the database server closed it, the connection is marked dead.
checkServerVersion(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
checkServerVersion(String) - Method in interface org.tentackle.session.SessionInfo
Checks the version of the server.
childrenNames() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
childrenNames() - Method in class org.tentackle.prefs.DefaultPreferences
 
childrenNames() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the names of the children of this preference node, relative to this node.
childValue(Hashtable<K, V>) - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
ChoiceBoxBuilder - Class in org.tentackle.fx.component.build
Builder to create a ChoiceBox.
ChoiceBoxBuilder() - Constructor for class org.tentackle.fx.component.build.ChoiceBoxBuilder
Creates the builder.
ChoiceBoxConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ChoiceBox.
ChoiceBoxConfigurator() - Constructor for class org.tentackle.fx.component.config.ChoiceBoxConfigurator
Creates the configurator for a ChoiceBox.
CIPHER_SUITES - Static variable in class org.tentackle.dbms.Db
Property key for the SSL cipher suites.
CL_LOCALE - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
maximum number of characters for 'locale'.
CL_NAME - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
maximum number of characters for 'name'.
CL_NAME - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
maximum number of characters for 'name'.
CL_OBJECTCLASSNAME - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
maximum number of characters for 'objectClassName'.
CL_PERMISSIONS - Static variable in interface org.tentackle.security.pdo.SecurityPersistence
maximum number of characters for 'permissions'.
CL_REALM - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
maximum number of characters for 'realm'.
ClassArgConstructorVisitor - Class in org.tentackle.apt.visitor
A visitor for constructors with a single argument of a given class.
ClassArgConstructorVisitor(AbstractServiceAnnotationProcessor, Class<?>) - Constructor for class org.tentackle.apt.visitor.ClassArgConstructorVisitor
 
classBaseName - Variable in class org.tentackle.dbms.DbObjectClassVariables
the base-classname.
classId - Variable in class org.tentackle.dbms.DbObjectClassVariables
The unique class id.
ClassId - Annotation Interface in org.tentackle.session
Annotation for the class id of a persistent object.
classLoader() - Method in record class org.tentackle.common.ServiceFinderKey
Returns the value of the classLoader record component.
classMapped(String, Class<?>) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
A class was mapped the first time.
classMapped(String, Class<?>) - Method in interface org.tentackle.reflect.ClassMappedListener
A class was mapped the first time.
ClassMappedListener - Interface in org.tentackle.reflect
Listener invoked when a class is mapped the first time.
ClassMapper - Interface in org.tentackle.reflect
Maps names or classes to classes.
ClassMapperFactory - Interface in org.tentackle.reflect
Classmapper factory.
className - Variable in class org.tentackle.dbms.DbOperationClassVariables
the full classname.
ClasspathFirst - Annotation Interface in org.tentackle.common
Annotation to override a service on the modulepath from the classpath.
ClassToServicesMapper<T> - Class in org.tentackle.reflect
Maps a class or interface to a list of service classes.
Used for mapped services to collect all services in the classpath, not only the first.
ClassToServicesMapper(String, Map<String, Set<String>>, String[]) - Constructor for class org.tentackle.reflect.ClassToServicesMapper
Constructs a mapper.
CLASSVARIABLES - Static variable in class org.tentackle.dbms.DbModification
Variables common to all instances of DbModification.
CLASSVARIABLES - Static variable in class org.tentackle.dbms.ModificationLog
Variables common to all instances of ModificationLog.
CLASSVARIABLES - Static variable in class org.tentackle.dbms.prefs.DbPreferencesKey
Variables common to all instances of DbPreferencesKey.
CLASSVARIABLES - Static variable in class org.tentackle.dbms.prefs.DbPreferencesNode
Variables common to all instances of DbPreferencesNode.
CLASSVARIABLES - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Variables common to all instances of StoredBundleKeyPersistenceImpl.
CLASSVARIABLES - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Variables common to all instances of StoredBundlePersistenceImpl.
CLASSVARIABLES - Static variable in class org.tentackle.persist.lock.DbTokenLock
Variables common to all instances of DbTokenLock.
CLASSVARIABLES - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Variables common to all instances of NumberPoolPersistenceImpl.
CLASSVARIABLES - Static variable in class org.tentackle.persist.ns.NumberRangePersistenceImpl
Variables common to all instances of NumberRangePersistenceImpl.
CLASSVARIABLES - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
Variables common to all instances of SecurityPersistenceImpl.
clazz - Variable in class org.tentackle.dbms.DbObjectClassVariables
the class.
clazz - Variable in class org.tentackle.dbms.DbOperationClassVariables
the class.
cleanup() - Method in class org.tentackle.app.AbstractApplication
Cleans up resources.
Invoked from AbstractApplication.stop(int, java.lang.Throwable)
cleanup() - Method in class org.tentackle.dbms.DbModificationTracker
 
cleanup() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
cleanup() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
cleanup() - Method in class org.tentackle.persist.app.ServerApplication
 
cleanup() - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
Does any necessary cleanup after dispatcher thread has been terminated.
cleanup() - Method in class org.tentackle.session.SessionKeepAliveDaemon
 
cleanup() - Method in class org.tentackle.task.DefaultTaskDispatcher
Does any necessary cleanup after dispatcher thread has been terminated.
cleanup() - Method in class org.tentackle.web.app.WebApplication
 
cleanup(boolean) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Cleanup the session.
cleanup(int, ManagedConnection) - Method in interface org.tentackle.dbms.ConnectionManager
Cleans up any resources for the given session ID.
Connection managers should not keep references to the sessions.
cleanup(int, ManagedConnection) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
cleanup(int, ManagedConnection) - Method in class org.tentackle.dbms.MpxConnectionManager
 
cleanupDaemon(Thread) - Method in class org.tentackle.daemon.DaemonSupervisor
Does any cleanup necessary whenever a daemon terminated or crashed.
cleanupDbAfterException(Throwable) - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
cleanupRemoteSession(RemoteDbSessionImpl) - Method in class org.tentackle.dbms.DbUtilities
Performs any clean up when a remote user session is closed.
cleanupRemoteSession(RemoteDbSessionImpl) - Method in class org.tentackle.persist.PersistenceUtilities
 
cleanupSession(RemoteDbSessionImpl) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Cleans up a session.
cleanupUserTokens(Db, long) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
cleanupUserTokens(Db, long) - Method in interface org.tentackle.persist.LockManager
Removes all tokens for a given user.
The method is invoked when a user logs out or its session crashed.
cleanupZombieSession(RemoteDbSessionImpl) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Cleans up a zombie session.
cleanupZombieSessions() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Cleans up all zombie sessions.
clear() - Method in class org.tentackle.common.ToolRunner
Clears arguments and results.
clear() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
clear() - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
clear() - Method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
 
clear() - Method in interface org.tentackle.log.MappedDiagnosticContext
Clear all entries in the MDC of the underlying implementation.
clear() - Method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
 
clear() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
clear() - Method in class org.tentackle.misc.IdentifiableMap
Clears the map.
clear() - Method in class org.tentackle.misc.TrackedArrayList
Removes all elements from this list.
The list will be empty after this call returns.
clear() - Method in class org.tentackle.model.ModelDefaults
Clears the defaults.
clear() - Method in class org.tentackle.pdo.PdoCacheIndex
Clears the contents of the cache index.
clear() - Method in class org.tentackle.prefs.DefaultPreferences
 
clear() - Method in interface org.tentackle.prefs.PersistedPreferences
Removes all the preferences (key-value associations) in this preference node.
clearBatch() - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
clearBatch() - Method in class org.tentackle.dbms.StatementWrapper
Empties this Statement object's current list of batched SQL commands.
clearCache() - Method in interface org.tentackle.common.BundleFactory
Clears the bundle cache.
clearCache() - Method in class org.tentackle.common.DefaultBundleFactory
 
clearCache() - Method in class org.tentackle.i18n.StoredBundleFactory
 
clearCloned() - Method in class org.tentackle.dbms.Db
Clears the cloned state.
clearCloned() - Method in class org.tentackle.session.DefaultSessionInfo
 
clearCloned() - Method in interface org.tentackle.session.SessionInfo
Clears the cloned flag.
Useful if the session-info should no longer be treated as cloned.
clearCurrent() - Method in interface org.tentackle.session.Session
Clears the current session if this session is current.
clearErrors() - Method in class org.tentackle.fx.container.FxAccordion
 
clearErrors() - Method in class org.tentackle.fx.container.FxAnchorPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxBorderPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxButtonBar
 
clearErrors() - Method in class org.tentackle.fx.container.FxDialogPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxFlowPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxGridPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxHBox
 
clearErrors() - Method in class org.tentackle.fx.container.FxPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxScrollPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxSplitPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxStackPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxTab
 
clearErrors() - Method in class org.tentackle.fx.container.FxTabPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxTextFlow
 
clearErrors() - Method in class org.tentackle.fx.container.FxTilePane
 
clearErrors() - Method in class org.tentackle.fx.container.FxTitledPane
 
clearErrors() - Method in class org.tentackle.fx.container.FxToolBar
 
clearErrors() - Method in class org.tentackle.fx.container.FxVBox
 
clearErrors() - Method in interface org.tentackle.fx.FxContainer
Clears all error messages in all components.
clearErrors() - Method in class org.tentackle.fx.FxContainerDelegate
 
clearFadeEffect() - Method in class org.tentackle.fx.component.Note
Clears the fade effect.
clearLazyObject() - Method in class org.tentackle.dbms.ModificationLog
Clears the lazyObject.
clearMDC() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Clears the MDC.
clearMissing() - Method in class org.tentackle.pdo.PdoCacheIndex
Clears all keys for missing PDOs.
clearModel() - Method in class org.tentackle.model.impl.ModelImpl
 
clearModel() - Method in interface org.tentackle.model.Model
Clears the model.
clearOnRemoteSave() - Method in class org.tentackle.dbms.AbstractDbObject
Clears some references to reduce bandwidth.
Invoked for remote objects only.
clearParameters() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Clears the current parameter values immediately.
clearPassword() - Method in class org.tentackle.session.DefaultSessionInfo
 
clearPassword() - Method in interface org.tentackle.session.SessionInfo
Clears the password.
Will remove it from memory by overwriting each element in the character array.
clearPassword() - Method in class org.tentackle.sql.BackendInfo
Clears all passwords (stored in char[]-arrays) so that they are no more visible in memory.
clearSelection() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Clears the selection.
clearStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
The daemon may clear this if properly running.
clearStatistics() - Static method in class org.tentackle.dbms.StatementStatistics
Clears the counters.
clearStatistics() - Method in class org.tentackle.pdo.PdoCache
Clears the cache statistics.
clearStatistics() - Method in class org.tentackle.pdo.PdoCacheIndex
Clears the cache statistics.
clearThreadLocalSessionContext() - Method in class org.tentackle.pdo.DefaultDomainContext
 
clearThreadLocalSessionContext() - Method in interface org.tentackle.pdo.DomainContext
Clears the cached clone of this context.
Forces cloning on next DomainContext.getThreadLocalSessionContext().
clearTokenLock() - Method in class org.tentackle.persist.AbstractPersistentObject
Clears or renews the token lock.
CLIENT_AUTH - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the SSL client authentication.
ClientInfo - Class in org.tentackle.update
Client application info sent to the update server.
ClientInfo(String, String, String, String, InstallationType) - Constructor for class org.tentackle.update.ClientInfo
Creates a client application info.
ClientInfo(String, String, InstallationType) - Constructor for class org.tentackle.update.ClientInfo
Creates a client application info.
Platform and architecture are determined from the system properties.
ClientSocketFactory - Class in org.tentackle.io
Standard client socket factory.
ClientSocketFactory() - Constructor for class org.tentackle.io.ClientSocketFactory
Creates the client socket factory.
ClientUpdateUtilities - Class in org.tentackle.update
Utility methods to implement the application update.
ClientUpdateUtilities() - Constructor for class org.tentackle.update.ClientUpdateUtilities
Creates a client update utilities instance.
CLOB - Enum constant in enum class org.tentackle.sql.SqlType
Large Strings usually stored as CLOB.
clone() - Method in class org.tentackle.common.Binary
clone() - Method in class org.tentackle.common.BMoney
Clones a BMoney value.
clone() - Method in class org.tentackle.common.Date
clone() - Method in class org.tentackle.common.EncryptedProperties
 
clone() - Method in class org.tentackle.common.Time
clone() - Method in class org.tentackle.common.Timestamp
clone() - Method in class org.tentackle.dbms.Db
 
clone() - Method in class org.tentackle.misc.IdSerialTuple
 
clone() - Method in class org.tentackle.misc.TimeKeeper
 
clone() - Method in class org.tentackle.misc.TrackedArrayList
Clones the list.
A cloned list is always not modified, mutable and does not contain any removed objects or snapshots.
clone() - Method in class org.tentackle.model.impl.AttributeImpl
Clones an attribute.
The method is protected, since AttributeImpl.createEmbedded(Entity, String, String) should be used instead, which invokes clone().
clone() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
Clones the attribute options.
The method is protected, since AttributeOptionsImpl.clone(AttributeImpl) should be used instead, which invokes clone().
clone() - Method in class org.tentackle.model.impl.CommonOptionsImpl
Clones the options.
Protected since subclasses' clone() methods are protected to enforce invocation via special clone methods with additional arguments.
clone() - Method in class org.tentackle.model.impl.EntityOptionsImpl
Clones the entity options.
The method is protected, since EntityOptionsImpl.clone(EntityImpl) should be used instead, which invokes clone().
clone() - Method in class org.tentackle.model.impl.RelationImpl
 
clone() - Method in class org.tentackle.pdo.DefaultDomainContext
 
clone() - Method in interface org.tentackle.pdo.DomainContext
Clones this context.
clone() - Method in class org.tentackle.persist.AbstractPersistentObject
Clones this persistent object.
The method is final to prevent applications from overriding it and spoiling the contract with AbstractPersistentObject.createSnapshot().
clone() - Method in class org.tentackle.session.DefaultSessionInfo
Clones a session info.
The password is copied, if not null.
The properties are cloned as well.
Cloned session infos are mutable by default and have no sessionName.
clone() - Method in interface org.tentackle.session.SessionInfo
Clones a session-info.
The password will be copied if not null.
clone(String) - Method in class org.tentackle.dbms.Db
 
clone(String) - Method in class org.tentackle.pdo.DefaultDomainContext
 
clone(String) - Method in interface org.tentackle.pdo.DomainContext
Clones this context with another context name.
clone(String) - Method in interface org.tentackle.session.Session
Clones a session.
If the session is closed, a PersistenceException is thrown.
The cloned session will always be non-grouped.
clone(AttributeImpl) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
Clones options for another attribute instance.
clone(EntityImpl) - Method in class org.tentackle.model.impl.EntityOptionsImpl
Clones options for another entity instance.
clonedCollection() - Method in class org.tentackle.misc.CopyOnWriteCollection
Gets the cloned collection.
clonedList() - Method in class org.tentackle.misc.CopyOnWriteList
Gets the cloned list.
cloneKeepRoot() - Method in class org.tentackle.pdo.DefaultDomainContext
 
cloneKeepRoot() - Method in interface org.tentackle.pdo.DomainContext
Clones this context.
Same as DomainContext.clone(), but keeps the root entity, if any is set.
cloneKeepRoot(String) - Method in class org.tentackle.pdo.DefaultDomainContext
 
cloneKeepRoot(String) - Method in interface org.tentackle.pdo.DomainContext
Clones this context with another context name.
Same as DomainContext.clone(String), but keeps the root entity, if any is set.
close() - Method in class org.tentackle.dbms.Db
 
close() - Method in class org.tentackle.dbms.ManagedConnection
Closes the connection.
Closing an already closed connection is allowed.
close() - Method in class org.tentackle.dbms.PooledDb
Closes a pooled db.
close() - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
close() - Method in class org.tentackle.dbms.ResultSetWrapper
Closes the resultset.
close() - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Closes a session.
close() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
close() - Method in class org.tentackle.dbms.StatementWrapper
Closes this statement.
close() - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Removes all listeners and hides the popup, if shown.
Provided in case auto-completion is removed from a component.
close() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Close the search.
close() - Method in class org.tentackle.io.AppendableWriter
Closing an AppendableWriter has no effect.
close() - Method in class org.tentackle.io.CompressedInputStream
 
close() - Method in class org.tentackle.io.CompressedOutputStream
Overridden to print stats only
close() - Method in class org.tentackle.io.CompressedSocket
 
close() - Method in class org.tentackle.io.CompressedSocketWrapper
 
close() - Method in class org.tentackle.io.SocketImplWrapper
 
close() - Method in class org.tentackle.io.SocketWrapper
 
close() - Method in class org.tentackle.log.LoggerOutputStream
 
close() - Method in interface org.tentackle.misc.ScrollableResource
Closes the scrollable resource.
The scrollable resource is opened in its constructor.
close() - Method in class org.tentackle.persist.ResultSetCursor
Closes the cursor.
The cursor is opened in its constructor.
close() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Closes the scrollable resource.
The scrollable resource is opened in its constructor.
close() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
close() - Method in interface org.tentackle.session.Session
Close a session.
Closing an already closed session is okay and ignored.
If this session is the root of a session group, all grouped sessions will be ungrouped.
close() - Method in class org.tentackle.update.CallbackReadableByteChannel
 
close(SessionInfo) - Method in class org.tentackle.dbms.MultiUserDbPool
 
close(SessionInfo) - Method in interface org.tentackle.session.MultiUserSessionPool
Closes all sessions currently open for a given session info.
Useful to force logout for a user.
It is not an error, if there were no open sessions for the session info at all.
closeButton(NotificationBuilder.CloseButtonMode) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
closeButton(NotificationBuilder.CloseButtonMode) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the close button mode.
closeDb(boolean) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Closes the database connection (and thus rolls back any pending transaction).
closeGroupsOfSession(Db) - Method in class org.tentackle.dbms.DbUtilities
Close session groups if session is a root session of a group.
closeIfModal() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Closes the stage if modal.
closePreparedStatements(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Closes prepared statements.
closeStageHierarchy(Node) - Static method in class org.tentackle.fx.rdc.Rdc
Closes the stage hierarchy of given node, except the main stage.
closeStageHierarchy(Node, Stage) - Method in class org.tentackle.fx.FxUtilities
Closes the hierarchy of stages from the given node stopping at given stage.
CN_ALLOWED - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'allowed'.
CN_BEGIN - Static variable in class org.tentackle.persist.ns.NumberRangePersistenceImpl
database column name for 'begin'.
CN_BUNDLEID - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'bundleId'.
CN_CLASSID - Static variable in class org.tentackle.common.Constants
name of class-ID column.
CN_CLASSID - Static variable in class org.tentackle.dbms.AbstractDbObject
name of class-ID column.
CN_DESCRIPTION - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'description'.
CN_DOMAINCONTEXTCLASSID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'domainContextClassId'.
CN_DOMAINCONTEXTID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'domainContextId'.
CN_EDITEDBY - Static variable in class org.tentackle.common.Constants
the object ID of the user currently editing this object.
CN_EDITEDBY - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedBy column.
CN_EDITEDEXPIRY - Static variable in class org.tentackle.common.Constants
time when "lock token" will expire.
CN_EDITEDEXPIRY - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedExpiry column.
CN_EDITEDSINCE - Static variable in class org.tentackle.common.Constants
time when editing started.
CN_EDITEDSINCE - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the editedSince column.
CN_END - Static variable in class org.tentackle.persist.ns.NumberRangePersistenceImpl
database column name for 'end'.
CN_GRANTEECLASSID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'granteeClassId'.
CN_GRANTEEID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'granteeId'.
CN_ID - Static variable in class org.tentackle.common.Constants
name of ID column.
CN_ID - Static variable in class org.tentackle.dbms.AbstractDbObject
name of ID column.
CN_KEY - Static variable in class org.tentackle.dbms.prefs.DbPreferencesKey
database column name for 'key'.
CN_KEY - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'key'.
CN_LOCALE - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
database column name for 'locale'.
CN_LOCKEDBY - Static variable in class org.tentackle.persist.lock.DbTokenLock
database column name for 'lockedBy'.
CN_LOCKEDSINCE - Static variable in class org.tentackle.persist.lock.DbTokenLock
database column name for 'lockedSince'.
CN_LOCKEXPIRY - Static variable in class org.tentackle.persist.lock.DbTokenLock
database column name for 'lockExpiry'.
CN_LOWWATERMARK - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'lowWaterMark'.
CN_MESSAGE - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'message'.
CN_MESSAGE - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'message'.
CN_MODTYPE - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'modType'.
CN_NAME - Static variable in class org.tentackle.dbms.prefs.DbPreferencesNode
database column name for 'name'.
CN_NAME - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
database column name for 'name'.
CN_NAME - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'name'.
CN_NODEID - Static variable in class org.tentackle.dbms.prefs.DbPreferencesKey
database column name for 'nodeId'.
CN_NORMTEXT - Static variable in class org.tentackle.common.Constants
column name for the normtext.
CN_NORMTEXT - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of the normText column.
CN_NUMBERPOOLID - Static variable in class org.tentackle.persist.ns.NumberRangePersistenceImpl
database column name for 'numberPoolId'.
CN_OBJECTCLASSID - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'objectClassId'.
CN_OBJECTCLASSID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'objectClassId'.
CN_OBJECTCLASSNAME - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'objectClassName'.
CN_OBJECTCLASSNAME - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'objectClassName'.
CN_OBJECTID - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'objectId'.
CN_OBJECTID - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'objectId'.
CN_ONLINE - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'online'.
CN_PARENTID - Static variable in class org.tentackle.dbms.prefs.DbPreferencesNode
database column name for 'parentId'.
CN_PDOCLASSID - Static variable in class org.tentackle.persist.lock.DbTokenLock
database column name for 'pdoClassId'.
CN_PERMISSIONS - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'permissions'.
CN_PRIORITY - Static variable in class org.tentackle.persist.security.SecurityPersistenceImpl
database column name for 'priority'.
CN_PROCESSED - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'processed'.
CN_REALM - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'realm'.
CN_REQUESTSIZE - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'requestSize'.
CN_ROOTCLASSID - Static variable in class org.tentackle.common.Constants
name of root-class-ID column.
CN_ROOTCLASSID - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of rootclass-ID column.
CN_ROOTID - Static variable in class org.tentackle.common.Constants
name of root-ID column.
CN_ROOTID - Static variable in class org.tentackle.persist.AbstractPersistentObject
name of root-ID column.
CN_ROOTNODEID - Static variable in class org.tentackle.dbms.prefs.DbPreferencesKey
database column name for 'rootNodeId'.
CN_ROOTNODEID - Static variable in class org.tentackle.dbms.prefs.DbPreferencesNode
database column name for 'rootNodeId'.
CN_SERIAL - Static variable in class org.tentackle.common.Constants
name of serial column.
CN_SERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
name of serial column.
CN_TABLESERIAL - Static variable in class org.tentackle.common.Constants
name of tableserial column.
CN_TABLESERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
name of tableserial column.
CN_TRACKEDNAME - Static variable in class org.tentackle.dbms.DbModification
database column name for 'trackedName'.
CN_TXID - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'txId'.
CN_TXNAME - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'txName'.
CN_UPLINK - Static variable in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
database column name for 'uplink'.
CN_USER - Static variable in class org.tentackle.dbms.prefs.DbPreferencesNode
database column name for 'user'.
CN_USERID - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'userId'.
CN_VALUE - Static variable in class org.tentackle.dbms.prefs.DbPreferencesKey
database column name for 'value'.
CN_VALUE - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'value'.
CN_WHEN - Static variable in class org.tentackle.dbms.ModificationLog
database column name for 'when'.
CodeFactory - Class in org.tentackle.model
Factory for code snippets used by generators such as wurblets.
CodeFactory() - Constructor for class org.tentackle.model.CodeFactory
Creates the code factory.
codePoints() - Method in class org.tentackle.common.I18NText
 
collapse() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Collapses this and all child tree items.
collapseAll() - Method in class org.tentackle.fx.component.FxTreeTableView
Collapses all nodes.
collapseAll() - Method in class org.tentackle.fx.component.FxTreeView
Collapses all nodes.
collapseAll(Collection<TreeItem<T>>) - Method in class org.tentackle.fx.FxUtilities
Recursively collapses all tree items.
collapseAll(TreeItem<T>) - Method in class org.tentackle.fx.FxUtilities
Recursively collapses all tree items.
CollapseItem<T> - Class in org.tentackle.fx.rdc.contextmenu
Menu item to collapse this and all child nodes of a PDO.
CollapseItem(PdoTreeCell<T>) - Constructor for class org.tentackle.fx.rdc.contextmenu.CollapseItem
Creates a menu item.
collapseTreeTable(TreeItem<S>) - Method in class org.tentackle.fx.rdc.table.TablePopup
Recursively collapses the items of the treetable.
collect(StatementHistory) - Static method in class org.tentackle.dbms.StatementStatistics
Collects the statistics from a statement history.
collectAssociatedEntities(Set<Entity>, Entity, Set<Entity>) - Method in class org.tentackle.model.impl.EntityImpl
Recursively collects the associated entities for a given entity.
collection() - Method in class org.tentackle.misc.CopyOnWriteCollection
Gets the collection.
CollectionIndex(int, String, String) - Constructor for record class org.tentackle.validate.ValidationResult.CollectionIndex
Creates an instance of a CollectionIndex record class.
CollectionTreeItemTranslator<T,C> - Class in org.tentackle.fx.translate
PDO to TreeItem translator for FxTreeView and FxTreeTableView.
Used if the model provides a collection.
CollectionTreeItemTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.CollectionTreeItemTranslator
Creates a translator.
collectLeafEntities(List<Entity>, Entity) - Method in class org.tentackle.model.impl.EntityImpl
Recursively collects the leaf children.
collectSubEntities(List<Entity>, Entity) - Method in class org.tentackle.model.impl.EntityImpl
Recursively collects all sub entities.
COLOR_LENGTH - Static variable in class org.tentackle.fx.translate.StringColorTranslator
The fixed color string length.
ColorColorTranslator - Class in org.tentackle.fx.translate
A color/color identity translator.
ColorColorTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.ColorColorTranslator
Creates the translator.
ColorPickerBuilder - Class in org.tentackle.fx.component.build
Builder to create a ColorPicker.
ColorPickerBuilder() - Constructor for class org.tentackle.fx.component.build.ColorPickerBuilder
Creates the builder.
ColorPickerConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ColorPicker.
ColorPickerConfigurator() - Constructor for class org.tentackle.fx.component.config.ColorPickerConfigurator
Creates the configurator for a ColorPicker.
COLUMN - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
edit cell above/below after commit.
COLUMN_NAME - Enum constant in enum class org.tentackle.sql.SqlNameType
name of a column.
columnCount - Variable in class org.tentackle.dbms.DbObjectClassVariables
Number of columns in a resultset.
columnCount() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns the value of the columnCount record component.
ColumnMetaData - Class in org.tentackle.sql.metadata
Meta data for a column
ColumnMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.ColumnMetaData
Creates column meta data.
ColumnMigration - Class in org.tentackle.model.migrate
Explicit column migration for a given table.
ColumnMigration(String, String, String) - Constructor for class org.tentackle.model.migrate.ColumnMigration
Creates an explicit migration for a column.
columnMigrations() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the columnMigrations record component.
ColumnMigrator - Class in org.tentackle.model.migrate
Handles the migration of columns.
ColumnMigrator(Entity, Attribute, Backend, Collection<ColumnMetaData>) - Constructor for class org.tentackle.model.migrate.ColumnMigrator
Creates a column migrator.
ColumnMigrator(Entity, Attribute, Backend, ColumnMetaData...) - Constructor for class org.tentackle.model.migrate.ColumnMigrator
Creates a column migrator.
columnSuffix() - Method in record class org.tentackle.model.AttributeSorting
Returns the value of the columnSuffix record component.
columnTypeNullDefaultToString(String, SqlType, int, int, boolean, Object) - Method in interface org.tentackle.sql.Backend
Converts an sqltype, size, scale, nullable and default value to a database type declaration.
columnTypeNullDefaultToString(String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
columnTypeNullDefaultToString(String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Oracle8
 
columnTypeToString(SqlType, int, int) - Method in interface org.tentackle.sql.Backend
Converts an sqltype, size and scale to a database type declaration.
columnTypeToString(SqlType, int, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
ComboBoxBaseConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ComboBoxBase.
ComboBoxBaseConfigurator() - Constructor for class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
Parent constructor.
ComboBoxBuilder - Class in org.tentackle.fx.component.build
Builder to create a ComboBox.
ComboBoxBuilder() - Constructor for class org.tentackle.fx.component.build.ComboBoxBuilder
Creates the builder.
ComboBoxConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ComboBox.
ComboBoxConfigurator() - Constructor for class org.tentackle.fx.component.config.ComboBoxConfigurator
Creates the configurator for a ComboBox.
CommandLine - Class in org.tentackle.misc
Command line arguments and options.
CommandLine() - Constructor for class org.tentackle.misc.CommandLine
Creates an empty command line.
CommandLine(String[]) - Constructor for class org.tentackle.misc.CommandLine
Creates a command line from console args.
comment() - Element in annotation interface org.tentackle.session.Persistent
Optional comment.
COMMENT - Enum constant in enum class org.tentackle.model.parse.LineType
comment line.
COMMENT - Enum constant in enum class org.tentackle.sql.MigrationStrategy
COMMENT - Static variable in class org.tentackle.model.impl.RelationImpl
property comment = ...
CommentLine - Class in org.tentackle.model.parse
A comment line.
CommentLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.CommentLine
Creates a comment line.
This line always spans only one line.
commit() - Method in class org.tentackle.dbms.DbTransaction
Performs the commit.
Finishes any pending batched statements.
Executes all commit runnables and removes them.
commit() - Method in class org.tentackle.dbms.ManagedConnection
Performs a commit.
commit(long) - Method in class org.tentackle.dbms.Db
Commits a transaction if the corresponding "begin()" has started it.
commit(long) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
commit(long) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
commit(long) - Method in interface org.tentackle.session.Session
Commits a transaction if the corresponding Session.begin() has started it.
commit(Db) - Method in interface org.tentackle.dbms.CommitTxRunnable
Performs any processing necessary before commit.
commit(Db, long) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
commit(Db, long) - Method in interface org.tentackle.persist.LockManager
Notifies the lockmanager that a transaction has been committed.
COMMIT - Enum constant in enum class org.tentackle.dbms.DbModificationType
commit transaction.
commitEdit(T) - Method in class org.tentackle.fx.table.FxTableCell
 
commitEdit(T) - Method in class org.tentackle.fx.table.FxTreeTableCell
 
CommitTxRunnable - Interface in org.tentackle.dbms
A Runnable that gets invoked before a physical commit.
The commit runnable is Serializable and transferred to the server, if registered at a remote client.
CommonCommonBundle - Class in org.tentackle.common
Bundle for common-package in tentackle-common.
CommonOptions - Interface in org.tentackle.model
Options common for attributes and entities.
CommonOptionsImpl - Class in org.tentackle.model.impl
Implementation of common options.
CommonOptionsImpl(SourceInfo) - Constructor for class org.tentackle.model.impl.CommonOptionsImpl
Creates options.
compare(T, T) - Static method in class org.tentackle.common.Compare
Compares two objects.
null is being treated as smallest value.
Compare - Class in org.tentackle.common
Some handy static null-safe methods to compare two Comparables.
compareTo(Binder) - Method in class org.tentackle.bind.AbstractBinder
Compares two binders.
Binders are distinguished by their unique instance number.
compareTo(I18NText) - Method in class org.tentackle.common.I18NText
 
compareTo(DbObjectClassVariables.ForeignReference) - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Sorted by priority + method.
compareTo(StatementStatistics) - Method in class org.tentackle.dbms.StatementStatistics
 
compareTo(StoredBundle.StoredBundleUDK) - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
 
compareTo(IdentifiableKey<T>) - Method in class org.tentackle.misc.IdentifiableKey
 
compareTo(IdSerialTuple) - Method in class org.tentackle.misc.IdSerialTuple
 
compareTo(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
 
compareTo(ForeignKey) - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
compareTo(AttributeImpl) - Method in class org.tentackle.model.impl.AttributeImpl
 
compareTo(EntityImpl) - Method in class org.tentackle.model.impl.EntityImpl
 
compareTo(RelationImpl) - Method in class org.tentackle.model.impl.RelationImpl
 
compareTo(DomainContext) - Method in class org.tentackle.pdo.DefaultDomainContext
Compares this domain context with another domain context.
The default implementation just compares the class, the contextId and the session.
Checking against the null context returns 1.
compareTo(PdoCacheIndex.CacheKey) - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
 
compareTo(Permission) - Method in class org.tentackle.security.permissions.AbstractPermission
 
compareTo(Session) - Method in class org.tentackle.dbms.Db
Compares two session instances.
Since the instance number is unique, it is used for the comparison.
compareTo(ForeignKeyColumnMetaData) - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
 
compareTo(IndexColumnMetaData) - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
 
compareTo(Task) - Method in class org.tentackle.task.AbstractTask
compareTo(ValidationMapper) - Method in class org.tentackle.validate.ValidationMapper
 
compareTo(P) - Method in class org.tentackle.dbms.AbstractDbObject
Compare two objects.
Objects are compared by ID.
Method is final!
compareWithNullLargest(T, T) - Static method in class org.tentackle.common.Compare
Compares two objects.
null is being treated as largest value.
CompiledJSR223Script - Class in org.tentackle.script.jsr
The compiled JSR script.
CompiledJSR223Script(String, CompiledScript) - Constructor for class org.tentackle.script.jsr.CompiledJSR223Script
Creates a compiled script.
compileScript(String) - Method in class org.tentackle.script.jsr.JSR223Script
Compiles script code.
completed(Task) - Method in interface org.tentackle.task.TaskListener
Invoked whenever a task completes.
component() - Element in annotation interface org.tentackle.session.Persistent
Returns whether this is a component of the PDO.
This is true for all members/attributes and composite relations.
COMPONENT_INHERITED - Enum constant in enum class org.tentackle.fx.FxControllerService.BINDING
include inherited components.
ComponentConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a component.
ComponentConfigurator() - Constructor for class org.tentackle.fx.component.config.ComponentConfigurator
Parent constructor.
COMPOSITE - Enum constant in enum class org.tentackle.model.Integrity
application-level and composite relations.
COMPOSITE - Static variable in class org.tentackle.model.impl.RelationImpl
composite relation flag.
COMPOSITE_DBONLY - Enum constant in enum class org.tentackle.model.Integrity
same as Integrity.COMPOSITE but no check on application level.
CompositePreferences - Class in org.tentackle.prefs
User- and System-Preferences combined.
Implements Preferences in such a way that user-space overwrites system-space which is the default for most applications.
CompositePreferences(boolean) - Constructor for class org.tentackle.prefs.CompositePreferences
Creates composite preferences.
CompoundValue - Class in org.tentackle.misc
A compound value.
CompoundValue(String) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue(String, Class<?>) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue(String, Class<?>, boolean, boolean, Function<String, ScriptConverter>) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue.Type - Enum Class in org.tentackle.misc
The value type of strings.
COMPRESSED - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Compressed socket.
No SSL.
CompressedClientSocketFactory - Class in org.tentackle.io
ZIP-compressed client socket factory.
CompressedClientSocketFactory() - Constructor for class org.tentackle.io.CompressedClientSocketFactory
Creates the client socket factory with compression.
CompressedInputStream - Class in org.tentackle.io
Stream to read compressed data from the underlying input stream.
Counterpart to CompressedOutputStream.
CompressedInputStream(InputStream) - Constructor for class org.tentackle.io.CompressedInputStream
Creates a new compressed input stream.
The buffersize adapts dynamically to the packet size.
CompressedOutputStream - Class in org.tentackle.io
Stream to write compressed data to the underlying output stream.
CompressedOutputStream(OutputStream) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream with maximum allowed buffersize (32K-1) and a default minCompressSize of 64.
CompressedOutputStream(OutputStream, int, int) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream.
CompressedServerSocket - Class in org.tentackle.io
Zip-compressed server socket.
CompressedServerSocket(int) - Constructor for class org.tentackle.io.CompressedServerSocket
Creates a compressed server socket.
CompressedServerSocketFactory - Class in org.tentackle.io
Zip-compressed server socket factory.
CompressedServerSocketFactory() - Constructor for class org.tentackle.io.CompressedServerSocketFactory
Creates the server socket factory with compression.
CompressedSocket - Class in org.tentackle.io
Socket with compressing streams.
CompressedSocket() - Constructor for class org.tentackle.io.CompressedSocket
Creates an unconnected socket, with the system-default type of SocketImpl.
CompressedSocket(String, int) - Constructor for class org.tentackle.io.CompressedSocket
Creates a compressed stream socket and connects it to the specified port number on the named host.
CompressedSocketWrapper - Class in org.tentackle.io
A compressed socket wrapper on top of another socket, usually an SSL-socket.
CompressedSocketWrapper(Socket) - Constructor for class org.tentackle.io.CompressedSocketWrapper
Creates a compressed socket wrapper.
CompressedSslClientSocketFactory - Class in org.tentackle.io
ZIP-compressed client socket factory
CompressedSslClientSocketFactory() - Constructor for class org.tentackle.io.CompressedSslClientSocketFactory
Creates a compressed SSL client socket factory.
CompressedSslServerSocketFactory - Class in org.tentackle.io
Zip-compressed server socket factory.
CompressedSslServerSocketFactory() - Constructor for class org.tentackle.io.CompressedSslServerSocketFactory
Creates a CompressedServerSocketFactory with default cipher suites, protocols and without client authentication.
CompressedSslServerSocketFactory(String[], String[], boolean) - Constructor for class org.tentackle.io.CompressedSslServerSocketFactory
Creates a new instance of CompressedServerSocketFactory.
computeScrollToCentered(Skinnable, int, int) - Method in class org.tentackle.fx.FxUtilities
Computes the row number to scrollTo in order to position the given row in the middle of the viewport.
con - Variable in class org.tentackle.dbms.StatementWrapper
the managed connection.
concatenateMessages(Throwable) - Static method in class org.tentackle.common.ExceptionHelper
Concatenates the messages of an exception chain.
ConcurrencyHelper - Class in org.tentackle.misc
Methods related to concurrency and multithreading.
condition() - Element in annotation interface org.tentackle.validate.validator.Changeable
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Equal
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Fail
The optional condition.
Used in conjunction with Fail.value().
condition() - Element in annotation interface org.tentackle.validate.validator.False
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Greater
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Less
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotNull
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotZero
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Null
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Pattern
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Size
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.True
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Validate
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Zero
The optional condition.
CONFIGURATION - Enum constant in enum class org.tentackle.model.parse.LineType
configuration line.
ConfigurationLine - Class in org.tentackle.model.parse
The configuration line.
<key> := <config>[;]
ConfigurationLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.ConfigurationLine
Creates a configuration line.
This line always spans only one line.
Configurator<T> - Interface in org.tentackle.fx
A configurator.
ConfiguratorService - Annotation Interface in org.tentackle.fx
Annotation to express that the annotated class is a configurator for a given class.
configure() - Method in class org.tentackle.app.AbstractApplication
Do anything what's necessary after the connection has been established.
The default creates the modification tracker (but does not start it), and configures the preferences and security manager.
configure() - Method in class org.tentackle.fx.AbstractFxController
 
configure() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Configures the control to support this feature.
configure() - Method in class org.tentackle.fx.component.FxButton
Configures this button.
configure() - Method in class org.tentackle.fx.component.FxTableView
Configures or re-configures the table.
Requires a valid table configuration.
configure() - Method in class org.tentackle.fx.component.FxTreeTableView
Configures or re-configures the table.
Requires a valid table configuration.
configure() - Method in interface org.tentackle.fx.FxController
Configures the controller as the final step in initialization.
configure() - Method in class org.tentackle.fx.rdc.admin.SessionsView
 
configure() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
 
configure() - Method in class org.tentackle.fx.rdc.login.Backends
 
configure() - Method in class org.tentackle.fx.rdc.login.Login
 
configure() - Method in class org.tentackle.fx.rdc.search.PdoSearch
 
configure() - Method in class org.tentackle.fx.rdc.security.SecurityRulesView
 
configure(ServerSocket) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
configure(ServerSocket) - Method in interface org.tentackle.io.ServerSocketConfigurator
Configures the given server socket.
configure(Socket) - Method in class org.tentackle.io.DefaultSocketConfigurator
 
configure(Socket) - Method in interface org.tentackle.io.SocketConfigurator
Configures the given socket.
configure(EncryptedProperties) - Method in class org.tentackle.dbms.DbTransactionFactory
Configures the factory from the main session properties.
configure(Db, String) - Method in class org.tentackle.dbms.DefaultIdSourceConfigurator
 
configure(Db, String) - Method in interface org.tentackle.dbms.IdSourceConfigurator
Connect to the ID-Source.
configure(FxTableView<S>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
configure(FxTableView<S>) - Method in interface org.tentackle.fx.table.TableConfiguration
Configures the table.
configure(FxTreeTableView<S>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
configure(FxTreeTableView<S>) - Method in interface org.tentackle.fx.table.TableConfiguration
Configures the treetable.
configure(T) - Method in class org.tentackle.fx.component.config.ButtonBaseConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ButtonConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ChoiceBoxConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ComboBoxConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ComponentConfigurator
Configures the control.
configure(T) - Method in class org.tentackle.fx.component.config.DatePickerConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.LabelConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.ListViewConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.TableViewConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.TextInputControlConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.TreeTableViewConfigurator
 
configure(T) - Method in class org.tentackle.fx.component.config.TreeViewConfigurator
 
configure(T) - Method in interface org.tentackle.fx.Configurator
Configures the given FX object.
configure(T) - Method in class org.tentackle.fx.container.config.ContainerConfigurator
Configures the control.
configure(T) - Method in class org.tentackle.fx.container.config.PaneConfigurator
 
configure(T) - Method in class org.tentackle.fx.container.config.TabConfigurator
 
configure(T) - Method in class org.tentackle.fx.container.config.WindowConfigurator
 
configureColumn(String) - Method in class org.tentackle.dbms.ResultSetSection
Configures a column for automatic retrieval.
configureColumn(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Configures a column of the current section for automatic retrieval.
The method can only be used for predefined types!
configureColumns(DataType<?>, String) - Method in class org.tentackle.dbms.ResultSetWrapper
Configures all columns for the given name and datatype.
The method is mainly provided for backend-specific datatypes, but can be used for any datatype.
configureComponent() - Method in class org.tentackle.fx.rdc.translate.PdoCollectionTreeItemTranslator
 
configureComponent() - Method in class org.tentackle.fx.rdc.translate.PdoTreeItemTranslator
 
configureComponent() - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
Configures the component if possible.
configureComponent() - Method in class org.tentackle.fx.translate.TreeItemTranslator
Configures the component if possible.
configureDelegate(Object...) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
Configures the delegate.
configureEmbeddedColumns(ResultSetWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Configures the columns of an embedded PDO.
configureMainStage(Stage) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Configures and sets the main stage.
configureModificationTracker() - Method in class org.tentackle.app.AbstractApplication
Configures the modification tracker singleton.
configureModificationTracker() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
configureModificationTracker() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
configurePreferences() - Method in class org.tentackle.app.AbstractApplication
Configures the preferences.
configurePreferences() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
configurePreferences() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
configureRemoteObject(DomainContext, PersistentDomainObject<?>) - Method in class org.tentackle.persist.AbstractPersistentObject
Configures the remotely retrieved object.
configureRemoteObject(DomainContext, X) - Method in class org.tentackle.persist.AbstractPersistentOperation
Configures a within an operation remotely retrieved PDO.
configureRemoteObject(T) - Method in class org.tentackle.persist.ResultSetCursor
Configures the remotely retrieved PDO.
configureRemoteObjects(DomainContext, Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.persist.AbstractPersistentObject
Configures the remotely retrieved objects.
configureRemoteObjects(DomainContext, Collection<X>) - Method in class org.tentackle.persist.AbstractPersistentOperation
Configures a within an operation remotely retrieved collection of PDOs.
configureSection(Object) - Method in class org.tentackle.dbms.ResultSetWrapper
Configures a section within this resultset for retrieval.
configureSecurityManager() - Method in class org.tentackle.app.AbstractApplication
Configures the security manager.
configureSecurityManager() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
configureSessionInfo(SessionInfo) - Method in class org.tentackle.app.ConsoleApplication
Configures the session info.
configureSessionInfo(SessionInfo) - Method in class org.tentackle.persist.app.AbstractServerApplication
Configures the session info.
configureTableView(FxTableView<T>, Class<T>) - Method in class org.tentackle.fx.rdc.translate.PdoObservableListTranslator
 
configureTableView(FxTableView<T>, Class<T>) - Method in class org.tentackle.fx.translate.ObservableListTranslator
Configures the tableview.
configureTestMode(Logger.Level) - Method in class org.tentackle.validate.ValidationUtilities
Configures test mode.
configureTreeTableView(FxTreeTableView<T>, Class<T>) - Method in class org.tentackle.fx.rdc.translate.PdoObservableListTranslator
 
configureTreeTableView(FxTreeTableView<T>, Class<T>) - Method in class org.tentackle.fx.translate.ObservableListTranslator
Configures the treetable view.
configureTreeTableView(FxTreeTableView<T>, TableConfiguration<T>) - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
Configures the treetableview.
configureTreeTableView(FxTreeTableView<T>, TableConfiguration<T>) - Method in class org.tentackle.fx.translate.TreeItemTranslator
Configures the treetable view.
CONFIRMATION - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
Displays some information that the user must commit.
conList - Variable in class org.tentackle.dbms.DefaultConnectionManager
managed connections.
connect() - Method in class org.tentackle.sql.BackendInfo
Creates a connection.
connect(String, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(String, Properties) - Method in class org.tentackle.sql.DynamicDriver
 
connect(InetAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(SocketAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(SocketAddress, int) - Method in class org.tentackle.io.SocketWrapper
 
connectAsReferenceDateSuppliers(FxTextComponent, FxTextComponent) - Static method in class org.tentackle.fx.translate.TemporalStringTranslator
Connects two fields as reference date suppliers.
Each field provides the reference date for the other one.
Replaces code like:
connection() - Method in class org.tentackle.dbms.Db
Gets the currently attached connection.
CONNECTION_CLASS - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the connection class to export.
ConnectionManager - Interface in org.tentackle.dbms
Connection Manager for local connections.
JDBC-connections are never used directly.
ConnectionManagerProvider - Interface in org.tentackle.dbms
A provider for a connection manager.
ConsoleApplication - Class in org.tentackle.app
Abstract class to handle the application's lifecycle for a console application (no gui).
ConsoleApplication(String, String) - Constructor for class org.tentackle.app.ConsoleApplication
Creates the console application.
CONSTANT - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a fixed value (constant)
Constants - Class in org.tentackle.common
Class holding constants for build- and runtime.
ConstraintException - Exception Class in org.tentackle.session
Runtime exception thrown for database constraint violations.
ConstraintException() - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint exception without a session and with null as its detail message.
ConstraintException(String) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint exception without a session with the specified detail message.
ConstraintException(String, Throwable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint exception without a session with the specified detail message and cause.
ConstraintException(Identifiable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given pc object with null as its detail message.
ConstraintException(Identifiable, String) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified detail message.
ConstraintException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified detail message and cause.
ConstraintException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified cause and a detail message of (cause==null ?
ConstraintException(Session) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with null as its detail message.
ConstraintException(Session, String) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified detail message.
ConstraintException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified detail message and cause.
ConstraintException(Session, Throwable) - Constructor for exception class org.tentackle.session.ConstraintException
Constructs a new database constraint violation exception for a given session with the specified cause and a detail message of (cause==null ?
consume() - Method in class org.tentackle.dbms.StatementWrapper
Consume a statement without executing it.
The method is invoked if a rollback is performed prior to consuming the statement.
consumePendingComment() - Method in class org.tentackle.model.impl.EntityFactoryImpl
Returns the pending comment and consumes it.
ContainerConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a container.
ContainerConfigurator() - Constructor for class org.tentackle.fx.container.config.ContainerConfigurator
Parent constructor.
contains(Object) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
containsAll(Collection<?>) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
containsKey(Object) - Method in class org.tentackle.reflect.PropertyMap
 
containsPattern(String) - Method in interface org.tentackle.pdo.PersistentObject
Searches for a "pattern" in this object.
The default implementation looks for the pattern in the normtext.
containsPattern(String) - Method in class org.tentackle.persist.AbstractPersistentObject
Searches for a "pattern" in this object.
The default implementation looks for the pattern in the normtext.
containsVowel(String) - Method in class org.tentackle.model.ModelUtilities
Returns whether the given string contains at least one vowel.
content(Node) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
content(Node) - Method in interface org.tentackle.fx.NotificationBuilder
Sets a node as an alternative to details.
contentNodeProperty() - Method in class org.tentackle.fx.component.Note
Returns the content shown by the pop-over.
contextToString() - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
contextToString() - Method in interface org.tentackle.security.pdo.SecurityDomain
Gets the domain context as a string.
control - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
convert(Class<T>, Object) - Method in class org.tentackle.misc.ObjectUtilities
Converts value to the given type.
convert(String, ScriptingLanguage) - Method in interface org.tentackle.script.ScriptConverter
Converts a script according to given language.
convert(String, ScriptingLanguage) - Method in class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
 
convert(T) - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Converts an object to a string.
Defaults to obj.toString(), but may be overridden.
Convertible<T> - Interface in org.tentackle.misc
A convertible object.
CONVERTIBLE_TYPE - Static variable in interface org.tentackle.sql.DataTypeFactory
Type name for the wrapper type implementing org.tentackle.misc.Convertible.
ConvertibleType - Class in org.tentackle.sql.datatypes
Virtual type for application-specific wrapper classes implementing org.tentackle.misc.Convertible.
ConvertibleType() - Constructor for class org.tentackle.sql.datatypes.ConvertibleType
Creates the convertible pseudo type.
convertPathName(String) - Method in class org.tentackle.prefs.DefaultPreferences
Converts the given pathname if absolute.
For pathname starting with a slash the optional name of the root node will be prepended.
copy() - Method in interface org.tentackle.misc.Snapshotable
Creates a deep copy of this object.
copy() - Method in class org.tentackle.misc.TrackedArrayList
 
copy() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates a deep copy of this PDO.
The copied PDO and its components, if any, are new (id=0).
copy(File, File) - Static method in class org.tentackle.common.FileHelper
Copies a file.
copyDirectory(File, File, boolean, FileFilter) - Static method in class org.tentackle.common.FileHelper
Copies all files from one directory to another.
copyFor(Object, EventTarget) - Method in class org.tentackle.fx.rdc.PdoEvent
 
CopyOnWriteCollection<E> - Class in org.tentackle.misc
A copy-on-write wrapper for collections.
The first modifying operation creates a clone to leave the original collection untouched.
CopyOnWriteCollection(Collection<E>) - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for a collection with read-only iterators.
CopyOnWriteCollection(Collection<E>, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for a collection.
CopyOnWriteCollection.ReadOnlyIterator<E> - Class in org.tentackle.misc
Wrapper for an iterator that forbids invocations of the remove()-method.
CopyOnWriteList<E> - Class in org.tentackle.misc
A copy-on-write wrapper for lists.
The first modifying operation creates a clone to leave the original list untouched.
CopyOnWriteList(List<E>) - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for a list with read-only iterators and modifying list-iterators.
CopyOnWriteList(List<E>, boolean, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for a list.
CopyOnWriteList.ReadOnlyListIterator<E> - Class in org.tentackle.misc
Wrapper for a list iterator that forbids modifying method invocations.
CopyOnWriteSet<E> - Class in org.tentackle.misc
A copy-on-write wrapper for sets.
The first modifying operation creates a clone to leave the original set untouched.
CopyOnWriteSet(Set<E>) - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for a set with read-only iterators.
CopyOnWriteSet(Set<E>, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for a set.
copyToClipboard() - Method in class org.tentackle.fx.component.FxTreeTableView
Copies the selected cells to the clipboard.
copyToClipboard(boolean) - Method in class org.tentackle.fx.component.FxListView
Copies the selected items to the clipboard.
copyToClipboard(boolean) - Method in class org.tentackle.fx.component.FxTableView
Copies the selected cells to the clipboard.
count(TimeKeeper) - Method in class org.tentackle.log.StatisticsResult
Count an invocation.
count(TimeKeeper, int) - Method in class org.tentackle.log.StatisticsResult
Count invocations.
COUNT - Static variable in class org.tentackle.model.impl.RelationImpl
property count = ...
countFetch(TimeKeeper, int) - Method in class org.tentackle.dbms.StatementStatisticsResult
Counts the fetch statistics.
countForClearWarnings() - Method in class org.tentackle.dbms.ManagedConnection
Increments a counter and empties the warnings on the connection and all prepared statements if a trigger value is reached.
countInvocation(StatementHistory) - Method in class org.tentackle.dbms.StatementStatistics
Counts an invocation with optional fetch statistics.
countInvocation(TimeKeeper) - Method in class org.tentackle.dbms.StatementStatistics
Count a statement execution duration.
countInvocation(TimeKeeper, int) - Method in class org.tentackle.dbms.StatementStatistics
Count invocations and duration of a statement.
countMethodInvocation(Method, Class<?>, TimeKeeper) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Counts the invocation of a delegate method.
countMethodInvocation(Method, Class<?>, TimeKeeper) - Method in class org.tentackle.log.MethodStatistics
Counts the invocation of a delegate method.
countMethodInvocation(Method, TimeKeeper) - Method in class org.tentackle.log.MethodStatistics
Counts the invocation of a delegate method.
countModification() - Method in class org.tentackle.dbms.AbstractDbObject
Counts a modification for the class of this object.
countModification() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
countModification() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
countModification() - Method in class org.tentackle.persist.AbstractPersistentObject
Counts a modification for the class of this object.
countModification(long) - Method in class org.tentackle.dbms.DbModification
Counts modifications.
Adds the count to the table's entry and the master entry.
countModification(Session, String) - Method in class org.tentackle.dbms.DbModificationTracker
Counts the modification for a table.
Used by the persistence layer to update the modification table.
countModification(Session, String) - Method in interface org.tentackle.session.ModificationTracker
Counts the modification for a given name.
Used to trigger modification events.
countOccurrences(String, char) - Static method in class org.tentackle.common.StringHelper
Counts the number of occurrences of a given character in a string.
countPending(Session) - Method in class org.tentackle.dbms.ModificationTally
Adds a pending count.
countRollback() - Method in class org.tentackle.dbms.TransactionStatisticsResult
Counts a rollback.
countStatements(int) - Method in class org.tentackle.dbms.TransactionStatisticsResult
Counts the statements statistics.
countTransaction(DbTransaction, boolean) - Method in class org.tentackle.dbms.TransactionStatistics
Counts the invocation of a transaction.
create() - Method in class org.tentackle.dbms.DbFactory
 
create() - Method in class org.tentackle.session.DefaultSessionInfoFactory
 
create() - Method in interface org.tentackle.session.SessionFactory
Creates a session with the default session info.
create() - Method in interface org.tentackle.session.SessionInfoFactory
Creates a session info from the default properties holding the connection parameters.
create(boolean) - Method in class org.tentackle.io.SocketImplWrapper
 
create(Character) - Method in class org.tentackle.dbms.ModificationTypeFactory
Maps an external character value to a modification type.
Throws a PersistenceException if unknown external value.
create(Class<P>) - Static method in class org.tentackle.dbms.DbObjectClassVariables
Creates a classvariable for a db object.
Classid and tablename are derived from mapped services in META-INF.
create(Class<P>) - Static method in class org.tentackle.dbms.DbOperationClassVariables
Creates a classvariable for a db operation.
create(Class<P>, int, String) - Static method in class org.tentackle.dbms.DbObjectClassVariables
Creates a classvariable for a db object.
create(Class<T>) - Static method in class org.tentackle.fx.Fx
Creates an object.
FX objects should not be created via the builder factory and not the traditional way by invoking a constructor.
create(Class<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation without any domain context or session.
create(Class<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(Class<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO without any domain context or session.
create(Class<T>, Class<P>) - Static method in class org.tentackle.persist.PersistentOperationClassVariables
Creates an operation class variable.
create(Class<T>, Class<P>, String) - Static method in class org.tentackle.persist.PersistentObjectClassVariables
Creates a PDO class variable.
create(Class<T>, Class<P>, String, PersistentObjectClassVariables<? super T, ? super P>, List<Join<T, ?>>) - Static method in class org.tentackle.persist.PersistentObjectClassVariables
Creates a PDO classvariable.
create(Class<T>, DomainContext) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, DomainContext) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, DomainContext) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation.
create(Class<T>, DomainContext) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(Class<T>, DomainContext) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO.
create(Class<T>, DomainContext, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, DomainContext, DomainObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for a given domain delegate.
create(Class<T>, DomainContext, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given domain delegate.
create(Class<T>, DomainContext, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, DomainContext, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given domain delegate.
create(Class<T>, PersistentObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, PersistentObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for a given persistence delegate.
create(Class<T>, PersistentObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given persistence delegate.
create(Class<T>, PersistentObject<T>, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, PersistentObject<T>, DomainObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for given delegates.
create(Class<T>, PersistentObject<T>, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for given delegates.
create(Class<T>, PersistentOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, PersistentOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given persistence delegate.
create(Class<T>, PersistentOperation<T>, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, PersistentOperation<T>, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for given delegates.
create(Class<T>, Session) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, Session) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, Session) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation.
create(Class<T>, Session) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(Class<T>, Session) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO.
create(Class<T>, Session, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(Class<T>, Session, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given domain delegate.
create(Class<T>, Session, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(Class<T>, Session, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given domain delegate.
create(String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation without any domain context or session.
create(String) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(String) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO without any domain context or session.
create(String) - Method in class org.tentackle.session.DefaultSessionInfoFactory
 
create(String) - Method in interface org.tentackle.session.SessionInfoFactory
Creates a session info from a property file holding the connection parameters.
create(String) - Method in interface org.tentackle.sql.BackendInfoFactory
Creates a backend info from a backend name.
The info cannot be used to connect.
create(String) - Method in class org.tentackle.sql.DefaultBackendInfoFactory
 
create(String, char[], String) - Method in class org.tentackle.session.DefaultSessionInfoFactory
 
create(String, char[], String) - Method in interface org.tentackle.session.SessionInfoFactory
Creates a session info from a username, password and property file holding the connection parameters.
create(String, Class<?>) - Static method in interface org.tentackle.reflect.ClassMapper
Creates a class mapper for a given mapped service.
The mapper maintains a map of implementation classes to other classes (usually interfaces).
create(String, Class<?>) - Method in interface org.tentackle.reflect.ClassMapperFactory
Creates a class mapper for a given mapped service.
The mapper maintains a map of implementation classes to other classes (usually interfaces).
create(String, Class<?>) - Method in class org.tentackle.reflect.DefaultClassMapperFactory
 
create(String, Class<?>, Object, Object, ValidationScope, List<ValidationResult>) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class<?>, Object, Object, ValidationScope, List<ValidationResult>) - Method in interface org.tentackle.validate.ValidationContextFactory
Creates a validation context.
create(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - Method in interface org.tentackle.validate.ValidationContextFactory
Creates a validation context with a lazy object provider.
The object to validate is retrieved only if actually validated.
create(String, String, char[], String[]) - Method in interface org.tentackle.sql.BackendInfoFactory
Creates a backend info.
This info is able to create a connection.
create(String, String, char[], String[]) - Method in class org.tentackle.sql.DefaultBackendInfoFactory
 
create(String, DomainContext) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, DomainContext) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, DomainContext) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation.
create(String, DomainContext) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(String, DomainContext) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO.
create(String, DomainContext, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, DomainContext, DomainObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for a given domain delegate.
create(String, DomainContext, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given domain delegate.
create(String, DomainContext, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, DomainContext, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given domain delegate.
create(String, PersistentObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, PersistentObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for a given persistence delegate.
create(String, PersistentObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given persistence delegate.
create(String, PersistentObject<T>, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, PersistentObject<T>, DomainObject<T>) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO for given delegates.
create(String, PersistentObject<T>, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for given delegates.
create(String, PersistentOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, PersistentOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given persistence delegate.
create(String, PersistentOperation<T>, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, PersistentOperation<T>, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for given delegates.
create(String, Session) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, Session) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, Session) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a session only.
create(String, Session) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(String, Session) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a session only.
create(String, Session, int, int, int, int, long, long) - Method in class org.tentackle.dbms.DbPoolFactory
 
create(String, Session, int, int, int, int, long, long) - Method in interface org.tentackle.session.SessionPoolFactory
Creates a single-user session pool.
create(String, Session, int, int, long, long) - Method in class org.tentackle.dbms.DbPoolFactory
 
create(String, Session, int, int, long, long) - Method in interface org.tentackle.session.SessionPoolFactory
Creates a multi-user session pool.
create(String, Session, DomainObject<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(String, Session, DomainObject<T>) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO for a given domain delegate.
create(String, Session, DomainOperation<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(String, Session, DomainOperation<T>) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation for a given domain delegate.
create(List<E>, List<P>) - Method in interface org.tentackle.common.PathFactory
Creates a new path from elements and continuation paths.
create(List<E>, P) - Method in interface org.tentackle.common.PathFactory
Creates a new path by prepending elements to an existing path.
create(EncryptedProperties) - Method in class org.tentackle.session.DefaultSessionInfoFactory
 
create(EncryptedProperties) - Method in interface org.tentackle.session.SessionInfoFactory
Creates a session info from a properties object.
create(EncryptedProperties) - Method in interface org.tentackle.sql.BackendInfoFactory
Creates a backend info from backend properties.
The info is able to create a connection.
create(EncryptedProperties) - Method in class org.tentackle.sql.DefaultBackendInfoFactory
 
create(Db, String, boolean) - Method in class org.tentackle.dbms.DbTransactionFactory
Creates a transaction.
Notice that this method is only invoked for local sessions, never for remote sessions.
create(RemoteDbSession) - Method in class org.tentackle.dbms.DbRemoteSessionFactory
 
create(RemoteDbSession) - Method in interface org.tentackle.dbms.RemoteSessionFactory
Creates the remote session.
create(RemoteDbSession) - Method in class org.tentackle.persist.PdoRemoteSessionFactory
 
create(PdoTableCell<S, T>) - Method in class org.tentackle.fx.rdc.DefaultPdoContextMenuFactory
 
create(PdoTableCell<S, T>) - Method in interface org.tentackle.fx.rdc.PdoContextMenuFactory
Creates a context menu for a table cell.
create(PdoTreeCell<T>) - Method in class org.tentackle.fx.rdc.DefaultPdoContextMenuFactory
 
create(PdoTreeCell<T>) - Method in interface org.tentackle.fx.rdc.PdoContextMenuFactory
Creates a context menu for a tree cell.
create(PdoTreeTableCell<S, T>) - Method in class org.tentackle.fx.rdc.DefaultPdoContextMenuFactory
 
create(PdoTreeTableCell<S, T>) - Method in interface org.tentackle.fx.rdc.PdoContextMenuFactory
Creates a context menu for a tree table cell.
create(Session) - Method in class org.tentackle.pdo.DefaultDomainContextFactory
 
create(Session) - Method in interface org.tentackle.pdo.DomainContextFactory
Creates a mutable domain context.
create(SessionInfo) - Method in class org.tentackle.dbms.DbFactory
 
create(SessionInfo) - Method in interface org.tentackle.session.SessionFactory
Creates a session.
create(Session, boolean) - Method in class org.tentackle.pdo.DefaultDomainContextFactory
 
create(Session, boolean) - Method in interface org.tentackle.pdo.DomainContextFactory
Creates a domain context.
create(SessionPool, SessionInfo) - Method in class org.tentackle.dbms.DbFactory
 
create(SessionPool, SessionInfo) - Method in interface org.tentackle.session.SessionFactory
Creates a session for a pool.
Notice that this method is provided for SessionPool implementations only.
create(Backend) - Method in interface org.tentackle.sql.BackendInfoFactory
Creates a backend info from a backend.
The info cannot be used to connect.
create(Backend) - Method in class org.tentackle.sql.DefaultBackendInfoFactory
 
create(BackendInfo, String, char[]) - Method in interface org.tentackle.sql.BackendInfoFactory
Creates a backend info from another one with a different user and password.
create(BackendInfo, String, char[]) - Method in class org.tentackle.sql.DefaultBackendInfoFactory
 
create(T) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(T) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(T) - Method in class org.tentackle.pdo.DefaultDomainContextFactory
 
create(T) - Method in interface org.tentackle.pdo.DomainContextFactory
Creates a domain context for a given context root PDO.
create(T) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation.
create(T) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO.
create(T) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO.
create(T, String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
create(T, String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
create(T, String) - Method in interface org.tentackle.pdo.OperationFactory
Creates an operation within a sub context.
If the current context is already within the given context name, the result is equivalent to OperationFactory.create(Operation).
create(T, String) - Method in interface org.tentackle.pdo.PdoFactory
Creates a PDO within a sub context.
If the current context is already within the given context name, the result is equivalent to PdoFactory.create(PersistentDomainObject).
CREATE - Static variable in class org.tentackle.fx.rdc.PdoEvent
A new PDO has been inserted to the database.
CREATE_REGISTRY - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key whether to create a registry or use an external one.
createAcceptedSecurityResult(String, boolean) - Method in class org.tentackle.security.DefaultSecurityManager
Creates an accepting security result.
createAliveCallable() - Method in class org.tentackle.session.SessionKeepAliveTask
Creates the alive callable.
createAliveTask(Session, long) - Method in class org.tentackle.session.SessionKeepAliveDaemon
Creates a keep alive task.
createAttribute(Entity, SourceInfo, boolean) - Method in interface org.tentackle.model.EntityFactory
Creates an attribute.
createAttribute(Entity, SourceInfo, boolean) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createAttributeOptions(Attribute, SourceInfo) - Method in interface org.tentackle.model.EntityFactory
Creates attribute options.
createAttributeOptions(Attribute, SourceInfo) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createAttributesNormText() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the normalized text of all attributes with the NORMTEXT-option.
The method is usually generated by the MethodsImpl wurblet.
createAutoCompletion(TextInputControl, Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.FxUtilities
Creates an auto-completion controller for a text component.
createAutoCompletionPopup() - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Creates the auto-completion popup.
createBacklog() - Method in class org.tentackle.dbms.DbObjectClassVariables
Creates the table serial backlog.
createBaseUrlName(ClientInfo) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Creates the base URL name without extension.
createBatch() - Method in class org.tentackle.dbms.DbTransaction
Creates the statement batch for this transaction.
createBatchStatement(PreparedStatementWrapper, ModificationType) - Method in class org.tentackle.dbms.DbBatch
Creates a batched statement.
createBinary(InputStream, int, boolean) - Static method in class org.tentackle.common.Binary
Creates a Binary out of an InputStream.
createBindableAnnotation(Attribute) - Method in class org.tentackle.model.CodeFactory
Creates source code for the @Bindable-annotation.
createBindableElement(Class<?>, String) - Method in class org.tentackle.bind.AbstractBindingFactory
 
createBindableElement(Class<?>, String) - Method in interface org.tentackle.bind.BindingFactory
Creates a bindable element
createBinder() - Method in class org.tentackle.fx.AbstractFxController
Creates a binder for this form.
The default implementation invokes FormBindingFactory.createFormComponentBinder(this).
createBindingEvent(boolean, Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
createBindingEvent(boolean, Object, Object) - Method in interface org.tentackle.bind.Binding
Creates a binding event.
createBindingMember(Class<?>, BindingMember, String, String, BindableElement) - Method in class org.tentackle.bind.AbstractBindingFactory
 
createBindingMember(Class<?>, BindingMember, String, String, BindableElement) - Method in interface org.tentackle.bind.BindingFactory
Creates a binding member.
createBlockingExecutor(Executor) - Static method in class org.tentackle.misc.ConcurrencyHelper
Wraps an existing executor by a blocking executor.
The returned executor waits until the command has been executed by the given executor.
createBuilderFactory() - Method in class org.tentackle.fx.DefaultFxFactory
Creates the builder factory.
createCache(Class<T>, boolean, boolean, boolean) - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
 
createCache(Class<T>, boolean, boolean, boolean) - Static method in class org.tentackle.pdo.Pdo
Creates a PDO-cache.
Multiple calls on this method return the same object reference, since PDO-caches are singletons per PDO-type.
createCache(Class<T>, boolean, boolean, boolean) - Method in interface org.tentackle.pdo.PdoCacheFactory
Creates a PDO-cache.
Multiple calls on this method return the same object reference, since PDO-caches are singletons per PDO-type.
createCacheIndex(String, BiFunction<DomainContext, C, T>, Function<T, C>) - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
 
createCacheIndex(String, BiFunction<DomainContext, C, T>, Function<T, C>) - Static method in class org.tentackle.pdo.Pdo
Creates an index for a PDO-cache.
createCacheIndex(String, BiFunction<DomainContext, C, T>, Function<T, C>) - Method in interface org.tentackle.pdo.PdoCacheFactory
Creates an index for a PDO-cache.
createChangeableProperty(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
createChangeableProperty(boolean) - Method in class org.tentackle.fx.FxControlDelegate
Creates the changeable property.
createChangeableProperty(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
createChecksumURL(ClientInfo) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Creates the URL for the checksum hash file.
createClientSocketFactory(RMIClientSocketFactory, RMISocketFactoryType) - Method in class org.tentackle.io.RMISocketFactoryFactory
Creates a client socket factory.
createCloseCallable() - Method in class org.tentackle.session.SessionKeepAliveTask
Creates the close callable.
createCloseHandler() - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
Creates the session close handler.
createColumnMetaData(TableMetaData) - Method in interface org.tentackle.sql.Backend
Creates a column meta data instance.
createColumnMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createColumnMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.MySql
 
createColumnMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.Oracle8
 
createColumnMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.Postgres
 
createColumnNames(Backend, String) - Method in interface org.tentackle.sql.DataType
Creates a list of column names.
createColumnNames(Backend, String) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
createColumnNamesAsString(Backend, String, String) - Method in interface org.tentackle.sql.DataType
Creates a list of column names as a concatenated string.
The string can be used in SQL INSERT and UPDATE statements.
createColumnNamesAsString(Backend, String, String) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
createComponentBinder(FxController) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
createComponentBinder(FxController) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Creates a component binder.
createComponentBinding(FxComponentBinder, BindingMember[], BindingMember, FxComponent, String) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
createComponentBinding(FxComponentBinder, BindingMember[], BindingMember, FxComponent, String) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Creates a component binding.
createComponentsInSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.
createComponentsInSnapshot(AbstractPersistentObject) - Method in class org.tentackle.persist.AbstractPersistentObject
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.
createComponentsInSnapshot(NumberPoolPersistenceImpl) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.
createCompoundValue(String, Class<?>, Function<String, ScriptConverter>) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
Creates a compound value.
The created compound value is always created as cached and threadsafe execution required.
createConditionParameter(String) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createConditionParameter(String) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the condition parameter.
createConfiguredServerSocket(int) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Creates a configured server socket on the specified port (port 0 indicates an anonymous port).
createConnection(String, String, char[]) - Method in interface org.tentackle.sql.Backend
Creates a jdbc connection.
createConnection(String, String, char[]) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createConnection(String, String, char[]) - Method in class org.tentackle.sql.backends.Informix
 
createConnection(String, String, char[]) - Method in class org.tentackle.sql.backends.Oracle8
 
createConnection(BackendInfo) - Method in class org.tentackle.dbms.DefaultConnectionManager
Creates a managed connection.
createConnection(BackendInfo) - Method in class org.tentackle.dbms.MpxConnectionManager
 
createConnectionManager() - Method in class org.tentackle.persist.app.AbstractServerApplication
Creates the connection manager for the client sessions.
createConnections(int) - Method in class org.tentackle.dbms.MpxConnectionManager
Create spare connections.
createContextMenu() - Method in class org.tentackle.fx.rdc.table.TablePopup
Creates the context menu.
createController(Class<T>, URL, ResourceBundle, URL) - Method in class org.tentackle.fx.DefaultFxFactory
 
createController(Class<T>, URL, ResourceBundle, URL) - Method in interface org.tentackle.fx.FxFactory
Creates a controller together with its FXML-based view.
The controller class must be annotated with FxControllerService.
createCountdownTimeline(FxButton) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Creates a countdown timeline for the go-button to start the update automatically after a few seconds.
The default implementation counts down from 3 each second.
The update should not start automatically since the user should have to option to cancel.
createDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Creates a new startable daemon.
createDatabaseIndexName(Entity) - Method in class org.tentackle.model.impl.IndexImpl
 
createDatabaseIndexName(Entity) - Method in interface org.tentackle.model.Index
Creates the database index name for given entity.
createDbInstances(int) - Method in class org.tentackle.dbms.DbPool
Creates Db instances.
The number of created instances is at least 1.
createDeclaredJavaType(Relation, boolean) - Method in class org.tentackle.model.CodeFactory
Creates the declared type of relation.
createDefaultSkin() - Method in class org.tentackle.fx.component.AutoCompletionPopup
 
createDefaultSkin() - Method in class org.tentackle.fx.component.FxComboBox
 
createDefaultSkin() - Method in class org.tentackle.fx.component.Note
 
createDelegate() - Method in class org.tentackle.fx.component.FxCheckBox
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxChoiceBox
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxColorPicker
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxComboBox
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxDatePicker
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxHTMLEditor
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxListView
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxPasswordField
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxRadioButton
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxTableView
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxTextArea
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxTextField
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxToggleButton
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxTreeTableView
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.component.FxTreeView
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxAccordion
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxAnchorPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxBorderPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxButtonBar
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxDialogPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxFlowPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxGridPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxHBox
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxScrollPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxSplitPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxStackPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxTab
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxTabPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxTextFlow
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxTilePane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxTitledPane
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxToolBar
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.container.FxVBox
Creates the delegate.
createDelegate() - Method in class org.tentackle.fx.rdc.component.RdcChoiceBox
 
createDelegate() - Method in class org.tentackle.fx.rdc.component.RdcComboBox
 
createDelegate(Class<?>[], Object[]) - Method in class org.tentackle.reflect.Mixin
Creates the delegate instance for the implementation class.
Since delegates may be found in superclasses we need some expensive isAssignableFrom checking.
createDeleteAllSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the sql text to delete objects.
createDeleteSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the delete statement.
createDeniedSecurityResult(String, boolean) - Method in class org.tentackle.security.DefaultSecurityManager
Creates a denying security result.
createDomainContext() - Static method in class org.tentackle.pdo.Pdo
Creates a domain context with thread-local session.
createDomainContext(Session) - Method in class org.tentackle.app.AbstractApplication
Creates the domain context.
Override this method if the application uses a subclass of DomainContext.
createDomainContext(Session) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Creates the domain context.
Override this method if the application uses a subclass of DomainContext.
createDomainContext(Session) - Static method in class org.tentackle.pdo.Pdo
Creates a domain context.
createDomainContext(Session, boolean) - Static method in class org.tentackle.pdo.Pdo
Creates a domain context.
createDomainDelegate(String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
createDomainDelegate(String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
createDomainDelegate(String) - Method in interface org.tentackle.pdo.OperationFactory
Creates the delegate implementing the domain layer.
createDomainDelegate(String) - Method in interface org.tentackle.pdo.PdoFactory
Creates the delegate implementing the domain layer.
createDragboard(Node) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createDragboard(Node) - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates the dragboard for the pdo.
createDragboard(Node, PersistentDomainObject<?>...) - Method in class org.tentackle.fx.rdc.RdcUtilities
Creates the dragboard for a node and PDOs.
createDummyUpdateSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the dummy update statement.
Useful get an exclusive lock within a transaction.
createDummyUpdateSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the dummy update statement.
Useful get an exclusive lock within a transaction.
createEditor() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createEditor() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates a controller to edit or view this object.
createEditor() - Method in class org.tentackle.fx.rdc.security.SecurityGuiProvider
 
createEmbedded(Entity, String, String) - Method in interface org.tentackle.model.Attribute
Creates an embedded copy of this attribute.
createEmbedded(Entity, String, String) - Method in class org.tentackle.model.impl.AttributeImpl
 
createEmbedded(Entity, String, String) - Method in class org.tentackle.model.impl.RelationImpl
 
createEmbedded(Entity, String, String) - Method in interface org.tentackle.model.Relation
Creates an embedded copy of this relation.
createEmptyTableConfiguration() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Creates an empty table configuration.
Utility method for subclasses of DefaultGuiProvider.
createEmptyTableConfiguration() - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Creates only the instance of a table configuration w/o column configs.
Override this method to create application-specific implementations.
createEmptyTableConfiguration(String) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Creates an empty table configuration.
Utility method for subclasses of DefaultGuiProvider.
createEmptyTableConfiguration(String) - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Creates only the instance of a table configuration w/o column configs.
Override this method to create application-specific implementations.
createEntity(Document, ModelDefaults) - Method in interface org.tentackle.model.EntityFactory
Creates an entity from a model source.
createEntity(Document, ModelDefaults) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createEntity(SourceInfo) - Method in interface org.tentackle.model.EntityFactory
Creates an empty entity.
createEntity(SourceInfo) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createEntityFactory() - Method in class org.tentackle.model.impl.ModelImpl
Creates the entity factory for this model.
The method is invoked once from within the Model constructor.
createEntityInfo(ModelDefaults, URL) - Method in class org.tentackle.model.impl.ModelImpl
Creates a model entity wrapper.
createEntityOptions(Entity, SourceInfo) - Method in interface org.tentackle.model.EntityFactory
Creates entity options.
createEntityOptions(Entity, SourceInfo) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createException(Throwable) - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
Creates a remote exception.
createException(Throwable) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
createExecutor() - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Creates the executor.
createExecutorService() - Method in class org.tentackle.io.Reconnector
Creates the executor service.
createExecutorService() - Method in class org.tentackle.session.SessionKeepAliveDaemon
Creates the executor service.
createExecutorService() - Method in class org.tentackle.session.SessionPooledExecutor
Creates the executor service.
For unlimited session pools the thread pool will also be unlimited and the number of threads will be adjusted automatically, i.e. new threads are created when necessary (tasks are not queued) and unused threads are removed when no more used for a certain amount of time.
For limited session pools a fixed size thread pool is used and tasks queued, if all threads are in use.
createFinder() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createFinder() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates a controller to search PDOs.
createFromAction(int) - Static method in enum class org.tentackle.sql.metadata.ForeignKeyAction
Creates a foreign key action from an action code.
createFromRemoteException(Object, RemoteException) - Static method in exception class org.tentackle.session.PersistenceException
Creates a RuntimeException from a RemoteException.
Returns the first RuntimeException in chain.
createFromRemoteException(Object, RemoteException) - Method in class org.tentackle.session.SessionUtilities
Creates a RuntimeException from a RemoteException.
Returns the first RuntimeException in chain.
createFromSqlException(String, SQLException) - Method in class org.tentackle.dbms.ManagedConnection
Creates a PersistenceException or SessionClosedException depending on the SQL error.
If the session was reconnected, a ReconnectedException is returned.
createFrozen(long) - Static method in class org.tentackle.common.Date
Creates a frozen date.
createFrozen(long) - Static method in class org.tentackle.common.Time
Creates a frozen time.
createFrozen(long, int) - Static method in class org.tentackle.common.Timestamp
Creates a frozen timestamp.
createGetterName(Attribute) - Method in class org.tentackle.model.CodeFactory
Creates the name of the getter for an attribute.
createGetterName(Relation) - Method in class org.tentackle.model.CodeFactory
Creates the name of the getter for a relation.
createGraphic() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createGraphic() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates the PDO's icon.
The icon is displayed in trees, for example.
createGraphic() - Method in class org.tentackle.fx.rdc.security.SecurityGuiProvider
 
createGraphic(String) - Static method in class org.tentackle.fx.Fx
Creates the graphic node for a given name and the default realm.
Throws IllegalArgumentException if no such icon.
createGraphic(String) - Method in interface org.tentackle.fx.GraphicProvider
Creates a graphic node.
Throws FxRuntimeException, if loading the image failed or no such image found.
createGraphic(String) - Method in class org.tentackle.fx.IkonliGraphicProvider
 
createGraphic(String) - Method in class org.tentackle.fx.ImageGraphicProvider
 
createGraphic(String, String) - Method in class org.tentackle.fx.DefaultFxFactory
 
createGraphic(String, String) - Static method in class org.tentackle.fx.Fx
Creates the graphic node for a given realm and name.
Throws IllegalArgumentException if no such icon and/or realm.
createGraphic(String, String) - Method in interface org.tentackle.fx.FxFactory
Creates the graphic node for a given realm and name.
Throws IllegalArgumentException if no such icon and/or realm.
createGuiProvider(T) - Method in class org.tentackle.fx.rdc.DefaultGuiProviderFactory
 
createGuiProvider(T) - Method in interface org.tentackle.fx.rdc.GuiProviderFactory
Creates a service object that provides methods related to the rdc gui.
createGuiProvider(T) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a service object that provides methods related to the rdc gui.
createHandler() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Creates the handler to catch the key events.
createIdIndex() - Method in class org.tentackle.pdo.PdoCache
Creates the ID index.
createIndex(Entity, SourceInfo) - Method in interface org.tentackle.model.EntityFactory
Creates an index.
createIndex(Entity, SourceInfo) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createIndexAttribute(Index) - Method in interface org.tentackle.model.EntityFactory
Creates an index attribute.
createIndexAttribute(Index) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createIndexColumnMetaData(IndexMetaData) - Method in interface org.tentackle.sql.Backend
Creates an index column meta data instance.
createIndexColumnMetaData(IndexMetaData) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createIndexColumnMetaData(IndexMetaData) - Method in class org.tentackle.sql.backends.Postgres
 
createIndexMetaData(TableMetaData) - Method in interface org.tentackle.sql.Backend
Creates an index meta data instance.
createIndexMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createIndexMetaData(TableMetaData) - Method in class org.tentackle.sql.backends.Postgres
 
createInputStream(Class<?>, String) - Static method in class org.tentackle.common.FileHelper
Creates an input stream from a resource.
createInsertSql(Backend) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the insert statement.
createInsertSql(Backend) - Method in class org.tentackle.dbms.DbModification
 
createInsertSql(Backend) - Method in class org.tentackle.dbms.ModificationLog
 
createInsertSql(Backend) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
createInsertSql(Backend) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
createInsertSql(Backend) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
createInsertSql(Backend) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
createInsertSql(Backend) - Method in class org.tentackle.persist.lock.DbTokenLock
 
createInsertSql(Backend) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
createInsertSql(Backend) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
createInsertSql(Backend) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
createInteractiveError(boolean, String, String, ValidationResult, FxControl) - Method in class org.tentackle.fx.DefaultInteractiveErrorFactory
 
createInteractiveError(boolean, String, String, ValidationResult, FxControl) - Method in interface org.tentackle.fx.InteractiveErrorFactory
Creates an interactive error explicitly.
createInteractiveError(NavigableSet<ValidationMapper>, Binder, ValidationResult) - Method in class org.tentackle.fx.DefaultInteractiveErrorFactory
 
createInteractiveError(NavigableSet<ValidationMapper>, Binder, ValidationResult) - Method in interface org.tentackle.fx.InteractiveErrorFactory
Creates an interactive error from a validation result.
createInteractiveError(ValidationResult, NavigableSet<ValidationMapper>, Binder) - Method in class org.tentackle.fx.FxUtilities
Creates an interactive error from a validation result.
createInteractiveErrors(List<ValidationResult>, NavigableSet<ValidationMapper>, Binder) - Method in class org.tentackle.fx.FxUtilities
Creates interactive errors from validation results.
createInterceptable(Class<T>) - Method in class org.tentackle.reflect.DefaultInterceptableFactory
 
createInterceptable(Class<T>) - Method in interface org.tentackle.reflect.InterceptableFactory
Creates an interceptable.
createInterceptableMethod(Class<? extends Interceptable>, Class<? extends Interceptable>, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Creates an interceptable method.
createInvocationHandler(Class<T>) - Method in class org.tentackle.pdo.AbstractOperationFactory
Creates an operation invocation handler for given class.
Override this method if you need an application-specific invocation handler.
createInvocationHandler(Class<T>) - Method in class org.tentackle.pdo.AbstractPdoFactory
Creates a PDO invocation handler for given class.
Override this method if you need an application-specific invocation handler.
createJavaType(Relation) - Method in class org.tentackle.model.CodeFactory
Creates the java type of relation.
createJoinedPdo(T) - Method in class org.tentackle.persist.Join
Creates a new PDO to join to given pdo.
createJoinedSql(T, StringBuilder) - Method in class org.tentackle.persist.JoinedSelect
Creates the SQL-code that does the joined select.
createKeepAliveDaemon() - Method in class org.tentackle.session.SessionUtilities
Creates the session keep alive daemon.
createLabel(PdoMember) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Creates the label.
createLazyExceptionMessage(String, Throwable, Identifiable, Session) - Method in class org.tentackle.dbms.DbSessionUtilities
 
createLazyExceptionMessage(String, Throwable, Identifiable, Session) - Method in class org.tentackle.session.SessionUtilities
Creates the lazy exception message for a PersistenceException.
createLine(Document, int) - Method in enum class org.tentackle.model.parse.LineType
Creates a line for this line type.
createLink(Note.Position) - Method in class org.tentackle.fx.component.skin.NoteSkin
Creates the link.
createLocalVariableReference(String) - Method in class org.tentackle.script.AbstractScriptingLanguage
 
createLocalVariableReference(String) - Method in class org.tentackle.script.jsr.JSR223Language
 
createLocalVariableReference(String) - Method in interface org.tentackle.script.ScriptingLanguage
Creates a local reference for a variable name.
Some languages need a special syntax.
createLock(Object) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
createLock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
Creates a dispatcher lock.
createLoginFailedHandler(Parent, SessionInfo) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Creates the login failed handler.
createLoginFailedHandler(Parent, SessionInfo) - Method in class org.tentackle.fx.rdc.update.UpdatableDesktopApplication
 
createMapping(String, Method, Method) - Method in class org.tentackle.fx.AbstractBuilder
 
createMapping(String, Method, Method) - Method in class org.tentackle.reflect.PropertyMap
Creates a property mapping.
createMasterSerial(long) - Method in class org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegateImpl
Creates the master serial object from a long serial.
createMessage(String, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates the message.
createMessageParameter(String) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createMessageParameter(String) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the message parameter.
createMethodArgument(Attribute, String) - Method in class org.tentackle.model.CodeFactory
Creates the source code for a method argument.
createModelDirectory(String) - Method in class org.tentackle.model.impl.ModelImpl
Creates a model directory object.
createModelException(String) - Method in class org.tentackle.model.impl.AttributeImpl
Creates a model exception.
createModelException(String) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
createModelException(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
createModelException(String) - Method in class org.tentackle.model.impl.IndexImpl
Creates a model exception.
createModelException(String) - Method in class org.tentackle.model.impl.RelationImpl
Creates a model exception.
createModelException(String) - Method in class org.tentackle.model.parse.Line
Creates a model exception.
createModelException(String, Throwable) - Method in class org.tentackle.model.impl.RelationImpl
Creates a model exception.
createModelException(String, Throwable) - Method in class org.tentackle.model.parse.Line
Creates a model exception.
createModificationEvent(Collection<ModificationEventDetail>) - Method in class org.tentackle.dbms.DbModificationTracker
Creates a modification event.
createModificationListener() - Method in class org.tentackle.security.DefaultSecurityManager
Creates the modification listener.
createModificationLog() - Method in class org.tentackle.dbms.DefaultModificationLogFactory
 
createModificationLog() - Method in interface org.tentackle.dbms.ModificationLogFactory
Creates a modlog.
createModificationLog(Db) - Method in class org.tentackle.dbms.DefaultModificationLogFactory
 
createModificationLog(Db) - Method in interface org.tentackle.dbms.ModificationLogFactory
Creates an empty modification log for a given session.
Useful for reading the log or as an RMI-proxy.
createModificationLog(Db, ModificationType) - Method in class org.tentackle.dbms.DefaultModificationLogFactory
 
createModificationLog(Db, ModificationType) - Method in interface org.tentackle.dbms.ModificationLogFactory
Creates a modification log for a given session and modification type.
createModificationLog(ModificationLoggable, ModificationType) - Method in class org.tentackle.dbms.DefaultModificationLogFactory
 
createModificationLog(ModificationLoggable, ModificationType) - Method in interface org.tentackle.dbms.ModificationLogFactory
Creates a modification log from an object.
createModificationLog(ModificationLog, ModificationType) - Method in class org.tentackle.dbms.DefaultModificationLogFactory
 
createModificationLog(ModificationLog, ModificationType) - Method in interface org.tentackle.dbms.ModificationLogFactory
Creates a modlog from another modlog, but a different type.
createModificationLog(ModificationType) - Method in interface org.tentackle.dbms.ModificationLoggable
Creates a ModificationLog.
createNameMap() - Method in class org.tentackle.fx.DefaultGraphicProvider
Creates the symbolic to icon-pack name map.
createNameMap(String) - Method in class org.tentackle.common.DefaultServiceFinder
Creates a map of classnames to mapped services.
createNameMap(String) - Method in interface org.tentackle.common.ServiceFinder
Creates a map of names to mapped services.
createNameMapToAll(String) - Method in class org.tentackle.common.DefaultServiceFinder
Creates a map of names to all mapped services.
createNameMapToAll(String) - Method in interface org.tentackle.common.ServiceFinder
Creates a map of names to all mapped services.
createNavigationString(String) - Static method in class org.tentackle.fx.BundleMonkeyHelper
 
createNode(PdoMember) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Creates an FX node for a given PDO attribute.
Attributes must be bindable.
createNodeMap() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Creates a map of attributes to nodes.
createNotificationBuilder() - Method in class org.tentackle.fx.DefaultFxFactory
 
createNotificationBuilder() - Method in interface org.tentackle.fx.FxFactory
Creates a notification builder.
Notifications are a lightweight alternative to Alerts.
createNotificationPopup() - Method in class org.tentackle.fx.FxUtilities
Creates a notification popup.
Swallows accidental events to prevent being hidden before becoming visible to the user.
createObject(Class<T>) - Method in class org.tentackle.dbms.DbUtilities
Creates a session-less object for given class.
createObject(Class<T>) - Method in class org.tentackle.persist.PersistenceUtilities
 
createOperation(Class<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createOperation(Class<T>, DomainContext) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createOperation(Class<T>, DomainContext, DomainOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for a given domain delegate.
createOperation(Class<T>, PersistentOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for a given persistence delegate.
createOperation(Class<T>, PersistentOperation<T>, DomainOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for given delegates.
createOperation(Class<T>, Session) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createOperation(String, DomainContext) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createOperation(String, DomainContext, DomainOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for a given domain delegate.
createOperation(String, PersistentOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for a given persistence delegate.
createOperation(String, PersistentOperation<T>, DomainOperation<T>) - Static method in class org.tentackle.pdo.Pdo
Creates an operation for given delegates.
createOperation(String, Session) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createOperation(T) - Static method in class org.tentackle.pdo.Pdo
Creates an operation.
createParser() - Method in class org.tentackle.fx.translate.InstantStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.LocalDateStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.LocalDateTimeStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.LocalTimeStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.OffsetDateTimeStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.OffsetTimeStringTranslator
 
createParser() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Creates the parser instance according to the concrete data type.
createParser() - Method in class org.tentackle.fx.translate.ZonedDateTimeStringTranslator
 
createPassword(char[]) - Method in class org.tentackle.sql.backends.AbstractBackend
Creates a password string from a password char array.
Unfortunately, DriverManager.getConnection(String, String, String) requires the password as a string.
createPdo() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Creates a new PDO.
createPdo() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Creates a new PDO.
createPdoAddon() - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Creates the PDO style implementation.
createPdoAddon() - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Creates the PDO style implementation.
createPdoCrud(T, boolean, boolean) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createPdoCrud(T, boolean, boolean) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a CRUD controller for a pdo.
createPdoCrud(T, boolean, boolean) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a CRUD controller for a pdo.
createPdoSearch(T) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createPdoSearch(T) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a search controller for a pdo.
createPdoSearch(T) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a search controller for a pdo.
createPersistenceDelegate(String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
createPersistenceDelegate(String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
createPersistenceDelegate(String) - Method in interface org.tentackle.pdo.OperationFactory
Creates the delegate implementing the persistence layer.
createPersistenceDelegate(String) - Method in interface org.tentackle.pdo.PdoFactory
Creates the delegate implementing the persistence layer.
createPlaceHolder() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Creates the placeholder node for the empty search result in table view.
createPooledDb(int) - Method in class org.tentackle.dbms.DbPool
Creates a new pooled db.
createPreparedStatement(SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Creates a one-shot prepared statement.
Uses ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
createPreparedStatement(SqlSupplier) - Method in class org.tentackle.dbms.Db
Creates a one-shot prepared statement.
Uses ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
createPreparedStatement(SqlSupplier, int, int) - Method in class org.tentackle.dbms.AbstractDbObject
Creates a one-shot prepared statement.
createPreparedStatement(SqlSupplier, int, int) - Method in class org.tentackle.dbms.Db
Creates a one-shot prepared statement.
createPreparedStatement(StatementKey, String, int, int) - Method in class org.tentackle.dbms.ManagedConnection
Creates a prepared statement.
createPropertySupport() - Method in class org.tentackle.dbms.AbstractDbObject
Creates a property support object for this persistent object.
createPropertySupport() - Method in class org.tentackle.persist.AbstractPersistentObject
 
createProviders() - Method in class org.tentackle.common.DefaultBundleFactory
Creates a list of providers.
createQuery() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates a Query to retrieve a list of this entity type.
createQuery(JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates a Query to retrieve a list of this entity type.
createReader(URL) - Method in class org.tentackle.model.impl.ModelImpl
Creates a reader for given name.
createReadOnlyIterator(Iterator<E>) - Method in class org.tentackle.misc.CopyOnWriteCollection
Creates a read-only iterator for the collection.
createReadOnlyListIterator(ListIterator<E>) - Method in class org.tentackle.misc.CopyOnWriteList
Creates a read-only iterator for the collection.
createReconnectionPolicy(Db, boolean, long) - Method in class org.tentackle.dbms.DbUtilities
Creates a reconnection policy for a given session.
createRelation(Entity, SourceInfo) - Method in interface org.tentackle.model.EntityFactory
Creates a relation.
createRelation(Entity, SourceInfo) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
createRelationsNormText() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the normalized text of all relations with the NORMTEXT-option.
The method is usually generated by the PdoRelations wurblet.
createRemoteDelegate(Class<T>, Class<I>, Class<?>, Class<?>, Object...) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Creates a remote delegate for the given class.
Same as RemoteDbSessionImpl.createRemoteDelegateInstance(java.lang.Class<T>, java.lang.Class<I>, java.lang.Class<?>, java.lang.Class<?>, java.lang.Object...) but with dynamic proxy to allow intercepting.
createRemoteDelegate(String) - Method in class org.tentackle.dbms.Db
Creates the remote delegate.
createRemoteDelegateInstance(Class<T>, Class<I>, Class<?>, Class<?>, Object...) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Creates a remote delegate for the given class.
createRemoteResultSetCursorDelegate(ScrollableResource<T>) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Creates and exports a remote cursor delegate for a local cursor.
createRemoteSessionPool() - Method in class org.tentackle.persist.app.AbstractServerApplication
Creates the remote session pool to serve the client sessions.
createRmiServer(Class<? extends RemoteDbConnectionImpl>) - Method in class org.tentackle.persist.app.ServerApplication
Creates the RMI-server instance (but does not start it).
The default implementation creates a RmiServer.
createScene(Parent) - Method in class org.tentackle.fx.DefaultFxFactory
 
createScene(Parent) - Static method in class org.tentackle.fx.Fx
Creates a scene.
createScene(Parent) - Method in interface org.tentackle.fx.FxFactory
Creates a scene.
createScript(String, boolean, boolean, Function<String, ScriptConverter>) - Method in class org.tentackle.script.jsr.JSR223Language
 
createScript(String, boolean, boolean, Function<String, ScriptConverter>) - Method in interface org.tentackle.script.ScriptingLanguage
Creates a script.
createScript(String, String, boolean, boolean, Function<String, ScriptConverter>) - Method in class org.tentackle.script.DefaultScriptFactory
 
createScript(String, String, boolean, boolean, Function<String, ScriptConverter>) - Method in interface org.tentackle.script.ScriptFactory
Creates a script object.
createScriptRunner(Connection) - Method in interface org.tentackle.sql.Backend
Creates a script runner instance.
createScriptRunner(Connection) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createScriptRunner(Connection) - Method in class org.tentackle.sql.backends.Postgres
 
createScriptVariables(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates the script variables from the validation context.
createSecretKeySpec(byte[]) - Method in class org.tentackle.common.Cryptor
Creates the key spec.
The default implementation returns an AES spec.
createSecurityInstance(DomainContext) - Method in class org.tentackle.security.DefaultSecurityManager
Creates a security instance.
createSecurityManager() - Method in class org.tentackle.security.DefaultSecurityFactory
Creates the security manager.
createSelectAllByIdInnerSql(Backend) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the inner sql text to select all fields by ID.
createSelectAllByIdInnerSql(Backend) - Method in class org.tentackle.persist.AbstractPersistentObject
 
createSelectAllIdSerialInnerSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the inner sql text to select the id and serial fields.
createSelectAllIdSerialInnerSql() - Method in class org.tentackle.persist.AbstractPersistentObject
 
createSelectAllInnerSql(Backend) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the inner sql text to select all fields.
createSelectAllInnerSql(Backend) - Method in class org.tentackle.persist.AbstractPersistentObject
 
createSelectAllSql(Backend) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates SQL-code for select all.
Appends context condition and order by clause if configured.
createSelectAllWithExpiredTableSerialsSql(Backend) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates SQL-code for AbstractPersistentObject.selectAllWithExpiredTableSerials(long).
Appends context condition and order by clause if configured.
By default, the result is sorted by tableserial + id.
createSelectByNormTextSql(Backend, boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for select by normtext.
createSelectExpiredTableSerials1Sql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the first statement to select expired table serials.
createSelectExpiredTableSerials1Sql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the first statement to select expired table serials.
createSelectExpiredTableSerials2Sql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the second statement to select expired table serials.
createSelectExpiredTableSerials2Sql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the second statement to select expired table serials.
createSelectIdInnerSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the inner sql text to select the ID field.
createSelectIdInnerSql() - Method in class org.tentackle.persist.AbstractPersistentObject
 
createSelectIdInnerSql(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the inner sql text to select the ID field.
createSelectIdInnerSql(PersistentObjectClassVariables<? super T, ? super P>, boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the inner sql text to select the ID field.
createSelectMaxIdSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the selectMaxId statement.
createSelectMaxIdSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the selectMaxId statement.
createSelectMaxTableSerialSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the selectMaxTableSerial statement.
createSelectMaxTableSerialSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the selectMaxTableSerial statement.
createSelectObjectsWithExpiredTableSerialsSql(Backend) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the first statement to select expired table serials.
createSelectSerialSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the selectSerial statement.
createSelectSerialSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the selectSerial statement.
createSelectSql(Backend, boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the select by id statement.
createSelectTokenLockSql() - Method in class org.tentackle.persist.AbstractPersistentObject
createServerSocket(int) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
createServerSocket(int) - Method in class org.tentackle.io.ServerSocketFactory
 
createServerSocket(int) - Method in class org.tentackle.io.SslServerSocketFactory
 
createServerSocketFactory(RMIServerSocketFactory, RMISocketFactoryType) - Method in class org.tentackle.io.RMISocketFactoryFactory
Creates a server socket factory.
createService(Class<T>) - Static method in class org.tentackle.common.ServiceFactory
Utility method to create a service instance.
This is the standard way to instantiate singletons.
createService(Class<T>, Class<? extends T>) - Static method in class org.tentackle.common.ServiceFactory
Utility method to create a service instance with a default if not found.
createService(Class<T>, Class<? extends T>, boolean) - Static method in class org.tentackle.common.ServiceFactory
Utility method to create a service instance with a default if not found.
createServiceClass(Class<T>) - Static method in class org.tentackle.common.ServiceFactory
Utility method to create a service instance.
This is the standard way to instantiate singletons.
createSession() - Static method in class org.tentackle.pdo.Pdo
Creates a session with a default session info "backend".
createSession(int) - Method in class org.tentackle.dbms.PooledDb
Creates a new session.
createSession(SessionInfo) - Method in class org.tentackle.app.AbstractApplication
Creates a session.
createSession(SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Creates the session.
Needs to be implemented by the application.
createSession(SessionInfo) - Static method in class org.tentackle.pdo.Pdo
Creates a session.
createSessionInfo() - Method in class org.tentackle.fx.rdc.app.LoginApplication
Creates the session info to be passed to the login controller.
createSessionInfo() - Static method in class org.tentackle.pdo.Pdo
Creates a session info from the default property file "backend" holding the connection parameters.
createSessionInfo(int) - Method in class org.tentackle.dbms.DbPool
Creates the session info for a new pooled Db.
createSessionInfo(String) - Static method in class org.tentackle.pdo.Pdo
Creates a session info from a property file holding the connection parameters.
createSessionInfo(String, char[], String) - Method in class org.tentackle.app.AbstractApplication
Creates the sessionInfo.
Presets the attributes like locale, timezone, vm-, os- and host-info.
createSessionInfo(String, char[], String) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
createSessionInfo(String, char[], String) - Static method in class org.tentackle.pdo.Pdo
Creates a session info from a username, password and property file holding the connection parameters.
createSessionInfo(EncryptedProperties) - Static method in class org.tentackle.pdo.Pdo
Creates a session info from a properties object.
createSessionPool() - Method in class org.tentackle.persist.app.AbstractServerApplication
Creates the session pool to serve the client sessions.
createSessionPool(Session) - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Creates the session pool.
createSetterName(Attribute) - Method in class org.tentackle.model.CodeFactory
Creates the name of the setter for an attribute.
createSetterName(Relation) - Method in class org.tentackle.model.CodeFactory
Creates the name of the setter for a relation.
createShortLongTextCellFactory() - Method in class org.tentackle.fx.component.FxComboBox
createShortLongTextCellFactory() - Method in class org.tentackle.fx.rdc.component.RdcComboBox
 
createSnapshot() - Method in interface org.tentackle.misc.Snapshotable
Creates a snapshot of this object.
createSnapshot() - Method in class org.tentackle.misc.TrackedArrayList
Creates a new snapshot.
The snapshot is a copy of the list.
createSnapshot() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates a snapshot of this object.
createSnapshot(TrackedList<E>) - Static method in interface org.tentackle.misc.TrackedList
Creates a snapshot from a list.
createSnapshot(T) - Static method in class org.tentackle.pdo.Pdo
Creates a snapshot from a pdo.
createSocket(String, int) - Method in class org.tentackle.io.ClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.CompressedClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.SslClientSocketFactory
 
createSocketPath() - Static method in class org.tentackle.fx.BundleMonkeyHelper
 
createSql() - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Returns the value of the createSql record component.
createSql(Backend) - Method in class org.tentackle.dbms.Query
Creates the SQL-code of this query.
Optionally modifies the query according to limit and offset.
createSqlClassIdCondition(List<Integer>, boolean) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Creates the SQL string used in WHERE-clauses for inherited entities.
createSqlForeignKey(ForeignKey, Backend) - Method in class org.tentackle.model.CodeFactory
Creates the foreign key creation sql code.
createSqlIndex(Backend, Entity, Index) - Method in class org.tentackle.model.CodeFactory
Creates the SQL code to create an index.
createSqlTable(Entity, Backend) - Method in class org.tentackle.model.CodeFactory
Creates the table creation sql code.
createSqlUpdate() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the sql intro text to update objects.
createStackDump() - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump string for the whole application.
createStage(Modality) - Static method in class org.tentackle.fx.Fx
Creates a new decorated stage.
Tentackle applications should use this factory method instead of new Stage() because the stage will be configured to meet certain framework-wide conventions.
createStage(StageStyle, Modality) - Method in class org.tentackle.fx.DefaultFxFactory
 
createStage(StageStyle, Modality) - Static method in class org.tentackle.fx.Fx
Creates a new stage.
Tentackle applications should use this factory method instead of new Stage() because the stage will be configured to meet certain framework-wide conventions.
createStage(StageStyle, Modality) - Method in interface org.tentackle.fx.FxFactory
Creates a configured stage.
createStatement() - Method in class org.tentackle.dbms.Db
Creates a non-prepared statement.
createStatement(int) - Method in class org.tentackle.dbms.Db
Creates a non-prepared statement.
createStatement(int, int) - Method in class org.tentackle.dbms.Db
Creates a non-prepared statement.
createStatement(int, int) - Method in class org.tentackle.dbms.ManagedConnection
Creates a non-prepared statement.
One-shot statements (i.e. non-prepared statements) must attach the db as soon as they are instantiated.
createStatementKey(String) - Method in class org.tentackle.dbms.Query
Creates the statement key.
createStatementKey(StatementId) - Method in class org.tentackle.dbms.AbstractDbObject
Creates a statement key for the corresponding persistence class from a statement id.
createStatementKey(StatementId) - Method in class org.tentackle.persist.AbstractPersistentObject
 
createSubString(String, int, int) - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Creates a new substring.
This method is provided to allow inherited instances of SubString.
createTableBinder(TableConfiguration<S>) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
createTableBinder(TableConfiguration<S>) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Creates a table binder.
createTableBinding(FxTableBinder<S>, BindingMember[], BindingMember, TableColumnConfiguration<S, T>, String) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
createTableBinding(FxTableBinder<S>, BindingMember[], BindingMember, TableColumnConfiguration<S, T>, String) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Creates a table binding.
createTableCell(TableColumn<S, T>) - Method in class org.tentackle.fx.rdc.table.RdcTableColumnConfiguration
 
createTableCell(TableColumn<S, T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates a table cell.
The method reference can directly be used as a cell factory.
createTableCell(TableColumnConfiguration<S, T>) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTableCell(TableColumnConfiguration<S, T>) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a table cell for a pdo type.
createTableCell(TableColumnConfiguration<S, T>) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a table cell for a pdo type.
createTableCellValue(TableColumn.CellDataFeatures<S, T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the cell value for a given row object.
createTableCellValueFactory() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the cell value factory.
createTableColumn() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the table column.
createTableColumnConfiguration(String, String) - Method in class org.tentackle.fx.rdc.table.RdcTableConfiguration
 
createTableColumnConfiguration(String, String) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
Creates a column configuration.
createTableConfiguration() - Method in class org.tentackle.fx.rdc.admin.SessionsView
Creates the table configuration.
createTableConfiguration() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Creates the table configuration.
createTableConfiguration() - Method in class org.tentackle.fx.rdc.security.SecurityGuiProvider
 
createTableConfiguration() - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Creates the table configuration.
The default implementation adds all bindable elements and invokes DefaultTableConfigurationProvider.addBindableColumns(TableConfiguration, String...) without optional components.
createTableConfiguration() - Method in interface org.tentackle.fx.table.TableConfigurationProvider
Creates the table configuration.
createTableConfiguration(Class<S>, String) - Method in class org.tentackle.fx.DefaultFxFactory
 
createTableConfiguration(Class<S>, String) - Method in interface org.tentackle.fx.FxFactory
Creates an empty configuration for a class.
createTableConfiguration(Class<S>, String) - Method in class org.tentackle.fx.rdc.RdcFxFactory
 
createTableConfiguration(Class<T>, ResourceBundle) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Creates a default table configuration for a given PDO class.
Each attribute getter (annotated with Persistent) gets its own column, except the default attributes from PersistentObject and object ids for object relations.
createTableConfiguration(TableConfigurationProvider<T>) - Method in class org.tentackle.fx.translate.ObservableListTranslator
Creates the table configuration and performs the binding.
createTableConfiguration(S, String) - Method in class org.tentackle.fx.DefaultFxFactory
 
createTableConfiguration(S, String) - Method in interface org.tentackle.fx.FxFactory
Creates an empty configuration from a template object.
createTableConfiguration(S, String) - Method in class org.tentackle.fx.rdc.RdcFxFactory
 
createTableConfigurationProvider(Class<T>) - Method in class org.tentackle.fx.table.DefaultTableConfigurationProviderFactory
 
createTableConfigurationProvider(Class<T>) - Method in interface org.tentackle.fx.table.TableConfigurationProviderFactory
Creates a table configuration provider for a given class.
createTableMetaData(ModelMetaData, String) - Method in interface org.tentackle.sql.Backend
Creates a meta data instance.
createTableMetaData(ModelMetaData, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
createTablePopup(FxTableView<S>, String, String) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTablePopup(FxTableView<S>, String, String) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a table popup for a table view.
createTablePopup(FxTableView<S>, String, String) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a table popup for a table view.
createTablePopup(FxTreeTableView<S>, String, String) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTablePopup(FxTreeTableView<S>, String, String) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a table popup for a tree table view.
createTablePopup(FxTreeTableView<S>, String, String) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a table popup for a tree table view.
createTableView() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createTableView() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates the table view for given configuration.
createThread(Runnable) - Method in class org.tentackle.session.SessionPooledExecutor
Creates a new thread.
createThreadGroup() - Method in class org.tentackle.session.SessionPooledExecutor
Creates the thread group of the threads in the pool.
createTokenLock(Db) - Method in class org.tentackle.persist.lock.DefaultLockManager
Creates a tokenlock persistent object.
createTotals(ObservableList<T>) - Method in class org.tentackle.fx.rdc.PdoFinder
Creates the optional totals from the search results.
By default, all numeric columns are candidates for being summed up.
createTotalsColumn(TableColumn<S, ?>) - Method in class org.tentackle.fx.table.TotalsTableView
Creates a totals column from the original bound column.
createTotalsTableView() - Method in class org.tentackle.fx.rdc.PdoFinder
Creates the totals table view.
Will be invoked only if PdoFinder.createTotals(javafx.collections.ObservableList<T>) returned a non-empty list.
createTransaction(String, boolean) - Method in class org.tentackle.dbms.Db
Creates a transaction.
createTransferTokenLockSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the AbstractPersistentObject.transferTokenLock(long) statement without tableserial.
createTransferTokenLockWithTableSerialSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the AbstractPersistentObject.transferTokenLock(long) statement with tableserial.
createTreeCell(TreeView<T>) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTreeCell(TreeView<T>) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a tree cell for a pdo type.
Usage:
createTreeCell(TreeView<T>) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a tree cell for a pdo type.
createTreeItem() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
createTreeItem() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates the tree item for this pdo.
createTreeItem(Object) - Method in class org.tentackle.fx.rdc.translate.PdoCollectionTreeItemTranslator
 
createTreeItem(Object) - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
Creates a tree item.
Uses the TableConfigurationProvider if available.
createTreeItem(S) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
createTreeItem(S) - Method in interface org.tentackle.fx.table.TableConfiguration
Creates a tree item for a treetable.
createTreeItem(T) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTreeItem(T) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a tree item for a pdo.
createTreeItem(T) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a tree item for a pdo.
createTreeItem(T) - Method in class org.tentackle.fx.translate.TreeItemTranslator
Creates a tree item.
Uses the TableConfigurationProvider if available.
createTreeTableCell(TreeTableColumn<S, T>) - Method in class org.tentackle.fx.rdc.table.RdcTableColumnConfiguration
 
createTreeTableCell(TreeTableColumn<S, T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates a treetable cell.
The method reference can directly be used as a cell factory.
createTreeTableCell(TableColumnConfiguration<S, T>) - Method in class org.tentackle.fx.rdc.DefaultRdcFactory
 
createTreeTableCell(TableColumnConfiguration<S, T>) - Static method in class org.tentackle.fx.rdc.Rdc
Creates a tree table cell for a pdo type.
createTreeTableCell(TableColumnConfiguration<S, T>) - Method in interface org.tentackle.fx.rdc.RdcFactory
Creates a tree table cell for a pdo type.
createTreeTableCellFactory() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the treetable cell factory.
createTreeTableCellValue(TreeTableColumn.CellDataFeatures<S, T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the treetable cell value for a given row object.
createTreeTableCellValueFactory() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the tree table cell value factory.
createTreeTableColumn() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Creates the tree table column.
createUDK(String, Locale) - Method in class org.tentackle.i18n.StoredBundleControl
Creates the unique domain key to load a stored bundle.
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.CompressedServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Creates an un-configured server socket on the specified port (port 0 indicates an anonymous port).
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.ServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.SslServerSocketFactory
 
createUpdateAndSetSerialSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the serial set and update statement.
createUpdateDirectory(InstallationType) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Creates the update directory.
createUpdateExecutor(ClientInfo) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Creates the name of the update executor.
createUpdateInfo(String, URL, String, long, String) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Creates the update info to be returned to the client.
createUpdateRunnable(ClientInfo, UpdateInfo, InstallationType) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Creates a runnable that will be invoked if a newer version exists.
The default implementation asks the user whether to update or not and invokes LoginFailedWithUpdateHandler.update(UpdateInfo, InstallationType) or LoginFailedWithUpdateHandler.terminate(String, Throwable), respectively.
Applications running in unattended mode (presentation mode, dashboards, etc...)
createUpdateSerialAndTableSerialSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the serial + tableSerial update statement.
createUpdateSerialAndTableSerialSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the serial + tableSerial update statement.
createUpdateSerialSql() - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the serial update statement.
createUpdateSerialSql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the serial update statement.
createUpdateService() - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Creates the remote update service.
createUpdateServiceImpl(Class<? extends UpdateService>, int, String, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.tentackle.update.ServerUpdateUtilities
createUpdateSql(Backend) - Method in class org.tentackle.dbms.AbstractDbObject
Creates the SQL code for the update statement.
createUpdateSql(Backend) - Method in class org.tentackle.dbms.DbModification
 
createUpdateSql(Backend) - Method in class org.tentackle.dbms.ModificationLog
 
createUpdateSql(Backend) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
createUpdateSql(Backend) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
createUpdateSql(Backend) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
createUpdateSql(Backend) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
createUpdateSql(Backend) - Method in class org.tentackle.persist.lock.DbTokenLock
 
createUpdateSql(Backend) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
createUpdateSql(Backend) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
createUpdateSql(Backend) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
createUpdateTokenLockOnlySql() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates the SQL code for the AbstractPersistentObject.updateTokenLockOnly() statement.
createUpdateTokenLockSql() - Method in class org.tentackle.persist.AbstractPersistentObject
createUpdateTokenLockWithCountSql() - Method in class org.tentackle.persist.AbstractPersistentObject
createValidationEvent(List<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinding
 
createValidationEvent(List<ValidationResult>) - Method in interface org.tentackle.bind.Binding
Creates a validation event.
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.severity.MajorSeverityImpl
 
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.severity.MinorSeverityImpl
 
createValidationResult(Validator, ValidationContext, String) - Method in interface org.tentackle.validate.ValidationSeverity
Creates the validation result.
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.ValidationUtilities
Creates a validation result.
createValidationResultList(String, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates a list of a single validation result.
createValidContext() - Method in interface org.tentackle.pdo.DomainContextDependable
Creates a valid context for this object.
Useful if the object has been loaded without a context or to make the least significant context the object can live in.
The returned context is always a new context.
createValidContext() - Method in class org.tentackle.pdo.DummyPersistentOperation
Creates a valid context for this object.
Useful if the object has been loaded without a context or to make the least significant context the object can live in.
The returned context is always a new context.
createValidContext() - Method in class org.tentackle.persist.AbstractPersistentObject
Creates a valid context for this object.
Useful if the object has been loaded without a context or to make the least significant context the object can live in.
The returned context is always a new context.
createValidContext() - Method in class org.tentackle.persist.AbstractPersistentOperation
Creates a valid context for this object.
Useful if the object has been loaded without a context or to make the least significant context the object can live in.
The returned context is always a new context.
createValidContext() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
createValueParameter(String, Class<?>) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createValueParameter(String, Class<?>) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the value parameter.
createValueTranslator(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
createValueTranslator(Class<?>) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
createValueTranslator(Class<M>, Class<V>, FxComponent) - Method in class org.tentackle.fx.DefaultFxFactory
 
createValueTranslator(Class<M>, Class<V>, FxComponent) - Method in interface org.tentackle.fx.FxFactory
Creates a value translator.
createView(Map<PdoMember, FxComponent>) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Creates a view from the nodes map.
createZipURL(ClientInfo) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Creates the URL for the ZIP file.
creditLetter() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the creditLetter record component.
Cryptor - Class in org.tentackle.common
A simple en- and decryptor.
Each application should provide a concrete instance with a confidential salt and passphase and a no-arg constructor.
Cryptor(byte[], char[]) - Constructor for class org.tentackle.common.Cryptor
Creates a cryptor with 1024 iterations and a key strength of 256.
Notice that salt and passphrase will be scratched for security reasons.
Cryptor(byte[], char[], int, int) - Constructor for class org.tentackle.common.Cryptor
Creates a cryptor.
Notice that salt and passphrase will be scratched for security reasons.
Cryptor(String, String) - Constructor for class org.tentackle.common.Cryptor
Creates a cryptor with 1024 iterations and a key strength of 256.
This is just a convenience method.
css() - Element in annotation interface org.tentackle.fx.FxControllerService
The stylesheet.
By default, a file <controller-classname>.css is searched for.
css(URL) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
css(URL) - Method in interface org.tentackle.fx.NotificationBuilder
Applies a CSS stylesheet.
Overrides the default stylesheet org/tentackle/fx/notification.css.
CsvConverter - Class in org.tentackle.misc
Converts values to or from a string separated by delimiters.
Implements RFC 4180 as well.
CsvConverter() - Constructor for class org.tentackle.misc.CsvConverter
Creates the converter.
currentPdo() - Method in class org.tentackle.persist.JoinedSelect
Gets the currently retrieved PDO.
CustomMigrationValidator - Interface in org.tentackle.model.migrate
Custom migration validator.
Applications may enforce extra rules on the migration.
CustomModelValidator - Interface in org.tentackle.model
Custom model validator.
Applications may enforce extra rules on the model.

D

DaemonSupervisor - Class in org.tentackle.daemon
A supervisor controlling the life cycle of daemons.
DaemonSupervisor(String, long, int) - Constructor for class org.tentackle.daemon.DaemonSupervisor
Creates a supervisor for one daemon.
DaemonSupervisor(String, long, int, int) - Constructor for class org.tentackle.daemon.DaemonSupervisor
Creates a supervisor.
DaemonSupervisor.TerminationInfo - Class in org.tentackle.daemon
The daemon termination info.
DARK_MODE - Static variable in class org.tentackle.fx.rdc.app.DesktopApplication
Property to set the dark mode.
darkModeProperty() - Method in class org.tentackle.fx.FxUtilities
Holds the dark theme boolean.
False is light mode (default).
DatabaseMetaDataTableHeader - Class in org.tentackle.sql.metadata
Describes the table name and some major properties for an existing database table.
DatabaseMetaDataTableHeader(DatabaseMetaData, String, String, String, String, String) - Constructor for class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
Creates a table header.
dataChanged(ModificationEvent) - Method in interface org.tentackle.session.ModificationListener
Invoked whenever an instance of given class has changed.
DataType<T> - Interface in org.tentackle.sql
The data type.
Describes a type from the model perspective and maps it to one or more SqlTypes, each corresponding to a database column.
DataTypeFactory - Interface in org.tentackle.sql
Loads all data types and creates singletons of each type.
Date - Class in org.tentackle.common
Date with database semantics.
Date() - Constructor for class org.tentackle.common.Date
Creates the current date.
Date(long) - Constructor for class org.tentackle.common.Date
Constructs a Date object using the given milliseconds time value.
DATE - Enum constant in enum class org.tentackle.sql.SqlType
Date.
DATE - Static variable in class org.tentackle.common.Version
the build timestamp
DateFilter - Class in org.tentackle.misc.time
Filter add a missing or to convert a 2-digit year into a 4-digit one if the format requires that.
DateFilter() - Constructor for class org.tentackle.misc.time.DateFilter
Creates a date filter.
DateHelper - Class in org.tentackle.common
Some common methods for date- and time-related types based on Date.
datePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the datePattern record component.
DatePickerBuilder - Class in org.tentackle.fx.component.build
Builder to create a DatePicker.
DatePickerBuilder() - Constructor for class org.tentackle.fx.component.build.DatePickerBuilder
Creates the builder.
DatePickerConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a DatePicker.
DatePickerConfigurator() - Constructor for class org.tentackle.fx.component.config.DatePickerConfigurator
Creates the configurator for a DatePicker.
dateString(Date) - Static method in class org.tentackle.sql.backends.Oracle8
Converts a date to a string.
DateStringTranslator - Class in org.tentackle.fx.translate
Date translator.
Applies to Date, Date and Date.
DateStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.DateStringTranslator
 
DateTableCellType<T> - Class in org.tentackle.fx.table.type
Date cell type.
Applies to java.util.Date, java.sql.Date and org.tentackle.common.Date.
DateTableCellType() - Constructor for class org.tentackle.fx.table.type.DateTableCellType
Creates the cell type for Date.
DateTimeUtilities - Class in org.tentackle.misc
Utility methods related to the java.time API.
DateTimeUtilities() - Constructor for class org.tentackle.misc.DateTimeUtilities
Creates the date- and time utilities.
DateType - Class in org.tentackle.sql.datatypes
Datatype for Date.
DateType() - Constructor for class org.tentackle.sql.datatypes.DateType
Creates the datatype for Date.
DAY_MS - Static variable in class org.tentackle.common.Constants
a day in milliseconds.
DAY_WINDOW - Static variable in class org.tentackle.fx.translate.TemporalStringTranslator
Property to define the sliding day input window.
daytime() - Static method in class org.tentackle.common.DateHelper
Gets the current time.
daytime(int, int, int) - Static method in class org.tentackle.common.DateHelper
Gets the current time with an offset.
Db - Class in org.tentackle.dbms
A persistence session.
Db(ConnectionManager, SessionInfo) - Constructor for class org.tentackle.dbms.Db
Creates an instance of a logical session.
If the login fails due to wrong passwords or denied access by the application server, the method Db.handleConnectException(java.lang.Exception) is invoked.
Db2 - Class in org.tentackle.sql.backends
Backend for DB2.
Db2() - Constructor for class org.tentackle.sql.backends.Db2
Creates the DB2 backend.
DbBatch - Class in org.tentackle.dbms
Maintains batches of prepared statements.
DbBatch(DbTransaction, int) - Constructor for class org.tentackle.dbms.DbBatch
Creates a batch for prepared statements.
DbBatchStatement - Class in org.tentackle.dbms
Statement and its data used in a batched transactions.
DbBatchStatement(PreparedStatementWrapper, ModificationType) - Constructor for class org.tentackle.dbms.DbBatchStatement
Creates a batched statement.
DbClassVariablesFactory - Class in org.tentackle.dbms
Factory for class variables.
DbClassVariablesFactory() - Constructor for class org.tentackle.dbms.DbClassVariablesFactory
Creates the class variables factory.
DbDiagnosticUtilities - Class in org.tentackle.dbms
Utilities for diagnostic purposes with persistence extensions.
DbDiagnosticUtilities() - Constructor for class org.tentackle.dbms.DbDiagnosticUtilities
Creates the diagnostic utilities.
DbFactory - Class in org.tentackle.dbms
Session factory for Db instances.
DbFactory() - Constructor for class org.tentackle.dbms.DbFactory
Creates the session factory.
DbModification - Class in org.tentackle.dbms
Modification information per table.
DbModification() - Constructor for class org.tentackle.dbms.DbModification
Creates an empty modification object.
DbModification(Db) - Constructor for class org.tentackle.dbms.DbModification
Creates an empty modification object.
DbModification(Db, String) - Constructor for class org.tentackle.dbms.DbModification
Creates a modification object for a given tablename.
DbModificationTracker - Class in org.tentackle.dbms
The modification tracker for the tentackle persistence layer.
DbModificationTracker() - Constructor for class org.tentackle.dbms.DbModificationTracker
Creates a tracker with a default name to be configured.
DbModificationTracker(String) - Constructor for class org.tentackle.dbms.DbModificationTracker
Creates a tracker to be configured.
DbModificationTrackerRemoteDelegate - Interface in org.tentackle.dbms.rmi
Remote delegate interface for ModificationTracker.
DbModificationTrackerRemoteDelegateImpl<T> - Class in org.tentackle.dbms.rmi
Remote delegate implementation for DbModificationTracker.
DbModificationTrackerRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>) - Constructor for class org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegateImpl
 
DbModificationType - Enum Class in org.tentackle.dbms
The persistence layer's modification types.
dbObject - Variable in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
persistent object associated to the delegate's session.
DbObjectClassVariables<P> - Class in org.tentackle.dbms
Holds static class variables for classes derived from AbstractDbObject.
This is a "singleton per class".
DbObjectClassVariables(Class<P>) - Constructor for class org.tentackle.dbms.DbObjectClassVariables
Constructs a class variable.
Throws IllegalStateException if already constructed.
DbObjectClassVariables(Class<P>, int, String) - Constructor for class org.tentackle.dbms.DbObjectClassVariables
Constructs a class variable.
Throws IllegalStateException if already constructed.
DbObjectClassVariables.ForeignReference - Record Class in org.tentackle.dbms
 
DbObjectResult - Record Class in org.tentackle.dbms.rmi
Result used to return the possibly new object-ID, changed serial and a result code for success or failure.
DbObjectResult(long, long, long) - Constructor for record class org.tentackle.dbms.rmi.DbObjectResult
Creates an instance of a DbObjectResult record class.
DbObjectResult(AbstractDbObject<?>) - Constructor for record class org.tentackle.dbms.rmi.DbObjectResult
Creates a result for the client.
dbOpCv(Class<P>) - Method in class org.tentackle.dbms.DbClassVariablesFactory
Creates a classvariable for a db operation.
dbOperation - Variable in class org.tentackle.dbms.rmi.AbstractDbOperationRemoteDelegateImpl
operation object associated to the delegate's session.
DbOperationClassVariables<P> - Class in org.tentackle.dbms
Holds static class variables for classes derived from AbstractDbOperation.
DbOperationClassVariables(Class<P>) - Constructor for class org.tentackle.dbms.DbOperationClassVariables
constructs a classvariable.
dbPoCv(Class<P>) - Method in class org.tentackle.dbms.DbClassVariablesFactory
Creates a classvariable for a db object.
Classid and tablename are derived from mapped services in META-INF.
dbPoCv(Class<P>, int, String) - Method in class org.tentackle.dbms.DbClassVariablesFactory
Creates a classvariable for a db object.
DbPool - Class in org.tentackle.dbms
An implementation of a session pool.
It allows min/max sizes, fixed increments and timeouts for unused instances.
DbPool(String, ConnectionManager, SessionInfo, int, int, int, int, int, long, long) - Constructor for class org.tentackle.dbms.DbPool
Creates a pool.
DbPool(ConnectionManager, SessionInfo) - Constructor for class org.tentackle.dbms.DbPool
Creates a pool useful for most servers.
Using the default connection manager.
DbPoolFactory - Class in org.tentackle.dbms
SessionPool factory implementation.
DbPoolFactory() - Constructor for class org.tentackle.dbms.DbPoolFactory
Creates the session pool factory.
DbPoolTimeoutThread - Class in org.tentackle.dbms
Timeout thread to supervise DbPools.
DbPreferences - Class in org.tentackle.dbms.prefs
Persisted preferences implementation.
DbPreferences(DbPreferences, DbPreferencesNode, Collection<DbPreferences>, Collection<DbPreferencesKey>) - Constructor for class org.tentackle.dbms.prefs.DbPreferences
Creates a preferences node.
DbPreferencesFactory - Class in org.tentackle.dbms.prefs
Repository and factory for database backed preferences.
DbPreferencesFactory() - Constructor for class org.tentackle.dbms.prefs.DbPreferencesFactory
Creates the factory.
DbPreferencesKey - Class in org.tentackle.dbms.prefs
A preferences key/value pair stored in the database.
DbPreferencesKey() - Constructor for class org.tentackle.dbms.prefs.DbPreferencesKey
Creates a preferences key without a session.
DbPreferencesKey(Db) - Constructor for class org.tentackle.dbms.prefs.DbPreferencesKey
Creates a preferences key.
DbPreferencesNode - Class in org.tentackle.dbms.prefs
Preferences Node stored in the database.
DbPreferencesNode() - Constructor for class org.tentackle.dbms.prefs.DbPreferencesNode
Creates a node (without db).
DbPreferencesNode(Db) - Constructor for class org.tentackle.dbms.prefs.DbPreferencesNode
Creates a node.
DbPreferencesOperation - Class in org.tentackle.dbms.prefs
Remoting capable operations on persisted preferences.
DbPreferencesOperation() - Constructor for class org.tentackle.dbms.prefs.DbPreferencesOperation
Creates an operation object not associated to a session.
The session must be set via AbstractDbOperation.setSession(org.tentackle.session.Session) in order to use it.
DbPreferencesOperation(Db) - Constructor for class org.tentackle.dbms.prefs.DbPreferencesOperation
Creates an operation object.
DbPreferencesOperation.RefreshInfo - Class in org.tentackle.dbms.prefs
Holds all nodes and keys for a user- or system-root along with its version.
DbPreferencesOperationRemoteDelegate - Interface in org.tentackle.dbms.prefs.rmi
 
DbPreferencesOperationRemoteDelegateImpl - Class in org.tentackle.dbms.prefs.rmi
 
DbPreferencesOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<DbPreferencesOperation>) - Constructor for class org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegateImpl
 
DbRemoteDelegate - Interface in org.tentackle.dbms.rmi
Remote delegate interface for Db.
DbRemoteDelegateImpl - Class in org.tentackle.dbms.rmi
Remote delegate implementation for Db.
DbRemoteDelegateImpl(RemoteDbSessionImpl, Class<Db>) - Constructor for class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
DbRemoteDelegateLocator - Class in org.tentackle.dbms.rmi
The default implementation for a RemoteDelegateLocator.
DbRemoteDelegateLocator() - Constructor for class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
Creates a remote delegate locator.
DbRemoteSessionFactory - Class in org.tentackle.dbms
Default implementation for a remote session factory.
DbRemoteSessionFactory() - Constructor for class org.tentackle.dbms.DbRemoteSessionFactory
Creates the remote session factory.
DbSessionUtilities - Class in org.tentackle.dbms
DbSessionUtilities() - Constructor for class org.tentackle.dbms.DbSessionUtilities
Creates the session utilities.
dbSize - Variable in class org.tentackle.dbms.DefaultConnectionManager
current allocation size for Dbs logged in.
DbTokenLock - Class in org.tentackle.persist.lock
Table holding the token locks.
DbTokenLock() - Constructor for class org.tentackle.persist.lock.DbTokenLock
Creates an empty modification object.
DbTokenLock(Db) - Constructor for class org.tentackle.persist.lock.DbTokenLock
Creates an empty modification object.
DbTransaction - Class in org.tentackle.dbms
Holder for transaction local data.
DbTransaction(Db, String, boolean) - Constructor for class org.tentackle.dbms.DbTransaction
Creates a transaction.
DbTransactionFactory - Class in org.tentackle.dbms
Factory for transactions.
Collects duration statistics and monitors transactions.
DbTransactionFactory() - Constructor for class org.tentackle.dbms.DbTransactionFactory
Creates the transaction factory.
DbTransactionHandle - Record Class in org.tentackle.dbms
A unique handle to reference an object within a DbTransaction.
DbTransactionHandle(long, int) - Constructor for record class org.tentackle.dbms.DbTransactionHandle
Creates an instance of a DbTransactionHandle record class.
DbUtilities - Class in org.tentackle.dbms
Persistence utility methods.
This singleton is provided mainly to allow a clean separation between the lower- and higher level persistence layer implementations.
It is replaced by PersistenceUtilities from the tentackle-persistence module to make it PDO-aware.
DbUtilities() - Constructor for class org.tentackle.dbms.DbUtilities
Creates the db utitities.
debitCreditToString(BMoney, boolean) - Static method in class org.tentackle.misc.FormatHelper
Translates a money value to a string with a suffix indicating whether debit or credit.
debitLetter() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the debitLetter record component.
DECIMAL - Enum constant in enum class org.tentackle.sql.SqlType
BigDecimal and DMoney.
decrementTxLevel() - Method in class org.tentackle.dbms.DbTransaction
Decrements the transaction level.
decrypt(byte[]) - Method in class org.tentackle.common.Cryptor
Decrypts the data.
decrypt64(String) - Method in class org.tentackle.common.Cryptor
Decrypts a base64 encoded string.
decrypt64ToBytes(String) - Method in class org.tentackle.common.Cryptor
Decrypts a base64 encoded string.
decrypt64ToChars(String) - Method in class org.tentackle.common.Cryptor
Decrypts a base64 encoded string.
The method clears all traces in memory.
decryptToChars(byte[]) - Method in class org.tentackle.common.Cryptor
Decrypts encrypted data to chars.
DEFAULT - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Remote connection or session default.
DEFAULT - Enum constant in enum class org.tentackle.session.TransactionIsolation
Default transaction isolation.
Usually READ_COMMITTED.
DEFAULT - Enum constant in enum class org.tentackle.session.TransactionWritability
Default transaction writability.
Usually READ_WRITE.
DEFAULT - Enum constant in enum class org.tentackle.sql.MigrationStrategy
DEFAULT - Static variable in class org.tentackle.model.impl.RelationImpl
property default (if object non-composite lazy).
DEFAULT_INDEX_NAME - Static variable in interface org.tentackle.model.Model
Default name of the index file holding the model names within a jar or classpath.
Resides in META-INF.
DEFAULT_METHODNAME - Static variable in annotation interface org.tentackle.common.RemoteMethod
Fixed string for the actual method name.
DEFAULT_NAME - Static variable in class org.tentackle.dbms.ObjectSequenceId
Default name of the object sequence id.
DEFAULT_SCHEMA - Static variable in class org.tentackle.sql.backends.H2
postgres' default schema.
DEFAULT_SCHEMA - Static variable in class org.tentackle.sql.backends.Postgres
postgres' default schema.
DEFAULT_SERVICE_PATH - Static variable in class org.tentackle.common.Constants
the directory for default service provider configurations.
DefaultBackendFactory - Class in org.tentackle.sql
Default implementation of a backend factory.
DefaultBackendFactory() - Constructor for class org.tentackle.sql.DefaultBackendFactory
Creates a backend factory.
Collects all Backend services.
DefaultBackendInfoFactory - Class in org.tentackle.sql
Default implementation of a backend info factory.
DefaultBackendInfoFactory() - Constructor for class org.tentackle.sql.DefaultBackendInfoFactory
Creates a backend info factory.
DefaultBindableCache - Class in org.tentackle.bind
Cache for bindable elements per class.
DefaultBindableCache(BindingFactory) - Constructor for class org.tentackle.bind.DefaultBindableCache
Creates a bindable cache.
DefaultBindableElement - Class in org.tentackle.bind
A bindable element.
DefaultBindableElement(String) - Constructor for class org.tentackle.bind.DefaultBindableElement
Creates a bindable element.
DefaultBindingMember - Class in org.tentackle.bind
Default implementation of BindingMember.
DefaultBindingMember(Class<?>, BindingMember, String, String, BindableElement) - Constructor for class org.tentackle.bind.DefaultBindingMember
Creates a binding member.
DefaultBundleFactory - Class in org.tentackle.common
Default implementation of a bundle factory.
DefaultBundleFactory() - Constructor for class org.tentackle.common.DefaultBundleFactory
Creates the bundle factory.
DefaultClassMapper - Class in org.tentackle.reflect
A default implementation of a classmapper.
The map is either initialized from a map or a Properties-object which in turn could be loaded from a properties file, an XML-file or constructed at runtime.
DefaultClassMapper(String, Class<?>) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Creates a class mapper for a given mapped service class.
This is the most common usage of a class mapper.
DefaultClassMapper(String, ClassLoader, Map<String, String>, String[]) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Constructs a class mapper.
DefaultClassMapper(String, ClassLoader, Properties, String[]) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Constructs a class mapper.
DefaultClassMapper(String, String) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Creates a class mapper for a given mapped service name.
DefaultClassMapperFactory - Class in org.tentackle.reflect
The default class mapper factory.
DefaultClassMapperFactory() - Constructor for class org.tentackle.reflect.DefaultClassMapperFactory
Creates the class mapper factory.
DefaultConnectionManager - Class in org.tentackle.dbms
The default implementation of a connection manager.
Each session will get its own physical connection.
DefaultConnectionManager() - Constructor for class org.tentackle.dbms.DefaultConnectionManager
Creates a connection manager.
DefaultConnectionManager(String, int, int, int, int, int) - Constructor for class org.tentackle.dbms.DefaultConnectionManager
Creates a new connection manager.
DefaultDataTypeFactory - Class in org.tentackle.sql
 
DefaultDataTypeFactory() - Constructor for class org.tentackle.sql.DefaultDataTypeFactory
Creates the datatype factory.
DefaultDomainContext - Class in org.tentackle.pdo
The default application's domain context.
DefaultDomainContext(Session) - Constructor for class org.tentackle.pdo.DefaultDomainContext
Creates a mutable default context.
DefaultDomainContext(Session, boolean) - Constructor for class org.tentackle.pdo.DefaultDomainContext
Creates a default context.
DefaultDomainContextFactory - Class in org.tentackle.pdo
Default domain context factory.
DefaultDomainContextFactory() - Constructor for class org.tentackle.pdo.DefaultDomainContextFactory
Creates the domain context factory.
DefaultDomainDelegateLinker - Class in org.tentackle.domain
Default implementation of a DomainDelegateLinker.
DefaultDomainDelegateLinker() - Constructor for class org.tentackle.domain.DefaultDomainDelegateLinker
Creates a linker.
DefaultFxBindingFactory - Class in org.tentackle.fx.bind
Default implementation of a binding factory for Fx.
DefaultFxBindingFactory() - Constructor for class org.tentackle.fx.bind.DefaultFxBindingFactory
Creates a form binding factory.
DefaultFxComponentBinder - Class in org.tentackle.fx.bind
Binding Workhorse.
DefaultFxComponentBinder(FxController) - Constructor for class org.tentackle.fx.bind.DefaultFxComponentBinder
Creates a binder for a controller.
DefaultFxComponentBinding - Class in org.tentackle.fx.bind
Implementation of a binding for FX components.
DefaultFxComponentBinding(FxComponentBinder, BindingMember[], BindingMember, FxComponent, String) - Constructor for class org.tentackle.fx.bind.DefaultFxComponentBinding
Creates a binding.
DefaultFxFactory - Class in org.tentackle.fx
Default implementation of FxFactory.
DefaultFxFactory() - Constructor for class org.tentackle.fx.DefaultFxFactory
Creates the default factory.
DefaultFxTableBinder<S> - Class in org.tentackle.fx.bind
Binding Workhorse.
DefaultFxTableBinder(TableConfiguration<S>) - Constructor for class org.tentackle.fx.bind.DefaultFxTableBinder
Creates a binder for a table.
DefaultFxTableBinding<S,T> - Class in org.tentackle.fx.bind
Implementation of a table binding.
DefaultFxTableBinding(FxTableBinder<S>, BindingMember[], BindingMember, TableColumnConfiguration<S, T>, String) - Constructor for class org.tentackle.fx.bind.DefaultFxTableBinding
Creates a binding.
DefaultGraphicProvider - Class in org.tentackle.fx
The default graphic provider for framework-related icons.
Based on the ikonli materialdesign pack.
DefaultGraphicProvider() - Constructor for class org.tentackle.fx.DefaultGraphicProvider
Creates the graphic provider.
DefaultGuiProvider<T> - Class in org.tentackle.fx.rdc
Default implementation of a GuiProvider.
Can be used as an adapter.
DefaultGuiProvider(T) - Constructor for class org.tentackle.fx.rdc.DefaultGuiProvider
Creates a default GUI provider.
DefaultGuiProviderFactory - Class in org.tentackle.fx.rdc
The default GUI provider factory.
DefaultGuiProviderFactory() - Constructor for class org.tentackle.fx.rdc.DefaultGuiProviderFactory
Creates the factory.
DefaultIdSourceConfigurator - Class in org.tentackle.dbms
DefaultIdSourceConfigurator() - Constructor for class org.tentackle.dbms.DefaultIdSourceConfigurator
Creates an IdSource configurator.
DefaultInteractiveError - Class in org.tentackle.fx
Default implementation for an interactive error.
DefaultInteractiveError(boolean, String, String, ValidationResult, FxControl) - Constructor for class org.tentackle.fx.DefaultInteractiveError
Creates an interactive error.
DefaultInteractiveError(InteractiveError) - Constructor for class org.tentackle.fx.DefaultInteractiveError
Creates an error from another error.
Useful to override methods in anonymous inner classes.
DefaultInteractiveError(ValidationResult, FxControl) - Constructor for class org.tentackle.fx.DefaultInteractiveError
Creates an interactive error.
DefaultInteractiveErrorFactory - Class in org.tentackle.fx
Default interactive error factory.
DefaultInteractiveErrorFactory() - Constructor for class org.tentackle.fx.DefaultInteractiveErrorFactory
Creates the interactive error factory.
DefaultInterceptableFactory - Class in org.tentackle.reflect
Default implementation of an InterceptableFactory.
DefaultInterceptableFactory() - Constructor for class org.tentackle.reflect.DefaultInterceptableFactory
Creates the factory.
defaultLanguage - Variable in class org.tentackle.script.DefaultScriptFactory
The default language.
DefaultLockManager - Class in org.tentackle.persist.lock
Default implementation of LockManager.
DefaultLockManager() - Constructor for class org.tentackle.persist.lock.DefaultLockManager
Creates the lock manager.
Enabled only if running within a server application.
DefaultLogger - Class in org.tentackle.log
Pluggable logger using the standard java logging using java.util.logging.
DefaultLogger(String) - Constructor for class org.tentackle.log.DefaultLogger
Creates a logger.
DefaultLoggerFactory - Class in org.tentackle.log
Default implementation for the logger factory.
DefaultLoggerFactory() - Constructor for class org.tentackle.log.DefaultLoggerFactory
Creates the factory.
DefaultMappedDiagnosticContext - Class in org.tentackle.log
The MDC implementation for the java util logging.
Although MDC is not supported by the Java logging API and its formatters, this implementation keeps a thread-local map of properties so that there's no difference to the application concerning the effective logging provider.
DefaultMappedDiagnosticContext() - Constructor for class org.tentackle.log.DefaultMappedDiagnosticContext
Creates the MDC for java-util logging.
DefaultMasterSerial - Record Class in org.tentackle.dbms.rmi
The default master serial.
DefaultMasterSerial(long) - Constructor for record class org.tentackle.dbms.rmi.DefaultMasterSerial
Creates an instance of a DefaultMasterSerial record class.
DefaultMasterSerialEventHandlerFactory - Class in org.tentackle.session
The default master serial event handler factory.
DefaultMasterSerialEventHandlerFactory() - Constructor for class org.tentackle.session.DefaultMasterSerialEventHandlerFactory
Creates the factory.
DefaultModificationLogFactory - Class in org.tentackle.dbms
Default implementation of a modification log factory.
DefaultModificationLogFactory() - Constructor for class org.tentackle.dbms.DefaultModificationLogFactory
Creates the modification log factory.
DefaultNoFXMLLinker - Class in org.tentackle.fx.nofxml
The default implementation of an NoFXMLLinker.
Injects the nodes, resources, invokes initialize and sets the view into the controller.
DefaultNoFXMLLinker() - Constructor for class org.tentackle.fx.nofxml.DefaultNoFXMLLinker
Creates a linker.
DefaultNotificationBuilder - Class in org.tentackle.fx
Default implementation of a notification builder.
DefaultNotificationBuilder() - Constructor for class org.tentackle.fx.DefaultNotificationBuilder
 
DefaultNumberSource - Class in org.tentackle.ns
The default implementation of a number source.
Based on NumberPool and NumberRange.
This number source does not implement any logic to access an uplink source, and thus needs to be extended if an uplink is required.
DefaultNumberSource(NumberPool) - Constructor for class org.tentackle.ns.DefaultNumberSource
Creates a number source from a given pool.
DefaultNumberSourceFactory - Class in org.tentackle.ns
The default number source factory based on DefaultNumberSource.
DefaultNumberSourceFactory() - Constructor for class org.tentackle.ns.DefaultNumberSourceFactory
Creates the number source factory.
DefaultOperationFactory - Class in org.tentackle.pdo
The default operation factory.
DefaultOperationFactory() - Constructor for class org.tentackle.pdo.DefaultOperationFactory
Creates an operation factory.
DefaultPdoCacheFactory - Class in org.tentackle.pdo
The default Pdo-Cache factory.
DefaultPdoCacheFactory() - Constructor for class org.tentackle.pdo.DefaultPdoCacheFactory
Creates a cache factory.
DefaultPdoContextMenuFactory - Class in org.tentackle.fx.rdc
The default GUI provider factory.
DefaultPdoContextMenuFactory() - Constructor for class org.tentackle.fx.rdc.DefaultPdoContextMenuFactory
Creates the factory.
DefaultPdoEditor<T> - Class in org.tentackle.fx.rdc
A default pdo editor.
The view is generated from the PDO model via reflection.
DefaultPdoEditor(Class<T>, ResourceBundle) - Constructor for class org.tentackle.fx.rdc.DefaultPdoEditor
Creates the default editor from a pdo class.
DefaultPdoFactory - Class in org.tentackle.pdo
The default PDO factory.
DefaultPdoFactory() - Constructor for class org.tentackle.pdo.DefaultPdoFactory
Creates a pdo factory.
DefaultPdoFinder<T> - Class in org.tentackle.fx.rdc.search
The simple default finder.
Provides normtext-search criteria (if entity provides a normtext).
DefaultPdoFinder() - Constructor for class org.tentackle.fx.rdc.search.DefaultPdoFinder
Creates a default PDO finder.
DefaultPersistenceDelegateLinker - Class in org.tentackle.persist
Default implementation of PersistenceDelegateLinker.
DefaultPersistenceDelegateLinker() - Constructor for class org.tentackle.persist.DefaultPersistenceDelegateLinker
Creates the persistence delegate linker.
DefaultPreferences - Class in org.tentackle.prefs
Wraps a java util preferences node into a PersistedPreferences node.
DefaultPreferences(Preferences) - Constructor for class org.tentackle.prefs.DefaultPreferences
Creates a preferences node.
DefaultPreferencesFactory - Class in org.tentackle.prefs
Factory for Preferences wrapped by PersistedPreferences.
Use case is to map invocations of PersistedPreferences by the framework or applications back to the standard java util prefs.
DefaultPreferencesFactory() - Constructor for class org.tentackle.prefs.DefaultPreferencesFactory
Creates the preferences factory.
DefaultRdcFactory - Class in org.tentackle.fx.rdc
The default RDC factory.
DefaultRdcFactory() - Constructor for class org.tentackle.fx.rdc.DefaultRdcFactory
Creates the RDC factory.
DEFAULTS_INFO_LEAD - Static variable in class org.tentackle.model.parse.Document
If the model source is stored in a jar, the source info lead doesn't make sense.
Instead, the model defaults used to parse the model in the project become necessary, since we have no access to the original project's poms.
DefaultScope - Interface in org.tentackle.validate
The default validation scope.
DefaultScriptFactory - Class in org.tentackle.script
Default implementation of a script factory.
DefaultScriptFactory() - Constructor for class org.tentackle.script.DefaultScriptFactory
Creates the script factory.
DefaultScriptRunner - Class in org.tentackle.sql
Default implementation of a script runner.
DefaultScriptRunner(Backend, Connection) - Constructor for class org.tentackle.sql.DefaultScriptRunner
Creates a script runner.
DefaultScriptRunner.SQLCode - Record Class in org.tentackle.sql
The next SQL code to execute as a statement.
DefaultSecurityDialogFactory - Class in org.tentackle.fx.rdc.security
Default implementation of the SecurityDialogFactory.
DefaultSecurityDialogFactory() - Constructor for class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
Creates the security dialog factory.
DefaultSecurityFactory - Class in org.tentackle.security
Default implementation of a security manager factory.
DefaultSecurityFactory() - Constructor for class org.tentackle.security.DefaultSecurityFactory
Creates the factory.
DefaultSecurityManager - Class in org.tentackle.security
An ACL-based SecurityManager.
DefaultSecurityManager() - Constructor for class org.tentackle.security.DefaultSecurityManager
Creates a security manager.
The manager is disabled by default and must be enabled when the application is started up.
DefaultSecurityResult - Class in org.tentackle.security
Default implementation of a security result.
DefaultSecurityResult(String, boolean, boolean) - Constructor for class org.tentackle.security.DefaultSecurityResult
Creates a security result.
DefaultServerSocketConfigurator - Class in org.tentackle.io
The default implementation of a ServerSocketConfigurator.
DefaultServerSocketConfigurator() - Constructor for class org.tentackle.io.DefaultServerSocketConfigurator
Creates a server socket configurator.
DefaultServiceFinder - Class in org.tentackle.common
Default implementation of a ServiceFinder.
DefaultServiceFinder() - Constructor for class org.tentackle.common.DefaultServiceFinder
Creates a default service finder.
The classloader used is Thread.currentThread().getContextClassLoader().
The servicepath is "META_INF/services/".
DefaultServiceFinder(ClassLoader, String) - Constructor for class org.tentackle.common.DefaultServiceFinder
Creates a service finder.
DefaultServiceFinder(String) - Constructor for class org.tentackle.common.DefaultServiceFinder
Creates a default service finder.
The classloader used is Thread.currentThread().getContextClassLoader().
DefaultSessionInfo - Class in org.tentackle.session
The default implementation for a session info.
DefaultSessionInfo() - Constructor for class org.tentackle.session.DefaultSessionInfo
Creates a session info from the default properties file.
The property file's name is "backend".
DefaultSessionInfo(String) - Constructor for class org.tentackle.session.DefaultSessionInfo
Creates a session info from a property file holding the connection parameters.
DefaultSessionInfo(String, char[], String) - Constructor for class org.tentackle.session.DefaultSessionInfo
Creates a session info from an optional username, optional password and a property file holding the connection parameters.
DefaultSessionInfo(EncryptedProperties) - Constructor for class org.tentackle.session.DefaultSessionInfo
Creates a session from a properties object.
DefaultSessionInfoFactory - Class in org.tentackle.session
Default session info factory.
DefaultSessionInfoFactory() - Constructor for class org.tentackle.session.DefaultSessionInfoFactory
Creates the session info factory.
DefaultSessionTaskDispatcher - Class in org.tentackle.session
A thread executing tasks in a serialized manner on an exclusive connection.
DefaultSessionTaskDispatcher(String) - Constructor for class org.tentackle.session.DefaultSessionTaskDispatcher
Creates a dispatcher to be configured later.
DefaultSessionTaskDispatcher(String, Session, boolean, long, long) - Constructor for class org.tentackle.session.DefaultSessionTaskDispatcher
Creates an execution thread for a given session.
The session must not be used by any other thread!
DefaultSeverity - Interface in org.tentackle.validate.severity
The default severity.
DefaultSeverityImpl - Class in org.tentackle.validate.severity
Implements the default severity.
DefaultSeverityImpl() - Constructor for class org.tentackle.validate.severity.DefaultSeverityImpl
Creates the default severity.
DefaultSocketConfigurator - Class in org.tentackle.io
The default implementation of a SocketConfigurator.
DefaultSocketConfigurator() - Constructor for class org.tentackle.io.DefaultSocketConfigurator
Creates a socket configurator.
DefaultStringNormalizer - Class in org.tentackle.common
The default normalizer (works sufficiently for most western languages).
DefaultStringNormalizer() - Constructor for class org.tentackle.common.DefaultStringNormalizer
Creates normalizer.
With a comma as the field separator and space as word separator.
DefaultStringNormalizer(char, char) - Constructor for class org.tentackle.common.DefaultStringNormalizer
Creates a normalizer.
DefaultTableCellTypeFactory - Class in org.tentackle.fx.table
The default GUI provider factory.
DefaultTableCellTypeFactory() - Constructor for class org.tentackle.fx.table.DefaultTableCellTypeFactory
Creates the factory.
DefaultTableColumnConfiguration<S,T> - Class in org.tentackle.fx.table
Default configuration for a table column.
DefaultTableColumnConfiguration(DefaultTableConfiguration<S>, String, String) - Constructor for class org.tentackle.fx.table.DefaultTableColumnConfiguration
Create a column config.
DefaultTableConfiguration<S> - Class in org.tentackle.fx.table
Default implementation of a table configuration.
DefaultTableConfiguration(Class<S>, String) - Constructor for class org.tentackle.fx.table.DefaultTableConfiguration
Creates a configuration.
DefaultTableConfiguration(S, String) - Constructor for class org.tentackle.fx.table.DefaultTableConfiguration
Creates a configuration.
DefaultTableConfigurationProvider<T> - Class in org.tentackle.fx.table
Base implementation of a TableConfigurationProvider.
DefaultTableConfigurationProvider() - Constructor for class org.tentackle.fx.table.DefaultTableConfigurationProvider
Creates a table configuration provider.
DefaultTableConfigurationProvider(Class<T>, boolean, TableConfiguration.BINDING) - Constructor for class org.tentackle.fx.table.DefaultTableConfigurationProvider
Creates a table configuration provider.
DefaultTableConfigurationProviderFactory - Class in org.tentackle.fx.table
The default table configuration provider factory.
DefaultTableConfigurationProviderFactory() - Constructor for class org.tentackle.fx.table.DefaultTableConfigurationProviderFactory
Creates the factory.
DefaultTaskDispatcher - Class in org.tentackle.task
A thread executing tasks in a serialized manner.
DefaultTaskDispatcher(String) - Constructor for class org.tentackle.task.DefaultTaskDispatcher
Creates a task dispatcher with counter-based locking, 1s sleep, 30s dead interval.
DefaultTaskDispatcher(String, boolean, long, long) - Constructor for class org.tentackle.task.DefaultTaskDispatcher
Creates a task dispatcher.
DefaultTaskDispatcherLock - Class in org.tentackle.task
Lock for the DefaultTaskDispatcher.
DefaultTaskDispatcherLock(TaskDispatcher, Object) - Constructor for class org.tentackle.task.DefaultTaskDispatcherLock
Creates a dispatcher lock.
DefaultTransactionRetryPolicy - Class in org.tentackle.pdo
The default transaction retry policy.
DefaultTransactionRetryPolicy() - Constructor for class org.tentackle.pdo.DefaultTransactionRetryPolicy
Creates the retry policy.
DefaultValidationContext - Class in org.tentackle.validate
Default implementation of a validation context.
DefaultValidationContext(String, Class<?>, Object, Object, ValidationScope, List<ValidationResult>) - Constructor for class org.tentackle.validate.DefaultValidationContext
Creates a validation context.
DefaultValidationContext(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - Constructor for class org.tentackle.validate.DefaultValidationContext
Creates a validation context with a lazy object provider.
The object to validate is retrieved only if actually validated.
DefaultValidationContextFactory - Class in org.tentackle.validate
Default implementation of a ValidationContextFactory.
DefaultValidationContextFactory() - Constructor for class org.tentackle.validate.DefaultValidationContextFactory
Creates the validation context factory.
DefaultValidationScopeFactory - Class in org.tentackle.validate
Default implementation of a validation scope factory.
DefaultValidationScopeFactory() - Constructor for class org.tentackle.validate.DefaultValidationScopeFactory
Creates the factory.
DefaultValidationSeverityFactory - Class in org.tentackle.validate
Default implementation of a validation severity factory.
DefaultValidationSeverityFactory() - Constructor for class org.tentackle.validate.DefaultValidationSeverityFactory
Creates the factory.
DefaultValidatorCompoundValueFactory - Class in org.tentackle.validate
Default compound value factory for validators.
DefaultValidatorCompoundValueFactory() - Constructor for class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
delegateClass() - Method in record class org.tentackle.pdo.OperationMethodCacheInfo
Returns the value of the delegateClass record component.
delegateClass() - Method in record class org.tentackle.pdo.PdoMethodCacheInfo
Returns the value of the delegateClass record component.
delete() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Deletes the current PDO.
delete() - Method in interface org.tentackle.pdo.PersistentObject
Removes this object from the database.
delete() - Method in class org.tentackle.persist.AbstractPersistentObject
 
delete(Collection<X>) - Method in class org.tentackle.persist.AbstractPersistentObject
Deletes a List of objects.
This method is provided to mark components in PDOs only.
delete(PersistentDomainObject<?>) - Method in class org.tentackle.persist.AbstractPersistentObject
Deletes a PDO.
This method is provided to save components in PDOs only.
DELETE - Enum constant in enum class org.tentackle.dbms.DbModificationType
delete object.
DELETE - Static variable in class org.tentackle.fx.rdc.PdoEvent
PDO has been deleted from the database.
DELETE - Static variable in class org.tentackle.model.impl.RelationImpl
property delete = ...
deleteByDomainContext(int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
deleteByDomainContext(int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
deleteByDomainContext(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
deleteByDomainContext(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Delete all rules for given DomainContext.
deleteByGrantee(int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
deleteByGrantee(int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
deleteByGrantee(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
deleteByGrantee(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Delete all rules for given grantee.
deleteByObject(int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
deleteByObject(int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
deleteByObject(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
deleteByObject(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Deletes all pdo-rules for given objectId and objectClassId.
deleteByObjectClass(String) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
deleteByObjectClass(String) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
deleteByObjectClass(String) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
deleteByObjectClass(String) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Delete all non-PDO rules for given objectClassName.
deleteByObjectTypeSerial(int, long, ModificationType, long) - Method in class org.tentackle.dbms.ModificationLog
Deletes by objectclass + objectid + serial less or equal than some value.
Used to remove modlogs already processed for a given object.
deleteByObjectTypeSerial(int, long, ModificationType, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
deleteByObjectTypeSerial(int, long, ModificationType, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
deleteByTxId(long) - Method in class org.tentackle.dbms.ModificationLog
Deletes a transaction from the modlogs.
deleteByTxId(long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
deleteByTxId(long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
deleteCollection(Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.pdo.PdoUtilities
Deletes a List of objects.
deleteImpl() - Method in class org.tentackle.persist.AbstractPersistentObject
Implementation of delete bypassing the invocation handler.
deleteImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Delete implementation.
deleteImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.persist.AbstractPersistentObject
 
deleteImpl(T) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
deleteImpl(T) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
deleteMissingInCollection(Collection<? extends PersistentDomainObject<?>>, Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.pdo.PdoUtilities
Deletes all objects in oldList that are not in newList.
The method is handy for deleting cascaded composite lists.
deleteMissingInCollection(Collection<X>, Collection<X>) - Method in class org.tentackle.persist.AbstractPersistentObject
Deletes all objects in oldList that are not in newList.
This method is provided to save components in PDOs only.
deleteObject() - Method in class org.tentackle.dbms.AbstractDbObject
Removes this object from the database.
This includes all components, if any.
A removed object will also get the modified attribute set by definition, because it AbstractDbObject.isNew() again.
It is also verified that the object AbstractDbObject.isPersistable() and is not new.
deleteObject() - Method in class org.tentackle.persist.AbstractPersistentObject
 
deleteObject(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
deleteObject(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
deleteObject(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
deletePlain() - Method in class org.tentackle.dbms.AbstractDbObject
Deletes this object from the database without any further processing (i.e. linked objects, mod counting, logging, etc...).
deletePlain(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
deletePlain(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
deletePlain(long, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
deletePlainWithComponents() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
deletePlainWithComponents() - Method in class org.tentackle.persist.AbstractPersistentObject
Deletes this object and all its components without any further processing.
Same as AbstractDbObject.deletePlain() but with components.
deletePlainWithComponents() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
deletePlainWithComponents(Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.persist.AbstractPersistentObject
Deletes plain with components all objects of a collection.
deleteProcessed(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Deletes processed modlogs.
Used to limit the backlog for recovery.
deleteProcessed(Timestamp) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
deleteProcessed(Timestamp) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
deleteReferencedRelations() - Method in class org.tentackle.dbms.AbstractDbObject
Deletes all composite relations referenced by this object.
deleteReferencingRelations() - Method in class org.tentackle.dbms.AbstractDbObject
Deletes all composite relations that reference this object.
deleteReferencingRelations() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
deleteRemovedReferencingRelations() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Deletes all referencing composite relations that have been removed from the PDO.
The database cascades down via referential integrity.
deleteStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for delete().
DENY_STYLE - Static variable in class org.tentackle.fx.rdc.security.SecurityEditor
CSS style for "denied".
deregisterJdbcDrivers(ClassLoader) - Method in class org.tentackle.persist.app.AbstractServerApplication
De-registers all JDBC-Drivers loaded by the app's classloader.
Necessary in containers only (in case connected directly via JDBC and not via JNDI).
derive4DigitYearFrom2DigitYear(int) - Static method in class org.tentackle.common.DateHelper
Derives a 4-digit from a 2-digit year referring to the current year and using a year window of 50.
derive4DigitYearFrom2DigitYear(int) - Method in class org.tentackle.misc.time.NumberShortcut
Converts a short 2-digit year to a 4-digit year.
derive4DigitYearFrom2DigitYear(int, int, int) - Static method in class org.tentackle.common.DateHelper
Derives a 4-digit from a 2-digit year.
deriveMonthFromDay(int) - Static method in class org.tentackle.common.DateHelper
Derives the month from a day referring to the current date and a dayWindow of 15.
deriveMonthFromDay(int) - Method in class org.tentackle.misc.time.NumberShortcut
Derives the month from a day input.
deriveMonthFromDay(int, int, int, int) - Static method in class org.tentackle.common.DateHelper
Derives the month from a day.
derivePdoFromPo(T, P) - Method in class org.tentackle.persist.AbstractPersistentObject
Derive the concrete PDO from a given PO.
deriveURL(String, String[]) - Method in class org.tentackle.common.Cryptor
Derive the unencrypted URL.
The URL is considered to be encrypted, if started with a fake protocol unsupported by the application in the given context.
deriveYearFromMonth(int) - Static method in class org.tentackle.common.DateHelper
Derives the year from a month referring to the current date and a monthWindow of 6.
deriveYearFromMonth(int) - Method in class org.tentackle.misc.time.NumberShortcut
Derives the year, if only month and day are given.
deriveYearFromMonth(int, int, int, int) - Static method in class org.tentackle.common.DateHelper
Derives the year from a month.
DESC - Enum constant in enum class org.tentackle.model.SortType
sort descending.
DesktopApplication<C> - Class in org.tentackle.fx.rdc.app
Java FX tentackle desktop application.
DesktopApplication(String, String) - Constructor for class org.tentackle.fx.rdc.app.DesktopApplication
Creates an FX desktop application.
detach(Db) - Method in interface org.tentackle.dbms.ConnectionManager
Detaches a connection from a Db.
A Db must be detached to release the connection for use of other Db instances.
detach(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
detach(Db) - Method in class org.tentackle.dbms.MpxConnectionManager
 
detachSession() - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
detachSession() - Method in class org.tentackle.dbms.StatementWrapper
Detach the session from the connection.
Statements detach the session on executeUpdate or on close() in the ResultSetWrapper after executeQuery.
detachSession(Db) - Method in class org.tentackle.dbms.ManagedConnection
Detaches a session from a connection.
details(String) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
details(String) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the detail message.
A stacktrace, for example.
detectContainer() - Method in class org.tentackle.persist.app.AbstractServerApplication
Detects whether this application is running within a container.
The result can be retrieved by AbstractServerApplication.isRunningInContainer().
determineAlignedStageLocation(Stage, Point2D) - Method in class org.tentackle.fx.FxUtilities
Calculates the location of a stage so that it is completely visible on the screen, using a "free" spot.
determineBestSeparator(Collection<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Determines the separator char to avoid quoting.
determineCenteredLocation(Window) - Method in class org.tentackle.fx.FxUtilities
Calculates the location of a window so that it will be centered on the screen.
determineChecksumHash(URL) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Determines the checksum hash.
determineClassId(Class<?>) - Method in class org.tentackle.session.SessionUtilities
Determines the classid from the @ClassId annotation.
determineClientSocketFactory(Session, SessionInfo, SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Determines the client socket factory for the delegates.
The default implementation returns RmiServer.getClientSocketFactory().
determineContextId() - Method in interface org.tentackle.pdo.DomainContextDependable
Determines the ID of the domain entity for this context.
Sets the attributes of the persistent object accordingly.
determineContextId() - Method in class org.tentackle.pdo.DummyPersistentOperation
Determines the ID of the domain entity for this context.
Sets the attributes of the persistent object accordingly.
determineContextId() - Method in class org.tentackle.persist.AbstractPersistentObject
Determines the ID of the domain entity for this context.
Sets the attributes of the persistent object accordingly.
determineContextId() - Method in class org.tentackle.persist.AbstractPersistentOperation
Determines the ID of the domain entity for this context.
Sets the attributes of the persistent object accordingly.
determineContextId() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
determineDownloadSize(URL) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Determines the download size of the ZIP file.
determineGrantee(DomainContext) - Method in class org.tentackle.security.DefaultSecurityManager
Determines the session grantee.
determineGranteesToCheck(DomainContext, GranteeDescriptor) - Method in class org.tentackle.security.DefaultSecurityManager
Determines the grantees to check.
determineImplementingClassOfReturnType(Class<?>) - Method in class org.tentackle.dbms.DbObjectClassVariables
Determines the implementing class for a type returned by a method.
determineImplementingClassOfReturnType(Class<?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
 
determineInstallationType() - Method in class org.tentackle.update.ClientUpdateUtilities
Determines the installation type of the running application.
determineInvocation(Method) - Method in class org.tentackle.pdo.OperationInvocationHandler
Determines the invocation method to be cached by the OperationMethodCache.
determineInvocation(Method) - Method in class org.tentackle.pdo.PdoInvocationHandler
Determines the invocation method to be cached by the PdoMethodCache.
determineJPackageRoot() - Method in class org.tentackle.update.ClientUpdateUtilities
Determines the jpackage's root installation directory.
determineLoginPaneVisibility(double) - Method in class org.tentackle.fx.rdc.login.Login
Determines whether the login pane should be visible according to the progress.
determineNextSqlCode(String, int) - Method in class org.tentackle.sql.DefaultScriptRunner
Determines the next SQL code to execute.
determinePort(Session, SessionInfo, SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Determines the tcp port for the delegates.
The default implementation returns RmiServer.getPort().
determinePosixEscapeSyntaxSupported() - Method in class org.tentackle.sql.backends.PostgresScriptRunner
 
determinePosixEscapeSyntaxSupported() - Method in class org.tentackle.sql.DefaultScriptRunner
Determines whether Posix escape syntax is supported by the backend and/or connection.
determinePreferredStageLocation(Stage) - Method in class org.tentackle.fx.FxUtilities
Calculates the position of a stage on the screen so that it is being display in an optimal manner.
determineProgressBarVisibility(double) - Method in class org.tentackle.fx.rdc.login.Login
Determines whether the progress bar should be visible according to the progress.
determineReferencePriority(Class<? extends AbstractDbObject<?>>) - Method in class org.tentackle.dbms.DbObjectClassVariables
Determine the referencing priority.
determineReferencePriority(Class<? extends AbstractDbObject<?>>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Determine the referencing priority.
determineScale(String) - Static method in class org.tentackle.misc.FormatHelper
Determines the scale from a given numeric string.
determineServerSocketFactory(Session, SessionInfo, SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Determines the server socket factory for the delegates.
The default implementation returns RmiServer.getServerSocketFactory().
determineServicedClass(Class<?>) - Method in class org.tentackle.pdo.PdoUtilities
Determines the serviced class according to the annotation.
determineSessionCloned(SessionInfo, DbPool) - Method in class org.tentackle.dbms.MultiUserDbPool
Determines whether the next session to open should be cloned or not.
determineTablename(Class<?>) - Method in class org.tentackle.session.SessionUtilities
Determines the tablename from the @TableName annotation.
determineTableSerialTableName(DbObjectClassVariables<?>) - Method in class org.tentackle.dbms.DbUtilities
Determines whether table serial is valid for this pdo class.
determineTableSerialTableName(DbObjectClassVariables<?>) - Method in class org.tentackle.persist.PersistenceUtilities
 
determineTimeout(Session, SessionInfo, SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Determines the session timeout count.
The default implementation returns RmiServer.getSessionTimeout().
determineValidators() - Method in class org.tentackle.bind.AbstractBinding
Determine the validators for this member.
determineValidators() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
determineValidators() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
DiagnosticUtilities - Class in org.tentackle.misc
Utilities for diagnostic purposes.
DiagnosticUtilities() - Constructor for class org.tentackle.misc.DiagnosticUtilities
Creates a utility instance.
DialogPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a DialogPane.
DialogPaneBuilder() - Constructor for class org.tentackle.fx.container.build.DialogPaneBuilder
Creates the builder.
DialogPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a DialogPane.
DialogPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.DialogPaneConfigurator
Creates the configurator for a DialogPane.
differsPersisted() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether any of the attributes differs from the values persisted in the database.
This method is only applicable to fulltracked entities and returns false if not fulltracked.
differsPersisted() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether any of the attributes differs from the values persisted in the database.
This method is only applicable to fulltracked entities and returns false if not fulltracked.
differsPersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
differsPersisted() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
DIGITS - Static variable in class org.tentackle.common.Constants
All digits in a string.
digitToString(Character) - Static method in class org.tentackle.common.StringHelper
Gets the word-string for a digit.
Example:
DISABLE_MODIFICATION_TRACKER - Static variable in class org.tentackle.app.AbstractApplication
Property to disable the modification tracker.
DISABLE_SECURITY_MANAGER - Static variable in class org.tentackle.app.AbstractApplication
Property to disable the tentackle security manager.
disableReconnection() - Method in class org.tentackle.dbms.Db
Disables the automatic reconnection capability.
discardSnapshot(TrackedList<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
discardSnapshot(T) - Method in interface org.tentackle.misc.Snapshotable
Discards the given snapshot.
discardSnapshot(T) - Method in class org.tentackle.persist.AbstractPersistentObject
 
discardSnapshots() - Method in interface org.tentackle.misc.Snapshotable
Discards all snapshots.
discardSnapshots() - Method in class org.tentackle.misc.TrackedArrayList
 
discardSnapshots() - Method in class org.tentackle.persist.AbstractPersistentObject
 
displayCrudStage(T, boolean, Modality, Window, Consumer<T>) - Static method in class org.tentackle.fx.rdc.Rdc
CRUD of a PDO in a separate window.
displayCrudStage(T, boolean, Window) - Static method in class org.tentackle.fx.rdc.Rdc
CRUD of a PDO in a non-modal separate window.
displayCrudStage(T, ObservableList<T>, boolean, Modality, Window, Consumer<T>, Consumer<PdoCrud<T>>) - Static method in class org.tentackle.fx.rdc.Rdc
CRUD of a PDO in a separate window.
displayCrudStage(T, ObservableList<T>, boolean, Modality, Window, Consumer<T>, Consumer<PdoCrud<T>>) - Method in class org.tentackle.fx.rdc.RdcUtilities
CRUD of a PDO in a separate window.
displaySearchStage(T, Modality, Window, boolean, Consumer<ObservableList<T>>) - Static method in class org.tentackle.fx.rdc.Rdc
Searches for PDOs in a separate window.
displaySearchStage(T, Modality, Window, boolean, Consumer<ObservableList<T>>) - Method in class org.tentackle.fx.rdc.RdcUtilities
Searches for PDOs in a separate window.
displaySearchStage(T, Modality, Window, boolean, Consumer<ObservableList<T>>, Consumer<PdoSearch<T>>) - Static method in class org.tentackle.fx.rdc.Rdc
Searches for PDOs in a separate window.
displaySearchStage(T, Modality, Window, boolean, Consumer<ObservableList<T>>, Consumer<PdoSearch<T>>) - Method in class org.tentackle.fx.rdc.RdcUtilities
Searches for PDOs in a separate window.
displaySearchStage(T, Window, boolean) - Static method in class org.tentackle.fx.rdc.Rdc
Searches for PDOs in a non-modal separate window.
dispose() - Method in class org.tentackle.fx.component.skin.AutoCompletionPopupSkin
 
dispose() - Method in class org.tentackle.fx.component.skin.NoteSkin
 
divide(double) - Method in class org.tentackle.common.BMoney
Divides a BMoney by double and returns a new object.
divide(double) - Method in class org.tentackle.common.DMoney
 
divide(long) - Method in class org.tentackle.misc.TimeKeeper
Divides this duration.
divide(BMoney) - Method in class org.tentackle.common.BMoney
Divides a BMoney by this value and returns a new object.
DMoney - Class in org.tentackle.common
A DMoney is the same as a BMoney but will be treated differently when stored in the database.
A BMoney is stored as a DOUBLE for the value and an INTEGER for the scale.
DMoney() - Constructor for class org.tentackle.common.DMoney
Creates a zero DMoney with a scale according to the currency of the current locale.
DMoney(double, int) - Constructor for class org.tentackle.common.DMoney
Creates a DMoney value.
DMoney(int) - Constructor for class org.tentackle.common.DMoney
Creates a zero DMoney value.
DMoney(String, int) - Constructor for class org.tentackle.common.DMoney
Creates a DMoney value.
DMoney(BigDecimal) - Constructor for class org.tentackle.common.DMoney
Creates a DMoney from a BigDecimal.
DMoney(BigInteger, int) - Constructor for class org.tentackle.common.DMoney
Creates a DMoney value from a BigInteger.
The scale sets the comma within the given integer.
DMoney(BMoney, int) - Constructor for class org.tentackle.common.DMoney
Creates a DMoney from a BMoney (useful to rescale)
DMONEY_DIGITS - Static variable in class org.tentackle.common.Constants
maximum number of significant digits for DMoney.
DMoneyType - Class in org.tentackle.sql.datatypes
Datatype for DMoney.
Stored as two columns: the value as a decimal without scale/li> the scale This type is not sortable by the database in a meaningful manner.
DMoneyType() - Constructor for class org.tentackle.sql.datatypes.DMoneyType
Creates the datatype for DMoney.
doBind(BindingMember[], String, Class<?>, boolean) - Method in class org.tentackle.bind.AbstractBinder
Binds an object to a view.
doBind(BindingMember[], String, Class<?>, boolean) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
doBind(BindingMember[], String, Class<?>, boolean) - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
doClick() - Method in class org.tentackle.fx.component.FxButton
Programmatically performs a "click".
This does the same thing as if the user had pressed and released the button.
doClick(double) - Method in class org.tentackle.fx.component.FxButton
Programmatically performs a "click".
This does the same thing as if the user had pressed and released the button.
doClickPressTime - Static variable in class org.tentackle.fx.component.FxButton
Press-time in ms for doClick().
doCreateConnectionDump(StringBuilder, ManagedConnection) - Method in class org.tentackle.dbms.DbDiagnosticUtilities
Creates the dump for a connection.
doCreateStackDump(StringBuilder) - Method in class org.tentackle.dbms.DbDiagnosticUtilities
 
doCreateStackDump(StringBuilder) - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump.
doCreateStackDump(StringBuilder, ThreadInfo, Thread) - Method in class org.tentackle.dbms.DbDiagnosticUtilities
 
doCreateStackDump(StringBuilder, ThreadInfo, Thread) - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump string for a given thread.
Document - Class in org.tentackle.model.parse
The input document describing the model of an entity.
Document(String) - Constructor for class org.tentackle.model.parse.Document
Creates a document.
doLog(Logger.Level, String, Throwable, Object...) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
doLog(Logger.Level, String, Throwable, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
Logging workhorse.
doLog(Logger.Level, String, Throwable, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Logging workhorse.
doLog(Logger.Level, Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
doLogStatistics(Logger.Level, boolean) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Logs the RMI-statistics.
DomainContext - Interface in org.tentackle.pdo
The domain context.
DomainContextDependable - Interface in org.tentackle.pdo
Interface all persistent objects must implement.
In multi-tenant applications the interface must be subclassed.
DomainContextFactory - Interface in org.tentackle.pdo
Factory for DomainContext.
DomainContextProvider - Interface in org.tentackle.pdo
DomainContext provider.
DomainDelegate<T> - Interface in org.tentackle.pdo
Interface for all delegates implementing the domain model.
DomainDelegateLinker - Interface in org.tentackle.pdo
Links the domain delegate with its dynamic proxy.
Provided to exclude the methods setPdo and setOperation from the interfaces PdoProvider and OperationProvider.
DomainException - Exception Class in org.tentackle.pdo
Domain logic runtime exception.
DomainException() - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception without a session and with null as its detail message.
DomainException(String) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception without a session with the specified detail message.
DomainException(String, Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception without a session with the specified detail message and cause.
DomainException(Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception without a session with the specified cause and a detail message of (cause==null ?
DomainException(Identifiable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given db object with null as its detail message.
DomainException(Identifiable, String) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified detail message.
DomainException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified detail message and cause.
DomainException(Identifiable, Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified cause and a detail message of (cause==null ?
DomainException(Session) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with null as its detail message.
DomainException(Session, String) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified detail message.
DomainException(Session, String, Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified detail message and cause.
DomainException(Session, Throwable) - Constructor for exception class org.tentackle.pdo.DomainException
Constructs a new domain runtime exception for a given session with the specified cause and a detail message of (cause==null ?
DomainKey - Annotation Interface in org.tentackle.pdo
Annotation for flag a member as a domain key.
If the (unique) domain key consists of more than one member, each member is annotated to @DomainKey.
DomainObject<T> - Interface in org.tentackle.pdo
The domain interface.
DomainObjectService - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated class is an implementation of the domain logic for a given PDO type.
DomainObjectServiceAnnotationProcessor - Class in org.tentackle.apt.pdo
Annotation processor for the @DomainObjectService annotation.
Enforces the implementation of the following constructors: (PersistentDomainObject) ()
DomainObjectServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.pdo.DomainObjectServiceAnnotationProcessor
Creates the processor.
DomainOperation<T> - Interface in org.tentackle.pdo
Interface for the domain part of an operation.
DomainOperationService - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated class is an implementation of the domain logic for a given operation type.
DomainOperationServiceAnnotationProcessor - Class in org.tentackle.apt.pdo
Annotation processor for the @DomainOperationService annotation.
Enforces the implementation of the following constructors: (Operation) ()
DomainOperationServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.pdo.DomainOperationServiceAnnotationProcessor
Creates the processor.
DOUBLE - Enum constant in enum class org.tentackle.sql.SqlType
Double and double.
DoublePrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type double.
DoublePrimitiveType() - Constructor for class org.tentackle.sql.datatypes.DoublePrimitiveType
Creates the datatype for the primitive type double.
DoubleStringTranslator - Class in org.tentackle.fx.translate
Double translator.
DoubleStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.DoubleStringTranslator
Creates a translator.
DoubleType - Class in org.tentackle.sql.datatypes
Datatype for Double.
DoubleType() - Constructor for class org.tentackle.sql.datatypes.DoubleType
Creates the datatype for Double.
download(URL) - Static method in class org.tentackle.common.FileHelper
Downloads data from a URL into memory.
downloadZip(UpdateInfo, File, Consumer<Double>) - Method in class org.tentackle.update.ClientUpdateUtilities
Downloads the zip-file.
DriverConfiguration - Class in org.tentackle.session
Configuration for a backend driver.
The configuration is stored via the standard Preferences and provides the parameters necessary to load the driver.
DriverConfiguration(String, String, String) - Constructor for class org.tentackle.session.DriverConfiguration
Creates a driver configuration.
dropDragboard(Dragboard) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
dropDragboard(Dragboard) - Method in interface org.tentackle.fx.rdc.GuiProvider
Drops the dragboard on the pdo.
dropPdo(PersistentDomainObject<?>) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Drops the given PDO on the serviced pdo.
dropSql() - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Returns the value of the dropSql record component.
DummyDelegate - Interface in org.tentackle.reflect
Marker interface for dummy delegates.
Allows Mixins with a valid delegate class to be treated as dummy mixins.
DummyPersistentOperation<T> - Class in org.tentackle.pdo
Dummy persistent delegate if operation provides only the domain part.
DummyPersistentOperation() - Constructor for class org.tentackle.pdo.DummyPersistentOperation
Creates an operation object without a database context.
DummyPersistentOperation(T) - Constructor for class org.tentackle.pdo.DummyPersistentOperation
Creates an operation object without a database context.
DummyPersistentOperation(T, DomainContext) - Constructor for class org.tentackle.pdo.DummyPersistentOperation
Creates an operation object.
DummyPersistentOperation(T, Session) - Constructor for class org.tentackle.pdo.DummyPersistentOperation
Creates an operation object without a domain context for a given connection.
dummyUpdate() - Method in class org.tentackle.dbms.AbstractDbObject
Performs a dummy update.
The method is provided as an alternative to AbstractDbObject.reloadObjectForUpdate() or AbstractDbObject.selectObjectForUpdate(long) to lock the object during a transaction by updating the ID without changing it.
dummyUpdate(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
dummyUpdate(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
dummyUpdate(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
dummyUpdateStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for dummyUpdate().
dumpComponentHierarchy(Node) - Method in class org.tentackle.fx.FxUtilities
Dumps the component hierarchy.
duration(long) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
duration(long) - Method in interface org.tentackle.fx.NotificationBuilder
Sets a duration to close the notification automatically.
Ignored if there is no hide action.
durationToString(double) - Method in class org.tentackle.misc.TimeKeeper
Formats a duration.
DynamicDriver - Class in org.tentackle.sql
Loads a JDBC driver dynamically at runtime via a URL.
Because DriverManager will refuse to use a driver not loaded by the system-classloader, we must wrap the URL-loaded driver by such a class.

E

EAGER - Enum constant in enum class org.tentackle.model.SelectionType
select on load of the parent object.
eagerJoins - Variable in class org.tentackle.persist.PersistentObjectClassVariables
The optional eager join as defined in the model.
ECMAScriptValidationMessageConverter - Class in org.tentackle.script.jsr
Converts a Nashorn validator message script.
ECMAScriptValidationMessageConverter() - Constructor for class org.tentackle.script.jsr.ECMAScriptValidationMessageConverter
Creates the converter.
edit() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Edit or view current pdo.
edit() - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
edit(Object, File) - Method in class org.tentackle.fx.FxUtilities
Edits/opens a given file via the Desktop utilities.
The corresponding application will be chosen according to the mime/file type.
editBackends(String, boolean, Runnable) - Static method in class org.tentackle.fx.rdc.login.Backends
Opens a dialog to edit the backend- and driver configurations.
editCell() - Method in class org.tentackle.fx.table.FxTableCell
Edits the currently selected cell.
editCell() - Method in class org.tentackle.fx.table.FxTreeTableCell
Edits the currently selected cell.
editedBy() - Method in record class org.tentackle.pdo.TokenLockInfo
Returns the value of the editedBy record component.
editedExpiry() - Method in record class org.tentackle.pdo.TokenLockInfo
Returns the value of the editedExpiry record component.
editedSince() - Method in record class org.tentackle.pdo.TokenLockInfo
Returns the value of the editedSince record component.
EditItem<T> - Class in org.tentackle.fx.rdc.contextmenu
Menu item to edit a PDO.
EditItem(PdoTreeCell<T>) - Constructor for class org.tentackle.fx.rdc.contextmenu.EditItem
Creates a menu item.
editor - Variable in class org.tentackle.fx.table.type.AbstractTableCellType
 
EditPermission - Interface in org.tentackle.security.permissions
Edit permission interface.
EditPermissionImpl - Class in org.tentackle.security.permissions
Permission to edit a PDO.
EditPermissionImpl() - Constructor for class org.tentackle.security.permissions.EditPermissionImpl
Creates the edit permission.
effectiveClass() - Method in interface org.tentackle.dbms.rmi.RemoteDelegateLocator.Result
Gets the effectively serviced class.
EffectiveClassProvider<T> - Interface in org.tentackle.reflect
An object that provides the effective class.
elementName() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the elementName record component.
elementUtils - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
EMBEDDED - Enum constant in enum class org.tentackle.model.InheritanceType
Embedded in parent object.
Composition sometimes is a good alternative to inheritance.
EMBEDDED - Enum constant in enum class org.tentackle.model.SelectionType
columns embedded in parent object.
emergencyInvalidate(Throwable) - Method in class org.tentackle.pdo.PdoCache
Invalidate the cache and log that.
EMPTY - Enum constant in enum class org.tentackle.model.parse.LineType
the empty line.
EmptyLine - Class in org.tentackle.model.parse
The empty line.
EmptyLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.EmptyLine
Creates an empty line.
This line always spans only one line.
ENABLE_STATISTICS - Static variable in class org.tentackle.app.AbstractApplication
Property to enable statistics.
ENABLED - Static variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
To disable this feature, invoke:
enableReconnection(boolean, long) - Method in class org.tentackle.dbms.Db
Enables the automatic reconnection capability.
If the backend is shutdown or not available for some other reason, the application will retry to connect periodically.
encrypt(byte[]) - Method in class org.tentackle.common.Cryptor
Encrypts the data.
encrypt(byte[], int, int) - Method in class org.tentackle.common.Cryptor
Encrypts the data.
encrypt(char[]) - Method in class org.tentackle.common.Cryptor
Encrypts a char array.
The method clears all traces in memory, including the passed char array.
encrypt64(byte[]) - Method in class org.tentackle.common.Cryptor
Encrypts data to base64 encoding.
encrypt64(char[]) - Method in class org.tentackle.common.Cryptor
Encrypts a char array to base64 encoding.
The method clears all traces in memory, including the passed char array.
encrypt64(String) - Method in class org.tentackle.common.Cryptor
Encrypts a string to base64 encoding.
EncryptedProperties - Class in org.tentackle.common
Encrypted Properties.
If a value starts with a ~ (tilde), the remainder of the string is considered to be encrypted by the application-specific Cryptor.
EncryptedProperties() - Constructor for class org.tentackle.common.EncryptedProperties
Creates an empty property list.
EncryptedProperties(int) - Constructor for class org.tentackle.common.EncryptedProperties
Creates an empty property list with an initial size.
end() - Method in class org.tentackle.dbms.StatementHistory
Sets the execution end.
end() - Method in class org.tentackle.misc.TimeKeeper
Marks the end of a duration.
end() - Method in record class org.tentackle.ns.NumberSource.Range
Returns the value of the end record component.
endIndex() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns the value of the endIndex record component.
endSkip() - Method in class org.tentackle.dbms.ResultSetWrapper
Ends skip mode.
endsWith(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment ends with another segment.
endsWithAnyOf(String, String...) - Static method in class org.tentackle.common.StringHelper
Same as String.endsWith(String), but for more multiple suffixes.
endsWithIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment ends with another segment, ignoring the case.
Entity - Interface in org.tentackle.model
The entity.
EntityAliases - Class in org.tentackle.model
Holds aliases for entities.
Allows mapping of names used in relations or inheritance to map to entity names, for example, to simplify refactoring.
EntityAliases() - Constructor for class org.tentackle.model.EntityAliases
Creates empty aliases map.
EntityAliases(String) - Constructor for class org.tentackle.model.EntityAliases
Creates the aliases from a string.
EntityFactory - Interface in org.tentackle.model
A factory for entity models.
EntityFactoryImpl - Class in org.tentackle.model.impl
The default entity model factory.
EntityFactoryImpl() - Constructor for class org.tentackle.model.impl.EntityFactoryImpl
Creates the entity factory.
EntityImpl - Class in org.tentackle.model.impl
The entity model implementation.
EntityImpl(EntityFactoryImpl, SourceInfo) - Constructor for class org.tentackle.model.impl.EntityImpl
Creates an entity.
EntityInfo - Interface in org.tentackle.model
Entity model information.
EntityInfoImpl - Class in org.tentackle.model.impl
Entity as a component of a model.
EntityInfoImpl(Entity, URL, String, ModelDefaults) - Constructor for class org.tentackle.model.impl.EntityInfoImpl
Creates a model entity.
EntityOptions - Interface in org.tentackle.model
Global options for the whole entity.
EntityOptionsImpl - Class in org.tentackle.model.impl
Entity options.
EntityOptionsImpl(EntityFactory, Entity, SourceInfo) - Constructor for class org.tentackle.model.impl.EntityOptionsImpl
Creates entity options.
EntityPrinter - Class in org.tentackle.model.print
Prints the model of an entity.
EntityPrinter(Entity, PrintConfiguration) - Constructor for class org.tentackle.model.print.EntityPrinter
Creates an entity printer.
entrySet() - Method in class org.tentackle.reflect.PropertyMap
 
EnumEnumTranslator - Class in org.tentackle.fx.translate
Identity enum translator.
EnumEnumTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.EnumEnumTranslator
Creates an enum translator.
EnumStringTranslator<T> - Class in org.tentackle.fx.translate
Abstract base class for enum translators.
EnumStringTranslator(FxTextComponent, Class<T>) - Constructor for class org.tentackle.fx.translate.EnumStringTranslator
Creates an enum translator.
EnumTableCellType - Class in org.tentackle.fx.table.type
An Enum cell type.
EnumTableCellType() - Constructor for class org.tentackle.fx.table.type.EnumTableCellType
Creates the cell type for Enum.
Equal - Annotation Interface in org.tentackle.validate.validator
The annotated element must be equal to another value.
EqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Equal.
EqualImpl - Class in org.tentackle.validate.validator
Implementation of the Equal-validator.
EqualImpl() - Constructor for class org.tentackle.validate.validator.EqualImpl
Creates a Equal-validator.
equals(Object) - Method in class org.tentackle.bind.AbstractBinder
 
equals(Object) - Method in class org.tentackle.common.Binary
 
equals(Object) - Method in class org.tentackle.common.I18NText
 
equals(Object) - Method in record class org.tentackle.common.ServiceFinderKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.dbms.AbstractDbObject
Indicates whether some other object is "equal to" this one.
Method is final!
equals(Object) - Method in class org.tentackle.dbms.Db
 
equals(Object) - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.dbms.DbTransactionHandle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
equals(Object) - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.dbms.rmi.DefaultMasterSerial
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.dbms.StatementKey
 
equals(Object) - Method in class org.tentackle.dbms.StatementStatistics
 
equals(Object) - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.io.ClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
equals(Object) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
equals(Object) - Method in class org.tentackle.io.DefaultSocketConfigurator
 
equals(Object) - Method in class org.tentackle.io.ServerSocketFactory
 
equals(Object) - Method in class org.tentackle.io.SocketConfiguratorBase
 
equals(Object) - Method in class org.tentackle.io.SocketPerformancePreferences
 
equals(Object) - Method in class org.tentackle.io.SocketWrapper
 
equals(Object) - Method in class org.tentackle.io.SslClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.SslServerSocketFactory
 
equals(Object) - Method in class org.tentackle.log.MethodStatisticsKey
 
equals(Object) - Method in record class org.tentackle.misc.FormatHelper.Patterns
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.misc.IdentifiableKey
 
equals(Object) - Method in class org.tentackle.misc.IdSerialTuple
 
equals(Object) - Method in class org.tentackle.misc.ImmutableArrayList
 
equals(Object) - Method in class org.tentackle.misc.SubString
 
equals(Object) - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.misc.XUUID
 
equals(Object) - Method in record class org.tentackle.model.AttributeSorting
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.model.impl.AttributeImpl
 
equals(Object) - Method in class org.tentackle.model.impl.EntityImpl
 
equals(Object) - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
equals(Object) - Method in class org.tentackle.model.impl.RelationImpl
 
equals(Object) - Method in class org.tentackle.model.migrate.ColumnMigration
 
equals(Object) - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.model.ModelError
 
equals(Object) - Method in class org.tentackle.model.SourceInfo
 
equals(Object) - Method in record class org.tentackle.ns.NumberSource.Range
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.pdo.DefaultDomainContext
equals(Object) - Method in record class org.tentackle.pdo.OperationMethodCacheInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
 
equals(Object) - Method in class org.tentackle.pdo.PdoMember
 
equals(Object) - Method in record class org.tentackle.pdo.PdoMethodCacheInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.pdo.TokenLockInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.reflect.PropertyMap
 
equals(Object) - Method in class org.tentackle.reflect.PropertyMapping
 
equals(Object) - Method in class org.tentackle.script.AbstractScriptingLanguage
 
equals(Object) - Method in class org.tentackle.script.ScriptVariable
 
equals(Object) - Method in class org.tentackle.security.GranteeDescriptor
 
equals(Object) - Method in class org.tentackle.security.permissions.AbstractPermission
 
equals(Object) - Method in class org.tentackle.session.BackendConfiguration
 
equals(Object) - Method in class org.tentackle.session.DefaultSessionInfo
Session infos are equal if their login credentials are equal.
equals(Object) - Method in class org.tentackle.session.DriverConfiguration
 
equals(Object) - Method in class org.tentackle.session.ModificationEventDetail
 
equals(Object) - Method in record class org.tentackle.session.SavepointHandle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
equals(Object) - Method in record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
 
equals(Object) - Method in class org.tentackle.sql.metadata.IndexMetaData
 
equals(Object) - Method in class org.tentackle.sql.metadata.TableMetaData
 
equals(Object) - Method in record class org.tentackle.sql.ScriptRunnerResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.task.AbstractTask
 
equals(Object) - Method in class org.tentackle.validate.ValidationMapper
 
equals(Object) - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Indicates whether some other object is "equal to" this one.
equals(ServerSocketConfigurator, ServerSocketConfigurator) - Static method in interface org.tentackle.io.ServerSocketConfigurator
Compares two socket configurators.
equals(SocketConfigurator, SocketConfigurator) - Static method in interface org.tentackle.io.SocketConfigurator
Compares two socket configurators.
equalsIgnoreCase(String, String) - Static method in class org.tentackle.common.StringHelper
equalsSegment(SubString) - Method in class org.tentackle.misc.SubString
Returns whether the segments are equal.
equalsSegmentIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether the segments are equal, ignoring the case.
error() - Element in annotation interface org.tentackle.security.pdo.SecurityValidator
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Changeable
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Equal
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.False
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Greater
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Less
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Mandatory
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotNull
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotZero
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Null
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Pattern
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Size
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.True
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Zero
An optional error code.
Used to identify the error.
error(Object, String) - Static method in class org.tentackle.fx.Fx
Shows an error dialog.
error(Object, String, Throwable) - Static method in class org.tentackle.fx.Fx
Shows an error dialog.
error(Object, String, Throwable, Runnable) - Static method in class org.tentackle.fx.Fx
Shows an error dialog.
ERROR - Enum constant in enum class org.tentackle.fx.component.Note.Type
error message.
ERROR - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
Displays an error.
ERROR_STYLE - Static variable in class org.tentackle.fx.FxComponentDelegate
Error CSS style class.
ErrorPopupSupported - Interface in org.tentackle.fx
Controls that support error popups must implement this interface.
escapedToString(char) - Static method in class org.tentackle.common.StringHelper
Converts an escape character to a parsable string.
The special escapes are:
evaluate(String, Function<String, String>) - Static method in class org.tentackle.common.StringHelper
Evaluates a string replacing variables.
The semantics are very much the same as known from the maven resources plugin, but with the extension of optional default values and that @ turns off nested variable processing.
evaluate(DomainContext, Permission) - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
evaluate(DomainContext, Permission) - Method in interface org.tentackle.security.pdo.SecurityDomain
Evaluates a rule.
evaluate(DomainContext, Permission, int, long) - Method in class org.tentackle.security.DefaultSecurityManager
 
evaluate(DomainContext, Permission, int, long) - Method in interface org.tentackle.security.SecurityManager
Checks a permission for a PDO or a PDO class.
evaluate(DomainContext, Permission, Class<?>) - Method in class org.tentackle.security.DefaultSecurityManager
 
evaluate(DomainContext, Permission, Class<?>) - Method in interface org.tentackle.security.SecurityManager
Checks a permission for a non-PDO class.
evaluateImpl(DomainContext, Permission, int, long, Class<?>) - Method in class org.tentackle.security.DefaultSecurityManager
Evaluates a permission for a pdo or regular class.
EventListenerProxy<T> - Class in org.tentackle.fx.rdc
Event listener proxy for event handlers and filters.
Provides access to all registered listeners and delegates them to a Node.
EventListenerProxy(Node) - Constructor for class org.tentackle.fx.rdc.EventListenerProxy
Creates a registration proxy.
ExceptionHelper - Class in org.tentackle.common
Helper methods dealing with exceptions.
ExceptionHelper.Handler<T> - Class in org.tentackle.common
Exception handler.
ExclusiveSessionProvider - Interface in org.tentackle.session
An exclusive session provider.
execute(boolean) - Method in class org.tentackle.dbms.DbBatch
Executes all pending statements.
Statements with more than one parameter set are executed in batch mode, otherwise in standard mode.
execute(boolean) - Method in class org.tentackle.dbms.DbBatchStatement
Executes the statement.
execute(Set<ScriptVariable>) - Method in class org.tentackle.script.jsr.JSR223Script
 
execute(Set<ScriptVariable>) - Method in interface org.tentackle.script.Script
Executes a script.
execute(Db) - Method in class org.tentackle.dbms.Query
Executes the query with ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
execute(Db, int) - Method in class org.tentackle.dbms.Query
Executes the query with ResultSet.CONCUR_READ_ONLY.
execute(Db, int, int) - Method in class org.tentackle.dbms.Query
Executes the query.
execute(ScriptVariable...) - Method in class org.tentackle.script.AbstractScript
 
execute(ScriptVariable...) - Method in interface org.tentackle.script.Script
Executes a script.
executeBatch() - Method in class org.tentackle.dbms.Db
Executes all pending batched statements.
Does nothing if there is no batched transaction running.
executeBatch(boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
executeBatch(boolean) - Method in class org.tentackle.dbms.StatementWrapper
Submits a batch of commands.
executeFirstPdoQuery(PreparedStatementWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a query for a prepared statement and returns the first PDO.
executeFirstPdoQuery(PreparedStatementWrapper, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a query for a prepared statement and returns the first PDO.
executeListQuery(PreparedStatementWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and returns the results in a list.
executeListQuery(PreparedStatementWrapper, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and returns the results in a list.
executePending(boolean, PreparedStatementWrapper) - Method in class org.tentackle.dbms.DbBatch
Executes all pending batched statements.
ExecutePermission - Interface in org.tentackle.security.permissions
Read permission interface.
ExecutePermissionImpl - Class in org.tentackle.security.permissions
Execution permission.
ExecutePermissionImpl() - Constructor for class org.tentackle.security.permissions.ExecutePermissionImpl
Creates the execution permission.
executeQuery() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Executes the query.
executeQuery(boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Executes the query.
executeQuery(String) - Method in class org.tentackle.dbms.StatementWrapper
Executes a query.
executeQuery(String, boolean) - Method in class org.tentackle.dbms.StatementWrapper
Executes a query.
executeQuery(Query) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a Query which was built to return a tracked list of this entity type.
executeQuery(Query, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a Query which was built to return a tracked list of this entity type.
executeQueryImpl(String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Implementation of executeQuery.
executeQueryImpl(String) - Method in class org.tentackle.dbms.StatementWrapper
Implementation of executeQuery.
executeQueryToList(PreparedStatementWrapper, JoinedSelect<T>, List<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and adds the results to a list.
executeQueryToList(ResultSetWrapper, JoinedSelect<T>, List<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and adds the results to a list.
executeScrollableQuery(Query) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a Query which was built to return a tracked list of this entity type.
executeScrollableQuery(Query, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes a Query which was built to return a tracked list of this entity type.
executeTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
Executes a task.
executeTrackedListQuery(PreparedStatementWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and returns the results in a tracked list.
executeTrackedListQuery(PreparedStatementWrapper, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Executes the query for a prepared statement and returns the results in a tracked list.
executeUpdate() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Executes the update.
executeUpdate(String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Method must not be invoked on a PreparedStatementWrapper.
executeUpdate(String) - Method in class org.tentackle.dbms.StatementWrapper
Executes the given SQL statement.
executeUpdateImpl(String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Implementation of executeUpdate.
executeUpdateImpl(String) - Method in class org.tentackle.dbms.StatementWrapper
Implementation of executeUpdate.
expand() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Expands this and all child tree items.
If the item is already expanded, the item and all child items will be collapsed before all is expanded again.
expandAll() - Method in class org.tentackle.fx.component.FxTreeTableView
Expands all nodes.
expandAll() - Method in class org.tentackle.fx.component.FxTreeView
Expands all nodes.
expandAll(TreeItem<T>) - Method in class org.tentackle.fx.FxUtilities
Recursively expands all tree items while checking for recursion loops.
The default implementation in TreeViewBehavior and TreeTableViewBehavior is not only in a private API, but cannot be accessed from the applications at all.
ExpandItem<T> - Class in org.tentackle.fx.rdc.contextmenu
Menu item to expand this and all child-nodes of a PDO.
ExpandItem(PdoTreeCell<T>) - Constructor for class org.tentackle.fx.rdc.contextmenu.ExpandItem
Creates a menu item.
expandTreeTable(TreeItem<S>) - Method in class org.tentackle.fx.rdc.table.TablePopup
Recursively expands the items of the treetable.
expirationBacklog - Variable in class org.tentackle.dbms.DbObjectClassVariables
table serial expiration backlog.
expire(ModificationEvent) - Method in class org.tentackle.pdo.PdoCache
Same as expire but delayed until the next select.
expire(Session, String, long) - Method in class org.tentackle.pdo.PdoCache
Expire dirty objects in cache.
If the cache does not provide a tableSerial, or it is preloading, it will be invalidated (i.e. all objects removed).
expireByExpirationInfo(String, List<IdSerialTuple>, long) - Method in class org.tentackle.pdo.PdoCache
Expires object in cache with an ID of a given set.
expireCache(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
expireCache(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Expires the cache according to the serial numbers.
If objects of this class are cached, the cache must be expired on updates, etc...
expireCache(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
explain(String) - Method in class org.tentackle.security.DefaultSecurityResult
 
explain(String) - Method in interface org.tentackle.security.SecurityResult
Formats a string for an explanation of rule that fired.
The default explanation will be returned unchanged if there is no message in the rule.
explicit() - Element in annotation interface org.tentackle.security.Secured
Enforces explicit acceptance.
Exportable - Interface in org.tentackle.dbms.rmi
An exportable remote object.
exportImpl(OutputStream, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferences
Exports a preferences node.
XmlSupport is package scope.
exportMe() - Method in interface org.tentackle.dbms.rmi.Exportable
Exports this remote object.
exportMe() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
exportNode(OutputStream) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
exportNode(OutputStream) - Method in class org.tentackle.prefs.DefaultPreferences
 
exportRemoteDelegate(RemoteDelegate) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Exports the given delegate.
exportRemoteObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Exports the given remote object.
exportSubtree(OutputStream) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
exportSubtree(OutputStream) - Method in class org.tentackle.prefs.DefaultPreferences
 
exportUpdateService(String, String, Class<? extends UpdateService>) - Method in class org.tentackle.update.ServerUpdateUtilities
Creates a registry and exports the update service using default socket factories.
exportUpdateService(String, String, Class<? extends UpdateService>, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.tentackle.update.ServerUpdateUtilities
Creates a registry and exports the update service.
extract(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Extracts the Comparable that uniquely identifies the object from that object.
This method needs to be implemented for each index.
extractDomainException(Throwable) - Static method in exception class org.tentackle.pdo.DomainException
Extracts the DomainException from an exception.
extractException(boolean, Throwable, Class<? extends Throwable>...) - Static method in class org.tentackle.common.ExceptionHelper
Extracts any of the given exception types from an exception chain.
extractException(Class<T>, boolean, Throwable) - Static method in class org.tentackle.common.ExceptionHelper
Extracts the given exception type from an exception chain.
extractGenericInnerTypeClass(Type) - Static method in class org.tentackle.reflect.ReflectionHelper
Extracts the inner class from a generic type.
The type must be a parameterized generic type (usually determined by the binding) for a single type argument.
Works for wildcard types as well.
Examples:
extractInputSegments(String) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Extracts the segments from an input string.
extractInputSegments(String) - Method in class org.tentackle.fx.component.auto.CamelCaseSuggestionGenerator
 
extractItemSegments(String) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Extracts the segments from an item string.
extractMasterSerial(MasterSerial) - Method in class org.tentackle.dbms.DbModificationTracker
Extracts the master serial from the master serial object.
Used in remote clients only.
extractPersistenceException(Throwable) - Static method in exception class org.tentackle.session.PersistenceException
Extracts the PersistenceException from an exception.
extractSegments(String) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Extracts the separated segments from a string.
extractSegments(String) - Method in class org.tentackle.fx.component.auto.CamelCaseSuggestionGenerator
Extracts the separated segments from a string.
extractSegments(String) - Method in class org.tentackle.fx.component.auto.RegexSuggestionGenerator
Extracts the separated segments from a string.
extractSegments(String) - Method in class org.tentackle.fx.component.auto.SeparatorSuggestionGenerator
Extracts the separated segments from a string.
extractSyllables(String) - Method in class org.tentackle.model.ModelUtilities
Extracts the syllables of a name.
The default implementation is very simple, but works good enough for the purpose of column migration.
extractTemporaryException(boolean, Throwable) - Static method in class org.tentackle.common.ExceptionHelper
Extracts the first/last TentackleRuntimeException marked as temporary in the throwable chain.
extractValidators(Annotation, AnnotatedElement, List<Validator>, ValidationScope, Holder<Integer>) - Method in class org.tentackle.validate.ValidationUtilities
Extract validators for an annotation.
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.AbstractBackend
Extracts the where clause from a given sql.
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.H2
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.Informix
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.MsSql
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.MySql
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.Oracle
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.Oracle8
 
extractWhereClause(String, int) - Method in class org.tentackle.sql.backends.Postgres
 

F

fadeIn(long) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
fadeIn(long) - Method in interface org.tentackle.fx.NotificationBuilder
Sets a fadein effect to show the notification smoothly.
fadeOut(long) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
fadeOut(long) - Method in interface org.tentackle.fx.NotificationBuilder
Sets a fadeout effect to close the notification smoothly.
Ignored if there is no hide action.
Fail - Annotation Interface in org.tentackle.validate.validator
The validation results must contain at least one failed result.
Used to abort the validation with a ValidationFailedException.
Fail.Results - Enum Class in org.tentackle.validate.validator
Type of validation results collected so far.
FailContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Fail.
FAILED - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Fail only if at least one result has been collected, that is marked as failed.
This is the default.
FailedValidationResult - Class in org.tentackle.validate.severity
Simple failed result.
FailedValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.FailedValidationResult
Creates a failed validation result.
FailImpl - Class in org.tentackle.validate.validator
Implementation of the Fail-validator.
FailImpl() - Constructor for class org.tentackle.validate.validator.FailImpl
Creates a Fail-validator.
False - Annotation Interface in org.tentackle.validate.validator
The annotated element must be false.
FalseContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for False.
FalseImpl - Class in org.tentackle.validate.validator
Implementation of the False-validator.
FalseImpl() - Constructor for class org.tentackle.validate.validator.FalseImpl
Creates a False-validator.
fetch() - Method in interface org.tentackle.misc.ScrollableResource
Fetches the next objects up to the fetchsize.
This method is provided to minimize the number of roundtrips especially for remote cursors.
fetch() - Method in class org.tentackle.persist.ResultSetCursor
Fetches the next objects up to the fetch size.
This method is provided to minimize the number of roundtrips especially for remote cursors.
fetch() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Fetches the next objects up to the fetchsize.
This method is provided to minimize the number of roundtrips especially for remote cursors.
fetch() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
FetchList() - Constructor for class org.tentackle.persist.ResultSetCursor.FetchList
Creates an empty non-closed fetch list.
FileHelper - Class in org.tentackle.common
Helper methods for file handling.
fill(char[], char) - Static method in class org.tentackle.common.StringHelper
Null-safe char array filler.
fillLeft(String, int, char) - Static method in class org.tentackle.common.StringHelper
Fills up a string from the left with a filler character to match a given length.
If the string is already longer, nothing happens.
fillRight(String, int, char) - Static method in class org.tentackle.common.StringHelper
Fills up a string to the right with a filler character to match a given length.
If the string is already longer, nothing happens.
filter(String) - Method in class org.tentackle.fx.FxTextComponentDelegate
Filters input characters.
filterDangerousKeys(KeyEvent) - Method in class org.tentackle.fx.component.FxTreeTableView
Filters dangerous keys.
Since the TreeTableViewBehaviour is private, we cannot modify the input map and filter the keys before they reach the key event handler.
filterDangerousKeys(KeyEvent) - Method in class org.tentackle.fx.component.FxTreeView
Filters dangerous keys.
Since the TreeViewBehaviour is private, we cannot modify the input map and filter the keys before they reach the key event handler.
filterKeyPressed(KeyEvent) - Method in class org.tentackle.fx.component.FxChoiceBox
Filter keyboard events.
filterKeyPressed(KeyEvent) - Method in class org.tentackle.fx.component.FxComboBox
Filter keyboard events.
filterKeys(Control) - Method in class org.tentackle.fx.FxUtilities
Filters certain keys for special features.
filterKeys(T) - Method in class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
 
filterKeys(T) - Method in class org.tentackle.fx.component.config.ComponentConfigurator
Filters certain keys for special features.
filterName(String) - Method in class org.tentackle.app.AbstractApplication
Filters the application name.
filterPersistentDomainObjects(Collection<?>) - Method in class org.tentackle.pdo.PdoUtilities
Filters a collection of Objects, returning only those that are persistent domain objects.
filterResult() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Filters the result.
filterStackTrace(StackTraceElement[]) - Static method in class org.tentackle.common.ExceptionHelper
Filters a given stacktrace skipping all noisy elements without relevant information for the developer.
filterUpperCase(String) - Static method in class org.tentackle.common.StringHelper
Gets the uppercase letters only.
Useful to get the camel case letters of a string.
filterVersion(String) - Method in class org.tentackle.app.AbstractApplication
Filters the application version.
filterViewablePdos(List<T>) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Filters the viewable PDOs from the list and converts to ObservableList.
finallyImmutable - Variable in class org.tentackle.misc.ImmutableArrayList
 
find() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Searches for a PDO.
find() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Runs the search and displays the results.
find(String) - Method in class org.tentackle.common.ToolFinder
Finds the file of a tool's executable.
findBestMethod(Class<?>, Class<?>[]) - Method in class org.tentackle.reflect.ReflectiveVisitor
Finds the most specific overloaded method for a given class and method arguments.
findBundle(String, Locale) - Method in interface org.tentackle.common.BundleFactory
Finds a resource bundle using the specified base name and locale, and the caller's class loader.
findBundle(String, Locale) - Method in class org.tentackle.common.DefaultBundleFactory
 
findBundle(String, Locale, ClassLoader) - Method in interface org.tentackle.common.BundleFactory
Finds a resource bundle using the specified base name, locale, and class loader.
findBundle(String, Locale, ClassLoader) - Method in class org.tentackle.common.DefaultBundleFactory
 
findByName(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Finds all bundles (one for each locale) for a given name.
findByName(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
findByName(DomainContext, String) - Method in interface org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegate
 
findByName(DomainContext, String) - Method in class org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegateImpl
 
findByNameAndLocale(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Find the bundle by its name and locale.
findByNameAndLocale(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
findByNameAndLocale(DomainContext, String, String) - Method in interface org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegate
 
findByNameAndLocale(DomainContext, String, String) - Method in class org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegateImpl
 
findByUniqueDomainKey(Object) - Method in class org.tentackle.domain.AbstractDomainObject
 
findByUniqueDomainKey(Object) - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
findByUniqueDomainKey(Object) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
findByUniqueDomainKey(Object) - Method in interface org.tentackle.pdo.DomainObject
Finds an object of this class by its unique domain-key.
findColumn(String) - Method in class org.tentackle.dbms.ResultSetSkipBlock
Maps the given column name to its column index.
findColumn(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Maps the given column name to its column index.
findDeclaredMethod(Class<?>, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Finds the declared interface method for a given method signature.
This usually indicates that the invocation handler is not servicing the expected interface.
The default implementation just logs the fact that something is weird and returns the passed method.
findDuplicate() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object (if saved) would violate any unique constraints.
findDuplicate() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether this object (if saved) would violate any unique constraints.
findEffectiveClass(Class<?>) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
Gets the effective class.
findEffectiveClass(Class<?>) - Method in class org.tentackle.persist.rmi.PdoRemoteDelegateLocator
 
findFirstServiceConfiguration(String) - Method in class org.tentackle.common.DefaultServiceFinder
Finds the first service configurations by service name.
If similar configurations appear more than once on the classpath, the first is returned.
findFirstServiceConfiguration(String) - Method in interface org.tentackle.common.ServiceFinder
Finds the first service configurations by service name.
If similar configurations appear more than once on the classpath, the first is returned.
findFirstServiceProvider(Class<T>) - Method in class org.tentackle.common.DefaultServiceFinder
Finds the first service provider by service name.
If similar configurations appear more than once on the classpath, the first is returned.
findFirstServiceProvider(Class<T>) - Method in interface org.tentackle.common.ServiceFinder
Finds the first service provider by service name.
If similar configurations appear more than once on the classpath, the first is returned.
findInterceptors(Class<?>, Method, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Finds all interceptors of a method.
findInterface(Class<?>, Class<I>) - Static method in class org.tentackle.reflect.ReflectionHelper
Finds the declared interface for a given class.
Checks the interfaces of the class and its superclasses until it finds a declared interface that is of the given interface type or a subtype of.
findRemoteDelegate(Class<?>) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
 
findRemoteDelegate(Class<?>) - Method in interface org.tentackle.dbms.rmi.RemoteDelegateLocator
Finds the remote delegate interface and implementation for a class.
findServiceConfigurations(String) - Method in class org.tentackle.common.DefaultServiceFinder
Finds service configurations by service name.
Iterations over the returned map are ordered by discovery along the classpath.
findServiceConfigurations(String) - Method in interface org.tentackle.common.ServiceFinder
Finds service configurations by service name.
Iterations over the returned map are ordered by discovery along the classpath.
findServiceProviders(Class<T>) - Method in class org.tentackle.common.DefaultServiceFinder
Finds the service providers by service names.
findServiceProviders(Class<T>) - Method in interface org.tentackle.common.ServiceFinder
Finds the service providers by service names.
findServiceURLs(String) - Method in class org.tentackle.common.DefaultServiceFinder
Finds URLs of a service by name.
findServiceURLs(String) - Method in interface org.tentackle.common.ServiceFinder
Finds URLs of a service by name.
findSnapshotMethod(String, Class<?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Finds a snapshot method.
Snapshot methods AbstractPersistentObject.createComponentsInSnapshot(AbstractPersistentObject), AbstractPersistentObject.revertAttributesToSnapshot(AbstractPersistentObject) and AbstractPersistentObject.revertComponentsToSnapshot(AbstractPersistentObject)) take the snapshot object with the correct implementation type and are implemented at some implementation class.
findUniqueServiceConfiguration(String) - Method in class org.tentackle.common.DefaultServiceFinder
Finds a unique service configurations by service name.
It is checked that the service is defined exactly once.
findUniqueServiceConfiguration(String) - Method in interface org.tentackle.common.ServiceFinder
Finds a unique service configurations by service name.
It is checked that the service is defined exactly once.
findUniqueServiceProvider(Class<T>) - Method in class org.tentackle.common.DefaultServiceFinder
Finds the unique service provider by service class.
findUniqueServiceProvider(Class<T>) - Method in interface org.tentackle.common.ServiceFinder
Finds the unique service provider by service name.
findVisitMethod(Class<?>[]) - Method in class org.tentackle.reflect.ReflectiveVisitor
Finds the visit method for a class.
fine(String) - Method in class org.tentackle.log.DefaultLogger
 
fine(String) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(String) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
fine(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
fine(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
fine(String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(String, Supplier<?>...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
fine(Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
fine(Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
fine(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
fine(Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
fine(Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
FINE - Enum constant in enum class org.tentackle.log.Logger.Level
FINE is a message level providing tracing information.
finer(String) - Method in class org.tentackle.log.DefaultLogger
 
finer(String) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(String) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
finer(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
finer(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
finer(String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(String, Supplier<?>...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
finer(Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
finer(Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
finer(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
finer(Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
finer(Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
FINER - Enum constant in enum class org.tentackle.log.Logger.Level
FINEST indicates a highly detailed tracing message.
finish(DbTransaction, boolean) - Method in class org.tentackle.dbms.DbTransactionFactory
Finishes a transaction.
Invoked when a transaction is committed or rolled back.
Notice that this method is only invoked for local sessions, never for remote sessions.
finishModification(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Does any postprocessing after delete, insert or update.
finishModification(ModificationType) - Method in class org.tentackle.persist.AbstractPersistentObject
Does any postprocessing after delete, insert or update.
finishNotUpdated(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Does any update postprocessing for objects not being updated.
Necessary, because not modified for some reason, e.g. only components modified.
The default implementation does nothing.
finishNotUpdated(ModificationType) - Method in class org.tentackle.persist.AbstractPersistentObject
Does any update postprocessing for objects not being updated.
Necessary, because not modified for some reason, e.g. only components modified.
The default implementation does nothing.
finishStartup() - Method in class org.tentackle.app.AbstractApplication
Finishes the startup.
The default implementation starts the modification tracker, unless the property "notracker" is given.
The property "statistics" activates the statistics.
finishStartup() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
finishStartup() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
finishStartup() - Method in class org.tentackle.persist.app.ServerApplication
 
finishStartup() - Method in class org.tentackle.web.app.WebApplication
 
fire() - Method in class org.tentackle.fx.component.FxButton
 
fireCompleted() - Method in class org.tentackle.task.AbstractTask
 
fireCompleted() - Method in interface org.tentackle.task.Task
fireCompleted(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
fireEvent(T) - Method in class org.tentackle.fx.rdc.EventListenerProxy
Fires an event.
fireModelToViewListeners() - Method in class org.tentackle.fx.FxControlDelegate
Fires all model-to-view listeners.
firePropertyChange(String, Object, Object) - Method in class org.tentackle.dbms.AbstractDbObject
Support for reporting bound property changes for Object properties.
firePropertyChanged(String, Object, Object) - Method in class org.tentackle.misc.PropertySupport
Fires property listeners.
fireStarted() - Method in class org.tentackle.task.AbstractTask
 
fireStarted() - Method in interface org.tentackle.task.Task
fireStarted(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
fireToModel(Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
fireToModel(Object, Object) - Method in interface org.tentackle.bind.Binding
Invokes ToModelListener.toModel(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the model.
fireToModel(Binding, Object, Object) - Method in class org.tentackle.bind.AbstractBinder
 
fireToModel(Binding, Object, Object) - Method in interface org.tentackle.bind.Binder
Invokes ToModelListener.toModel(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the model.
fireToModel(Binding, Object, Object) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
fireToView(Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
fireToView(Object, Object) - Method in interface org.tentackle.bind.Binding
Invokes ToViewListener.toView(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the view.
fireToView(Object, Object) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
fireToView(Object, Object) - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
fireToView(Binding, Object, Object) - Method in class org.tentackle.bind.AbstractBinder
 
fireToView(Binding, Object, Object) - Method in interface org.tentackle.bind.Binder
Invokes ToViewListener.toView(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the view.
fireToView(Binding, Object, Object) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
fireValidated(List<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinding
 
fireValidated(List<ValidationResult>) - Method in interface org.tentackle.bind.Binding
Invokes ValidationListener.validated(ValidationEvent) for all registered listeners.
fireValidated(Binding, List<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinder
 
fireValidated(Binding, List<ValidationResult>) - Method in interface org.tentackle.bind.Binder
Invokes ValidationListener.validated(ValidationEvent) for all registered listeners.
fireViewToModelListeners() - Method in class org.tentackle.fx.FxControlDelegate
Fires all model-to-view listeners.
first - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
true if this is the first block.
first() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the first row in this ResultSet object.
first() - Method in interface org.tentackle.misc.ScrollableResource
Rewinds the scrollable resource to the first row.
first() - Method in class org.tentackle.persist.ResultSetCursor
Rewinds the cursor to the first row.
first() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Rewinds the cursor to the first row.
first() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
firstBefore(String, char) - Static method in class org.tentackle.common.StringHelper
Gets the part of a string before a given delimiter.
firstLine(String) - Static method in class org.tentackle.common.StringHelper
Gets the first line from a multi-line string.
firstToLower(String) - Static method in class org.tentackle.common.StringHelper
Converts the first character of string to uppercase.
firstToUpper(String) - Static method in class org.tentackle.common.StringHelper
Converts the first character of string to uppercase.
flag() - Element in annotation interface org.tentackle.validate.validator.Pattern
The regexp flags from Pattern
FLOAT - Enum constant in enum class org.tentackle.sql.SqlType
Float and float.
floatingNumberPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the floatingNumberPattern record component.
FloatPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type float.
FloatPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.FloatPrimitiveType
Creates the datatype for the primitive type float.
FloatStringTranslator - Class in org.tentackle.fx.translate
Float translator.
FloatStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.FloatStringTranslator
Creates a translator.
FloatType - Class in org.tentackle.sql.datatypes
Datatype for Float.
FloatType() - Constructor for class org.tentackle.sql.datatypes.FloatType
Creates the datatype for Float.
FlowPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a FlowPane.
FlowPaneBuilder() - Constructor for class org.tentackle.fx.container.build.FlowPaneBuilder
Creates the builder.
FlowPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a FlowPane.
FlowPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.FlowPaneConfigurator
Creates the configurator for a FlowPane.
flush() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
flush() - Method in class org.tentackle.io.AppendableWriter
Flushing an AppendableWriter has no effect.
flush() - Method in class org.tentackle.io.CompressedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.tentackle.log.LoggerOutputStream
 
flush() - Method in class org.tentackle.prefs.CompositePreferences
Flushes the preferences (system and user).
flush() - Method in class org.tentackle.prefs.DefaultPreferences
 
flush() - Method in interface org.tentackle.prefs.PersistedPreferences
Forces any changes in the contents of this preference node and its descendants to the persistent store.
flush(DbPreferences, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Flushes a node and all of its sub-nodes to the backing store.
flush(DbPreferences, boolean) - Method in interface org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegate
 
flush(DbPreferences, boolean) - Method in class org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegateImpl
 
flush(DbPreferences, boolean, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesOperation
Flushes a node back to storage.
flushImpl(Db, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferences
Recursive implementation of flush.
focusGained(FxComponent) - Method in class org.tentackle.fx.FxUtilities
Performs all necessary operations on an FxComponent when it gained the focus.
focusLost(FxComponent) - Method in class org.tentackle.fx.FxUtilities
Performs all necessary operations on an FxComponent when it lost the focus.
focusNext(T) - Method in class org.tentackle.fx.component.config.TextAreaConfigurator
 
focusNext(T) - Method in class org.tentackle.fx.component.config.TextInputControlConfigurator
Moves the focus logically forward if not a table cell editor.
focusPrevious(T) - Method in class org.tentackle.fx.component.config.TextAreaConfigurator
 
focusPrevious(T) - Method in class org.tentackle.fx.component.config.TextInputControlConfigurator
Moves the focus logically back if not a table cell editor.
forceCleanup() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Forces a cleanup if all cleanup and closing failed.
forceDetach(Db) - Method in interface org.tentackle.dbms.ConnectionManager
Detaches but also scans for pending statements to clean up.
forceDetach(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
forceDetach(Db) - Method in class org.tentackle.dbms.MpxConnectionManager
 
forceDetached() - Method in class org.tentackle.dbms.StatementWrapper
Detaches the Db after a severe error.
forEachRemaining(Consumer<? super E>) - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
FOREIGN_KEY_NAME - Enum constant in enum class org.tentackle.sql.SqlNameType
name of a foreign key.
ForeignKey - Interface in org.tentackle.model
Foreign key for referential integrity.
ForeignKeyAction - Enum Class in org.tentackle.sql.metadata
Enum for foreign key actions.
ForeignKeyColumnMetaData - Class in org.tentackle.sql.metadata
Metadata for a column of a foreign key.
ForeignKeyColumnMetaData(ForeignKeyMetaData) - Constructor for class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Creates a foreign key column.
ForeignKeyImpl - Class in org.tentackle.model.impl
Implementation of a foreign key.
ForeignKeyImpl(Entity, Attribute, Entity, Attribute, boolean) - Constructor for class org.tentackle.model.impl.ForeignKeyImpl
Creates a foreign key.
ForeignKeyMetaData - Class in org.tentackle.sql.metadata
Metadata for foreign keys.
ForeignKeyMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.ForeignKeyMetaData
Creates foreign key meta data.
ForeignKeyMigrator - Class in org.tentackle.model.migrate
Handles the migration of foreign keys.
ForeignKeyMigrator(Backend, ForeignKey, ForeignKeyMetaData) - Constructor for class org.tentackle.model.migrate.ForeignKeyMigrator
Creates a migrator.
foreignKeySql() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the foreignKeySql record component.
ForeignReference(Method[], int, String) - Constructor for record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Creates an instance of a ForeignReference record class.
foreignReferences - Variable in class org.tentackle.dbms.DbObjectClassVariables
Referencing classes and their isReferencing-methods.
FORGET - Enum constant in enum class org.tentackle.pdo.PdoCacheStrategy
forget all entries if maxSize reached (default)
format(Class<?>, String, Object...) - Method in class org.tentackle.validate.ValidationUtilities
Gets a formatted and localized string.
format(Object, String, Object...) - Method in class org.tentackle.validate.ValidationUtilities
Gets a formatted and localized string.
format(Date) - Method in class org.tentackle.sql.datatypes.DateType
 
format(Time) - Method in class org.tentackle.sql.datatypes.TimeType
 
format(Timestamp) - Method in class org.tentackle.sql.datatypes.TimestampType
 
format(Instant) - Method in class org.tentackle.sql.datatypes.InstantType
Converts an instant to a string.
format(LocalDate) - Method in class org.tentackle.sql.datatypes.LocalDateType
Converts a date object to a string.
format(LocalDateTime) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
Converts a date time object to a string.
format(LocalTime) - Method in class org.tentackle.sql.datatypes.LocalTimeType
Converts a time object to a string.
format(OffsetDateTime) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
Converts an offset date time object to a string.
format(OffsetTime) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
Converts an offset time object to a string.
format(ZonedDateTime) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
Converts a zoned date time object to a string.
format(T) - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Formats the given value.
format(T) - Method in class org.tentackle.misc.time.SmartDateTimeParser
Formats the given temporal.
formatDate(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a date.
formatFloatingNumber(Number) - Static method in class org.tentackle.misc.FormatHelper
Formats a floating number.
FormatHelper - Class in org.tentackle.misc
Formatting helper methods.
FormatHelper.Patterns - Record Class in org.tentackle.misc
Patterns to initialize formatting.
formatInteger(Number) - Static method in class org.tentackle.misc.FormatHelper
Formats an integer.
formatItem(DateTimeFormatter, Time) - Method in class org.tentackle.fx.table.type.TimeTableCellType
 
formatItem(DateTimeFormatter, Timestamp) - Method in class org.tentackle.fx.table.type.TimestampTableCellType
 
formatItem(DateTimeFormatter, Instant) - Method in class org.tentackle.fx.table.type.InstantTableCellType
 
formatItem(DateTimeFormatter, LocalDate) - Method in class org.tentackle.fx.table.type.LocalDateTableCellType
 
formatItem(DateTimeFormatter, LocalDateTime) - Method in class org.tentackle.fx.table.type.LocalDateTimeTableCellType
 
formatItem(DateTimeFormatter, LocalTime) - Method in class org.tentackle.fx.table.type.LocalTimeTableCellType
 
formatItem(DateTimeFormatter, OffsetDateTime) - Method in class org.tentackle.fx.table.type.OffsetDateTimeTableCellType
 
formatItem(DateTimeFormatter, OffsetTime) - Method in class org.tentackle.fx.table.type.OffsetTimeTableCellType
 
formatItem(DateTimeFormatter, ZonedDateTime) - Method in class org.tentackle.fx.table.type.ZonedDateTimeTableCellType
 
formatItem(DateTimeFormatter, T) - Method in class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
Formats the item.
formatItem(DateTimeFormatter, T) - Method in class org.tentackle.fx.table.type.DateTableCellType
 
formatLocalDate(LocalDate) - Static method in class org.tentackle.misc.FormatHelper
Formats a date.
formatLocalDateTime(LocalDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp.
formatLocalTime(LocalTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a time.
formatOffsetDateTime(OffsetDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp with zone offset.
formatOffsetTime(OffsetTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a time with zone offset.
formatShortDate(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short date.
formatShortLocalDate(LocalDate) - Static method in class org.tentackle.misc.FormatHelper
Formats a short date.
formatShortLocalDateTime(LocalDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp.
formatShortLocalTime(LocalTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time.
formatShortOffsetDateTime(OffsetDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp with zone offset.
formatShortOffsetTime(OffsetTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time with zone offset.
formatShortTime(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time.
formatShortTimestamp(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp.
formatShortZonedDateTime(ZonedDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp with timezone.
formatTime(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a time.
formatTimestamp(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp.
formatZonedDateTime(ZonedDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp with timezone.
FractionNumberStringTranslator<M> - Class in org.tentackle.fx.translate
Abstract base class for fraction number translators.
FractionNumberStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.FractionNumberStringTranslator
Creates a fraction number translator.
freeConCount - Variable in class org.tentackle.dbms.DefaultConnectionManager
number of entries in freeConList.
freeConList - Variable in class org.tentackle.dbms.DefaultConnectionManager
free list for conList (unused entries in conList).
freeConnection(ManagedConnection) - Method in class org.tentackle.dbms.MpxConnectionManager
Frees a connection and adds it to the unattached list.
freeDbCount - Variable in class org.tentackle.dbms.DefaultConnectionManager
number of entries in freeDbList.
freeDbList - Variable in class org.tentackle.dbms.DefaultConnectionManager
free list for dbList (unused entries in dbList).
Freezable - Interface in org.tentackle.common
A freezable object.
freeze() - Method in class org.tentackle.common.Binary
 
freeze() - Method in class org.tentackle.common.Date
 
freeze() - Method in interface org.tentackle.common.Freezable
Makes this object immutable.
freeze() - Method in class org.tentackle.common.Time
 
freeze() - Method in class org.tentackle.common.Timestamp
 
freeze(Freezable) - Static method in interface org.tentackle.common.Freezable
Freezes a value object null-safe.
Method provided to reduce generated code.
fromCsv(char, Collection<String>) - Method in class org.tentackle.misc.CsvConverter
Reads CSV lines.
fromString(String) - Method in class org.tentackle.fx.NavigationLetterStringConverter
 
fromTag(String) - Method in class org.tentackle.common.LocaleProvider
Converts a tag to a supported locale.
FULL - Enum constant in enum class org.tentackle.model.Integrity
application-level and all related and composite relations.
FULL - Enum constant in enum class org.tentackle.sql.JoinType
full outer join.
FULL_DBONLY - Enum constant in enum class org.tentackle.model.Integrity
same as Integrity.FULL but no check on application level.
FULLTRACKED - Enum constant in enum class org.tentackle.model.TrackType
like ATTRACKED but keeps the old persisted values as well.
Fx - Class in org.tentackle.fx
Often used factory and helper methods for FX-related stuff.
FxAccordion - Class in org.tentackle.fx.container
Extended Accordion.
FxAccordion() - Constructor for class org.tentackle.fx.container.FxAccordion
Creates a FxAccordion.
FxAccordionDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxAccordion.
FxAccordionDelegate(FxAccordion) - Constructor for class org.tentackle.fx.container.delegate.FxAccordionDelegate
Creates the delegate.
FxAnchorPane - Class in org.tentackle.fx.container
Extended AnchorPane.
FxAnchorPane() - Constructor for class org.tentackle.fx.container.FxAnchorPane
Creates a FxAnchorPane.
FxAnchorPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxAnchorPane.
FxAnchorPaneDelegate(FxAnchorPane) - Constructor for class org.tentackle.fx.container.delegate.FxAnchorPaneDelegate
Creates the delegate.
FxApplication - Class in org.tentackle.fx.rdc.app
Tentackle FX application base class.
FxApplication() - Constructor for class org.tentackle.fx.rdc.app.FxApplication
Parent constructor.
FxBindingFactory - Interface in org.tentackle.fx.bind
The fx binding factory.
FxBorderPane - Class in org.tentackle.fx.container
Extended BorderPane.
FxBorderPane() - Constructor for class org.tentackle.fx.container.FxBorderPane
Creates a FxBorderPane.
FxBorderPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxBorderPane.
FxBorderPaneDelegate(FxBorderPane) - Constructor for class org.tentackle.fx.container.delegate.FxBorderPaneDelegate
Creates the delegate.
FxBuilderFactory - Class in org.tentackle.fx
The default implementation of a builder factory.
FxBuilderFactory() - Constructor for class org.tentackle.fx.FxBuilderFactory
Creates the factory.
FxButton - Class in org.tentackle.fx.component
Extended button.
Notice that a button is not an FxControl.
FxButton() - Constructor for class org.tentackle.fx.component.FxButton
Creates a button with an empty string for its label.
FxButtonBar - Class in org.tentackle.fx.container
Extended ButtonBar.
FxButtonBar() - Constructor for class org.tentackle.fx.container.FxButtonBar
Creates a FxButtonBar.
FxButtonBarDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxButtonBar.
FxButtonBarDelegate(FxButtonBar) - Constructor for class org.tentackle.fx.container.delegate.FxButtonBarDelegate
Creates the delegate.
FxCheckBox - Class in org.tentackle.fx.component
Extended Checkbox.
FxCheckBox() - Constructor for class org.tentackle.fx.component.FxCheckBox
Creates a FxCheckBox.
FxCheckBoxDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxCheckBox.
FxCheckBoxDelegate(FxCheckBox) - Constructor for class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
Creates the delegate.
FxChoiceBox<T> - Class in org.tentackle.fx.component
Extended ChoiceBox.
FxChoiceBox() - Constructor for class org.tentackle.fx.component.FxChoiceBox
Creates a FxChoiceBox.
FxChoiceBoxDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxChoiceBox.
FxChoiceBoxDelegate(FxChoiceBox<?>) - Constructor for class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
Creates the delegate.
FxColorPicker - Class in org.tentackle.fx.component
Extended ColorPicker.
FxColorPicker() - Constructor for class org.tentackle.fx.component.FxColorPicker
Creates a FxColorPicker.
FxColorPickerDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxColorPicker.
FxColorPickerDelegate(FxColorPicker) - Constructor for class org.tentackle.fx.component.delegate.FxColorPickerDelegate
Creates the delegate.
FxComboBox<T> - Class in org.tentackle.fx.component
Extended ComboBox.
FxComboBox() - Constructor for class org.tentackle.fx.component.FxComboBox
Creates a FxComboBox.
FxComboBoxDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxComboBox.
FxComboBoxDelegate(FxComboBox<?>) - Constructor for class org.tentackle.fx.component.delegate.FxComboBoxDelegate
Creates the delegate.
FxComponent - Interface in org.tentackle.fx
Interface all tentackle Fx components must implement.
FxComponentBinder - Interface in org.tentackle.fx.bind
The Binder that associates form components with object binding paths.
FxComponentBinding - Interface in org.tentackle.fx.bind
Binding between a class member and a fx-component.
FxComponentDelegate - Class in org.tentackle.fx
Delegate implementing FxComponent.
FxComponentDelegate() - Constructor for class org.tentackle.fx.FxComponentDelegate
Creates a component delegate.
FxContainer - Interface in org.tentackle.fx
Interface all tentackle Fx containers must implement.
FxContainerDelegate - Class in org.tentackle.fx
Delegate implementing FxContainer.
FxContainerDelegate() - Constructor for class org.tentackle.fx.FxContainerDelegate
Parent constructor.
FxControl - Interface in org.tentackle.fx
Parent interface of all FxComponents and FxContainers.
FxControlDelegate - Class in org.tentackle.fx
Base implementation for all fx delegates.
FxControlDelegate() - Constructor for class org.tentackle.fx.FxControlDelegate
Creates a control delegate.
FxController - Interface in org.tentackle.fx
The controller interface all Tentackle FX-controllers must implement.
FxControllerService - Annotation Interface in org.tentackle.fx
Annotation for Tentackle FX-controllers.
FxControllerService.BINDING - Enum Class in org.tentackle.fx
Type of binding.
FxControllerServiceAnnotationProcessor - Class in org.tentackle.fx.apt
Annotation processor for the @FxControllerService annotation.
FxControllerServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.apt.FxControllerServiceAnnotationProcessor
Creates the annotation processor.
FxDatePicker - Class in org.tentackle.fx.component
Extended DatePicker.
Tentackle's FxDatePicker is a TextComponent and maps to Date or Timestamp.
It uses the ValueTranslator (TemporalStringTranslator) to map to/from the model.
FxDatePicker() - Constructor for class org.tentackle.fx.component.FxDatePicker
Creates a FxDatePicker.
FxDatePickerDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxDatePicker.
FxDatePickerDelegate(FxDatePicker) - Constructor for class org.tentackle.fx.component.delegate.FxDatePickerDelegate
Creates the delegate.
FxDialogPane - Class in org.tentackle.fx.container
Extended DialogPane.
FxDialogPane() - Constructor for class org.tentackle.fx.container.FxDialogPane
Creates a FxDialogPane.
FxDialogPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxDialogPane.
FxDialogPaneDelegate(FxDialogPane) - Constructor for class org.tentackle.fx.container.delegate.FxDialogPaneDelegate
Creates the delegate.
FxFactory - Interface in org.tentackle.fx
A factory for FX-related stuff.
FxFlowPane - Class in org.tentackle.fx.container
Extended FlowPane.
FxFlowPane() - Constructor for class org.tentackle.fx.container.FxFlowPane
Creates a FxFlowPane.
FxFlowPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxFlowPane.
FxFlowPaneDelegate(FxFlowPane) - Constructor for class org.tentackle.fx.container.delegate.FxFlowPaneDelegate
Creates the delegate.
FxFxBundle - Class in org.tentackle.fx
Bundle for fx-package in tentackle-FX.
FxGridPane - Class in org.tentackle.fx.container
Extended GridPane.
FxGridPane() - Constructor for class org.tentackle.fx.container.FxGridPane
Creates a FxGridPane.
FxGridPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxGridPane.
FxGridPaneDelegate(FxGridPane) - Constructor for class org.tentackle.fx.container.delegate.FxGridPaneDelegate
Creates the delegate.
FxHBox - Class in org.tentackle.fx.container
Extended HBox.
FxHBox() - Constructor for class org.tentackle.fx.container.FxHBox
Creates a FxHBox.
FxHBoxDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxHBox.
FxHBoxDelegate(FxHBox) - Constructor for class org.tentackle.fx.container.delegate.FxHBoxDelegate
Creates the delegate.
FxHTMLEditor - Class in org.tentackle.fx.component
Extended HTMLEditor.
FxHTMLEditor() - Constructor for class org.tentackle.fx.component.FxHTMLEditor
Creates a FxHTMLEditor.
FxHTMLEditorDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxHTMLEditor.
FxHTMLEditorDelegate(FxHTMLEditor) - Constructor for class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
Creates the delegate.
FxLabel - Class in org.tentackle.fx.component
Extended Label.
FxLabel() - Constructor for class org.tentackle.fx.component.FxLabel
Creates a label.
FxListView<T> - Class in org.tentackle.fx.component
Extended ListView.
FxListView() - Constructor for class org.tentackle.fx.component.FxListView
Creates a FxListView.
FxListViewDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxListView.
FxListViewDelegate(FxListView<?>) - Constructor for class org.tentackle.fx.component.delegate.FxListViewDelegate
Creates the delegate.
FXML_NONE - Static variable in annotation interface org.tentackle.fx.FxControllerService
Disables the fxml-loader if the view is provided by the controller.
Set url=FxControllerService.FXML_NONE.
The controller needs one of the following constructors: If resources=FxControllerService.RESOURCES_NONE:
FxPane - Class in org.tentackle.fx.container
Extended Pane.
FxPane() - Constructor for class org.tentackle.fx.container.FxPane
Creates a FxPane.
FxPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxPane.
FxPaneDelegate(FxPane) - Constructor for class org.tentackle.fx.container.delegate.FxPaneDelegate
Creates the delegate.
FxPasswordField - Class in org.tentackle.fx.component
Extended PasswordField with enhanced security.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.
FxPasswordField() - Constructor for class org.tentackle.fx.component.FxPasswordField
Creates a FxPasswordField.
FxPasswordFieldDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxPasswordField.
FxPasswordFieldDelegate(FxPasswordField) - Constructor for class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
Creates the delegate.
FxPropertyMapping<T> - Class in org.tentackle.fx
Extended PropertyMapping to support lists.
FxPropertyMapping(String, Method, Method) - Constructor for class org.tentackle.fx.FxPropertyMapping
Creates a property mapping.
FxRadioButton - Class in org.tentackle.fx.component
Extended RadioButton.
FxRadioButton() - Constructor for class org.tentackle.fx.component.FxRadioButton
Creates a FxRadioButton.
FxRadioButtonDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxRadioButton.
FxRadioButtonDelegate(FxRadioButton) - Constructor for class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
Creates the delegate.
FxRuntimeException - Exception Class in org.tentackle.fx
FX runtime exception.
FxRuntimeException() - Constructor for exception class org.tentackle.fx.FxRuntimeException
Constructs a new FX runtime exception with null as its detail message.
FxRuntimeException(String) - Constructor for exception class org.tentackle.fx.FxRuntimeException
Constructs a new FX runtime exception with the specified detail message.
FxRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.fx.FxRuntimeException
Constructs a new FX runtime exception with the specified detail message and cause.
FxRuntimeException(Throwable) - Constructor for exception class org.tentackle.fx.FxRuntimeException
Constructs a new FX runtime exception with the specified cause and a detail message of (cause==null ?
FxScrollPane - Class in org.tentackle.fx.container
Extended ScrollPane.
FxScrollPane() - Constructor for class org.tentackle.fx.container.FxScrollPane
Creates a FxScrollPane.
FxScrollPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxScrollPane.
FxScrollPaneDelegate(FxScrollPane) - Constructor for class org.tentackle.fx.container.delegate.FxScrollPaneDelegate
Creates the delegate.
FxSplitPane - Class in org.tentackle.fx.container
Extended SplitPane.
FxSplitPane() - Constructor for class org.tentackle.fx.container.FxSplitPane
Creates a FxSplitPane.
FxSplitPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxSplitPane.
FxSplitPaneDelegate(FxSplitPane) - Constructor for class org.tentackle.fx.container.delegate.FxSplitPaneDelegate
Creates the delegate.
FxStackPane - Class in org.tentackle.fx.container
Extended StackPane.
FxStackPane() - Constructor for class org.tentackle.fx.container.FxStackPane
Creates a FxStackPane.
FxStackPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxStackPane.
FxStackPaneDelegate(FxStackPane) - Constructor for class org.tentackle.fx.container.delegate.FxStackPaneDelegate
Creates the delegate.
FxTab - Class in org.tentackle.fx.container
Extended Tab.
FxTab() - Constructor for class org.tentackle.fx.container.FxTab
Creates a FxTab.
FxTabDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxTab.
FxTabDelegate(FxTab) - Constructor for class org.tentackle.fx.container.delegate.FxTabDelegate
Creates the delegate.
FxTableBinder<S> - Interface in org.tentackle.fx.bind
The Binder that associates a table with object binding paths.
FxTableBinding<S,T> - Interface in org.tentackle.fx.bind
Binding between a class member and a table model column.
FxTableCell<S,T> - Class in org.tentackle.fx.table
Extended table cell.
FxTableCell(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.table.FxTableCell
Creates a table cell.
FxTableColumn<S,T> - Class in org.tentackle.fx.table
An extended table column.
Holds the column configuration.
FxTableColumn(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.table.FxTableColumn
Creates a table column.
FxTableColumn(TableColumnConfiguration<S, T>, String) - Constructor for class org.tentackle.fx.table.FxTableColumn
Creates a table column.
FxTableView<S> - Class in org.tentackle.fx.component
Extended TableView.
FxTableView() - Constructor for class org.tentackle.fx.component.FxTableView
Creates a FxTableView.
FxTableViewDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxTableView.
FxTableViewDelegate(FxTableView<?>) - Constructor for class org.tentackle.fx.component.delegate.FxTableViewDelegate
Creates the delegate.
FxTabPane - Class in org.tentackle.fx.container
Extended TabPane.
FxTabPane() - Constructor for class org.tentackle.fx.container.FxTabPane
Creates a FxTabPane.
FxTabPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxTabPane.
FxTabPaneDelegate(FxTabPane) - Constructor for class org.tentackle.fx.container.delegate.FxTabPaneDelegate
Creates the delegate.
FxTextArea - Class in org.tentackle.fx.component
Extended TextArea.
FxTextArea() - Constructor for class org.tentackle.fx.component.FxTextArea
Creates a FxTextArea.
FxTextAreaDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxTextArea.
FxTextAreaDelegate(FxTextArea) - Constructor for class org.tentackle.fx.component.delegate.FxTextAreaDelegate
Creates the delegate.
FxTextComponent - Interface in org.tentackle.fx
A text component.
FxTextComponentDelegate - Class in org.tentackle.fx
Delegate implementing FxComponent.
FxTextComponentDelegate() - Constructor for class org.tentackle.fx.FxTextComponentDelegate
Creates a text component delegate.
FxTextField - Class in org.tentackle.fx.component
Extended TextField.
FxTextField() - Constructor for class org.tentackle.fx.component.FxTextField
Creates a FxTextField.
FxTextFieldDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxTextField.
FxTextFieldDelegate(FxTextField) - Constructor for class org.tentackle.fx.component.delegate.FxTextFieldDelegate
Creates the delegate.
FxTextFlow - Class in org.tentackle.fx.container
Extended TextFlow.
FxTextFlow() - Constructor for class org.tentackle.fx.container.FxTextFlow
Creates a FxTextFlow.
FxTextFlowDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxTextFlow.
FxTextFlowDelegate(FxTextFlow) - Constructor for class org.tentackle.fx.container.delegate.FxTextFlowDelegate
Creates the delegate.
FxTilePane - Class in org.tentackle.fx.container
Extended TilePane.
FxTilePane() - Constructor for class org.tentackle.fx.container.FxTilePane
Creates a FxTilePane.
FxTilePaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxTilePane.
FxTilePaneDelegate(FxTilePane) - Constructor for class org.tentackle.fx.container.delegate.FxTilePaneDelegate
Creates the delegate.
FxTitledPane - Class in org.tentackle.fx.container
Extended TitledPane.
FxTitledPane() - Constructor for class org.tentackle.fx.container.FxTitledPane
Creates a FxTitledPane.
FxTitledPaneDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxTitledPane.
FxTitledPaneDelegate(FxTitledPane) - Constructor for class org.tentackle.fx.container.delegate.FxTitledPaneDelegate
Creates the delegate.
FxToggleButton - Class in org.tentackle.fx.component
Extended ToggleButton.
FxToggleButton() - Constructor for class org.tentackle.fx.component.FxToggleButton
Creates a FxToggleButton.
FxToggleButtonDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxToggleButton.
FxToggleButtonDelegate(FxToggleButton) - Constructor for class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
Creates the delegate.
FxToolBar - Class in org.tentackle.fx.container
Extended ToolBar.
FxToolBar() - Constructor for class org.tentackle.fx.container.FxToolBar
Creates a FxToolBar.
FxToolBarDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxToolBar.
FxToolBarDelegate(FxToolBar) - Constructor for class org.tentackle.fx.container.delegate.FxToolBarDelegate
Creates the delegate.
FxTreeTableCell<S,T> - Class in org.tentackle.fx.table
Extended tree table cell.
FxTreeTableCell(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.table.FxTreeTableCell
Creates a table cell.
FxTreeTableColumn<S,T> - Class in org.tentackle.fx.table
An extended tree table column.
Holds the column configuration.
FxTreeTableColumn(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.table.FxTreeTableColumn
Creates a table column.
FxTreeTableColumn(TableColumnConfiguration<S, T>, String) - Constructor for class org.tentackle.fx.table.FxTreeTableColumn
Creates a table column.
FxTreeTableView<S> - Class in org.tentackle.fx.component
Extended TreeTableView.
FxTreeTableView() - Constructor for class org.tentackle.fx.component.FxTreeTableView
Creates a FxTreeTableView.
FxTreeTableViewDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxTreeTableView.
FxTreeTableViewDelegate(FxTreeTableView<?>) - Constructor for class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
Creates the delegate.
FxTreeView<T> - Class in org.tentackle.fx.component
Extended TreeView.
FxTreeView() - Constructor for class org.tentackle.fx.component.FxTreeView
Creates a FxTreeView.
FxTreeViewDelegate - Class in org.tentackle.fx.component.delegate
Delegate for FxTreeView.
FxTreeViewDelegate(FxTreeView<?>) - Constructor for class org.tentackle.fx.component.delegate.FxTreeViewDelegate
Creates the delegate.
FxUtilities - Class in org.tentackle.fx
Utility methods for Fx.
FxUtilities() - Constructor for class org.tentackle.fx.FxUtilities
Creates the FX utilities.
FxVBox - Class in org.tentackle.fx.container
Extended VBox.
FxVBox() - Constructor for class org.tentackle.fx.container.FxVBox
Creates a FxVBox.
FxVBoxDelegate - Class in org.tentackle.fx.container.delegate
Delegate for FxVBox.
FxVBoxDelegate(FxVBox) - Constructor for class org.tentackle.fx.container.delegate.FxVBoxDelegate
Creates the delegate.

G

get() - Method in class org.tentackle.common.I18NText
Gets the translation for the current locale.
get() - Static method in interface org.tentackle.log.Logger
Gets a logger for the invoking class.
Same as Logger.get(Class) but uses the StackWalker to determine the caller class.
get() - Method in class org.tentackle.misc.BlockingHolder
 
get() - Method in class org.tentackle.misc.Holder
 
get() - Method in interface org.tentackle.misc.Provider
Gets a result.
get() - Method in interface org.tentackle.misc.ScrollableResource
Gets the object of the current row.
get() - Method in class org.tentackle.misc.VolatileHolder
 
get() - Method in class org.tentackle.persist.ResultSetCursor
Gets the data object of the current row.
get() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Gets the data object of the current row.
get() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
get(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
get(Class<?>) - Static method in interface org.tentackle.log.Logger
Gets a logger for the given classname.
If the logger doesn't exist so far for the given class, it will be created.
get(Class<P>, long) - Method in class org.tentackle.misc.IdentifiableMap
Retrieves an object from the map.
get(Class<T>) - Method in interface org.tentackle.sql.DataTypeFactory
Gets the datatype singleton.
get(Class<T>) - Method in class org.tentackle.validate.DefaultValidationContext
 
get(Class<T>) - Method in interface org.tentackle.validate.ValidationContext
Gets a validation property for an object of given class.
get(Class<T>, String) - Method in interface org.tentackle.sql.DataTypeFactory
Gets the datatype singleton.
get(Object) - Method in class org.tentackle.fx.AbstractBuilder
 
get(Object) - Method in class org.tentackle.reflect.PropertyMap
 
get(Object) - Method in class org.tentackle.validate.DefaultValidationContext
 
get(Object) - Method in interface org.tentackle.validate.ValidationContext
Gets an application-specific validation property.
get(String) - Static method in class org.tentackle.dbms.ObjectSequenceId
Gets a sequence id source.
Id sources are unique by name.
get(String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
get(String) - Method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
 
get(String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Get the context identified by the key parameter.
get(String) - Method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
 
get(String) - Method in class org.tentackle.misc.NamedCounter
Gets the value for given named counter.
get(String) - Method in class org.tentackle.misc.NamedValue
Gets the value for given name.
get(String) - Method in interface org.tentackle.sql.DataTypeFactory
Gets the datatype singleton.
get(String, int, int) - Static method in class org.tentackle.dbms.ObjectSequenceId
Gets a sequence id source.
Id sources are unique by name.
get(String, String) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
get(String, String) - Method in class org.tentackle.prefs.DefaultPreferences
 
get(String, String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the value associated with the specified key in this preference node.
get(String, String) - Method in interface org.tentackle.sql.DataTypeFactory
Gets the datatype singleton.
get(String, String) - Method in class org.tentackle.sql.DefaultDataTypeFactory
 
get(Locale) - Method in class org.tentackle.common.I18NText
Gets the translation for the given locale.
get(DomainContext, C) - Method in class org.tentackle.pdo.PdoCacheIndex
Gets the PDO from cache by key.
get(SessionInfo) - Method in class org.tentackle.dbms.MultiUserDbPool
 
get(SessionInfo) - Method in interface org.tentackle.session.MultiUserSessionPool
Gets a session from the pool for a given session info.
get(Backend) - Method in interface org.tentackle.dbms.SqlSupplier
Creates the SQL-code according to the backend.
get(Backend, ResultSet, int[], boolean, Integer) - Method in interface org.tentackle.sql.DataType
Gets the object from a result set.
Must be implemented if DataType.isPredefined() returns false.
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.BigDecimalType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.BinaryType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.BooleanType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.ByteType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.CharacterType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.DateType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.DoubleType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.FloatType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.IntegerType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.LargeStringType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalDateType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.LongType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.ShortType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.StringType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.TimestampType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.TimeType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.UUIDType
 
get(Backend, ResultSet, int[], boolean, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
get(DataType<T>, boolean, Integer) - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the object for given DataType.
This method is provided for application-specific types.
get(DataType<T>, int[], boolean, Integer) - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the object for given DataType.
This method is provided for application-specific types.
get(T) - Method in class org.tentackle.reflect.PropertyMapping
Gets the property value.
getAbbreviations() - Method in class org.tentackle.script.jsr.JSR223Language
 
getAbbreviations() - Method in interface org.tentackle.script.ScriptingLanguage
Gets the abbreviations for the she-bang notations.
getABoolean() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Boolean in the Java programming language.
getABoolean(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Boolean in the Java programming language.
getABoolean(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Boolean in the Java programming language.
getABoolean(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Boolean.
getAByte() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Byte in the Java programming language.
getAByte(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Byte in the Java programming language.
getAByte(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Byte in the Java programming language.
getAccessScope() - Method in interface org.tentackle.model.CommonOptions
The access scope.
getAccessScope() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
getAccessScope() - Method in class org.tentackle.model.impl.RelationImpl
 
getAccessScope() - Method in interface org.tentackle.model.Relation
Gets the access scope for generated methods.
getAction() - Method in enum class org.tentackle.sql.metadata.ForeignKeyAction
Gets the action code.
getADouble() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Double in the Java programming language.
getADouble(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Double in the Java programming language.
getADouble(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Double in the Java programming language.
getADouble(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Double.
getAFloat() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Float in the Java programming language.
getAFloat(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Float in the Java programming language.
getAFloat(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Float in the Java programming language.
getAFloat(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Float.
getAlignment() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getAlignment() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Defines the alignment of the column.
getAll() - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects in map.
getAllAttributes() - Method in interface org.tentackle.model.Entity
Gets all attributes including inherited and from sub entities.
getAllAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllBackends() - Method in interface org.tentackle.sql.BackendFactory
Creates a collection of all backends.
Skips backends marked as deprecated.
getAllBackends() - Method in class org.tentackle.sql.DefaultBackendFactory
 
getAllCaches() - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
 
getAllCaches() - Static method in class org.tentackle.pdo.Pdo
Gets a list of all registered caches.
getAllCaches() - Method in interface org.tentackle.pdo.PdoCacheFactory
Gets a list of all registered caches.
getAllComponents() - Method in interface org.tentackle.model.Entity
Gets all direct and indirect components of this entity.
getAllComponents() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllCompositePaths() - Method in interface org.tentackle.model.Entity
Gets the paths of composite relations to this entity.
Notice that this includes paths to sub-entities and super-entities as well.
getAllCompositePaths() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllEntities() - Method in class org.tentackle.model.impl.ModelImpl
 
getAllEntities() - Method in interface org.tentackle.model.Model
Gets all cached entities.
getAllFields(Class<?>, Class<?>[], boolean, Class<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared fields of given class and its superclasses.
getAllIndexes() - Method in interface org.tentackle.model.Entity
Gets all including inherited and indexes from sub entities.
getAllIndexes() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllMethods(Class<?>, Class<?>[], boolean, Class<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared methods of given class and its superclasses.
getAllOpenSessions() - Static method in class org.tentackle.dbms.Db
Gets a list of all currently open sessions.
getAllPdos(T) - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Returns a collection of all PDOs.
Used in ComboBoxes and ChoiceBoxes to initialize the component's item list.
getAllPermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getAllPermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request all permission singleton.
getAllReferencingRelations() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities referencing this entity or any sub-entity or super entity.
getAllReferencingRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllRelations() - Method in interface org.tentackle.model.Entity
Gets all relations including the inherited and the ones from the sub entities.
getAllRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getAllScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request AllScope singleton.
getAllSerials() - Method in class org.tentackle.dbms.DbModificationTracker
Gets the serials of all monitored tables.
Used in remote connections.
getAllShowingStages() - Method in class org.tentackle.fx.FxUtilities
Delivers a lis of all showing stages.
getAllSorted() - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects sorted by class + ID.
getAllSorted(Class<P>) - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects for a given class.
getAllSubEntities() - Method in interface org.tentackle.model.Entity
Gets all sub entities.
getAllSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getAllTablesInDatabase() - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the header info of all tables in the database.
getAllTasks() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getAllTasks() - Method in interface org.tentackle.task.TaskDispatcher
Gets all tasks.
The returned collection is a copy of the internal queue, so modifications to the collection does not affect the queue.
getALong() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Long in the Java programming language.
getALong(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Long in the Java programming language.
getALong(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Long in the Java programming language.
getALong(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Long.
getAnnotatedElement() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getAnnotatedElement() - Method in interface org.tentackle.validate.Validator
Gets the annotated element.
getAnnotatedElementName(AnnotatedElement) - Method in class org.tentackle.validate.ValidationUtilities
Gets the member-name of the annotated element.
getAnnotation() - Method in class org.tentackle.reflect.AbstractInterceptor
 
getAnnotation() - Method in interface org.tentackle.reflect.Interceptor
Gets the interceptor annotation.
getAnnotation() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getAnnotation() - Method in interface org.tentackle.validate.RepeatableValidator
Gets the annotation of this container validator.
getAnnotation() - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
getAnnotation() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.EqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.FailImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.FalseImpl
 
getAnnotation() - Method in interface org.tentackle.validate.Validator
Gets the annotation of this validator.
getAnnotation() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.LessImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NullImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.PatternImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.SizeImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.TrueImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getAnnotation() - Method in interface org.tentackle.validate.ValidatorList
Gets the annotation of this validator list
getAnnotationList() - Method in interface org.tentackle.validate.ValidatorList
Gets the annotations.
getAnnotations() - Method in interface org.tentackle.model.AttributeOptions
Gets the list of annotations.
Annotations start with an @.
getAnnotations() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getAnnotations() - Method in class org.tentackle.model.impl.RelationImpl
 
getAnnotations() - Method in interface org.tentackle.model.Relation
Gets the list of annotations.
Annotations start with an @.
getAnnotations() - Method in interface org.tentackle.validate.RepeatableValidator
Gets the contained annotations.
getAppendable() - Method in class org.tentackle.io.AppendableWriter
Gets the appendable.
getApplication() - Method in class org.tentackle.fx.rdc.app.LoginFailedHandler
Gets the application.
getApplication() - Method in class org.tentackle.session.BackendConfiguration
Gets the application name.
getApplication() - Method in class org.tentackle.update.ClientInfo
Gets the application name.
getApplicationClass() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the FX application class.
getApplicationId() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Returns the application id.
getApplicationId() - Method in class org.tentackle.session.DefaultSessionInfo
 
getApplicationId() - Method in interface org.tentackle.session.SessionInfo
Returns the application id.
getApplicationName() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the name of the application.
getApplicationName() - Method in class org.tentackle.session.DefaultSessionInfo
 
getApplicationName() - Method in interface org.tentackle.session.SessionInfo
Gets the name of the application.
getApplicationTypeName() - Method in interface org.tentackle.model.Attribute
Gets the name of the application specific type, if a Convertible type.
getApplicationTypeName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getArchitecture() - Static method in class org.tentackle.common.StringHelper
Gets the name of the architecture from the system properties.
getArchitecture() - Method in class org.tentackle.update.ClientInfo
Gets the architecture.
getArgs() - Method in class org.tentackle.misc.CommandLine
Gets the arguments.
getArguments() - Method in class org.tentackle.misc.CommandLine
Gets the list of non-option arguments
getArray(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArtifactName() - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Gets the artifact name excluding the version.
getAShort() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Short in the Java programming language.
getAShort(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Short in the Java programming language.
getAShort(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Short in the Java programming language.
getAssociatedEntities() - Method in interface org.tentackle.model.Entity
Gets a set of all entities that are associated to this entity.
The kind of association can be a relation, a foreign relation or some hierarchy dependency or a combination of.
getAssociatedEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getAttachedSession() - Method in class org.tentackle.dbms.StatementWrapper
Same as StatementWrapper.getSession() but nullsafe.
Throws PersistenceException if statement no more attached to connection.
getAttachedSince() - Method in class org.tentackle.dbms.ManagedConnection
Gets the epochal time when this connection was attached.
getAttachTimeout() - Method in class org.tentackle.dbms.DefaultConnectionManager
Gets the attach-timeout.
getAttribute() - Method in interface org.tentackle.model.AttributeOptions
Gets the attribute this option-set belongs to.
getAttribute() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getAttribute() - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
getAttribute() - Method in class org.tentackle.model.impl.RelationImpl
 
getAttribute() - Method in interface org.tentackle.model.IndexAttribute
Gets the attribute.
getAttribute() - Method in class org.tentackle.model.MethodArgument
Gets the local attribute.
getAttribute() - Method in class org.tentackle.model.migrate.ColumnMigrator
Gets the model's attribute.
getAttribute() - Method in interface org.tentackle.model.Relation
Gets the associated attribute.
getAttributeByColumnName(String, boolean) - Method in interface org.tentackle.model.Entity
Gets an attribute by its database column name.
getAttributeByColumnName(String, boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
getAttributeByJavaName(String, boolean) - Method in interface org.tentackle.model.Entity
Gets an attribute by its java name.
getAttributeByJavaName(String, boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
getAttributes() - Method in interface org.tentackle.model.Entity
Gets the attributes.
getAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getAttributes() - Method in class org.tentackle.model.impl.IndexImpl
 
getAttributes() - Method in interface org.tentackle.model.Index
Gets the index attributes.
getAttributes(Class<T>, boolean) - Method in class org.tentackle.pdo.PdoUtilities
Determines all member attributes of a PDO class.
getAttributesIncludingInherited() - Method in interface org.tentackle.model.Entity
Gets the attributes including the inherited ones.
getAttributesIncludingInherited() - Method in class org.tentackle.model.impl.EntityImpl
 
getAttributesIncludingSubEntities() - Method in interface org.tentackle.model.Entity
Gets the attributes including the ones from the sub entities.
getAttributesIncludingSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getAutoCommit() - Method in class org.tentackle.dbms.ManagedConnection
Gets the autocommit value.
getAutoCompletion() - Method in class org.tentackle.fx.component.FxComboBox
 
getAutoCompletion() - Method in class org.tentackle.fx.component.FxDatePicker
 
getAutoCompletion() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getAutoCompletion() - Method in class org.tentackle.fx.component.FxPasswordField
 
getAutoCompletion() - Method in class org.tentackle.fx.component.FxTextArea
 
getAutoCompletion() - Method in class org.tentackle.fx.component.FxTextField
 
getAutoCompletion() - Method in interface org.tentackle.fx.FxTextComponent
Gets the auto-completion function.
getAutoCompletion() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getAutoSelect() - Method in class org.tentackle.model.ModelDefaults
Gets the [autoselect] default.
getBackend() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the backend.
getBackend() - Method in class org.tentackle.dbms.Db
Gets the database backend.
getBackend() - Method in class org.tentackle.dbms.ManagedConnection
Gets the backend.
getBackend() - Method in class org.tentackle.fx.rdc.login.Backends
Gets the selected backend.
getBackend() - Method in class org.tentackle.model.migrate.ColumnMigrator
Gets the backend.
getBackend() - Method in class org.tentackle.model.migrate.ForeignKeyMigrator
Gets the backend.
getBackend() - Method in class org.tentackle.model.migrate.IndexMigrator
Gets the backend.
getBackend() - Method in class org.tentackle.model.migrate.TableMigrator
Gets the backend.
getBackend() - Method in class org.tentackle.sql.BackendInfo
Gets the backend.
getBackend() - Method in class org.tentackle.sql.DefaultScriptRunner
 
getBackend() - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the backend.
getBackend() - Method in interface org.tentackle.sql.ScriptRunner
Gets the backend for this script runner.
getBackendByName(String) - Method in interface org.tentackle.sql.BackendFactory
Creates a backend by name.
getBackendByName(String) - Method in class org.tentackle.sql.DefaultBackendFactory
 
getBackendByUrl(String) - Method in interface org.tentackle.sql.BackendFactory
Creates a backend by jdbc url.
getBackendByUrl(String) - Method in class org.tentackle.sql.DefaultBackendFactory
 
getBackendConfigurations(String, boolean) - Static method in class org.tentackle.session.BackendConfiguration
Loads all backend configurations for a given application.
getBackendId() - Method in class org.tentackle.dbms.ManagedConnection
Gets the backend id.
getBackendId(Connection) - Method in interface org.tentackle.sql.Backend
Determines the unique id or name used by the backend for a given connection.
getBackendId(Connection) - Method in class org.tentackle.sql.backends.Db2
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.H2
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.Informix
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.MsSql
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.MySql
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.Oracle8
 
getBackendId(Connection) - Method in class org.tentackle.sql.backends.Postgres
 
getBackendInfo() - Method in class org.tentackle.dbms.Db
Gets the backend info.
getBackends() - Method in interface org.tentackle.model.EntityFactory
Gets the backends to validate the model against.
getBackends() - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
getBackends(String) - Method in interface org.tentackle.sql.BackendFactory
Creates a collection of backends via a comma-separated list of backend names.
There are some special names as well: all: all non-deprecated backends none: does not match any backend deprecated: all deprecated backends The returned list contains each backend only once.
getBackends(String) - Method in class org.tentackle.sql.DefaultBackendFactory
 
getBackendTimeout() - Method in class org.tentackle.sql.BackendInfo
Gets the optional database connection inactivity timeout.
getBandwidth() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the bandwidth.
getBaseBundleName() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getBaseBundleName() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the optional resource bundle name.
Used for BundleMonkey navigation only.
getBaseContext() - Method in interface org.tentackle.pdo.DomainContextDependable
Gets the minimum context, i.e. the one that is sufficient for this object.
Objects may have a "higher" context they live in.
If the current context is already the base context, the current context is returned.
getBaseContext() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getBaseContext() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the minimum context, i.e. the one that is sufficient for this object.
Objects may have a "higher" context they live in.
If the current context is already the base context, the current context is returned.
getBaseContext() - Method in class org.tentackle.persist.AbstractPersistentOperation
Gets the minimum context, i.e. the one that is sufficient for this object.
Objects may have a "higher" context they live in.
If the current context is already the base context, the current context is returned.
getBaseContext() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
getBaseName() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets the basename of the node.
getBatch() - Method in class org.tentackle.dbms.DbTransaction
Gets the statements batch.
getBatch() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the statement batch.
getBatchablePreparedStatement(ModificationType, StatementId, SqlSupplier) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets a prepared statement and marks it as batchable.
If there is a transaction running in batched mode, the statement will be executed via JDBC batching.
getBatchCount() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the number of pending addBatch invocations.
getBatchParameters() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the parameter map for a batched statement.
getBatchParameters() - Method in class org.tentackle.dbms.StatementHistory
Gets the batched parameter map.
getBatchSize() - Method in class org.tentackle.dbms.Db
Gets the batch size if batching is enabled.
getBatchSize() - Method in class org.tentackle.dbms.DbBatch
Gets the batch size.
getBean() - Method in class org.tentackle.reflect.PropertyMap
Gets the bean.
getBeanType() - Method in class org.tentackle.reflect.PropertyMap
Gets the bean's type.
getBegin() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the attribute begin.
getBegin() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getBeginIndex() - Method in class org.tentackle.misc.SubString
Gets the beginning index.
getBeginPersisted() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the last persisted value of begin.
getBeginPersisted() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getBigDecimal() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinary(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Binary in the Java programming language.
getBinary(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Binary in the Java programming language.
getBinary(String, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Binary in the Java programming language.
getBind() - Method in class org.tentackle.model.ModelDefaults
Gets the [bind] default.
getBindableAnnotation() - Method in interface org.tentackle.model.Attribute
Returns the @Bindable-annotation text.
getBindableAnnotation() - Method in class org.tentackle.model.impl.AttributeImpl
 
getBindableAnnotation(T) - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Gets the Bindable annotation of the unique domain key.
getBindableCache() - Method in class org.tentackle.bind.AbstractBindingFactory
 
getBindableCache() - Method in interface org.tentackle.bind.BindingFactory
Gets the cache for bindable elements.
getBindableElementClass(Class<?>) - Method in class org.tentackle.bind.AbstractBindingFactory
 
getBindableElementClass(Class<?>) - Method in interface org.tentackle.bind.BindingFactory
Gets the bindable element class for a given model class.
getBindableMap(Class<?>, boolean) - Method in interface org.tentackle.bind.BindableCache
Gets the bindable elements for given class.
The elements are sorted by ordinal + camelName.
getBindableMap(Class<?>, boolean) - Method in class org.tentackle.bind.DefaultBindableCache
Gets the map of bindables for given class.
getBinder() - Method in class org.tentackle.bind.AbstractBinding
 
getBinder() - Method in interface org.tentackle.bind.Binding
Gets the binder managing this binding.
getBinder() - Method in class org.tentackle.fx.AbstractFxController
 
getBinder() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
getBinder() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getBinder() - Method in interface org.tentackle.fx.bind.FxComponentBinding
 
getBinder() - Method in interface org.tentackle.fx.bind.FxTableBinding
 
getBinder() - Method in interface org.tentackle.fx.FxController
Gets the binder of this controller.
getBinder() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getBinder() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the table binder.
Don't mix up the table's binder with the FxController's binder!
getBinder() - Method in class org.tentackle.validate.ValidationMapper
Gets the optional binder.
getBinding() - Method in class org.tentackle.fx.component.FxCheckBox
 
getBinding() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getBinding() - Method in class org.tentackle.fx.component.FxColorPicker
 
getBinding() - Method in class org.tentackle.fx.component.FxComboBox
 
getBinding() - Method in class org.tentackle.fx.component.FxDatePicker
 
getBinding() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getBinding() - Method in class org.tentackle.fx.component.FxListView
 
getBinding() - Method in class org.tentackle.fx.component.FxPasswordField
 
getBinding() - Method in class org.tentackle.fx.component.FxRadioButton
 
getBinding() - Method in class org.tentackle.fx.component.FxTableView
 
getBinding() - Method in class org.tentackle.fx.component.FxTextArea
 
getBinding() - Method in class org.tentackle.fx.component.FxTextField
 
getBinding() - Method in class org.tentackle.fx.component.FxToggleButton
 
getBinding() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getBinding() - Method in class org.tentackle.fx.component.FxTreeView
 
getBinding() - Method in interface org.tentackle.fx.FxComponent
Gets the binding.
getBinding() - Method in class org.tentackle.fx.FxComponentDelegate
 
getBinding() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getBinding() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the binding for this column.
getBinding(String) - Method in interface org.tentackle.bind.Binder
Gets a binding by object.
getBinding(String) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getBinding(String) - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
getBinding(String) - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets a binding by object.
getBinding(String) - Method in interface org.tentackle.fx.bind.FxTableBinder
Gets a binding by object.
getBinding(FxComponent) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getBinding(FxComponent) - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets a binding by component.
getBindingOption(String, String) - Method in class org.tentackle.fx.FxUtilities
Gets a binding option from an options string.
getBindingOptions() - Method in interface org.tentackle.bind.BindableElement
Gets the binding options.
getBindingOptions() - Method in class org.tentackle.bind.DefaultBindableElement
 
getBindingPath() - Method in class org.tentackle.fx.component.FxCheckBox
 
getBindingPath() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getBindingPath() - Method in class org.tentackle.fx.component.FxColorPicker
 
getBindingPath() - Method in class org.tentackle.fx.component.FxComboBox
 
getBindingPath() - Method in class org.tentackle.fx.component.FxDatePicker
 
getBindingPath() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getBindingPath() - Method in class org.tentackle.fx.component.FxListView
 
getBindingPath() - Method in class org.tentackle.fx.component.FxPasswordField
 
getBindingPath() - Method in class org.tentackle.fx.component.FxRadioButton
 
getBindingPath() - Method in class org.tentackle.fx.component.FxTableView
 
getBindingPath() - Method in class org.tentackle.fx.component.FxTextArea
 
getBindingPath() - Method in class org.tentackle.fx.component.FxTextField
 
getBindingPath() - Method in class org.tentackle.fx.component.FxToggleButton
 
getBindingPath() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getBindingPath() - Method in class org.tentackle.fx.component.FxTreeView
 
getBindingPath() - Method in interface org.tentackle.fx.FxComponent
Gets the binding path.
getBindingPath() - Method in class org.tentackle.fx.FxComponentDelegate
 
getBindingPath() - Method in class org.tentackle.validate.ValidationMapper
Gets the replacement binding path.
getBindingProperty(Class<T>) - Method in class org.tentackle.bind.AbstractBinder
 
getBindingProperty(Class<T>) - Method in interface org.tentackle.bind.Binder
Gets a binding property for an object of given class.
Some components need additional info which is not provided by the bound field.
getBindingProperty(Object) - Method in class org.tentackle.bind.AbstractBinder
Gets a binding property.
Some components need additional info which is not provided by the bound field.
getBindingProperty(Object) - Method in interface org.tentackle.bind.Binder
Gets a binding property.
Some components need additional info which is not provided by the bound field.
getBindings() - Method in interface org.tentackle.bind.Binder
Gets the list of all bindings for the view.
getBindings() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getBindings() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
getBindingType() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getBindingType() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the type of binding.
getBindOptions() - Method in interface org.tentackle.model.CommonOptions
The bind options.
getBindOptions() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
getBlockCommentBegin() - Method in interface org.tentackle.sql.Backend
Gets the string to begin a block comment in generated code.
getBlockCommentBegin() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getBlockCommentBegins() - Method in interface org.tentackle.sql.Backend
Gets all strings that begin a block comment.
getBlockCommentBegins() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getBlockCommentEnd() - Method in interface org.tentackle.sql.Backend
Gets the string to end a block comment in generated code.
getBlockCommentEnd() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getBlockCommentEnds() - Method in interface org.tentackle.sql.Backend
Gets all strings that end a block comment.
getBlockCommentEnds() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getBMoney() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a BMoney with full precision.
Notice that BMoney fields use two columns!
getBMoney(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a BMoney with full precision.
Notice that BMoney fields use two fields: one for the value and one for the scale (= name + "P")
getBMoney(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a BMoney with full precision.
Notice that BMoney fields use two fields: one for the value and one for the scale (= name + "_2")
getBoldFont() - Method in class org.tentackle.fx.component.auto.AutoCompletionCellFactory
Gets the font for the matching substrings.
getBoolean() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getBoolean(String, boolean) - Method in class org.tentackle.prefs.CompositePreferences
Gets a boolean value.
getBoolean(String, boolean) - Method in class org.tentackle.prefs.DefaultPreferences
 
getBoolean(String, boolean) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the boolean value represented by the string associated with the specified key in this preference node.
getBoundColumns() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
getBoundColumns() - Method in interface org.tentackle.fx.bind.FxTableBinder
Gets the list of all bound column names.
getBoundComponents() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getBoundComponents() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets the list of all bound components of this form.
getBoundRootObject() - Method in class org.tentackle.bind.AbstractBinding
Gets the root object bound to the view.
getBoundRootObject() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
getBoundRootObject() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getBoundRootObject() - Method in interface org.tentackle.fx.bind.FxTableBinding
Gets the row object.
getBoundTable() - Method in class org.tentackle.fx.table.TotalsTableView
Gets the bound table.
getBuilder(Class<?>) - Method in class org.tentackle.fx.FxBuilderFactory
 
getBuilderFactory() - Method in class org.tentackle.fx.DefaultFxFactory
 
getBuilderFactory() - Method in interface org.tentackle.fx.FxFactory
Gets the builder factory.
getBundle() - Static method in class org.tentackle.common.CommonCommonBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.fx.FxFxBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.fx.rdc.app.AppFxRdcBundle
Gets the bundle.
getBundle() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Gets the resource bundle for this provider.
getBundle() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Gets the optional resource bundle.
getBundle() - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the resource bundle for this provider.
getBundle() - Static method in class org.tentackle.fx.rdc.RdcFxRdcBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.fx.rdc.update.UpdateFxRdcBundle
Gets the bundle.
getBundle() - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Gets the resource bundle for this provider.
getBundle() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets StoredBundle bundle via bundleId (Bundle).
getBundle() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getBundle() - Static method in class org.tentackle.misc.MiscCoreBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.pdo.PdoPdoBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.security.pdo.ValidationBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.session.SessionBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets the bundle.
getBundle(String) - Static method in interface org.tentackle.common.BundleFactory
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
Replacement for ResourceBundle.getBundle(java.lang.String).
getBundle(String, Locale) - Static method in interface org.tentackle.common.BundleFactory
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
Replacement for ResourceBundle.getBundle(java.lang.String, java.util.Locale).
getBundle(String, Locale, ClassLoader) - Static method in interface org.tentackle.common.BundleFactory
Gets a resource bundle using the specified base name, locale, and class loader.
Replacement for ResourceBundle.getBundle(java.lang.String, java.util.Locale, java.lang.ClassLoader).
getBundle(Locale) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets the bundle.
getBundle(Locale) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets the bundle.
getBundle(BundleSupport, Locale) - Method in class org.tentackle.common.DefaultBundleFactory
Gets the bundle from the corresponding module according to the bundle support.
getBundle(BundleSupport, Locale) - Method in class org.tentackle.i18n.StoredBundleFactory
 
getBundleBlunt() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Gets bundle without performing a select if not loaded.
getBundleId() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute bundleId.
getBundleId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getBundleName() - Method in class org.tentackle.common.BundleSupport
Gets the bundle name.
getBundles(ClassLoader) - Static method in class org.tentackle.common.BundleSupport
Finds all bundle services.
getButtonBox() - Method in class org.tentackle.fx.rdc.admin.SessionsView
Gets the button box.
Used to add additional buttons, for example to close the stage.
getButtonBox() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Gets the HBox containing all buttons.
getButtonBox() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the HBox containing all buttons.
getByClassId(int) - Method in class org.tentackle.model.impl.ModelImpl
 
getByClassId(int) - Method in interface org.tentackle.model.Model
Gets the entity by its class id.
getByEntityName(String) - Method in class org.tentackle.model.impl.ModelImpl
 
getByEntityName(String) - Method in interface org.tentackle.model.Model
Gets the entity by its name.
getByTableName(String) - Method in class org.tentackle.model.impl.ModelImpl
 
getByTableName(String) - Method in interface org.tentackle.model.Model
Gets the entity by its table name.
getByte() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByteArray(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a bytearray from the preferences.
getByteArray(String, byte[]) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getByteArray(String, byte[]) - Method in class org.tentackle.prefs.CompositePreferences
Gets a bytearray from the preferences.
getByteArray(String, byte[]) - Method in class org.tentackle.prefs.DefaultPreferences
 
getByteArray(String, byte[]) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the byte array value represented by the string associated with the specified key in this preference node.
getByURL(URL) - Method in class org.tentackle.model.impl.ModelImpl
 
getByURL(URL) - Method in interface org.tentackle.model.Model
Gets the entity by the model file path.
getCache() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getCache() - Method in interface org.tentackle.pdo.PersistentObject
Gets the cache.
getCache() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the cache.
getCache() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getCache(Class<? extends Interceptable>) - Static method in class org.tentackle.reflect.InterceptableMethodCache
Gets the cache for given class.
getCache(Class<T>) - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
 
getCache(Class<T>) - Static method in class org.tentackle.pdo.OperationMethodCache
Gets the cache for given class.
getCache(Class<T>) - Static method in class org.tentackle.pdo.Pdo
Checks whether a PDO-class provides a cache.
getCache(Class<T>) - Method in interface org.tentackle.pdo.PdoCacheFactory
Checks whether a PDO-class provides a cache.
getCacheAccessCount() - Method in interface org.tentackle.pdo.PersistentObject
Gets the cache access count.
getCacheAccessCount() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the cache access count.
getCacheAccessTime() - Method in interface org.tentackle.pdo.PersistentObject
Gets the last cache access time.
getCacheAccessTime() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the last cache access time.
getCacheIndexUdk() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Gets the index for the unique domain key.
getCacheKey() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheResult
Gets the cache key.
getCamelName() - Method in interface org.tentackle.bind.BindableElement
Gets the camelcase name of this element.
getCamelName() - Method in class org.tentackle.bind.DefaultBindableElement
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxComboBox
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxDatePicker
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxPasswordField
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxTextArea
 
getCaseConversion() - Method in class org.tentackle.fx.component.FxTextField
 
getCaseConversion() - Method in interface org.tentackle.fx.FxTextComponent
Gets the case conversion.
getCaseConversion() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getCaseConversion() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getCaseConversion() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the case conversion.
getCatalog() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
The optional catalog.
getCause() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the termination cause.
getCause() - Method in class org.tentackle.task.AbstractTask
 
getCause() - Method in interface org.tentackle.task.Task
Gets the exception that caused the task to fail.
getCellFactoryProperty() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the list cell factory to display the suggested items in the popup.
getCellType() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getCellType() - Method in class org.tentackle.fx.table.FxTableCell
Gets the table cell type.
getCellType() - Method in class org.tentackle.fx.table.FxTreeTableCell
Gets the table cell type.
getCellType() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the specific table cell type.
getChainedInterceptor() - Method in class org.tentackle.reflect.AbstractInterceptor
 
getChainedInterceptor() - Method in interface org.tentackle.reflect.Interceptor
Gets the chained interceptor.
getChangeableBindings() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getChangeableBindings() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets the dynamically changeable bindings.
getChangeableScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getChangeableScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request ChangeableScope singleton.
getChannel() - Method in class org.tentackle.io.SocketWrapper
 
getChar() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a char in the Java programming language.
getChar(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a char in the Java programming language.
getChar(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a char in the Java programming language.
getCharacter() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCharacter(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCharacter(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCharacter(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCharacter(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCharacter(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a Character in the Java programming language.
getCheckInterval() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the check interval in milliseconds.
getChecksum() - Method in class org.tentackle.update.UpdateInfo
Gets the checksum hash to verify the download.
getChild(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the child with given relative name.
getChildren() - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the child nodes.
getChildren() - Method in class org.tentackle.fx.rdc.PdoTreeItem
 
getChoices() - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Gets the original list of available choices.
getCipher() - Method in class org.tentackle.common.Cryptor
Gets the cipher instance.
The default implementation returns an AES cipher.
getClassBaseName() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the basename of the class of this object.
The basename is the class name without the package name.
getClassBaseName() - Method in interface org.tentackle.pdo.PersistentObject
Gets the basename of the class of this object.
The basename is the class name without the package name.
getClassBaseName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the basename of a classname(-like) string.
getClassCssMetaData() - Static method in class org.tentackle.fx.component.AutoCompletionPopup
 
getClassId() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the unique class id.
getClassId() - Method in interface org.tentackle.model.Entity
Gets the unique id of this entity.
A sort of class-ID that is used to map from a small number to a class or classname.
getClassId() - Method in class org.tentackle.model.impl.EntityImpl
 
getClassId() - Method in interface org.tentackle.pdo.PersistentObject
Gets the unique ID of the class.
Class IDs are provided as a replacement for FQCNs for 2 reasons: refactoring: package- and classnames may be changed.
getClassId(Class<T>) - Method in class org.tentackle.pdo.PdoUtilities
Gets the table name of given class.
getClassId(String) - Method in class org.tentackle.session.SessionUtilities
Gets the classid of a pdo class.
getClassLoader() - Method in interface org.tentackle.common.BundleFactory
Gets the classloader to load the bundles.
getClassLoader() - Method in class org.tentackle.common.DefaultBundleFactory
 
getClassLoader() - Method in class org.tentackle.common.DefaultServiceFinder
Gets the classloader used by this finder.
getClassLoader() - Method in class org.tentackle.common.ServiceFactory
Gets the default classloader.
The classloader to use is determined as follows: use the fixed classloader set by ServiceFactory.setFixedClassLoader(java.lang.ClassLoader), if not null else try Thread.currentThread().getContextClassLoader() if the context classloader is null, use the classloader that loaded the service factory
getClassLoader() - Method in interface org.tentackle.common.ServiceFinder
Gets the default classloader used by this finder.
getClassLoader(String) - Method in class org.tentackle.common.DefaultServiceFinder
Gets the classloader for the given service name.
getClassLoader(String, String) - Static method in class org.tentackle.common.ServiceFactory
Gets the classloader for a given service path and name.
If an explicit classloader is set, the last defined classloader for the given path and name is returned.
getClassLoaderImpl(String, String) - Method in class org.tentackle.common.ServiceFactory
Gets the classloader for a given service path and name.
If an explicit classloader is set, the last defined classloader for the given path and name is returned.
getClassName() - Method in class org.tentackle.common.BundleSupport
Gets the name of the annotated class.
getClassName() - Method in class org.tentackle.model.impl.RelationImpl
 
getClassName() - Method in class org.tentackle.model.parse.RelationLine
Gets the classname.
getClassName() - Method in interface org.tentackle.model.Relation
Gets the name of the related class.
getClassName(int) - Method in class org.tentackle.session.SessionUtilities
Gets the classname for a classid.
getClassName(String) - Method in class org.tentackle.session.SessionUtilities
Gets the classname for tablename.
getClassNames() - Method in class org.tentackle.pdo.PdoUtilities
Gets a list of all class names.
Sorted by name.
getClassNames() - Method in class org.tentackle.session.SessionUtilities
Gets a list of all class names.
Sorted by name.
getClassVariables() - Method in class org.tentackle.dbms.AbstractDbObject
Gets some attributes and variables common to all objects of the same class.
getClassVariables() - Method in class org.tentackle.dbms.AbstractDbOperation
Gets attributes and variables common to all objects of the same class.
getClassVariables() - Method in class org.tentackle.dbms.DbModification
 
getClassVariables() - Method in class org.tentackle.dbms.ModificationLog
 
getClassVariables() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
getClassVariables() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
getClassVariables() - Method in class org.tentackle.dbms.prefs.DbPreferencesOperation
 
getClassVariables() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getClassVariables() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getClassVariables() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the application oriented class variables for this object.
Class variables for classes derived from AbstractPersistentObject are kept in an instance of PersistentObjectClassVariables.
getClassVariables() - Method in class org.tentackle.persist.AbstractPersistentOperation
Gets attributes and variables common to all objects of the same class.
getClassVariables() - Method in class org.tentackle.persist.lock.DbTokenLock
 
getClassVariables() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getClassVariables() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getClassVariables() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getClazz() - Method in class org.tentackle.misc.CompoundValue
Gets the class of the value.
getClazz() - Method in enum class org.tentackle.sql.SqlType
Gets the corresponding class.
getClientHost() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the client host string determined by the middle tier.
getClientHostString() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the string representation of the client host connected to this session.
getClientSessionInfo() - Method in class org.tentackle.dbms.RemoteSessionAdapter
 
getClientSessionInfo() - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Gets the client session info.
getClientSessionInfo() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the client session info.
getClientSessionInfo() - Method in interface org.tentackle.session.RemoteSession
Gets the client session info.
getClientSocketFactory() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the default client socket factory for all delegates.
getClientSocketFactory() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the server's csf for the delegates.
getClientVersion() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the client version.
getClientVersion() - Method in class org.tentackle.session.DefaultSessionInfo
 
getClientVersion() - Method in interface org.tentackle.session.SessionInfo
Gets the client version.
getClientVersion() - Method in exception class org.tentackle.session.VersionIncompatibleException
Gets the client's version.
getClonedContext() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getClonedContext() - Method in interface org.tentackle.pdo.DomainContext
Gets the context this context was cloned from.
getClonedFromDb() - Method in class org.tentackle.dbms.Db
Gets the original session if this session is cloned.
getClosedSince() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the epochal time when the session was closed.
getCoalesceKeyword() - Method in interface org.tentackle.sql.Backend
Gets the keyword for the COALESCE function.
getCoalesceKeyword() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getCoalesceKeyword() - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
getCoalesceKeyword() - Method in class org.tentackle.sql.backends.Informix
 
getCode() - Method in class org.tentackle.script.AbstractScript
 
getCode() - Method in class org.tentackle.script.jsr.CompiledJSR223Script
Gets the effective script code.
getCode() - Method in interface org.tentackle.script.Script
Gets the scripting source code.
getColumnAlias(int) - Method in interface org.tentackle.sql.DataType
Gets the alias name of a column.
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.InstantType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getColumnAlias(int) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getColumnByName(String) - Method in class org.tentackle.sql.metadata.TableMetaData
Gets a column by its column name.
getColumnConfiguration() - Method in class org.tentackle.fx.table.FxTableCell
Gets the column configuration.
getColumnConfiguration() - Method in class org.tentackle.fx.table.FxTreeTableCell
Gets the column configuration.
getColumnConfiguration(String) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getColumnConfiguration(String) - Method in interface org.tentackle.fx.table.TableConfiguration
Gets a column configuration by its name.
getColumnConfiguration(TableColumn<S, ?>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getColumnConfiguration(TableColumn<S, ?>) - Method in interface org.tentackle.fx.table.TableConfiguration
Gets a column configuration by its table column.
getColumnConfiguration(TreeTableColumn<S, ?>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getColumnConfiguration(TreeTableColumn<S, ?>) - Method in interface org.tentackle.fx.table.TableConfiguration
Gets a column configuration by its treetable column.
getColumnConfigurations() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getColumnConfigurations() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the configurations of the columns.
getColumnCount() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the number of columns for this entity class.
The method does a dummy select if not known so far.
getColumnCount() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the number of columns in the resultset.
getColumnCount(Backend) - Method in interface org.tentackle.sql.DataType
Gets the number of database columns.
A tentackle type may be mapped to more than one column for multi-column types such as BMoney.
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.InstantType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getColumnCount(Backend) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getColumnGap() - Method in class org.tentackle.model.print.PrintConfiguration
Gets the minimum number of spaces between columns in attribute section.
getColumnGetter(int, String) - Method in interface org.tentackle.sql.DataType
Returns the java code to get the value of a column.
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.InstantType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getColumnGetter(int, String) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getColumnName() - Method in interface org.tentackle.model.Attribute
Gets the column name.
This is the model's column name.
According to the DataType, an attribute may be mapped to more than one database column.
getColumnName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getColumnName() - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
getColumnName() - Method in interface org.tentackle.model.IndexAttribute
Gets the column name.
For single-column data types: the column name of the attribute.
getColumnName() - Method in class org.tentackle.model.migrate.ColumnMigration
Gets the (old) column name.
getColumnName() - Method in class org.tentackle.model.parse.AttributeLine
Gets the column name in database table.
getColumnName() - Method in class org.tentackle.persist.Join
Gets the column name of the PDO.
getColumnName() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the columnName of the column.
getColumnName() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Gets the column columnName.
getColumnName() - Method in class org.tentackle.sql.metadata.PostgresIndexColumnMetaData
 
getColumnName(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the column name.
getColumnName(String) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the full column name with table alias.
getColumnName(String) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the full column name with optional table alias.
getColumnName(String, String) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the full column name with optional table alias and prefix.
getColumnName(Backend, int) - Method in interface org.tentackle.model.Attribute
Gets the database column name.
For datatype with only one column, this is usually the same as the model's column name.
getColumnName(Backend, int) - Method in class org.tentackle.model.impl.AttributeImpl
 
getColumnNames(String, List<String>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the comma-separated list of column names with table alias.
getColumnNames(Supplier<List<String>>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the comma-separated list of column names with table alias.
getColumnNames(List<String>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the comma-separated list of column names with table alias.
getColumnNames(List<String>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the comma-separated list of column names with table alias.
getColumnOffset() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the column offset.
getColumnOffset() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the column offset.
getColumnPrefix() - Method in class org.tentackle.model.impl.RelationImpl
 
getColumnPrefix() - Method in interface org.tentackle.model.Relation
Gets the prefix for the column names.
Only applicable to embedded entities!
getColumnPrefix() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the column prefix for this embedded PDO.
getColumnPrefixPath() - Method in class org.tentackle.model.impl.RelationImpl
 
getColumnPrefixPath() - Method in interface org.tentackle.model.Relation
Gets the column prefix path for embedded relations.
getColumns() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
getColumns() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
getColumns() - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
getColumns() - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
getColumns() - Method in class org.tentackle.fx.component.delegate.FxTextAreaDelegate
 
getColumns() - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
getColumns() - Method in class org.tentackle.fx.component.FxComboBox
 
getColumns() - Method in class org.tentackle.fx.component.FxDatePicker
 
getColumns() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getColumns() - Method in class org.tentackle.fx.component.FxPasswordField
 
getColumns() - Method in class org.tentackle.fx.component.FxTextArea
 
getColumns() - Method in class org.tentackle.fx.component.FxTextField
 
getColumns() - Method in interface org.tentackle.fx.FxTextComponent
Gets the columns.
getColumns() - Method in class org.tentackle.model.migrate.ColumnMigrator
Gets the database's column meta data.
getColumns() - Method in class org.tentackle.sql.metadata.IndexMetaData
Gets the columns.
getColumns() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the metadata for columns.
getColumnSuffix(Backend, int) - Method in interface org.tentackle.sql.DataType
Gets the optional suffix.
Suffixes usually begin with an underscore.
getColumnSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.AbstractDataType
Predefined DataTypes must not override this method!
getColumnValue(Backend, int, Instant) - Method in class org.tentackle.sql.datatypes.InstantType
 
getColumnValue(Backend, int, OffsetDateTime) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getColumnValue(Backend, int, OffsetTime) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getColumnValue(Backend, int, ZonedDateTime) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getColumnValue(Backend, int, BMoney) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getColumnValue(Backend, int, DMoney) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getColumnValue(Backend, int, I18NText) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getColumnValue(Backend, int, T) - Method in interface org.tentackle.sql.DataType
Gets the value of a column.
getColumnValue(Backend, int, T) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getCommandLine() - Method in class org.tentackle.app.AbstractApplication
Gets the command line.
getCommandLine() - Method in interface org.tentackle.app.Application
Gets the command line.
getComment() - Method in interface org.tentackle.model.CommonOptions
The comment.
getComment() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getComment() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
getComment() - Method in class org.tentackle.model.impl.IndexImpl
 
getComment() - Method in class org.tentackle.model.impl.RelationImpl
 
getComment() - Method in interface org.tentackle.model.Index
Gets the comment.
getComment() - Method in class org.tentackle.model.parse.AttributeLine
Gets the comment.
getComment() - Method in class org.tentackle.model.parse.CommentLine
Gets the comment.
The leading hash and whitespaces and trailing whitespaces are removed.
getComment() - Method in interface org.tentackle.model.Relation
Gets the comment.
getComment() - Method in class org.tentackle.pdo.PdoMember
Gets the optional comment.
getComment() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the comment.
getComment() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
The optional comment.
getComment() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the comment.
getCommentSuffix(Backend, int) - Method in interface org.tentackle.sql.DataType
Gets the optional comment suffix.
If present, it will be appended to the comment.
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.InstantType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getCommentSuffix(Backend, int) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getCommitOnCloseVoucher() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the commit-on-close voucher.
getCommitTxRunnables() - Method in class org.tentackle.dbms.Db
Gets the currently registered commit runnables.
getCommitTxRunnables() - Method in class org.tentackle.dbms.DbTransaction
Gets the currently registered commit runnables.
getCommitTxRunnables() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getCommitTxRunnables() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getCompiledScript() - Method in class org.tentackle.script.jsr.CompiledJSR223Script
Gets the compiled script.
getCompiledScript() - Method in class org.tentackle.script.jsr.JSR223Script
Gets the compiled script.
Will be parsed if not done yet.
getCompleted() - Method in class org.tentackle.task.AbstractTask
 
getCompleted() - Method in interface org.tentackle.task.Task
Gets the completed timestamp in milliseconds.
getComponent() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
getComponent() - Method in interface org.tentackle.fx.bind.FxComponentBinding
Gets the component which is bound to the member.
getComponent() - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Gets the text input component.
getComponent() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the text input component.
getComponent() - Method in class org.tentackle.fx.component.delegate.AbstractTextFieldDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxColorPickerDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
getComponent() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
getComponent() - Method in class org.tentackle.fx.FxComponentDelegate
Gets the component of this delegate.
getComponent() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the fx component.
getComponent() - Method in class org.tentackle.fx.translate.AbstractValueTranslator
 
getComponent() - Method in class org.tentackle.fx.translate.ValueStringTranslator
 
getComponent() - Method in interface org.tentackle.fx.ValueTranslator
Gets the component.
getComponentBindingClass(Class<? extends FxComponent>) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
getComponentBindingClass(Class<? extends FxComponent>) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Gets the binding class for a given component class.
getComponentPath() - Method in class org.tentackle.fx.component.FxCheckBox
 
getComponentPath() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getComponentPath() - Method in class org.tentackle.fx.component.FxColorPicker
 
getComponentPath() - Method in class org.tentackle.fx.component.FxComboBox
 
getComponentPath() - Method in class org.tentackle.fx.component.FxDatePicker
 
getComponentPath() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getComponentPath() - Method in class org.tentackle.fx.component.FxListView
 
getComponentPath() - Method in class org.tentackle.fx.component.FxPasswordField
 
getComponentPath() - Method in class org.tentackle.fx.component.FxRadioButton
 
getComponentPath() - Method in class org.tentackle.fx.component.FxTableView
 
getComponentPath() - Method in class org.tentackle.fx.component.FxTextArea
 
getComponentPath() - Method in class org.tentackle.fx.component.FxTextField
 
getComponentPath() - Method in class org.tentackle.fx.component.FxToggleButton
 
getComponentPath() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getComponentPath() - Method in class org.tentackle.fx.component.FxTreeView
 
getComponentPath() - Method in interface org.tentackle.fx.FxComponent
Gets the component path.
getComponentPath() - Method in class org.tentackle.fx.FxComponentDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxAccordionDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxAnchorPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxBorderPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxButtonBarDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxDialogPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxFlowPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxGridPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxHBoxDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxScrollPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxSplitPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxStackPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxTabDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxTabPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxTextFlowDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxTilePaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxTitledPaneDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxToolBarDelegate
 
getComponents() - Method in class org.tentackle.fx.container.delegate.FxVBoxDelegate
 
getComponents() - Method in class org.tentackle.fx.container.FxAccordion
 
getComponents() - Method in class org.tentackle.fx.container.FxAnchorPane
 
getComponents() - Method in class org.tentackle.fx.container.FxBorderPane
 
getComponents() - Method in class org.tentackle.fx.container.FxButtonBar
 
getComponents() - Method in class org.tentackle.fx.container.FxDialogPane
 
getComponents() - Method in class org.tentackle.fx.container.FxFlowPane
 
getComponents() - Method in class org.tentackle.fx.container.FxGridPane
 
getComponents() - Method in class org.tentackle.fx.container.FxHBox
 
getComponents() - Method in class org.tentackle.fx.container.FxPane
 
getComponents() - Method in class org.tentackle.fx.container.FxScrollPane
 
getComponents() - Method in class org.tentackle.fx.container.FxSplitPane
 
getComponents() - Method in class org.tentackle.fx.container.FxStackPane
 
getComponents() - Method in class org.tentackle.fx.container.FxTab
 
getComponents() - Method in class org.tentackle.fx.container.FxTabPane
 
getComponents() - Method in class org.tentackle.fx.container.FxTextFlow
 
getComponents() - Method in class org.tentackle.fx.container.FxTilePane
 
getComponents() - Method in class org.tentackle.fx.container.FxTitledPane
 
getComponents() - Method in class org.tentackle.fx.container.FxToolBar
 
getComponents() - Method in class org.tentackle.fx.container.FxVBox
 
getComponents() - Method in interface org.tentackle.fx.FxContainer
Gets the component nodes maintained by this container.
getComponents() - Method in interface org.tentackle.model.Entity
Gets the direct components of this entity.
getComponents() - Method in class org.tentackle.model.impl.EntityImpl
 
getComponentsIncludingInherited() - Method in interface org.tentackle.model.Entity
Gets the direct and inherited components of this entity.
getComponentsIncludingInherited() - Method in class org.tentackle.model.impl.EntityImpl
 
getCompositePaths() - Method in interface org.tentackle.model.Entity
Gets the paths of composite relations to this entity.
Notice that this includes paths to sub-entities as well.
getCompositePaths() - Method in class org.tentackle.model.impl.EntityImpl
 
getCompressedPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Get the fixed port for compressed communication
getCompressedSslPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Get the fixed port for compressed+ssl communication
getCondition() - Method in class org.tentackle.validate.validator.AbstractObjectValidator
 
getCondition() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getCondition() - Method in class org.tentackle.validate.validator.EqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.FailImpl
 
getCondition() - Method in class org.tentackle.validate.validator.FalseImpl
 
getCondition() - Method in interface org.tentackle.validate.Validator
Gets the condition.
getCondition() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getCondition() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.LessImpl
 
getCondition() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NullImpl
 
getCondition() - Method in class org.tentackle.validate.validator.PatternImpl
 
getCondition() - Method in class org.tentackle.validate.validator.SizeImpl
 
getCondition() - Method in class org.tentackle.validate.validator.TrueImpl
 
getCondition() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getCondition() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getConditionParameter() - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the compound value of the condition parameter.
getConfiguration() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getConfiguration() - Method in interface org.tentackle.fx.bind.FxTableBinding
Gets the column configuration.
getConfiguration() - Method in class org.tentackle.fx.component.FxTableView
Gets the table configuration.
getConfiguration() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the table configuration.
getConfiguration() - Method in class org.tentackle.fx.table.FxTableColumn
Gets the configuration.
getConfiguration() - Method in class org.tentackle.fx.table.FxTreeTableColumn
Gets the configuration.
getConfigurator(Class<T>) - Method in class org.tentackle.fx.DefaultFxFactory
 
getConfigurator(Class<T>) - Method in interface org.tentackle.fx.FxFactory
Gets the configurator for a given class.
getConfiguredDarkMode() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the configured dark mode.
It can be configured via command line or user preferences.
getConfiguredScopes() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getConfiguredScopes() - Method in interface org.tentackle.validate.ValidationResult
Gets the configured scopes for this validation.
getConfiguredScopes(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
 
getConfiguredScopes(ValidationContext) - Method in interface org.tentackle.validate.Validator
Gets the configured scopes for this annotation.
getConfusingNames() - Method in class org.tentackle.model.impl.NameVerifierImpl
Gets the set of confusing names.
getConnection() - Method in class org.tentackle.dbms.ManagedConnection
Gets the low level connection.
getConnection() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the server connection.
getConnection() - Method in class org.tentackle.dbms.StatementWrapper
Gets the connection.
getConnection() - Method in class org.tentackle.sql.DefaultScriptRunner
 
getConnection() - Method in interface org.tentackle.sql.ScriptRunner
Gets the connection for this script runner.
getConnectionInactivityTimeout() - Method in class org.tentackle.dbms.MpxConnectionManager
Gets the inactivity timeout.
getConnectionInactivityTimeoutMs() - Method in class org.tentackle.dbms.ManagedConnection
Gets the optional connection inactivity timeout.
getConnectionManager() - Method in interface org.tentackle.dbms.ConnectionManagerProvider
Gets the connection manager.
getConnectionManager() - Method in class org.tentackle.dbms.Db
Gets the connection manager for this session.
getConnectionManager() - Method in class org.tentackle.dbms.DbPool
Gets the connection manager.
getConnectionManager() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
getConnectionManager(SessionInfo) - Method in class org.tentackle.dbms.DbFactory
Gets the connection manager.
getConnections() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the connections.
getConnections() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getConnectionTime() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the connection time.
getConnector() - Method in interface org.tentackle.io.ReconnectionPolicy
Gets the supplier to connect the resource.
getConstantValue() - Method in class org.tentackle.misc.CompoundValue
Gets the constant value.
getConstructor(Class<T>) - Method in class org.tentackle.fx.rdc.DefaultGuiProviderFactory
Creates the GuiProvider's constructor for a PDO class.
getConsumer() - Method in interface org.tentackle.io.ReconnectionPolicy
Gets the consumer to apply the reconnected resource.
getContainer() - Method in class org.tentackle.fx.AbstractFxController
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxAccordionDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxAnchorPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxBorderPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxButtonBarDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxDialogPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxFlowPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxGridPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxHBoxDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxScrollPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxSplitPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxStackPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxTabDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxTabPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxTextFlowDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxTilePaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxTitledPaneDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxToolBarDelegate
 
getContainer() - Method in class org.tentackle.fx.container.delegate.FxVBoxDelegate
 
getContainer() - Method in class org.tentackle.fx.FxContainerDelegate
Gets the container of this delegate.
getContainer() - Method in interface org.tentackle.fx.FxController
Gets the top-level container.
This is usually the view.
getContentNode() - Method in class org.tentackle.fx.component.Note
Gets the content node displayed by this note.
getContext() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
Gets the map.
getContext() - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
getContext() - Method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
 
getContext() - Method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
 
getContext() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
Gets the domain context.
getContextId() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getContextId() - Method in interface org.tentackle.pdo.DomainContext
Gets the ID of the context object.
The default implementation returns 0.
getContextId() - Method in interface org.tentackle.pdo.DomainContextDependable
Gets the ID of the object describing the context of this object.
getContextId() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getContextId() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the ID of the object describing the context of this object.
getContextId() - Method in class org.tentackle.persist.AbstractPersistentOperation
Gets the ID of the object describing the context of this object.
getContextId() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
getContextIdAttribute() - Method in interface org.tentackle.model.Entity
Gets the attribute that holds the context id.
getContextIdAttribute() - Method in class org.tentackle.model.impl.EntityImpl
 
getContextName() - Method in exception class org.tentackle.pdo.LockException
Gets the name of the domain context.
getContextPdo() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getContextPdo() - Method in interface org.tentackle.pdo.DomainContext
Gets the object that spans this context.
The default implementation returns null.
getContextUserId() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the user id from the current domain context.
The ID is derived from the session info of the session associated with the domain context.
getContinuedLine(String) - Static method in class org.tentackle.common.StringHelper
Checks whether given string introduces a continuation line.
getControl() - Method in class org.tentackle.fx.DefaultInteractiveError
 
getControl() - Method in interface org.tentackle.fx.InteractiveError
Gets the related FX control.
getControl(String) - Method in interface org.tentackle.common.BundleFactory
Gets the control to load the bundle.
getControl(String) - Method in class org.tentackle.common.DefaultBundleFactory
 
getControl(String) - Method in class org.tentackle.i18n.StoredBundleControlProvider
 
getController() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getController() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets the controller bound by this binder.
getController() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the auto-completion controller.
getController() - Method in class org.tentackle.fx.container.FxAccordion
 
getController() - Method in class org.tentackle.fx.container.FxAnchorPane
 
getController() - Method in class org.tentackle.fx.container.FxBorderPane
 
getController() - Method in class org.tentackle.fx.container.FxButtonBar
 
getController() - Method in class org.tentackle.fx.container.FxDialogPane
 
getController() - Method in class org.tentackle.fx.container.FxFlowPane
 
getController() - Method in class org.tentackle.fx.container.FxGridPane
 
getController() - Method in class org.tentackle.fx.container.FxHBox
 
getController() - Method in class org.tentackle.fx.container.FxPane
 
getController() - Method in class org.tentackle.fx.container.FxScrollPane
 
getController() - Method in class org.tentackle.fx.container.FxSplitPane
 
getController() - Method in class org.tentackle.fx.container.FxStackPane
 
getController() - Method in class org.tentackle.fx.container.FxTab
 
getController() - Method in class org.tentackle.fx.container.FxTabPane
 
getController() - Method in class org.tentackle.fx.container.FxTextFlow
 
getController() - Method in class org.tentackle.fx.container.FxTilePane
 
getController() - Method in class org.tentackle.fx.container.FxTitledPane
 
getController() - Method in class org.tentackle.fx.container.FxToolBar
 
getController() - Method in class org.tentackle.fx.container.FxVBox
 
getController() - Method in interface org.tentackle.fx.FxContainer
Gets the controller of this container.
getController() - Method in class org.tentackle.fx.FxContainerDelegate
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxAccordion
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxAnchorPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxBorderPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxButtonBar
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxDialogPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxFlowPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxGridPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxHBox
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxScrollPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxSplitPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxStackPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxTab
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxTabPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxTextFlow
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxTilePane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxTitledPane
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxToolBar
 
getController(Class<C>) - Method in class org.tentackle.fx.container.FxVBox
 
getController(Class<C>) - Method in interface org.tentackle.fx.FxContainer
Gets the controller along the parent hierarchy that is an instanceof the given class.
getController(Class<C>) - Method in class org.tentackle.fx.FxContainerDelegate
 
getControllerClasses() - Method in class org.tentackle.fx.DefaultFxFactory
 
getControllerClasses() - Method in interface org.tentackle.fx.FxFactory
Gets all classes annotated with FxControllerService.
getConvertibleType() - Method in interface org.tentackle.sql.DataTypeFactory
Gets the special convertible type singleton.
getConvertibleType() - Method in class org.tentackle.sql.DefaultDataTypeFactory
 
getCount() - Method in class org.tentackle.log.StatisticsResult
Gets the number of invocations.
getCount() - Method in class org.tentackle.ns.DefaultNumberSource
 
getCount() - Method in interface org.tentackle.ns.NumberSource
Returns the count of numbers in the pool.
getCountAttribute() - Method in class org.tentackle.model.impl.RelationImpl
 
getCountAttribute() - Method in interface org.tentackle.model.Relation
Returns the attribute that holds the number of elements of a 1:N relation.
Applies only to composite non-reversed list relations.
If set, this column gets the number of elements in the list when the PDO is persisted.
getCounter(String) - Method in class org.tentackle.misc.NamedCounter
Gets the atomic value.
getCreateComponentsInSnapshotMethod() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the method createComponentsInSnapshot of the persistence object.
getCreationTime() - Method in class org.tentackle.app.AbstractApplication
Gets the creation time in epochal milliseconds.
getCreationTime() - Method in interface org.tentackle.app.Application
Gets the creation time in epochal milliseconds.
getCreationTime() - Method in class org.tentackle.dbms.DbTransaction
Gets the epochal creation time in ms.
getCrud(T, boolean) - Static method in class org.tentackle.fx.rdc.Rdc
Gets a CRUD stage for a PDO.
Useful to check whether a PDO is being edited or shown currently.
getCrud(T, boolean) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets a CRUD stage for a PDO.
Useful to check whether a PDO is being edited or shown currently.
getCrud(T, ObservableList<T>, boolean, Modality, Window) - Static method in class org.tentackle.fx.rdc.Rdc
Gets a CRUD for a PDO.
If the PDO is already being edited the corresponding stage will be brought to front and null is returned.
getCrud(T, ObservableList<T>, boolean, Modality, Window) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets a CRUD for a PDO.
If the PDO is already being edited the corresponding stage will be brought to front and null is returned.
getCSS() - Method in class org.tentackle.fx.component.Note
Gets the CSS URL.
getCssClass() - Method in enum class org.tentackle.fx.component.Note.Position
Gets the CSS class.
getCssClass() - Method in enum class org.tentackle.fx.component.Note.Type
Gets the CSS class.
getCssMetaData() - Method in class org.tentackle.fx.component.AutoCompletionPopup
 
getCurrentDay() - Static method in class org.tentackle.common.DateHelper
Gets the current day.
getCurrentLocale() - Method in class org.tentackle.common.LocaleProvider
Gets the locale used by the current thread.
getCurrentMonth() - Static method in class org.tentackle.common.DateHelper
Gets the current month.
getCurrentRange() - Method in class org.tentackle.domain.ns.NumberPoolDomainImpl
 
getCurrentRange() - Method in interface org.tentackle.ns.pdo.NumberPoolDomain
Get the current range.
This is the first non-empty range with the lowest "begin".
getCurrentSession() - Static method in interface org.tentackle.session.Session
Gets the session used by the current thread.
getCurrentYear() - Static method in class org.tentackle.common.DateHelper
Gets the current year.
getCursor() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
Gets the local cursor.
getDaemonNum() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the number of daemons.
getDataType() - Method in interface org.tentackle.model.Attribute
Gets the model's data type.
getDataType() - Method in class org.tentackle.model.impl.AttributeImpl
 
getDataTypeConstant() - Method in interface org.tentackle.sql.DataType
Gets the name of the datatype constant.
getDataTypeConstant() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getDate() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(int, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(int, Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(String, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(String, Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDate(Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date in the Java programming language.
getDatePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the date pattern.
getDatePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the date pattern.
getDateTimeFormatter() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getDateTimeFormatter() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the date or time formatter.
getDayWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
getDayWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Same as NumberShortcut.getYearWindow(), but for days.
Valid values are 0 - 30.
A negative value disables this feature, which is the default if there is no NumberShortcut.WindowProvider.
getDayWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the day input window.
getDbModification() - Method in class org.tentackle.dbms.ModificationTally
Gets the modification PO.
getDbRemoteDelegate() - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Gets the delegate for the remote session.
getDbRemoteDelegate() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
getDeadInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getDeadInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the dead interval.
getDeclaredJavaType(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
getDeclaredJavaType(boolean) - Method in interface org.tentackle.model.Relation
Gets the declared java type of the relation.
getDeclaringClass() - Method in class org.tentackle.reflect.Mixin
Gets the declaring class (an interface).
getDeeplyReferencedComponents() - Method in interface org.tentackle.model.Entity
Gets the deeply referenced components.
Will contain the relations to components where Entity.isDeeplyReferenced() is true.
getDeeplyReferencedComponents() - Method in class org.tentackle.model.impl.EntityImpl
 
getDeepReferences() - Method in interface org.tentackle.model.Entity
Gets the deep references to this entity.
getDeepReferences() - Method in class org.tentackle.model.impl.EntityImpl
 
getDeepReferencesToComponents() - Method in interface org.tentackle.model.Entity
Gets the deep references to components of this root entity.
Will contain all deep references to all components, not only the direct children.
getDeepReferencesToComponents() - Method in class org.tentackle.model.impl.EntityImpl
 
getDefault() - Static method in interface org.tentackle.dbms.ModificationType
Gets the default modification type.
getDefault(String, boolean) - Static method in class org.tentackle.session.BackendConfiguration
Gets the default backend configuration.
getDefaultClass() - Method in interface org.tentackle.reflect.ClassMapper
Gets the default class.
getDefaultClass() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getDefaultConnectionManager() - Method in class org.tentackle.dbms.DbUtilities
Gets the default connection manager.
getDefaultConnectionManager() - Method in class org.tentackle.persist.PersistenceUtilities
 
getDefaultCSS() - Method in class org.tentackle.fx.DefaultNotificationBuilder
Gets the default CSS URL.
getDefaultCursor(Node) - Method in class org.tentackle.fx.FxUtilities
Gets the default cursor for the given node.
getDefaultDayWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the default day window for TemporalStringTranslator.getDayWindow().
getDefaultIdSource() - Method in class org.tentackle.dbms.Db
Gets the default IdSource.
getDefaultLanguage() - Method in class org.tentackle.script.DefaultScriptFactory
 
getDefaultLanguage() - Method in interface org.tentackle.script.ScriptFactory
Gets the default language.
getDefaultLocale() - Method in class org.tentackle.common.I18NText
Gets the current default locale.
getDefaultMonthWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the default month window for TemporalStringTranslator.getMonthWindow().
getDefaultPattern() - Method in class org.tentackle.fx.translate.BMoneyStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.ByteStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.DoubleStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.FloatStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.IntegerStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.LongStringTranslator
 
getDefaultPattern() - Method in class org.tentackle.fx.translate.NumberStringTranslator
Gets the default pattern according to the type.
getDefaultPattern() - Method in class org.tentackle.fx.translate.ShortStringTranslator
 
getDefaultSchema() - Method in interface org.tentackle.sql.Backend
Gets the default schema name.
Some backends store the objects in a default schema, if no explicit schema is given.
getDefaultSchema() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getDefaultSchema() - Method in class org.tentackle.sql.backends.H2
 
getDefaultSchema() - Method in class org.tentackle.sql.backends.Postgres
 
getDefaultScopes() - Method in class org.tentackle.fx.AbstractFxController
Gets the validation scopes to be used as the default for annotations unless something different is defined.
getDefaultScopes() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the validation scopes to be used as the default for annotations unless something different is defined.
getDefaultScopes() - Method in class org.tentackle.session.AbstractSessionConfiguration
 
getDefaultScopes() - Method in interface org.tentackle.validate.ScopeConfigurator
Gets the validation scopes to be used as the default for annotations unless something different is defined.
getDefaultSize(SqlType) - Method in interface org.tentackle.sql.Backend
Gets the default size if no size given in model.
getDefaultSize(SqlType) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getDefaultSize(SqlType) - Method in class org.tentackle.sql.backends.Postgres
 
getDefaultTextAreaColumns(FxTextArea) - Method in class org.tentackle.fx.FxUtilities
Gets the default column width for text areas if not set by the binding or the model's COLS= option.
getDefaultValidationPath(Object) - Method in class org.tentackle.validate.ValidationUtilities
Gets the default validation path.
The default implementation just returns the object's class basename with the first letter in lowercase (according to variable name rules).
getDefaultValue() - Method in interface org.tentackle.model.AttributeOptions
Gets the default value if [DEFAULT value] given.
The returned type corresponds to the DataType of the Attribute.
getDefaultValue() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getDefaultValue() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the column's default.
getDefaultValue() - Method in enum class org.tentackle.sql.SqlType
Gets the default value.
getDefaultYearWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the default value for TemporalStringTranslator.getYearWindow().
getDefinedTableAlias() - Method in interface org.tentackle.model.Entity
Gets the table alias originally configured in the model.
getDefinedTableAlias() - Method in class org.tentackle.model.impl.EntityImpl
 
getDefiningNmRelation() - Method in class org.tentackle.model.impl.RelationImpl
 
getDefiningNmRelation() - Method in interface org.tentackle.model.Relation
Gets the relation of the entity defining the nm-relation.
getDelegate() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Gets the delegate.
getDelegate() - Method in class org.tentackle.fx.component.FxCheckBox
 
getDelegate() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getDelegate() - Method in class org.tentackle.fx.component.FxColorPicker
 
getDelegate() - Method in class org.tentackle.fx.component.FxComboBox
 
getDelegate() - Method in class org.tentackle.fx.component.FxDatePicker
 
getDelegate() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getDelegate() - Method in class org.tentackle.fx.component.FxListView
 
getDelegate() - Method in class org.tentackle.fx.component.FxPasswordField
 
getDelegate() - Method in class org.tentackle.fx.component.FxRadioButton
 
getDelegate() - Method in class org.tentackle.fx.component.FxTableView
 
getDelegate() - Method in class org.tentackle.fx.component.FxTextArea
 
getDelegate() - Method in class org.tentackle.fx.component.FxTextField
 
getDelegate() - Method in class org.tentackle.fx.component.FxToggleButton
 
getDelegate() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getDelegate() - Method in class org.tentackle.fx.component.FxTreeView
 
getDelegate() - Method in class org.tentackle.fx.container.FxAccordion
 
getDelegate() - Method in class org.tentackle.fx.container.FxAnchorPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxBorderPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxButtonBar
 
getDelegate() - Method in class org.tentackle.fx.container.FxDialogPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxFlowPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxGridPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxHBox
 
getDelegate() - Method in class org.tentackle.fx.container.FxPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxScrollPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxSplitPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxStackPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxTab
 
getDelegate() - Method in class org.tentackle.fx.container.FxTabPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxTextFlow
 
getDelegate() - Method in class org.tentackle.fx.container.FxTilePane
 
getDelegate() - Method in class org.tentackle.fx.container.FxTitledPane
 
getDelegate() - Method in class org.tentackle.fx.container.FxToolBar
 
getDelegate() - Method in class org.tentackle.fx.container.FxVBox
 
getDelegate() - Method in interface org.tentackle.fx.FxComponent
 
getDelegate() - Method in class org.tentackle.fx.FxComponentDelegate
 
getDelegate() - Method in interface org.tentackle.fx.FxControl
Gets the lazily created component delegate.
getDelegate() - Method in class org.tentackle.fx.FxControlDelegate
 
getDelegate() - Method in class org.tentackle.fx.rdc.component.RdcChoiceBox
 
getDelegate() - Method in class org.tentackle.fx.rdc.component.RdcComboBox
 
getDelegate() - Method in class org.tentackle.reflect.Mixin
Gets the delegate object.
getDelegateMethod() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the delegate's method.
getDeleteRule() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the delete-rule.
getDeletionCascaded() - Method in class org.tentackle.model.ModelDefaults
Gets the cascaded delete default.
getDescription() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute description.
getDescription() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getDescription() - Method in interface org.tentackle.security.Permission
Gets the optional internationalized description.
May consist of more than one line.
Will be displayed in tooltips, for example.
getDescription() - Method in class org.tentackle.security.permissions.AbstractPermission
 
getDescriptionPersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of description.
getDescriptionPersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getDetachedSince() - Method in class org.tentackle.dbms.ManagedConnection
Gets the epochal time when this connection was detached.
getDetail(String) - Method in class org.tentackle.session.ModificationEvent
Gets the modification detail for a name.
getDetails() - Method in class org.tentackle.session.ModificationEvent
Gets the modification details.
getDirectory() - Static method in class org.tentackle.misc.UserHomeJavaDir
Gets the directory tentackle files in the user's home directory.
Defaults to ${user.home}/.java/tentackle.
May be configured by the system property "tentackle.user.home.java.dir".
getDirectory(String...) - Static method in class org.tentackle.misc.UserHomeJavaDir
Gets a subdirectory of the cache dir.
The directories are created if it does not exist.
getDispatcher() - Method in class org.tentackle.dbms.Db
Gets the dispatcher for this session.
The dispatcher can be used to submit asynchronous tasks in a serial manner.
getDispatcher() - Method in interface org.tentackle.session.Session
Gets the dispatcher for this session.
The dispatcher can be used to submit asynchronous tasks in a serial manner.
getDispatcher() - Method in class org.tentackle.task.AbstractTask
 
getDispatcher() - Method in interface org.tentackle.task.Task
Gets the task dispatcher this task has been added to.
getDisplayedName() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getDisplayedName() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the column name displayed in the column header.
getDMoney() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a DMoney with full precision.
Notice that DMoney fields use two columns!
getDMoney(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a DMoney with full precision.
Notice that DMoney fields use two fields: one for the value and one for the scale (= name + "P")
getDMoney(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a DMoney with full precision.
Notice that DMoney fields use two fields: one for the value and one for the scale (= name + "_2")
getDocument() - Method in class org.tentackle.model.parse.Line
Gets the document this line belongs to.
getDomainClass(String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
getDomainClass(String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
getDomainClass(String) - Method in interface org.tentackle.pdo.OperationFactory
Gets the class implementing the domain layer.
getDomainClass(String) - Method in interface org.tentackle.pdo.PdoFactory
Gets the class implementing the domain layer.
getDomainContext() - Method in class org.tentackle.app.AbstractApplication
Gets the domain context.
getDomainContext() - Method in class org.tentackle.domain.AbstractDomainObject
 
getDomainContext() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getDomainContext() - Method in class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Gets the domain context from the binding properties.
getDomainContext() - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Gets the domain context from the binding properties.
getDomainContext() - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
Gets the domain context from the binding properties.
getDomainContext() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getDomainContext() - Method in class org.tentackle.fx.rdc.PdoEditor
 
getDomainContext() - Method in class org.tentackle.fx.rdc.PdoFinder
 
getDomainContext() - Method in class org.tentackle.fx.rdc.security.SecurityRulesView
 
getDomainContext() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the domain context from the binding properties.
getDomainContext() - Method in class org.tentackle.i18n.StoredBundleControl
 
getDomainContext() - Method in interface org.tentackle.pdo.DomainContextProvider
Gets the domain context.
getDomainContext() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getDomainContext() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the domain context.
getDomainContext() - Method in class org.tentackle.persist.AbstractPersistentOperation
Gets the database context.
getDomainContext() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
getDomainContext() - Method in class org.tentackle.persist.ResultSetCursor
Gets the domain context.
getDomainContextClassId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getDomainContextClassId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute domainContextClassId.
getDomainContextId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getDomainContextId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute domainContextId.
getDomainContextObject() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Gets the application context's object.
The object will be loaded in its valid context.
getDomainContextObject() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the application context's object.
The object will be loaded in its valid context.
getDomainDelegate() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getDomainDelegate() - Method in interface org.tentackle.pdo.Operation
Gets the delegate implementing the domain logic.
getDomainDelegate() - Method in interface org.tentackle.pdo.PersistenceDelegate
Gets the domain delegate.
getDomainDelegate() - Method in interface org.tentackle.pdo.PersistentDomainObject
Gets the delegate implementing the domain logic.
getDomainDelegate() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getDomainDelegate() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
getDomainMapper() - Method in class org.tentackle.pdo.AbstractOperationFactory
Gets the domain class mapper associated to this factory.
The classmapper usually maps interfaces (domain + persistence) to the domain implementation.
getDomainMapper() - Method in class org.tentackle.pdo.DefaultOperationFactory
 
getDomainMapper() - Method in class org.tentackle.pdo.DefaultPdoFactory
 
getDomainMapper() - Method in interface org.tentackle.pdo.PdoFactory
Gets the domain class mapper associated to this factory.
The classmapper maps PDO interfaces to their domain implementation.
getDouble() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String, double) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getDouble(String, double) - Method in class org.tentackle.prefs.CompositePreferences
Gets a double value.
getDouble(String, double) - Method in class org.tentackle.prefs.DefaultPreferences
 
getDouble(String, double) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the double value represented by the string associated with the specified key in this preference node.
getDoubleClickHandler() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the double click handler.
getDriver() - Method in class org.tentackle.session.BackendConfiguration
Gets the driver configuration.
getDriver() - Method in class org.tentackle.session.DriverConfiguration
Sets the driver's classname.
getDriverClassName() - Method in interface org.tentackle.sql.Backend
Gets the JDBC driver class name.
getDriverClassName() - Method in class org.tentackle.sql.backends.Db2
 
getDriverClassName() - Method in class org.tentackle.sql.backends.H2
 
getDriverClassName() - Method in class org.tentackle.sql.backends.Informix
 
getDriverClassName() - Method in class org.tentackle.sql.backends.MariaDb
 
getDriverClassName() - Method in class org.tentackle.sql.backends.MsSql
 
getDriverClassName() - Method in class org.tentackle.sql.backends.MySql
 
getDriverClassName() - Method in class org.tentackle.sql.backends.Oracle8
 
getDriverClassName() - Method in class org.tentackle.sql.backends.Postgres
 
getDriverConfigurations(boolean) - Static method in class org.tentackle.session.DriverConfiguration
Loads all driver configurations.
getDummySelect() - Method in interface org.tentackle.sql.Backend
Gets the dummy select to keep/test connections alive.
Most databases just require a "SELECT 1".
getDummySelect() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getDummySelect() - Method in class org.tentackle.sql.backends.Oracle8
 
getEagerJoinedSelect() - Method in class org.tentackle.persist.AbstractPersistentObject
Adds the eager joins to the created SQL.
getEagerJoins() - Method in class org.tentackle.persist.AbstractPersistentObject
Returns the eager joins for this PDO.
getEagerJoins() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the effective eager joins.
getEarliestStartTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the earliest start time of all supervised daemons.
getEarliestTerminationTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the earliest termination time of all supervised daemons.
getEditable() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getEditable() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Returns whether the column is editable.
getEditedBy() - Method in interface org.tentackle.pdo.PersistentObject
Gets the id of the user currently editing this object.
getEditedBy() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the id of the user currently editing this object.
getEditedExpiry() - Method in interface org.tentackle.pdo.PersistentObject
Gets the time since when this object is being edited.
getEditedExpiry() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the time since when this object is being edited.
getEditedSince() - Method in interface org.tentackle.pdo.PersistentObject
Gets the time since when this object is being edited.
getEditedSince() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the time since when this object is being edited.
getEditMode() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getEditMode() - Method in interface org.tentackle.fx.table.TableConfiguration
Returns the edit mode.
getEditor() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Gets the pdo editor.
getEditor() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getEditor() - Method in interface org.tentackle.fx.table.TableCellType
Gets the editor component.
getEditor() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the editor component.
getEditor() - Method in class org.tentackle.fx.table.type.AbstractTableCellType
 
getEditor() - Method in class org.tentackle.fx.table.type.BooleanTableCellType
 
getEditor() - Method in class org.tentackle.fx.table.type.EnumTableCellType
 
getEditor(TableCellType<T>) - Method in class org.tentackle.fx.table.FxTableCell
Gets the editor for this table cell.
getEditor(TableCellType<T>) - Method in class org.tentackle.fx.table.FxTreeTableCell
Gets the editor for this table cell.
getEditorType() - Method in interface org.tentackle.fx.table.TableCellType
Gets the intrinsic type of the editor.
getEditorType() - Method in class org.tentackle.fx.table.type.AbstractTableCellType
 
getEditorType() - Method in class org.tentackle.fx.table.type.BooleanTableCellType
 
getEditorType() - Method in class org.tentackle.fx.table.type.EnumTableCellType
 
getEditPermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getEditPermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request edit permission singleton.
getEffectiveClass() - Method in class org.tentackle.domain.AbstractDomainObject
 
getEffectiveClass() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getEffectiveClass() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getEffectiveClass() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
getEffectiveClass() - Method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective class.
getEffectiveClass(Object) - Static method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective class of given object.
getEffectiveCode(String, Function<String, ScriptConverter>) - Method in class org.tentackle.script.AbstractScriptingLanguage
Converts the script code via an optional converter provider.
getEffectiveDataType() - Method in interface org.tentackle.model.Attribute
Gets the effective type exposed to the backend.
If this is an application specific type, the inner type will be returned.
getEffectiveDataType() - Method in class org.tentackle.model.impl.AttributeImpl
 
getEffectiveInitialLocale() - Method in class org.tentackle.common.LocaleProvider
Gets the effective initial locale on startup of the JVM.
getEffectiveLocale() - Method in class org.tentackle.common.LocaleProvider
Gets the effective locale for the current locale.
getEffectiveLocale(Locale) - Method in class org.tentackle.common.LocaleProvider
Gets the effective locale.
This is application-specific and allows narrowing the locales to the effectively supported locales.
getEffectiveLocales() - Method in class org.tentackle.common.LocaleProvider
Returns an unmodifiable list of all supported effective locales.
getEffectiveScope() - Method in class org.tentackle.validate.DefaultValidationContext
 
getEffectiveScope() - Method in interface org.tentackle.validate.ValidationContext
Gets the effective scope.
getEffectiveSuperClasses() - Method in class org.tentackle.domain.AbstractDomainObject
 
getEffectiveSuperClasses() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getEffectiveSuperClasses() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getEffectiveSuperClasses() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
getEffectiveSuperClasses() - Method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective super classes.
getElement() - Method in class org.tentackle.model.ModelError
Gets the related element.
getElement() - Method in exception class org.tentackle.model.ModelException
Gets the related model element.
getElementClass() - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Gets the table element's class.
getElements() - Method in interface org.tentackle.common.Path
Gets the elements describing the path.
getElementValidators(AnnotatedElement, ValidationScope, Holder<Integer>) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for annotated attributes
getEmbeddedAttributes() - Method in interface org.tentackle.model.Entity
Gets the attributes of embedded entities.
getEmbeddedAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getEmbeddedRelations(Entity) - Method in interface org.tentackle.model.Entity
Gets the relations of all embedded entities.
Due to the restriction of embedded entities, these relations are all non-composite object relations.
getEmbeddedRelations(Entity) - Method in class org.tentackle.model.impl.EntityImpl
 
getEmbeddingEntities() - Method in interface org.tentackle.model.Entity
Gets the embedding entities for this embedded entity.
getEmbeddingEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getEmbeddingEntity() - Method in interface org.tentackle.model.Attribute
Gets the embedding entity.
Please notice that the embedding entity is determined by the specific relation, and Attribute.isEmbedded() just means that the attribute is part of an embeddable entity.
getEmbeddingEntity() - Method in class org.tentackle.model.impl.AttributeImpl
 
getEmbeddingEntity() - Method in class org.tentackle.model.impl.RelationImpl
 
getEmbeddingEntity() - Method in interface org.tentackle.model.Relation
Gets the embedding entity.
Please notice that the embedding entity is determined by the specific relation path, and Relation.isEmbedded() just means that the relation is part of an embeddable entity.
getEmbeddingParent() - Method in interface org.tentackle.pdo.PersistentObject
Gets the parent PDO if this is an embedded PDO.
Throws a PersistenceException if this is not an embedded PDO.
getEmbeddingParent() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getEmbeddingPath() - Method in interface org.tentackle.model.Attribute
Gets the path of embedding entities.
The first entity is non-embedded.
getEmbeddingPath() - Method in class org.tentackle.model.impl.AttributeImpl
 
getEmbeddingPath() - Method in class org.tentackle.model.impl.RelationImpl
 
getEmbeddingPath() - Method in interface org.tentackle.model.Relation
Gets the path of embedding entities.
The first entity is non-embedded.
getEmbeddingPaths() - Method in interface org.tentackle.model.Entity
Gets the paths of embedding relations to this entity.
getEmbeddingPaths() - Method in class org.tentackle.model.impl.EntityImpl
 
getEmptyString() - Method in interface org.tentackle.sql.Backend
Gets the empty string.
Some dbms (most famous: Oracle) handle empty strings as null.
getEmptyString() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getEmptyString() - Method in class org.tentackle.sql.backends.Oracle8
 
getEnabledCipherSuites() - Method in class org.tentackle.io.RMISocketFactoryFactory
Gets the enabled cipher suites.
getEnabledProtocols() - Method in class org.tentackle.io.RMISocketFactoryFactory
Gets the enabled protocols.
getEncodingCharset() - Static method in class org.tentackle.common.Settings
Gets the encoding used to read and write files.
Usually set by the maven plugins from "project.build.sourceEncoding".
getEnd() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the attribute end.
getEnd() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getEndIndex() - Method in class org.tentackle.misc.SubString
Gets the ending index.
getEndPersisted() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the last persisted value of end.
getEndPersisted() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getEngine() - Method in class org.tentackle.script.jsr.JSR223Language
Gets the script engine.
getEngineFactory() - Method in class org.tentackle.script.jsr.JSR223Language
Gets the scripting engine factory.
getEntity() - Method in interface org.tentackle.model.Attribute
Gets the entity this attribute belongs to.
getEntity() - Method in interface org.tentackle.model.EntityInfo
Gets the entity.
getEntity() - Method in interface org.tentackle.model.EntityOptions
Gets the entity this option-set belongs to.
getEntity() - Method in class org.tentackle.model.impl.AttributeImpl
 
getEntity() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
getEntity() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
getEntity() - Method in class org.tentackle.model.impl.IndexImpl
 
getEntity() - Method in class org.tentackle.model.impl.RelationImpl
 
getEntity() - Method in interface org.tentackle.model.Index
Gets the entity this index belongs to.
getEntity() - Method in class org.tentackle.model.migrate.ColumnMigrator
Gets the migrated entity.
getEntity() - Method in class org.tentackle.model.migrate.IndexMigrator
Gets the migrated entity.
getEntity() - Method in class org.tentackle.model.migrate.TableMigrator
Gets the model's entity.
getEntity() - Method in interface org.tentackle.model.Relation
Gets the entity this relation belongs to.
getEntityAliases() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
getEntityAliases() - Method in class org.tentackle.model.impl.ModelImpl
 
getEntityAliases() - Method in interface org.tentackle.model.Model
Gets the entity aliases.
getEntityAliases() - Method in interface org.tentackle.model.ModelDirectory
Gets the entity aliases.
getEntityFactory() - Method in class org.tentackle.model.impl.ModelImpl
 
getEntityFactory() - Method in interface org.tentackle.model.Model
Gets the entity factory singleton.
getEntityInfo(Entity) - Method in class org.tentackle.model.impl.ModelImpl
 
getEntityInfo(Entity) - Method in interface org.tentackle.model.Model
Gets the model information for the given entity.
getErrCode() - Method in class org.tentackle.common.ToolRunner
Gets the error code.
getError() - Method in class org.tentackle.fx.component.FxCheckBox
 
getError() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getError() - Method in class org.tentackle.fx.component.FxColorPicker
 
getError() - Method in class org.tentackle.fx.component.FxComboBox
 
getError() - Method in class org.tentackle.fx.component.FxDatePicker
 
getError() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getError() - Method in class org.tentackle.fx.component.FxListView
 
getError() - Method in class org.tentackle.fx.component.FxPasswordField
 
getError() - Method in class org.tentackle.fx.component.FxRadioButton
 
getError() - Method in class org.tentackle.fx.component.FxTableView
 
getError() - Method in class org.tentackle.fx.component.FxTextArea
 
getError() - Method in class org.tentackle.fx.component.FxTextField
 
getError() - Method in class org.tentackle.fx.component.FxToggleButton
 
getError() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getError() - Method in class org.tentackle.fx.component.FxTreeView
 
getError() - Method in interface org.tentackle.fx.ErrorPopupSupported
Gets the error message.
getError() - Method in class org.tentackle.fx.FxComponentDelegate
 
getErrorCode() - Method in class org.tentackle.fx.DefaultInteractiveError
 
getErrorCode() - Method in interface org.tentackle.fx.InteractiveError
Gets the optional error code.
getErrorCode() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getErrorCode() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getErrorCode() - Method in interface org.tentackle.validate.ValidationResult
Gets the error code.
The error code is optional and provided to identify an error by a unique code rather than some text message.
getErrorCode() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.EqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.FailImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.FalseImpl
 
getErrorCode() - Method in interface org.tentackle.validate.Validator
Gets the optional error code.
The error code is used to identify the error by a unique code instead of some message string.
getErrorCode() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.LessImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NullImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.PatternImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.SizeImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.TrueImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getErrorHandlers() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of error handler implementations.
getErrorOffset() - Method in class org.tentackle.fx.component.FxComboBox
 
getErrorOffset() - Method in class org.tentackle.fx.component.FxDatePicker
 
getErrorOffset() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getErrorOffset() - Method in class org.tentackle.fx.component.FxPasswordField
 
getErrorOffset() - Method in class org.tentackle.fx.component.FxTextArea
 
getErrorOffset() - Method in class org.tentackle.fx.component.FxTextField
 
getErrorOffset() - Method in interface org.tentackle.fx.FxTextComponent
Gets the error offset.
getErrorOffset() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getErrors() - Method in class org.tentackle.common.ToolRunner
Gets the standard error output.
getErrorsAsString() - Method in class org.tentackle.common.ToolRunner
Gets the standard error output.
getEstablishedSince() - Method in class org.tentackle.dbms.ManagedConnection
Gets the epochal time when this connection was established.
getEventHandler(Class<T>) - Method in class org.tentackle.session.DefaultMasterSerialEventHandlerFactory
 
getEventHandler(Class<T>) - Method in interface org.tentackle.session.MasterSerialEventHandlerFactory
Gets the event handler for a master serial event class.
The handler is simply a Consumer of a MasterSerialEvent and must be stateless.
getEventType() - Method in class org.tentackle.fx.rdc.PdoEvent
 
getExecutePermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getExecutePermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request execute permission singleton.
getExecutionDuration() - Method in class org.tentackle.dbms.StatementHistory
Gets the duration of the statement execution.
getExecutionStart() - Method in class org.tentackle.dbms.StatementHistory
Gets the start of execution in epochal milliseconds.
getExecutor() - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Gets the session pool executor.
getExecutorService() - Method in class org.tentackle.session.SessionKeepAliveDaemon
Gets the executor service.
getExecutorService() - Method in class org.tentackle.session.SessionPooledExecutor
Gets the executor service.
getExpiration(long, long) - Method in class org.tentackle.dbms.TableSerialExpirationBacklog
Gets the expiration backlog for a given range of table-serials.
getExpirationBacklog(long, long) - Method in class org.tentackle.dbms.AbstractDbObject
Gets the expiration backlog for a given range of tableserials.
getExpirationBacklog(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
getExpirationBacklog(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
getExpireAt() - Method in class org.tentackle.dbms.ManagedConnection
Gets the epochal time when this connection should be closed, if unused.
getExpiredTableSerials(long, long) - Method in class org.tentackle.dbms.AbstractDbObject
Combines AbstractDbObject.selectExpiredTableSerials(long) and AbstractDbObject.getExpirationBacklog(long, long).
A physical database query is only done if the requested range is not in the backlog.
getExpiredTableSerials(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
getExpiredTableSerials(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
getExpiredTableSerials(long, long) - Method in interface org.tentackle.pdo.PersistentObject
Gets the expired table serials.
A physical database query is only done if the requested range is not in the backlog.
getExplicitClassLoader(String, String) - Static method in class org.tentackle.common.ServiceFactory
Gets the explicit classloader for a given service path and name.
getExplicitClassLoaderImpl(String, String) - Method in class org.tentackle.common.ServiceFactory
Gets the explicit classloader for a given service path and name.
getExportedSessionGroupId() - Method in class org.tentackle.dbms.Db
Gets the session group exported to remote clients.
getExtension(DomainContext, Class<T>) - Method in interface org.tentackle.pdo.PdoRemoteSession
Gets an extension object.
Extensions are used to provide additional services.
getExtension(DomainContext, Class<T>) - Method in class org.tentackle.persist.PdoRemoteSessionAdapter
 
getExtensions() - Method in class org.tentackle.fx.ImageGraphicProvider
Gets the file extensions supported by this image provider.
getExtraSql() - Method in class org.tentackle.persist.Join
Gets optional SQL code.
getFactoryClassloader() - Static method in class org.tentackle.common.ServiceFactory
Gets the classloader to load the service factory.
getFactoryClassname() - Static method in class org.tentackle.common.ServiceFactory
Gets the classname of the service factory.
getFallbackLocale() - Method in class org.tentackle.common.LocaleProvider
Returns the fallback locale.
If there is no translation provided for a given locale, the resource bundles eventually fall back to the "no-locale" translation.
In most cases this corresponds to the "en"-locale (Locale.ENGLISH), but applications can change this by overriding this method.
getFetchCount() - Method in class org.tentackle.dbms.StatementHistory
Gets the number of rows fetched from the result set.
getFetchDirection() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class org.tentackle.dbms.StatementWrapper
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class org.tentackle.persist.ResultSetCursor
Gets the fetch direction.
getFetchDirection() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Gets the fetch direction.
getFetchDirection() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
getFetchDuration() - Method in class org.tentackle.dbms.StatementHistory
Gets the duration to fetch the result from a query statement.
getFetchResult() - Method in class org.tentackle.dbms.StatementStatisticsResult
Returns the result for fetching the result set from the database.
getFetchSize() - Method in class org.tentackle.dbms.Db
Gets the default fetchsize
getFetchSize() - Method in class org.tentackle.dbms.Query
Gets the fetchsize.
getFetchSize() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class org.tentackle.dbms.StatementWrapper
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFetchSize() - Method in interface org.tentackle.misc.ScrollableResource
Gets the fetchsize.
getFetchSize() - Method in class org.tentackle.persist.ResultSetCursor
Gets the fetch size.
getFetchSize() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Gets the fetchsize.
getFetchSize() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
getField() - Method in interface org.tentackle.bind.BindableElement
Gets the bound field.
getField() - Method in interface org.tentackle.bind.BindingMember
Gets the bound field.
getField() - Method in class org.tentackle.bind.DefaultBindableElement
 
getField() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the bound field.
getFields(ResultSetWrapper) - Method in class org.tentackle.dbms.AbstractDbObject
Retrieves the values of all fields.
getFields(ResultSetWrapper) - Method in class org.tentackle.dbms.DbModification
 
getFields(ResultSetWrapper) - Method in class org.tentackle.dbms.ModificationLog
 
getFields(ResultSetWrapper) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
getFields(ResultSetWrapper) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
getFields(ResultSetWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.persist.lock.DbTokenLock
 
getFields(ResultSetWrapper) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getFieldValidators(Class<?>) - Method in class org.tentackle.validate.ValidatorCache
Gets all validators for all annotated fields or methods.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
getFieldValidators(Class<?>, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for all annotated fields or methods of given class.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
getFieldValidators(Field, Method) - Method in class org.tentackle.validate.ValidatorCache
Get validators for an annotated fields and/or method.
getFieldValidators(Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
getFile() - Method in interface org.tentackle.model.EntityInfo
Gets the model file.
getFile() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
getFileDescriptor() - Method in class org.tentackle.io.SocketImplWrapper
 
getFileName() - Method in class org.tentackle.model.SourceInfo
Gets the filename.
getFiller() - Method in class org.tentackle.fx.component.FxComboBox
 
getFiller() - Method in class org.tentackle.fx.component.FxDatePicker
 
getFiller() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getFiller() - Method in class org.tentackle.fx.component.FxPasswordField
 
getFiller() - Method in class org.tentackle.fx.component.FxTextArea
 
getFiller() - Method in class org.tentackle.fx.component.FxTextField
 
getFiller() - Method in interface org.tentackle.fx.FxTextComponent
Gets the filler character.
getFiller() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getFilterCondition() - Method in class org.tentackle.model.impl.IndexImpl
 
getFilterCondition() - Method in interface org.tentackle.model.Index
Gets the optional filter condition.
getFilterCondition() - Method in class org.tentackle.sql.metadata.IndexMetaData
Gets the filter condition.
getFilters() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the list of filters.
getFilters() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of filters.
getFilters() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of filter implementations.
getFinder() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the pdo finder.
getFinderMap() - Method in class org.tentackle.common.ServiceFactory
Gets the finder map.
Allows applications to modify or add finders programmatically.
The map is threadsafe.
getFirstFocusableNode(Map<PdoMember, FxComponent>) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Gets the first focusable node.
getFirstUse() - Method in class org.tentackle.dbms.PooledDb
Get epochal time of first use.
getFixedCellSize() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the height of a popup row.
getFixedCellSizeProperty() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the fixed cell size property.
getFixedClassLoader() - Method in class org.tentackle.common.ServiceFactory
Gets the fixed classloader.
getFloat() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String, float) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getFloat(String, float) - Method in class org.tentackle.prefs.CompositePreferences
Gets a float value.
getFloat(String, float) - Method in class org.tentackle.prefs.DefaultPreferences
 
getFloat(String, float) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the float value represented by the string associated with the specified key in this preference node.
getFloatingNumberPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the floating number pattern.
getFloatingNumberPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the floating number pattern.
getFont() - Method in class org.tentackle.fx.component.auto.AutoCompletionCellFactory
Gets the font used for the non-matching substrings.
getForeignAttribute() - Method in class org.tentackle.model.impl.RelationImpl
 
getForeignAttribute() - Method in class org.tentackle.model.MethodArgument
Gets the foreign attribute.
getForeignAttribute() - Method in interface org.tentackle.model.Relation
Gets the foreign attribute.
getForeignEntity() - Method in class org.tentackle.model.impl.RelationImpl
 
getForeignEntity() - Method in interface org.tentackle.model.Relation
Gets the related entity.
getForeignKey() - Method in class org.tentackle.model.migrate.ForeignKeyMigrator
Gets the foreign key to migrate.
getForeignKeyColumn() - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Gets the referencing column.
getForeignKeyColumns() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the columns.
getForeignKeyMetaData() - Method in class org.tentackle.model.migrate.ForeignKeyMigrator
Gets the foreign key metadata.
getForeignKeyMetaData() - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Gets the foreign key.
getForeignKeyName() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the name of the foreign key.
getForeignKeys() - Method in class org.tentackle.model.impl.ModelImpl
 
getForeignKeys() - Method in interface org.tentackle.model.Model
Gets all foreign keys.
getForeignKeys() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the foreign keys.
getForeignKeySchema() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the schema of the referencing column.
getForeignKeyTable() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the referencing table.
getForeignRelation() - Method in class org.tentackle.model.impl.RelationImpl
 
getForeignRelation() - Method in interface org.tentackle.model.Relation
Gets the foreign (opposite) relation.
getFormat() - Method in class org.tentackle.fx.translate.NumberStringTranslator
Gets the decimal format.
getFormat(TableColumnConfiguration<?, BMoney>, BMoney) - Method in class org.tentackle.fx.table.type.BMoneyTableCellType
 
getFormat(TableColumnConfiguration<?, T>, T) - Method in class org.tentackle.fx.table.type.NumberTableCellType
Gets the number format.
getFormats(String) - Method in class org.tentackle.i18n.StoredBundleControl
 
getFormatter() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the formatter instance.
getFormatter(TableColumnConfiguration<?, T>) - Method in class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
Gets the formatter.
getFrom() - Method in interface org.tentackle.bind.BindableElement
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFrom() - Method in interface org.tentackle.bind.BindingMember
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFrom() - Method in class org.tentackle.bind.DefaultBindableElement
 
getFrom() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFromPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in binding or validation paths, if method is a "from"- or "with"-method.
getFullForeignKeyTableName() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the full foreign key tablename including optional schema.
getFullPrimaryKeyTableName() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the full primary key tablename including optional schema.
getFullTableName() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the database table name with optional schemaname prepended.
Always in lowercase.
getFunctionName() - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
getFunctionName() - Method in interface org.tentackle.model.IndexAttribute
Gets the name of the function.
getFunctionName() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Gets the optional function name.
getFxApplication() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the FX application instance.
This is the instance of the class provided by DesktopApplication.getApplicationClass().
The FX-application usually provides a login-view and is responsible to spawn the main view after successful login.
getFXMLFields() - Method in class org.tentackle.fx.AbstractFxController
 
getFXMLFields() - Method in interface org.tentackle.fx.FxController
Gets all fields in this controller annotated with @FXML.
getFXMLMethods() - Method in class org.tentackle.fx.AbstractFxController
 
getFXMLMethods() - Method in interface org.tentackle.fx.FxController
Gets all methods in this controller annotated with @FXML.
getGenericType() - Method in interface org.tentackle.bind.BindableElement
Gets the generic type of the member.
getGenericType() - Method in interface org.tentackle.bind.BindingMember
Gets the generic type of the member.
getGenericType() - Method in class org.tentackle.bind.DefaultBindableElement
 
getGenericType() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the generic type of the member.
getGenericType() - Method in class org.tentackle.fx.component.FxCheckBox
 
getGenericType() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getGenericType() - Method in class org.tentackle.fx.component.FxColorPicker
 
getGenericType() - Method in class org.tentackle.fx.component.FxComboBox
 
getGenericType() - Method in class org.tentackle.fx.component.FxDatePicker
 
getGenericType() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getGenericType() - Method in class org.tentackle.fx.component.FxListView
 
getGenericType() - Method in class org.tentackle.fx.component.FxPasswordField
 
getGenericType() - Method in class org.tentackle.fx.component.FxRadioButton
 
getGenericType() - Method in class org.tentackle.fx.component.FxTableView
 
getGenericType() - Method in class org.tentackle.fx.component.FxTextArea
 
getGenericType() - Method in class org.tentackle.fx.component.FxTextField
 
getGenericType() - Method in class org.tentackle.fx.component.FxToggleButton
 
getGenericType() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getGenericType() - Method in class org.tentackle.fx.component.FxTreeView
 
getGenericType() - Method in interface org.tentackle.fx.FxComponent
Gets the generic type.
getGenericType() - Method in class org.tentackle.fx.FxComponentDelegate
 
getGenericType() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getGenericType() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the generic type.
getGetter() - Method in interface org.tentackle.bind.BindableElement
Gets the getter method.
getGetter() - Method in interface org.tentackle.bind.BindingMember
Gets the getter method.
getGetter() - Method in class org.tentackle.bind.DefaultBindableElement
 
getGetter() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the getter method.
getGetter() - Method in class org.tentackle.pdo.PdoMember
The getter method.
getGetter() - Method in class org.tentackle.reflect.PropertyMapping
Gets the getter.
getGetterName() - Method in interface org.tentackle.model.Attribute
Gets the getter method name.
getGetterName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getGetterName() - Method in class org.tentackle.model.impl.RelationImpl
 
getGetterName() - Method in interface org.tentackle.model.Relation
Gets the getter method name.
getGetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if method is an attribute getter.
getGetterSetterComment() - Method in class org.tentackle.model.impl.RelationImpl
 
getGetterSetterComment() - Method in interface org.tentackle.model.Relation
Gets the comment line for getter and setter.
getGrantee() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Gets the grantee.
getGrantee() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the grantee.
getGranteeClassId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getGranteeClassId() - Method in class org.tentackle.security.GranteeDescriptor
Gets the grantee's class id.
getGranteeClassId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute granteeClassId.
getGranteeId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getGranteeId() - Method in class org.tentackle.security.GranteeDescriptor
Gets the grantee's object id.
getGranteeId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute granteeId.
getGuiProvider() - Method in class org.tentackle.fx.rdc.PdoTreeCell
Gets the GUI provider.
getGuiProvider() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Lazily gets the GUI provider for the PDO.
getHandler(Class<T>) - Method in class org.tentackle.session.DefaultMasterSerialEventHandlerFactory
 
getHandlers() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the list of error handlers.
getHandlers() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of error handlers.
getHelpUrl() - Method in class org.tentackle.fx.component.FxCheckBox
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxColorPicker
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxComboBox
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxDatePicker
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxListView
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxPasswordField
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxRadioButton
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxTableView
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxTextArea
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxTextField
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxToggleButton
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getHelpUrl() - Method in class org.tentackle.fx.component.FxTreeView
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxAccordion
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxAnchorPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxBorderPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxButtonBar
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxDialogPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxFlowPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxGridPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxHBox
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxScrollPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxSplitPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxStackPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxTab
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxTabPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxTextFlow
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxTilePane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxTitledPane
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxToolBar
 
getHelpUrl() - Method in class org.tentackle.fx.container.FxVBox
 
getHelpUrl() - Method in interface org.tentackle.fx.FxControl
Gets the online-help URL.
getHelpUrl() - Method in class org.tentackle.fx.FxControlDelegate
 
getHelpURL() - Method in class org.tentackle.fx.FxUtilities
Gets the help URL prefix.
getHierarchyInheritanceType() - Method in interface org.tentackle.model.Entity
Gets the inheritance type of the hierarchy.
For leafs, which have InheritanceType.NONE, the type of the super entity is returned.
getHierarchyInheritanceType() - Method in class org.tentackle.model.impl.EntityImpl
 
getHook() - Method in class org.tentackle.common.ModuleInfo
Gets the module hook.
getHostInfo() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the host info.
getHostInfo() - Method in class org.tentackle.session.DefaultSessionInfo
 
getHostInfo() - Method in interface org.tentackle.session.SessionInfo
Gets the host info.
getId() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the object ID.
getId() - Method in class org.tentackle.dbms.ModificationTally
Gets the ID of the counter.
getId() - Method in interface org.tentackle.misc.Identifiable
Gets the identification number.
getId() - Method in class org.tentackle.misc.IdSerialTuple
 
getId() - Method in class org.tentackle.misc.XUUID
 
getId() - Method in interface org.tentackle.pdo.PersistentObject
Gets the unique identification number.
getId() - Method in class org.tentackle.task.AbstractTask
 
getId() - Method in interface org.tentackle.task.Task
Gets the task id.
getIdentifiable() - Method in exception class org.tentackle.pdo.DomainException
Gets the identifiable object.
getIdentifiable() - Method in exception class org.tentackle.session.PersistenceException
Gets the persistent object.
getIdentifiableClass() - Method in class org.tentackle.misc.IdentifiableKey
Gets the object class.
getIdentifiableId() - Method in class org.tentackle.misc.IdentifiableKey
Gets the identifiable id.
getIdSerialForName(String) - Method in class org.tentackle.dbms.DbModificationTracker
Gets the pair of id/serial for a given table name.
Used in remote connections.
getIdSource() - Method in class org.tentackle.dbms.AbstractDbObject
Get the IdSource.
getIdSource(Db) - Method in class org.tentackle.dbms.DbObjectClassVariables
Get the IdSource.
If the IdSource is null, the method will look for a property file which is the classname + ".properties".
getIdSourceConfiguration() - Method in class org.tentackle.dbms.Db
Gets the ID-Source configuration.
getIFace() - Method in class org.tentackle.validate.scope.AbstractScope
Gets the scope interface of this request scope.
getIllegalNames() - Method in class org.tentackle.model.impl.NameVerifierImpl
Gets the set of illegal names.
getImage(String) - Method in class org.tentackle.fx.ImageGraphicProvider
Returns the cached image.
getImmediateRollbackTxLevel() - Method in class org.tentackle.dbms.Db
Gets the pending txLevel after an immediate rollback.
getImmutableLoggingLevel() - Method in class org.tentackle.dbms.AbstractDbObject
 
getImmutableLoggingLevel() - Method in interface org.tentackle.misc.Immutable
Gets the logging level.
getImmutableLoggingLevel() - Method in class org.tentackle.misc.ImmutableArrayList
 
getImmutableLoggingLevel() - Method in class org.tentackle.session.DefaultSessionInfo
 
getImplementingClass() - Method in class org.tentackle.reflect.Mixin
Gets the implementing class.
getInactivityTimeout() - Method in class org.tentackle.fx.rdc.login.Login
Gets the inactivity timeout.
getIncSize() - Method in class org.tentackle.dbms.DbPool
Gets the minimum increment to enlarge the pool.
getIndex() - Method in class org.tentackle.dbms.ManagedConnection
Gets the connection index.
getIndex() - Method in class org.tentackle.model.impl.IndexAttributeImpl
Gets the index this attribute belongs to.
getIndex() - Method in class org.tentackle.model.migrate.IndexMigrator
Gets the index to migrate.
getIndex(String, boolean) - Method in interface org.tentackle.model.Entity
Gets an index by its name.
getIndex(String, boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
getIndexes() - Method in interface org.tentackle.model.Entity
Gets the indexes.
getIndexes() - Method in class org.tentackle.model.impl.EntityImpl
 
getIndexes() - Method in class org.tentackle.pdo.PdoCache
Gets the indexes registered for this cache.
getIndexes() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the metadata for indexes.
getIndexesIncludingInherited() - Method in interface org.tentackle.model.Entity
Gets all including inherited indexes.
getIndexesIncludingInherited() - Method in class org.tentackle.model.impl.EntityImpl
 
getIndexesIncludingSubEntities() - Method in interface org.tentackle.model.Entity
Gets all including indexes from sub entities.
getIndexesIncludingSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getIndexFromSession(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
Gets the internal array index from the session's session ID.
getIndexFromSessionId(int) - Method in class org.tentackle.dbms.DefaultConnectionManager
Gets the internal array index from the session's session ID.
getIndexMetaData() - Method in class org.tentackle.model.migrate.IndexMigrator
Gets the index metadata.
getIndexMetaData() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Gets the index.
getIndexName() - Method in class org.tentackle.model.impl.ModelImpl
 
getIndexName() - Method in interface org.tentackle.model.Model
Gets the name of the model index list.
getIndexName() - Method in class org.tentackle.sql.metadata.IndexMetaData
Gets the index name.
getInetAddress() - Method in class org.tentackle.io.SocketImplWrapper
 
getInfo() - Method in class org.tentackle.fx.component.FxButton
 
getInfo() - Method in class org.tentackle.fx.component.FxCheckBox
 
getInfo() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getInfo() - Method in class org.tentackle.fx.component.FxColorPicker
 
getInfo() - Method in class org.tentackle.fx.component.FxComboBox
 
getInfo() - Method in class org.tentackle.fx.component.FxDatePicker
 
getInfo() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getInfo() - Method in class org.tentackle.fx.component.FxListView
 
getInfo() - Method in class org.tentackle.fx.component.FxPasswordField
 
getInfo() - Method in class org.tentackle.fx.component.FxRadioButton
 
getInfo() - Method in class org.tentackle.fx.component.FxTableView
 
getInfo() - Method in class org.tentackle.fx.component.FxTextArea
 
getInfo() - Method in class org.tentackle.fx.component.FxTextField
 
getInfo() - Method in class org.tentackle.fx.component.FxToggleButton
 
getInfo() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getInfo() - Method in class org.tentackle.fx.component.FxTreeView
 
getInfo() - Method in class org.tentackle.fx.FxComponentDelegate
 
getInfo() - Method in interface org.tentackle.fx.InfoPopupSupported
Gets the info message.
getInfoLogSize() - Method in class org.tentackle.dbms.MpxConnectionManager
Gets the number of connections when to start info logging.
getInheritanceChain(Entity) - Method in interface org.tentackle.model.Entity
Gets the inheritance chain from this entity down to given sub entity.
getInheritanceChain(Entity) - Method in class org.tentackle.model.impl.EntityImpl
 
getInheritanceType() - Method in interface org.tentackle.model.Entity
Gets the inheritance type.
getInheritanceType() - Method in class org.tentackle.model.impl.EntityImpl
 
getInheritedAttributes() - Method in interface org.tentackle.model.Entity
Gets the inherited attributes.
getInheritedAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getInheritedIndexes() - Method in interface org.tentackle.model.Entity
Gets inherited indexes.
getInheritedIndexes() - Method in class org.tentackle.model.impl.EntityImpl
 
getInheritedReferencingRelations() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities referencing any super-entity.
getInheritedReferencingRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getInheritedRelations() - Method in interface org.tentackle.model.Entity
Gets the inherited relations.
getInheritedRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getIniSize() - Method in class org.tentackle.dbms.DbPool
Gets the initial size.
getInitialLocale() - Method in class org.tentackle.common.LocaleProvider
Gets the initial locale on startup of the JVM.
getInitialValue() - Method in interface org.tentackle.model.AttributeOptions
Gets the initial value if [INIT value] given.
getInitialValue() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getInnerDataType() - Method in interface org.tentackle.model.Attribute
Gets the inner datatype exposed to the backend if Convertible.
getInnerDataType() - Method in class org.tentackle.model.impl.AttributeImpl
 
getInnerType() - Method in class org.tentackle.model.parse.AttributeLine
Gets the inner type name.
getInnerTypeName() - Method in interface org.tentackle.model.Attribute
Gets the inner type name.
This is either the generic inner type or the wrapped type of Convertible types.
getInnerTypeName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getInputStream() - Method in class org.tentackle.common.Binary
Gets the stream to store the Binary in the database.
getInputStream() - Method in class org.tentackle.dbms.rmi.OutputStreamRemoteDelegateImpl
Gets the input stream the client will write to.
getInputStream() - Method in class org.tentackle.io.CompressedSocket
 
getInputStream() - Method in class org.tentackle.io.CompressedSocketWrapper
 
getInputStream() - Method in class org.tentackle.io.SocketImplWrapper
 
getInstallationType() - Method in class org.tentackle.update.ClientInfo
Gets the installation type.
getInstance() - Static method in interface org.tentackle.app.Application
Gets the application instance currently running.
getInstance() - Static method in interface org.tentackle.common.BundleFactory
The singleton.
getInstance() - Static method in class org.tentackle.common.Cryptor
Gets the optional application specific cryptor singleton.
getInstance() - Static method in class org.tentackle.common.LocaleProvider
The singleton.
getInstance() - Static method in class org.tentackle.common.NamingRules
The naming rules singleton.
getInstance() - Static method in interface org.tentackle.common.StringNormalizer
The singleton.
getInstance() - Static method in class org.tentackle.dbms.DbClassVariablesFactory
The singleton.
getInstance() - Static method in class org.tentackle.dbms.DbTransactionFactory
The singleton.
getInstance() - Static method in class org.tentackle.dbms.DbUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.dbms.IdSourceConfigurator
The singleton.
getInstance() - Static method in class org.tentackle.dbms.ManagedConnectionMonitor
Gets the running monitor thread.
getInstance() - Static method in interface org.tentackle.dbms.ModificationLogFactory
The singleton.
getInstance() - Static method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Gets the factory singleton.
getInstance() - Static method in interface org.tentackle.dbms.RemoteSessionFactory
The singleton.
getInstance() - Static method in interface org.tentackle.dbms.rmi.RemoteDelegateLocator
The singleton.
getInstance() - Static method in interface org.tentackle.fx.bind.FxBindingFactory
The singleton.
getInstance() - Static method in interface org.tentackle.fx.FxFactory
The singleton.
getInstance() - Static method in class org.tentackle.fx.FxUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.fx.InteractiveErrorFactory
The singleton.
getInstance() - Static method in interface org.tentackle.fx.nofxml.NoFXMLLinker
The singleton.
getInstance() - Static method in interface org.tentackle.fx.rdc.GuiProviderFactory
The singleton.
getInstance() - Static method in interface org.tentackle.fx.rdc.PdoContextMenuFactory
The singleton.
getInstance() - Static method in interface org.tentackle.fx.rdc.RdcFactory
The singleton.
getInstance() - Static method in class org.tentackle.fx.rdc.RdcUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
The singleton.
getInstance() - Static method in class org.tentackle.fx.rdc.table.TableUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.fx.table.TableCellTypeFactory
The singleton.
getInstance() - Static method in interface org.tentackle.fx.table.TableConfigurationProviderFactory
The singleton.
getInstance() - Static method in class org.tentackle.io.Reconnector
The singleton.
getInstance() - Static method in class org.tentackle.io.RMISocketFactoryFactory
The singleton.
getInstance() - Static method in class org.tentackle.log.DefaultMappedDiagnosticContext
The singleton.
getInstance() - Static method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
The singleton.
getInstance() - Static method in interface org.tentackle.log.LoggerFactory
The singleton.
getInstance() - Static method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
The singleton.
getInstance() - Static method in class org.tentackle.misc.CsvConverter
The singleton.
getInstance() - Static method in class org.tentackle.misc.DateTimeUtilities
The singleton.
getInstance() - Static method in class org.tentackle.misc.DiagnosticUtilities
The singleton.
getInstance() - Static method in class org.tentackle.misc.ObjectUtilities
The singleton.
getInstance() - Static method in class org.tentackle.model.CodeFactory
The singleton.
getInstance() - Static method in interface org.tentackle.model.Model
The singleton.
getInstance() - Static method in class org.tentackle.model.ModelUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.model.NameVerifier
The singleton.
getInstance() - Static method in interface org.tentackle.ns.NumberSourceFactory
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.DomainContextFactory
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.DomainDelegateLinker
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.OperationFactory
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.PdoCacheFactory
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.PdoFactory
The singleton.
getInstance() - Static method in class org.tentackle.pdo.PdoUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.pdo.PersistenceDelegateLinker
The singleton.
getInstance() - Static method in interface org.tentackle.persist.LockManager
The singleton.
getInstance() - Static method in class org.tentackle.persist.PersistentClassVariablesFactory
The singleton.
getInstance() - Static method in interface org.tentackle.prefs.PersistedPreferencesFactory
The singleton.
getInstance() - Static method in interface org.tentackle.reflect.ClassMapperFactory
The singleton.
getInstance() - Static method in interface org.tentackle.reflect.InterceptableFactory
The singleton.
getInstance() - Static method in class org.tentackle.reflect.InterceptionUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.script.ScriptFactory
The singleton.
getInstance() - Static method in interface org.tentackle.security.SecurityFactory
The singleton.
getInstance() - Static method in interface org.tentackle.session.MasterSerialEventHandlerFactory
The singleton.
getInstance() - Static method in interface org.tentackle.session.ModificationTracker
The tracker singleton.
getInstance() - Static method in interface org.tentackle.session.SessionFactory
The singleton.
getInstance() - Static method in interface org.tentackle.session.SessionInfoFactory
The singleton.
getInstance() - Static method in interface org.tentackle.session.SessionPoolFactory
The singleton.
getInstance() - Static method in class org.tentackle.session.SessionUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.sql.BackendFactory
The singleton.
getInstance() - Static method in interface org.tentackle.sql.BackendInfoFactory
The singleton.
getInstance() - Static method in interface org.tentackle.sql.DataTypeFactory
The singleton.
getInstance() - Static method in class org.tentackle.sql.metadata.MetaDataUtilities
The singleton.
getInstance() - Static method in class org.tentackle.update.ClientUpdateUtilities
The singleton.
getInstance() - Static method in class org.tentackle.update.ServerUpdateUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationContextFactory
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationScopeFactory
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationSeverityFactory
The singleton.
getInstance() - Static method in class org.tentackle.validate.ValidationUtilities
The singleton.
getInstance() - Static method in class org.tentackle.validate.ValidatorCache
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidatorCompoundValueFactory
The singleton.
getInstanceNumber() - Method in class org.tentackle.bind.AbstractBinder
 
getInstanceNumber() - Method in interface org.tentackle.bind.Binder
Gets the unique instance number.
getInstanceNumber() - Method in class org.tentackle.dbms.Db
Gets the unique instance number of this session.
getInstanceNumber() - Method in class org.tentackle.dbms.ManagedConnection
Gets the unique instance number.
getInstanceNumber() - Method in interface org.tentackle.session.Session
Gets the unique instance number of this Session.
getInstanceSafely() - Static method in class org.tentackle.common.Cryptor
Gets the application specific cryptor singleton.
Throws a TentackleRuntimeException if no cryptor defined.
getInstant() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInstant(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInstant(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInstant(int, int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInstant(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInstant(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.Instant in the Java programming language.
getInt() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String, int) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getInt(String, int) - Method in class org.tentackle.prefs.CompositePreferences
Gets an int value.
getInt(String, int) - Method in class org.tentackle.prefs.DefaultPreferences
 
getInt(String, int) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the int value represented by the string associated with the specified key in this preference node.
getInteger() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Integer in the Java programming language.
getInteger(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Integer in the Java programming language.
getInteger(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Integer in the Java programming language.
getInteger(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets an Integer.
getIntegerPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the integer pattern.
getIntegerPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the integer pattern.
getIntegrity() - Method in interface org.tentackle.model.Entity
Gets the referential integrity mode.
getIntegrity() - Method in class org.tentackle.model.impl.EntityImpl
 
getInteractiveScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getInteractiveScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request InteractiveScope singleton.
getInterceptor() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the interceptor.
getInvalidChars() - Method in class org.tentackle.fx.component.FxComboBox
 
getInvalidChars() - Method in class org.tentackle.fx.component.FxDatePicker
 
getInvalidChars() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getInvalidChars() - Method in class org.tentackle.fx.component.FxPasswordField
 
getInvalidChars() - Method in class org.tentackle.fx.component.FxTextArea
 
getInvalidChars() - Method in class org.tentackle.fx.component.FxTextField
 
getInvalidChars() - Method in interface org.tentackle.fx.FxTextComponent
Gets invalid characters.
getInvalidChars() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getInvalidChars() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getInvalidChars() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets invalid characters.
getItems() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the displayed items.
getItems() - Method in class org.tentackle.fx.component.FxTreeView
Gets the displayed items.
getItems() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the items shown in the table or tree.
getItemSegments(String) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Gets the item's text segments via cache.
getJavaName() - Method in class org.tentackle.model.parse.AttributeLine
Gets the Java attribute name.
getJavaType() - Method in interface org.tentackle.model.Attribute
Gets the java type.
Returns the java type with optional generic info.
getJavaType() - Method in class org.tentackle.model.impl.AttributeImpl
 
getJavaType() - Method in class org.tentackle.model.impl.RelationImpl
 
getJavaType() - Method in class org.tentackle.model.parse.AttributeLine
Gets the java type name.
getJavaType() - Method in interface org.tentackle.model.Relation
Gets the effective java type of the relation.
getJavaType() - Method in interface org.tentackle.sql.DataType
Gets the name of the Java type.
getJavaType() - Method in class org.tentackle.sql.datatypes.BigDecimalType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.BinaryType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.BooleanPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.BooleanType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.BytePrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.ByteType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.CharacterPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.CharacterType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.DateType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.DoublePrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.DoubleType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.FloatPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.FloatType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.InstantType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.IntegerPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.IntegerType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.LocalDateType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.LongPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.LongType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.ShortPrimitiveType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.ShortType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.StringType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.TimestampType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.TimeType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.UUIDType
 
getJavaType() - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getJndiDataSource() - Method in class org.tentackle.sql.BackendInfo
Gets the JNDI source.
getJoinAlias() - Method in class org.tentackle.persist.Join
Gets the alias of the joined PDO.
getJoinedClass() - Method in class org.tentackle.persist.Join
Gets the joined PDO class.
getJoinedColumnName() - Method in class org.tentackle.persist.Join
Gets the joined column name.
getJoinedSelect() - Method in class org.tentackle.persist.ResultSetCursor
Gets the join configuration.
getJoiner() - Method in class org.tentackle.persist.Join
Gets the joiner.
getJoins() - Method in class org.tentackle.persist.Join
Gets the cascaded joins.
getJoins() - Method in class org.tentackle.persist.JoinedSelect
Gets the joins.
getKeepAlive() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_KEEPALIVE.
getKeepAliveInterval() - Method in class org.tentackle.dbms.Db
 
getKeepAliveInterval() - Method in interface org.tentackle.session.Session
Gets the auto keep alive interval.
getKeepQuota() - Method in class org.tentackle.pdo.PdoCache
Gets the current keep quota.
getKey() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets the attribute key.
getKey() - Method in class org.tentackle.dbms.ResultSetSection
Gets the key of this section.
getKey() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute key.
getKey() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getKey() - Method in class org.tentackle.model.parse.ConfigurationLine
Gets the key's name.
getKey() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
Gets the PDO's key.
getKey() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
getKey() - Method in interface org.tentackle.task.TaskDispatcherLock
Gets the locking key.
getKeyIgnoreCase(String) - Method in class org.tentackle.common.EncryptedProperties
Gets the case-sensitive key.
getKeyPrefix() - Method in class org.tentackle.common.EncryptedProperties
Gets the key prefix.
getKeys() - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the persistent keys.
getKeys() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
getKeys() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getKeys() - Method in class org.tentackle.i18n.StoredResourceBundle
 
getKeys() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
 
getKeys() - Method in interface org.tentackle.log.MappedDiagnosticContext
Gets all keys.
getKeysBlunt() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Gets keys without performing a select if not loaded.
getLanguage() - Method in class org.tentackle.script.AbstractScript
 
getLanguage() - Method in class org.tentackle.script.jsr.JSR223Script
 
getLanguage() - Method in interface org.tentackle.script.Script
Gets the scripting language.
getLanguage(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
getLanguage(String) - Method in interface org.tentackle.script.ScriptFactory
Gets the scripting language.
getLanguageImpl(String) - Method in class org.tentackle.script.DefaultScriptFactory
Gets the scripting language.
getLanguages() - Method in class org.tentackle.script.DefaultScriptFactory
 
getLanguages() - Method in interface org.tentackle.script.ScriptFactory
Gets all scripting languages.
getLanguagesMap() - Method in class org.tentackle.script.DefaultScriptFactory
Gets the languages map.
Maps the abbreviation to the language.
Loads the languages if not yet done.
Invoked from with a synchronized block.
getLargeString() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves a String from a CLOB column.
getLargeString(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves a String from a CLOB column.
getLargeString(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves a String from a CLOB.
getLargeString(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves a String from a CLOB.
getLargeString(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getLargeString(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Gets a large string.
The backend usually stores such strings in a CLOB.
getLastPdo() - Method in class org.tentackle.persist.JoinedSelect
Gets the PDO retrieved before the current PDO.
getLastValue() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the last formatted value.
getLastVerified() - Method in class org.tentackle.dbms.ManagedConnection
Gets the epochal time in ms when this connection was verified.
getLastViewObject() - Method in class org.tentackle.fx.FxComponentDelegate
Gets the last view object.
getLatency() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the latency.
getLatestSerial() - Method in class org.tentackle.dbms.ModificationTally
Gets the latest serial updated by this counter.
getLatestStartTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest start time of all supervised daemons.
getLatestTerminationTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest termination time of all supervised daemons.
getLeafEntities() - Method in interface org.tentackle.model.Entity
Gets the list of non-abstract leaf sub entities.
If this entity is already non-abstract the list consists of this entity.
getLeafEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getLength() - Method in class org.tentackle.common.Binary
Gets the length in bytes of this Binary.
getLength() - Method in class org.tentackle.misc.SubString
Gets the length of the string segment.
getLength() - Method in class org.tentackle.model.parse.Line
Gets the length of the parsed line.
getLevel() - Method in enum class org.tentackle.session.TransactionIsolation
Gets the low-level isolation level constant.
getLimit() - Method in class org.tentackle.dbms.Query
Gets the maximum number of rows for this query.
getLineEnding() - Method in class org.tentackle.misc.CsvConverter
Gets the RFC4180 line ending.
This is not platform dependent and always CR + LF.
getLineNumber() - Method in class org.tentackle.model.parse.Line
Gets the first linenumber of this line within the document.
getLineNumber() - Method in class org.tentackle.model.SourceInfo
Gets the line number.
getLineNumber(int) - Method in class org.tentackle.model.parse.Document
Gets the line number for a given offset within the document.
getLines() - Method in class org.tentackle.model.parse.Document
Gets the parsed lines.
getLineType() - Method in class org.tentackle.model.parse.Line
Gets the line type.
getLinkMethodIndex() - Method in class org.tentackle.model.impl.RelationImpl
 
getLinkMethodIndex() - Method in interface org.tentackle.model.Relation
Returns the optional link method index parameter.
getLinkMethodName() - Method in class org.tentackle.model.impl.RelationImpl
 
getLinkMethodName() - Method in interface org.tentackle.model.Relation
Gets the name for the link method.
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.component.RdcChoiceBox
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.component.RdcComboBox
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLoadAllPdosCallback() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
getLocalDate() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDate(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDate(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDate(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDate(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDate(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDate in the Java programming language.
getLocalDateFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDate.
getLocalDateFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDate.
getLocalDateTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTime(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTime(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTime(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTime(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalDateTime in the Java programming language.
getLocalDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDateTime.
getLocalDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDateTime.
getLocale() - Method in class org.tentackle.common.LocaleProvider
Gets the locale.
getLocale() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets the attribute locale.
getLocale() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getLocale() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the session's locale.
getLocale() - Method in class org.tentackle.session.DefaultSessionInfo
 
getLocale() - Method in interface org.tentackle.session.SessionInfo
Gets the session's locale.
Returns the JVM's default locale if not set explicitly via SessionInfo.setLocale(java.util.Locale).
getLocalPort() - Method in class org.tentackle.io.SocketImplWrapper
 
getLocalTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalTime in the Java programming language.
getLocalTime(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalTime in the Java programming language.
getLocalTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.LocalTime in the Java programming language.
getLocalTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalTime.
getLocalTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalTime.
getLock(T) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
getLock(T) - Method in interface org.tentackle.persist.LockManager
Gets the token lock for a PDO.
getLockedBy() - Method in class org.tentackle.persist.lock.DbTokenLock
Gets the attribute lockedBy.
getLockedBy() - Method in interface org.tentackle.persist.TokenLock
Gets the object ID of the user holding the token.
getLockedSince() - Method in class org.tentackle.persist.lock.DbTokenLock
Gets the attribute lockedSince.
getLockedSince() - Method in interface org.tentackle.persist.TokenLock
Gets the timestamp when editing started.
getLockExpiry() - Method in class org.tentackle.persist.lock.DbTokenLock
Gets the attribute lockExpiry.
getLockExpiry() - Method in interface org.tentackle.persist.TokenLock
Gets the timestamp when token will expire.
getLockFileName() - Method in class org.tentackle.fx.rdc.update.UpdatableDesktopApplication
Gets the name of the lockfile.
getLocks() - Method in class org.tentackle.persist.lock.DefaultLockManager
 
getLocks() - Method in interface org.tentackle.persist.LockManager
Gets all token locks.
getLocks(long) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
getLocks(long) - Method in interface org.tentackle.persist.LockManager
Gets the token locks for a user.
getLogger(Class<?>) - Static method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given classname.
getLogger(String) - Static method in class org.tentackle.log.DefaultLogger
Gets the DefaultLogger for given name.
getLogger(String) - Static method in class org.tentackle.log.log4j2v.Log4J2Logger
Gets the Log4J2Logger for given name.
getLogger(String) - Static method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given name.
getLogger(String) - Static method in class org.tentackle.log.slf4j.SLF4JLogger
Gets the Log4JLogger for given name.
getLogger(String, Class<? extends Logger>) - Method in class org.tentackle.log.DefaultLoggerFactory
 
getLogger(String, Class<? extends Logger>) - Method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given name.
getLoggerImpl() - Method in class org.tentackle.log.DefaultLogger
 
getLoggerImpl() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
getLoggerImpl() - Method in interface org.tentackle.log.Logger
Gets the concrete logger implementation.
Useful to access the logging-backend.
getLoggerImpl() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
getLoginClientSocketFactory() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the server's csf for the login phase.
getLoginInfo() - Method in exception class org.tentackle.session.AlreadyLoggedInException
Gets the application session info.
getLoginPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the port for the login phase.
getLoginServerSocketFactory() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the server's ssf for the login phase.
getLogLevel() - Method in interface org.tentackle.log.Loggable
Gets the log-level this object should be logged with.
getLogLevel() - Method in exception class org.tentackle.pdo.LockException
 
getLogLevel() - Method in exception class org.tentackle.security.SecurityException
 
getLogLevel() - Method in exception class org.tentackle.session.LoginFailedException
 
getLogLevelForParallelOpenResultSets() - Static method in class org.tentackle.dbms.ManagedConnection
Gets the logging level to log nested selects.
getLogMinAttachMillis() - Static method in class org.tentackle.dbms.ManagedConnection
Gets the minimum milliseconds a connection remains attached before being logged.
getLogMinDurationMillis() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Gets the minimum milliseconds a method needs to execute before being logged.
getLogMinDurationMillis() - Static method in class org.tentackle.dbms.StatementHistory
Gets the duration of statements to be logged as a warning.
getLogMinDurationMillis() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the minimum milliseconds a method needs to execute before being logged.
getLogMinReturnedCollectionSize() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Gets the minimum size of returned collection to get logged.
getLogMinReturnedCollectionSize() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the minimum size of returned collection to get logged.
getLogModificationTxId() - Method in class org.tentackle.dbms.Db
Returns the current transaction id from the last BEGIN modification log.
getLogModificationTxId() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getLogModificationTxId() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getLogStatisticsMillis() - Static method in class org.tentackle.dbms.ManagedConnection
Gets the optional periodical log of statistics in milliseconds.
getLong() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String, long) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
getLong(String, long) - Method in class org.tentackle.prefs.CompositePreferences
Gets a long value.
getLong(String, long) - Method in class org.tentackle.prefs.DefaultPreferences
 
getLong(String, long) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the long value represented by the string associated with the specified key in this preference node.
getLongText() - Method in interface org.tentackle.misc.ShortLongText
Gets the long text.
Usually something like object.getName().
getLowWaterMark() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute lowWaterMark.
getLowWaterMark() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getLowWaterMarkPersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of lowWaterMark.
getLowWaterMarkPersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getMainController() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the main controller.
getMainControllerClass() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the main-controller to be displayed initially.
Maintains the main-scene of the application.
getMainStage() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the main stage.
getMainStage() - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets the main stage of the current application.
getMajorVersion() - Method in class org.tentackle.sql.DynamicDriver
 
getManagedConnections() - Method in class org.tentackle.dbms.ManagedConnectionMonitor
Gets a list of all open managed connections.
getManager() - Method in class org.tentackle.dbms.ManagedConnection
Gets the connection manager
getMandatoryBindings() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getMandatoryBindings() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets the dynamically mandatory bindings.
getMandatoryScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getMandatoryScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request MandatoryScope singleton.
getMap() - Method in interface org.tentackle.reflect.ClassMapper
Gets a copy of the names map.
getMap() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getMappedAttributes() - Method in interface org.tentackle.model.Entity
Gets the attributes mapped by the persistence layer for this entity.
getMappedAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getMappedDiagnosticContext() - Method in class org.tentackle.log.DefaultLogger
 
getMappedDiagnosticContext() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
getMappedDiagnosticContext() - Method in interface org.tentackle.log.Logger
Gets the MDC.
Usually a singleton (depending on the backend).
getMappedDiagnosticContext() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
getMappedNullValue(Backend, int) - Method in interface org.tentackle.sql.DataType
Gets the mapped non-null value that represents the model's null value.
The method throws a BackendException, if !
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.CharacterType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.DateType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.InstantType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.StringType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.TimestampType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.UUIDType
 
getMappedNullValue(Backend, int) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getMapping(String) - Method in class org.tentackle.reflect.PropertyMap
Gets a mapping for a property name.
getMasterSerial() - Method in class org.tentackle.dbms.DbModificationTracker
Gets the current master serial.
Used in remote connections.
getMaxColumnIndex() - Method in class org.tentackle.dbms.ResultSetSkipBlock
Gets the highest used column index.
This will be the skippedColumns of the next skip block.
getMaxColumns() - Method in class org.tentackle.fx.component.FxComboBox
 
getMaxColumns() - Method in class org.tentackle.fx.component.FxDatePicker
 
getMaxColumns() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getMaxColumns() - Method in class org.tentackle.fx.component.FxPasswordField
 
getMaxColumns() - Method in class org.tentackle.fx.component.FxTextArea
 
getMaxColumns() - Method in class org.tentackle.fx.component.FxTextField
 
getMaxColumns() - Method in interface org.tentackle.fx.FxTextComponent
Gets the maximum number of columns.
getMaxColumns() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getMaxColumns() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getMaxColumns() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the maximum columns for text cell editors.
getMaxConnections() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the maximum number of connections.
getMaxConnections() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getMaxCountForClearWarnings() - Method in class org.tentackle.dbms.DefaultConnectionManager
Gets the current setting for clearWarnings() trigger
getMaxCountForClearWarnings() - Method in class org.tentackle.dbms.ManagedConnection
Gets the current setting for clearWarnings() trigger.
getMaxDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the maximum duration.
getMaxIdleMinutes() - Method in class org.tentackle.dbms.DbPool
Gets the idle timeout in minutes.
getMaxLogCollectionSize() - Static method in class org.tentackle.common.StringHelper
Gets the size limit of collections to be logged.
getMaxNameLength(SqlNameType) - Method in interface org.tentackle.sql.Backend
Gets the maximum allowed length for a name.
This method is used by Backend.assertValidName(SqlNameType, String).
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.Db2
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.H2
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.Informix
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.MySql
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.Oracle8
 
getMaxNameLength(SqlNameType) - Method in class org.tentackle.sql.backends.Postgres
 
getMaxRows() - Method in class org.tentackle.dbms.Db
gets the maximum number of rows in resultsets.
getMaxRows() - Method in class org.tentackle.dbms.Query
Gets the maximum row count for this cursor
getMaxRows() - Method in class org.tentackle.dbms.StatementStatisticsResult
Gets the maximum number of returned rows.
getMaxRows() - Method in class org.tentackle.dbms.StatementWrapper
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxScale(SqlType, int) - Method in interface org.tentackle.sql.Backend
Returns the maximum scale for a given SQL-type and size.
getMaxScale(SqlType, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getMaxSessions() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the maximum number of allowed sessions managed by this manager.
getMaxSessions() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getMaxSize() - Method in class org.tentackle.dbms.DbPool
 
getMaxSize() - Method in class org.tentackle.dbms.MultiUserDbPool
 
getMaxSize() - Method in class org.tentackle.pdo.PdoCache
Gets the maximum cache size.
getMaxSize() - Method in interface org.tentackle.session.MultiUserSessionPool
Gets the maximum pool size per session info.
getMaxSize() - Method in interface org.tentackle.session.SessionPool
Gets the maximum pool size.
getMaxSize(Backend, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
Calculates the maximum size of the 1st VARCHAR column.
getMaxSize(SqlType) - Method in interface org.tentackle.sql.Backend
Returns the maximum size for a given SQL-type.
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.Db2
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.H2
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.Informix
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.MsSql
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.MySql
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.Oracle8
 
getMaxSize(SqlType) - Method in class org.tentackle.sql.backends.Postgres
 
getMaxStartCount() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the maximum number of starts.
getMaxStatements() - Method in class org.tentackle.dbms.TransactionStatisticsResult
Gets the maximum number of statements.
getMaxStatementsPerTransaction() - Static method in class org.tentackle.dbms.ManagedConnection
Gets the statement limit per transaction.
getMaxSuggestions() - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Gets the max. number of suggestions.
getMaxTotalSize() - Method in class org.tentackle.dbms.MultiUserDbPool
 
getMaxTotalSize() - Method in interface org.tentackle.session.MultiUserSessionPool
Gets the maximum pool size for all sessions.
getMaxUsageMinutes() - Method in class org.tentackle.dbms.DbPool
Gets the usage timeout in minutes.
getMdcFilter() - Static method in class org.tentackle.dbms.ManagedConnection
Gets the MDC filter.
getMdcFilter() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Gets the MDC filter.
getMdcInfo() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets a string useful for mapped diagnostic context info.
getMdcStr() - Method in class org.tentackle.dbms.PooledDb
Gets the mapped diagnostic context string.
getMember() - Method in class org.tentackle.bind.AbstractBinding
 
getMember() - Method in interface org.tentackle.bind.Binding
Gets the member field which is bound to the component.
getMemberName() - Method in interface org.tentackle.bind.BindingMember
Gets the declared name of this member.
getMemberName() - Method in class org.tentackle.bind.DefaultBindingMember
 
getMemberPath() - Method in interface org.tentackle.bind.BindingMember
Gets the member path.
getMemberPath() - Method in class org.tentackle.bind.DefaultBindingMember
 
getMembers(Class<T>) - Method in class org.tentackle.pdo.PdoUtilities
Determines all members of a PDO class.
getMessage() - Method in class org.tentackle.dbms.ModificationLog
Gets the message.
getMessage() - Method in class org.tentackle.model.ModelError
Gets the error message.
getMessage() - Method in exception class org.tentackle.model.ModelException
 
getMessage() - Method in exception class org.tentackle.pdo.DomainException
getMessage() - Method in exception class org.tentackle.pdo.LockException
 
getMessage() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getMessage() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute message.
getMessage() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getMessage() - Method in exception class org.tentackle.session.AlreadyLoggedInException
getMessage() - Method in exception class org.tentackle.session.PersistenceException
 
getMessage() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getMessage() - Method in interface org.tentackle.validate.ValidationResult
Gets the message of this result.
getMessage() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getMessage() - Method in class org.tentackle.validate.validator.EqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.FailImpl
 
getMessage() - Method in class org.tentackle.validate.validator.FalseImpl
 
getMessage() - Method in interface org.tentackle.validate.Validator
Gets the message text set by the annotation's message()-parameter.
getMessage() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getMessage() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.LessImpl
 
getMessage() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NullImpl
 
getMessage() - Method in class org.tentackle.validate.validator.PatternImpl
 
getMessage() - Method in class org.tentackle.validate.validator.SizeImpl
 
getMessage() - Method in class org.tentackle.validate.validator.TrueImpl
 
getMessage() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getMessage() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getMessage(Throwable) - Static method in class org.tentackle.common.ExceptionHelper
Determines the first exception in the chain with a valid message.
getMessageDigest() - Method in class org.tentackle.update.ClientUpdateUtilities
Gets the message digest to create the checksum of the downloaded zip file.
getMessageParameter() - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the message parameter.
getMessageParameter(String) - Method in class org.tentackle.dbms.ModificationLog
Gets a message parameter.
getMessageParameters() - Method in class org.tentackle.dbms.ModificationLog
Gets the message parameters.
getMetaData() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the metadata.
getMetaData() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
Gets the metadata root object this table header was retrieved from.
getMetaData() - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the JDBC-connection's metadata.
May be more than one if different schemas and schema-option was given in BackendInfo.
getMetaData(BackendInfo) - Method in interface org.tentackle.sql.Backend
Gets the metadata from the backend.
getMetaData(BackendInfo) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getMetaData(BackendInfo) - Method in class org.tentackle.sql.backends.MySql
 
getMethod() - Method in class org.tentackle.log.MethodStatisticsKey
Gets the method.
getMethod() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the original method.
getMethod(Class<?>, Class<?>...) - Method in class org.tentackle.reflect.MethodCache
Gets a method from the cache.
getMethodArgs() - Method in class org.tentackle.model.impl.RelationImpl
 
getMethodArgs() - Method in interface org.tentackle.model.Relation
Gets the effective method arguments for select- and delete-methods.
getMethodArgument() - Method in class org.tentackle.model.MethodArgument
Gets the string for the method argument.
getMethodName() - Method in class org.tentackle.model.impl.RelationImpl
 
getMethodName() - Method in interface org.tentackle.model.Relation
Gets the name-part for select- and delete-methods.
getMethodNameSuffix() - Method in interface org.tentackle.model.Attribute
Gets the suffix to be used in methodnames.
getMethodNameSuffix() - Method in class org.tentackle.model.impl.AttributeImpl
 
getMethodNameSuffix() - Method in class org.tentackle.model.impl.RelationImpl
Gets the suffix to be used in method names.
getMethodNameSuffix() - Method in interface org.tentackle.model.Relation
Gets the suffix to be used in method names.
getMigrationStrategy(ColumnMetaData, String, String, SqlType, int, int, boolean, Object) - Method in interface org.tentackle.sql.Backend
Determines the best migration strategy.
getMigrationStrategy(ColumnMetaData, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getMigrationStrategy(ColumnMetaData, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.H2
 
getMigrationStrategy(ColumnMetaData, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.MySql
 
getMigrationStrategy(ColumnMetaData, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Postgres
 
getMinDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the minimum duration.
getMinorVersion() - Method in class org.tentackle.sql.DynamicDriver
 
getMinRows() - Method in class org.tentackle.dbms.StatementStatisticsResult
Gets the minimum number of returned rows.
getMinSize() - Method in class org.tentackle.dbms.DbPool
Gets the minimum size.
getMinStatements() - Method in class org.tentackle.dbms.TransactionStatisticsResult
Gets the minimum number of statements.
getModelDefaults() - Method in interface org.tentackle.model.EntityInfo
Gets the model defaults used when the entity was created from the model source.
getModelDefaults() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
getModelDefaults() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
getModelDefaults() - Method in class org.tentackle.model.impl.ModelImpl
 
getModelDefaults() - Method in interface org.tentackle.model.Model
Gets the model defaults.
getModelDefaults() - Method in interface org.tentackle.model.ModelDirectory
Gets the model defaults.
getModelDefaults() - Method in class org.tentackle.model.parse.Document
Gets the optional model defaults.
getModelDefaults() - Method in class org.tentackle.model.print.PrintConfiguration
Gets the model defaults.
getModelMetaData() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the model this table belongs to.
getModelMetaData(DatabaseMetaData[], String[], String...) - Method in interface org.tentackle.sql.Backend
Retrieves the metadata.
getModelMetaData(DatabaseMetaData[], String[], String...) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getModelSource() - Method in interface org.tentackle.model.EntityInfo
Gets the source text of the model for this entity.
getModelSource() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
getModelTableName() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the table name used in the model.
getModelToViewListeners() - Method in class org.tentackle.fx.FxControlDelegate
Gets the model-to-view listeners with lazy collection creation.
getModelValue() - Method in class org.tentackle.bind.AbstractBinding
 
getModelValue() - Method in interface org.tentackle.bind.Binding
Gets the value of the model to be set into the view.
getModelValue() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getModelValue() - Method in interface org.tentackle.fx.bind.FxTableBinding
 
getModelValue(Object) - Method in class org.tentackle.bind.AbstractBinding
Gets the value of the field to be set into the component.
getModificationCount() - Method in class org.tentackle.dbms.AbstractDbObject
Selects the current modification counter for the class of this object.
getModificationCount() - Method in class org.tentackle.dbms.ModificationTally
Get the current modification count by tablename.
getModificationCount() - Method in interface org.tentackle.pdo.PersistentObject
Gets the current modification count for the whole class.
The count corresponds to the table serial.
getModifiedMasterSerial() - Method in class org.tentackle.dbms.DbModificationTracker
Returns the new master serial if modified.
The method is provided to allow extensions, for example listening for other events on other tables.
getModType() - Method in class org.tentackle.dbms.DbBatchStatement
getModType() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute modType.
getModule() - Method in class org.tentackle.common.ModuleInfo
Gets the module.
getModuleInfo() - Method in class org.tentackle.common.BundleSupport
Gets the module info.
getModuleInfo(String) - Method in class org.tentackle.common.ModuleSorter
Gets the module info for a module name.
getModuleInfo(URL) - Method in class org.tentackle.common.ModuleSorter
Gets the module info for a given URL.
getModuleInfos() - Method in class org.tentackle.common.ModuleSorter
Gets the modules infos ordered by dependency.
Modules at the top of the dependency hierarchy come last, modules without further dependencies come first.
getMoneyPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the money pattern.
getMoneyPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the money pattern.
getMonthWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
getMonthWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Same as NumberShortcut.getYearWindow(), but for months.
Valid values are 0 - 11.
Example: If we're in April and enter 1225, it will be expanded to 12/25/<previous year>
Again, for special date fields, for example the booking part of a financial accounting system, values of 1 or 2 may be appropriate.
A negative value disables this feature, which is the default if there is no NumberShortcut.WindowProvider.
getMonthWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the month input window.
getName() - Method in class org.tentackle.app.AbstractApplication
Gets the application name.
getName() - Method in interface org.tentackle.app.Application
Gets the application name.
getName() - Method in class org.tentackle.common.EncryptedProperties
Gets the optional name of the properties.
getName() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the name of the terminated daemon.
getName() - Method in interface org.tentackle.daemon.Supervisable
The name of the supervisable.
getName() - Method in class org.tentackle.dbms.AbstractIdSource
Gets the name.
getName() - Method in interface org.tentackle.dbms.ConnectionManager
The manager's name.
getName() - Method in class org.tentackle.dbms.Db
Gets the session name.
Consists of the instance number, the connection id and the connection group id.
getName() - Method in class org.tentackle.dbms.DbPool
 
getName() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getName() - Method in class org.tentackle.dbms.ManagedConnection
Gets the connection name.
getName() - Method in class org.tentackle.dbms.MultiUserDbPool
 
getName() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets the attribute name.
getName() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getName() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getName() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the column name.
This is usually the binding path.
The name is also used as a key to the table preferences.
getName() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the name of the table.
The name is also used as a key to the table preferences.
getName() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets the attribute name.
getName() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getName() - Method in class org.tentackle.model.impl.EntityImpl
 
getName() - Method in class org.tentackle.model.impl.IndexImpl
 
getName() - Method in class org.tentackle.model.impl.RelationImpl
Gets the name of this relation.
If no explicit name set, it defaults to the className.
getName() - Method in interface org.tentackle.model.ModelElement
Gets the name of the element.
getName() - Method in class org.tentackle.model.parse.OptionLine
Gets the attribute or relation name.
getName() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute name.
getName() - Method in class org.tentackle.pdo.PdoMember
Gets the member's name.
getName() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getName() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the mapper's name.
getName() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the invoker's name.
getName() - Method in class org.tentackle.reflect.MethodCache
Gets the name of the method cache.
getName() - Method in class org.tentackle.reflect.PropertyMapping
Gets the name of the property.
getName() - Method in class org.tentackle.script.jsr.JSR223Language
 
getName() - Method in interface org.tentackle.script.ScriptingLanguage
Gets the language name.
getName() - Method in class org.tentackle.script.ScriptVariable
Gets the variable's name.
getName() - Method in interface org.tentackle.security.Permission
Gets the unique name of the permission.
The name must conform to the rules of a java identifier, must be unique among all permissions and should be reasonably short.
getName() - Method in class org.tentackle.security.permissions.AllPermissionImpl
 
getName() - Method in class org.tentackle.security.permissions.EditPermissionImpl
 
getName() - Method in class org.tentackle.security.permissions.ExecutePermissionImpl
 
getName() - Method in class org.tentackle.security.permissions.ReadPermissionImpl
 
getName() - Method in class org.tentackle.security.permissions.ViewPermissionImpl
 
getName() - Method in class org.tentackle.security.permissions.WritePermissionImpl
 
getName() - Method in class org.tentackle.session.AbstractSessionConfiguration
Gets the symbolic name.
getName() - Method in class org.tentackle.session.ModificationEvent
Gets the modification name of the first detail.
getName() - Method in class org.tentackle.session.ModificationEventDetail
Gets the modification name.
getName() - Method in interface org.tentackle.session.MultiUserSessionPool
Gets the name of this pool.
getName() - Method in interface org.tentackle.session.Session
Gets the session's name.
getName() - Method in interface org.tentackle.session.SessionPool
Gets the name of this pool.
getName() - Method in interface org.tentackle.sql.Backend
Gets the name of the backend.
getName() - Method in class org.tentackle.sql.backends.Db2
 
getName() - Method in class org.tentackle.sql.backends.H2
 
getName() - Method in class org.tentackle.sql.backends.Informix
 
getName() - Method in class org.tentackle.sql.backends.MariaDb
 
getName() - Method in class org.tentackle.sql.backends.MsSql
 
getName() - Method in class org.tentackle.sql.backends.MySql
 
getName() - Method in class org.tentackle.sql.backends.Oracle
 
getName() - Method in class org.tentackle.sql.backends.Oracle8
 
getName() - Method in class org.tentackle.sql.backends.Postgres
 
getName() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
 
getName() - Method in class org.tentackle.validate.scope.AllScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.ChangeableScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.InteractiveScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.MandatoryScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.PersistenceScopeImpl
 
getName() - Method in interface org.tentackle.validate.ValidationScope
Gets the name of this scope.
getName(T) - Method in class org.tentackle.fx.NavigationLetterStringConverter
Extracts the name from an object.
getNameMap() - Method in class org.tentackle.fx.DefaultGraphicProvider
Gets the symbolic name map.
getNameMap() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the mapping of service names.
The key is name of the service to map and the value is the name of the mapped object.
getNameMap() - Method in class org.tentackle.reflect.ClassToServicesMapper
 
getNameMap() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getNamePersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of name.
getNamePersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getNames() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getNames() - Method in interface org.tentackle.pdo.DomainContext
Gets the names of this context.
getNames() - Method in interface org.tentackle.session.ModificationListener
Gets the names to listen to.
getNames() - Method in class org.tentackle.session.ModificationListenerAdapter
 
getNavigationLetters(T) - Method in class org.tentackle.fx.NavigationLetterStringConverter
Extracts the navigation letters from an object.
getNewColumnName() - Method in class org.tentackle.model.migrate.ColumnMigration
Gets the new column name if column is renamed.
getNewValue() - Method in class org.tentackle.misc.PropertyEvent
Gets the new value for the property.
getNewValue() - Method in interface org.tentackle.model.AttributeOptions
Gets the new value if [NEW value] given.
getNewValue() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
getNextBinder() - Method in class org.tentackle.validate.ValidationMapper
Gets the next binder to use.
getNmMethodName() - Method in class org.tentackle.model.impl.RelationImpl
 
getNmMethodName() - Method in interface org.tentackle.model.Relation
Same as Relation.getMethodName() but for nm relation.
getNmName() - Method in class org.tentackle.model.impl.RelationImpl
 
getNmName() - Method in interface org.tentackle.model.Relation
Gets the name of the nm-relation.
getNmRelation() - Method in class org.tentackle.model.impl.RelationImpl
 
getNmRelation() - Method in interface org.tentackle.model.Relation
Gets the N:M relation of the foreign entity.
getNmScope() - Method in class org.tentackle.model.impl.RelationImpl
 
getNmScope() - Method in interface org.tentackle.model.Relation
Gets the access scope for the nm-method.
Defaults to the access scope of the relation.
getNoDataMessage() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the message displayed in tableview when there was no data found.
getNode() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
getNode() - Method in class org.tentackle.fx.component.skin.AutoCompletionPopupSkin
 
getNode() - Method in class org.tentackle.fx.component.skin.NoteSkin
 
getNode() - Method in class org.tentackle.fx.FxComponentDelegate
Gets the component as a node.
getNode() - Method in class org.tentackle.fx.FxContainerDelegate
Gets the container as a node.
getNodeId() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets the attribute nodeId.
getNonRootContext() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getNonRootContext() - Method in interface org.tentackle.pdo.DomainContext
Gets a domain context which does not belong to a root entity.
This is the original context the root-context has been cloned from.
getNormText() - Method in interface org.tentackle.pdo.PersistentObject
Gets the normtext.
The normtext holds the normalized text of columns and relations.
getNormText() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the normtext.
getNumberFormat() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getNumberFormat() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the number format.
getNumberPool() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets NumberPool numberPool via numberPoolId.
getNumberPool() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getNumberPoolBlunt() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
Gets numberPool without performing a select if not loaded.
getNumberPoolId() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the attribute numberPoolId.
getNumberPoolId() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getNumberPoolIdPersisted() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the last persisted value of numberPoolId.
getNumberPoolIdPersisted() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getNumberRangeList() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets composite list of NumberRange numberRangeList via NumberRange#numberPoolId.
getNumberRangeList() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getNumberRangeListBlunt() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Gets numberRangeList without performing a select if not loaded.
getNumberSource(String, String) - Method in class org.tentackle.ns.DefaultNumberSourceFactory
 
getNumberSource(String, String) - Method in interface org.tentackle.ns.NumberSourceFactory
Gets a local number source.
getNumConnections() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the number of open connections.
getNumConnections() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getNumSessions() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the number of sessions.
getNumSessions() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getObject() - Method in class org.tentackle.common.Binary
Retrieves the object encapsulated by the Binary.
getObject() - Method in class org.tentackle.dbms.ModificationLog
Gets the object referenced by this ModificationLog.
The object is lazily cached.
getObject() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Object of given type T.
getObject() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Gets the object this rule applies to.
The object is retrieved in its valid context.
getObject() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the pdo this rule applies to.
getObject() - Method in class org.tentackle.validate.DefaultValidationContext
 
getObject() - Method in interface org.tentackle.validate.ValidationContext
Gets the element to validate.
This is usually annotated with validator annotation.
getObject(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getObject(int, Class<T>) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Object of given type T.
getObject(Class<T>) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an Object of given type T.
getObject(Object) - Method in interface org.tentackle.bind.BindableElement
Gets the object of this element.
getObject(Object) - Method in interface org.tentackle.bind.BindingMember
Gets the object of this element.
getObject(Object) - Method in class org.tentackle.bind.DefaultBindableElement
 
getObject(Object) - Method in class org.tentackle.bind.DefaultBindingMember
Gets the object of this element.
getObject(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row.
getObject(String, Class<T>) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getObject(Session) - Method in class org.tentackle.dbms.ModificationLog
Gets the db object referenced by this ModificationLog.
The object is lazily cached if the given session equals the session of this modlog.
getObjectClass() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getObjectClass() - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the row object class.
getObjectClass() - Method in class org.tentackle.pdo.PdoCache
Gets the class handled by this cache.
getObjectClass() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getObjectClass() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the object class for this rule.
getObjectClassId() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute objectClassId.
getObjectClassId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getObjectClassId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute objectClassId.
getObjectClassName() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute objectClassName.
getObjectClassName() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getObjectClassName() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute objectClassName.
getObjectId() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute objectId.
getObjectId() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getObjectId() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute objectId.
getObjects() - Method in class org.tentackle.misc.Canonicalizer
Gets the canonicalized objects so far.
getObjects() - Method in class org.tentackle.pdo.PdoCache
Gets all PDOs in cache.
getObjects() - Method in class org.tentackle.pdo.PdoCacheIndex
Gets all objects maintained by this cache index.
getObjects(boolean) - Method in class org.tentackle.pdo.PdoCacheIndex
Gets all objects maintained by this cache index.
getObjects(String, boolean) - Method in class org.tentackle.pdo.PdoCache
Gets all objects in cache.
Because the objects may live in different domain-contexts (and different sessions, if not readonly!)
getObjects(DomainContext, C, C) - Method in class org.tentackle.pdo.PdoCacheIndex
Gets a subset of objects.
getObjectValidators(Class<?>) - Method in class org.tentackle.validate.ValidatorCache
Gets all validators for annotated class.
getObjectValidators(Class<?>, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for annotated class.
getOffset() - Method in class org.tentackle.dbms.Query
Gets the offset of this query.
getOffset() - Method in class org.tentackle.model.parse.Line
Gets the offset within the document.
getOffsetDateTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTime(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTime(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTime(int, int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTime(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetDateTime in the Java programming language.
getOffsetDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetDateTime.
getOffsetDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetDateTime.
getOffsetTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetTime in the Java programming language.
getOffsetTime(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetTime in the Java programming language.
getOffsetTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.OffsetTime in the Java programming language.
getOffsetTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetTime.
getOffsetTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetTime.
getOldValue() - Method in class org.tentackle.misc.PropertyEvent
Gets the old value for the property.
getOOBInline() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_OOBINLINE.
getOpenResultSets() - Method in class org.tentackle.dbms.ManagedConnection
Gets all open result sets for this connection.
getOpenSession(int, String) - Static method in class org.tentackle.dbms.Db
Gets an open session by its ID.
getOpenSessions() - Static method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Returns a list of all open sessions.
getOperation() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getOperation() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getOperation() - Method in interface org.tentackle.pdo.OperationProvider
Gets the operation.
getOperation() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
getOperationDomainImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the domain implementation of an operation.
getOperationDomainInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the domain interface of an operation.
getOperationFromDomainImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a domain implementation.
getOperationFromDomainInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a domain interface.
getOperationFromPersistenceImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a persistence implementation.
getOperationFromPersistenceInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a persistence interface.
getOperationFromRemoteImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a remote implementation.
getOperationFromRemoteInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the operation name from the name of a remote interface.
getOperationMethodCache() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getOperationMethodCache() - Method in interface org.tentackle.pdo.OperationMethodCacheProvider
Gets the cache.
getOperationMethodCache() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
getOperationPersistenceImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the persistence implementation of an operation.
getOperationPersistenceInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the persistence interface of an operation.
getOperationRemoteImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the remote implementation of an operation.
getOperationRemoteImplementationPackageName(String) - Method in class org.tentackle.common.NamingRules
Gets the package name of the remote implementation of an operation.
getOperationRemoteInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the remote interface of an operation.
getOperationRemoteInterfacePackageName(String) - Method in class org.tentackle.common.NamingRules
Gets the package name of the remote interface of an operation.
getOption(int) - Method in class org.tentackle.io.SocketImplWrapper
 
getOptionAnnotations() - Method in class org.tentackle.model.print.PrintConfiguration
Gets the annotations that should be printed as attribute options.
getOptions() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Returns an application-specific option string.
For diagnostic purposes only.
getOptions() - Method in class org.tentackle.misc.CommandLine
Gets the options.
getOptions() - Method in interface org.tentackle.model.Attribute
Gets the options.
getOptions() - Method in interface org.tentackle.model.Entity
Gets the options.
getOptions() - Method in class org.tentackle.model.impl.AttributeImpl
 
getOptions() - Method in class org.tentackle.model.impl.EntityImpl
 
getOptions() - Method in class org.tentackle.model.parse.AttributeLine
Gets the options.
getOptions() - Method in class org.tentackle.model.parse.GlobalOptionLine
Gets the option strings.
getOptions() - Method in class org.tentackle.model.parse.OptionLine
Gets the options.
getOptions() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the session options.
getOptions() - Method in class org.tentackle.session.BackendConfiguration
Gets other options.
Each option goes into a separate line.
getOptionsAsProperties() - Method in class org.tentackle.misc.CommandLine
Gets the options as properties.
getOptionValue(String) - Method in class org.tentackle.misc.CommandLine
Gets the value for an option.
getOrdinal() - Method in interface org.tentackle.bind.BindableElement
Gets the ordinal for sorting.
getOrdinal() - Method in class org.tentackle.bind.DefaultBindableElement
 
getOrdinal() - Method in class org.tentackle.common.ModuleInfo
Gets the module ordinal.
Higher values come first in module order.
getOrdinal() - Method in class org.tentackle.model.impl.AttributeImpl
 
getOrdinal() - Method in class org.tentackle.model.impl.EntityImpl
 
getOrdinal() - Method in class org.tentackle.model.impl.IndexImpl
 
getOrdinal() - Method in class org.tentackle.model.impl.RelationImpl
 
getOrdinal() - Method in interface org.tentackle.model.ModelElement
Gets the ordinal along the inheritance path.
getOrdinal() - Method in class org.tentackle.pdo.PdoMember
Gets the model ordinal for sorting.
getOsInfo() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the operating system info.
getOsInfo() - Method in class org.tentackle.session.DefaultSessionInfo
 
getOsInfo() - Method in interface org.tentackle.session.SessionInfo
Gets the operating system info.
getOutermostClassName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Get outer class name.
getOutput() - Method in class org.tentackle.common.ToolRunner
Gets the standard output.
getOutputAsString() - Method in class org.tentackle.common.ToolRunner
Gets the standard output.
getOutputStream() - Method in class org.tentackle.dbms.rmi.InputStreamRemoteDelegateImpl
Gets the output stream from which the client will read.
getOutputStream() - Method in class org.tentackle.io.BlockingByteArrayInputStream
Gets the output stream.
getOutputStream() - Method in class org.tentackle.io.CompressedSocket
 
getOutputStream() - Method in class org.tentackle.io.CompressedSocketWrapper
 
getOutputStream() - Method in class org.tentackle.io.SocketImplWrapper
 
getOwnerThread() - Method in class org.tentackle.dbms.Db
Gets the owner thread.
getOwnerThread() - Method in interface org.tentackle.session.Session
Gets the owner thread.
getPackageName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the package name of a classname(-like) string.
Works also for inner classes.
getPackageNames() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the list of package names.
getPackageNames() - Method in class org.tentackle.reflect.ClassToServicesMapper
 
getPackageNames() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getPackagePathName(Class<?>) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the absolute path name of the package of a class.
Example:
getParameter(String) - Method in class org.tentackle.common.ParameterString
Gets the value of a parameter.
getParameterNames() - Method in class org.tentackle.common.ParameterString
Gets the parameter names.
getParameters() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the parameter map.
getParameters() - Method in class org.tentackle.dbms.StatementHistory
Gets the parameter map.
getParameters() - Method in class org.tentackle.dbms.StatementStatistics
Gets the parameters.
getParent() - Method in class org.tentackle.bind.BindingEvent
Gets the parent object containing the value
getParent() - Method in class org.tentackle.model.impl.AttributeImpl
 
getParent() - Method in class org.tentackle.model.impl.EntityImpl
 
getParent() - Method in class org.tentackle.model.impl.IndexImpl
 
getParent() - Method in class org.tentackle.model.impl.RelationImpl
 
getParent() - Method in interface org.tentackle.model.ModelElement
Gets the parent element.
getParentClass() - Method in interface org.tentackle.bind.BindingMember
Gets the parent class of this member.
This is the class in which this member is declared.
getParentClass() - Method in class org.tentackle.bind.DefaultBindingMember
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxColorPickerDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
getParentContainer() - Method in class org.tentackle.fx.component.FxCheckBox
 
getParentContainer() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getParentContainer() - Method in class org.tentackle.fx.component.FxColorPicker
 
getParentContainer() - Method in class org.tentackle.fx.component.FxComboBox
 
getParentContainer() - Method in class org.tentackle.fx.component.FxDatePicker
 
getParentContainer() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getParentContainer() - Method in class org.tentackle.fx.component.FxListView
 
getParentContainer() - Method in class org.tentackle.fx.component.FxPasswordField
 
getParentContainer() - Method in class org.tentackle.fx.component.FxRadioButton
 
getParentContainer() - Method in class org.tentackle.fx.component.FxTableView
 
getParentContainer() - Method in class org.tentackle.fx.component.FxTextArea
 
getParentContainer() - Method in class org.tentackle.fx.component.FxTextField
 
getParentContainer() - Method in class org.tentackle.fx.component.FxToggleButton
 
getParentContainer() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getParentContainer() - Method in class org.tentackle.fx.component.FxTreeView
 
getParentContainer() - Method in class org.tentackle.fx.container.delegate.FxTabDelegate
 
getParentContainer() - Method in class org.tentackle.fx.container.FxAccordion
 
getParentContainer() - Method in class org.tentackle.fx.container.FxAnchorPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxBorderPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxButtonBar
 
getParentContainer() - Method in class org.tentackle.fx.container.FxDialogPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxFlowPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxGridPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxHBox
 
getParentContainer() - Method in class org.tentackle.fx.container.FxPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxScrollPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxSplitPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxStackPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxTab
 
getParentContainer() - Method in class org.tentackle.fx.container.FxTabPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxTextFlow
 
getParentContainer() - Method in class org.tentackle.fx.container.FxTilePane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxTitledPane
 
getParentContainer() - Method in class org.tentackle.fx.container.FxToolBar
 
getParentContainer() - Method in class org.tentackle.fx.container.FxVBox
 
getParentContainer() - Method in class org.tentackle.fx.FxComponentDelegate
 
getParentContainer() - Method in class org.tentackle.fx.FxContainerDelegate
 
getParentContainer() - Method in interface org.tentackle.fx.FxControl
Gets the parent container.
getParentId() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets the attribute parentId.
getParentLogger() - Method in class org.tentackle.sql.DynamicDriver
 
getParentMember() - Method in interface org.tentackle.bind.BindingMember
Gets the parent's member.
getParentMember() - Method in class org.tentackle.bind.DefaultBindingMember
 
getParentObject() - Method in class org.tentackle.bind.AbstractBinding
 
getParentObject() - Method in interface org.tentackle.bind.Binding
Gets the object containing the declaration of the field.
getParentObject() - Method in class org.tentackle.validate.DefaultValidationContext
 
getParentObject() - Method in interface org.tentackle.validate.ValidationContext
Gets the parent object.
getParentObject(BindingMember) - Method in class org.tentackle.bind.AbstractBinding
Retrieves the parent object by walking along the member path starting at the root object.
getParentPdo() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Gets the parent PDO.
getParentPdo(Class<P>) - Method in class org.tentackle.fx.rdc.PdoTreeItem
Gets the parent item's pdo.
getParentPdoItem() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Gets the parent PdoTreeItem.
getParents() - Method in class org.tentackle.bind.AbstractBinding
 
getParents() - Method in interface org.tentackle.bind.Binding
Gets the members building the declaration chain to this binding member.
getParser() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the parser instance.
getPassword() - Method in class org.tentackle.fx.component.FxPasswordField
Gets the password as a character array and clears the contents in memory.
getPassword() - Method in class org.tentackle.session.BackendConfiguration
Gets the optional password.
getPassword() - Method in class org.tentackle.session.DefaultSessionInfo
 
getPassword() - Method in interface org.tentackle.session.SessionInfo
Gets the password.
getPassword() - Method in class org.tentackle.sql.BackendInfo
Gets the connection password.
getPath() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
getPath() - Method in interface org.tentackle.model.ModelDirectory
Gets the directory path.
getPathName() - Method in interface org.tentackle.model.Attribute
Gets the pathname.
The pathname is identical to the java name for non-embedded entities.
For embedded entities, the pathname consists of the dotted path from the parent entity to the embedded attribute.
getPathName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getPathName() - Method in class org.tentackle.model.impl.RelationImpl
 
getPathName() - Method in interface org.tentackle.model.Relation
Gets the pathname.
The pathname is identical to the java name for non-embedded relations.
For embedded entities, the pathname consists of the dotted path from the parent entity to the embedded attribute.
getPaths() - Method in interface org.tentackle.common.Path
Gets the sub paths starting at end of this path.
getPattern() - Method in class org.tentackle.fx.component.FxComboBox
 
getPattern() - Method in class org.tentackle.fx.component.FxDatePicker
 
getPattern() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getPattern() - Method in class org.tentackle.fx.component.FxPasswordField
 
getPattern() - Method in class org.tentackle.fx.component.FxTextArea
 
getPattern() - Method in class org.tentackle.fx.component.FxTextField
 
getPattern() - Method in interface org.tentackle.fx.FxTextComponent
Gets the format pattern.
getPattern() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getPattern() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getPattern() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Defines the format for numeric or date/time-types.
If null is returned a default format will be used according to the column class.
getPattern() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the pattern that was used to initialize the formatter.
getPattern() - Method in class org.tentackle.persist.NormText
Gets the search pattern ready to be used in a LIKE expression.
getPattern(ValidationContext) - Method in class org.tentackle.validate.validator.PatternImpl
Gets the current pattern.
getPdo() - Method in class org.tentackle.domain.AbstractDomainObject
 
getPdo() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Gets the pdo.
getPdo() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getPdo() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
 
getPdo() - Method in class org.tentackle.fx.rdc.PdoEvent
Gets the PDO.
getPdo() - Method in class org.tentackle.fx.rdc.PdoTreeItem
Returns the PDO represented by this item.
getPdo() - Method in class org.tentackle.fx.rdc.PdoViewer
 
getPdo() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
getPdo() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the pdo.
getPdo() - Method in class org.tentackle.fx.rdc.security.SecurityEditor
 
getPdo() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the PDO.
getPdo() - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Gets the PDO via binding.
For non-editable combo-boxes this translator isn't used, but registered, because it could be changed to editable.
getPdo() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheResult
Gets the PDO.
getPdo() - Method in interface org.tentackle.pdo.PdoProvider
Gets the PDO.
getPdo() - Method in exception class org.tentackle.pdo.PdoRuntimeException
Gets the PDO.
getPdo() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getPdoAddon() - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Gets the PDO addon.
getPdoAddon() - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
Gets the PDO addon.
getPdoAddon() - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
 
getPdoAddon() - Method in interface org.tentackle.fx.rdc.translate.PdoTranslator
Gets the PDO addon.
getPdoClass() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
Gets the PDO class.
getPdoClass() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the pdo-class.
getPdoClassId() - Method in class org.tentackle.persist.lock.DbTokenLock
Gets the attribute pdoClassId.
getPdoClassId() - Method in interface org.tentackle.persist.TokenLock
Gets the class id of the locked PDO.
getPdoConsumer() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the consumer for the PDO.
getPdoDomainImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the domain implementation of a PDO.
getPdoDomainInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the domain interface of a PDO.
getPdoFromDomainImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a domain implementation.
getPdoFromDomainInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a domain interface.
getPdoFromDragboard(Dragboard, DomainContext) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets the PDO from a dragboard.
If the dragboard contains more than one key, the first PDO will be returned.
getPdoFromPersistenceImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a persistence implementation.
getPdoFromPersistenceInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a persistence interface.
getPdoFromRemoteImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a remote implementation.
getPdoFromRemoteInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the PDO name from the name of a remote interface.
getPdoId() - Method in class org.tentackle.persist.lock.DbTokenLock
 
getPdoId() - Method in interface org.tentackle.persist.TokenLock
Gets the object id of locked PDO.
getPdoKeyFromDragboard(Dragboard) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets the PDO key from the dragboard.
If the dragboard contains more than one key, the first will be returned.
getPdoKeysFromDragboard(Dragboard) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets all PDO keys from the dragboard.
getPdoList() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Gets the list of pdos to walk through.
getPdoMethodCache() - Method in interface org.tentackle.pdo.PdoMethodCacheProvider
Gets the cache.
getPdoMethodCache() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getPdoPersistenceImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the persistence implementation of a PDO.
getPdoPersistenceInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the persistence interface of a PDO.
getPdoRemoteImplementation(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the remote implementation of a PDO.
getPdoRemoteImplementationPackageName(String) - Method in class org.tentackle.common.NamingRules
Gets the package name of the remote implementation of a PDO.
getPdoRemoteInterface(String) - Method in class org.tentackle.common.NamingRules
Gets the simple class name of the remote interface of a PDO.
getPdoRemoteInterfacePackageName(String) - Method in class org.tentackle.common.NamingRules
Gets the package name of the remote interface of a PDO.
getPdosFromDragboard(Dragboard, DomainContext) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets all PDOs from a dragboard.
getPdoSupplier() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Gets the supplier for the currently displayed PDO.
getPdoTreeItem() - Method in class org.tentackle.fx.rdc.PdoTreeCell
Gets the PDO tree item.
getPendingCount() - Method in class org.tentackle.dbms.ModificationTally
Gets the pending count.
getPerformancePreferences() - Method in class org.tentackle.io.SocketConfiguratorBase
Sets the performance preferences.
getPermission(Class<T>) - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermission(Class<T>) - Method in interface org.tentackle.security.SecurityFactory
Gets a request permission implementation singleton by its interface.
getPermissionInterface() - Method in interface org.tentackle.security.Permission
Gets the permission interface of this implementation.
getPermissionInterface() - Method in class org.tentackle.security.permissions.AbstractPermission
 
getPermissionInterface(String) - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermissionInterface(String) - Method in interface org.tentackle.security.SecurityFactory
Gets a permission interface by its name.
getPermissionInterfaces() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermissionInterfaces() - Method in interface org.tentackle.security.SecurityFactory
Gets all configured permission interfaces.
getPermissionInterfaces(Class<?>) - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermissionInterfaces(Class<?>) - Method in interface org.tentackle.security.SecurityFactory
Gets all configured permission interfaces applicable for a class or instances of it.
getPermissions() - Method in class org.tentackle.domain.security.SecurityDomainImpl
Gets the permissions from the persistence object.
getPermissions() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getPermissions() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermissions() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute permissions.
getPermissions() - Method in interface org.tentackle.security.SecurityFactory
Gets all configured permissions.
getPermissions(Class<?>) - Method in class org.tentackle.security.DefaultSecurityFactory
 
getPermissions(Class<?>) - Method in interface org.tentackle.security.SecurityFactory
Gets all configured permission instances applicable for a class or instances of it.
getPersistedSerial() - Method in exception class org.tentackle.session.NotFoundException
Gets the effective serial of the object persisted in the database.
getPersistenceClass(Class<R>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the persistence class from a pdo class.
getPersistenceClass(String) - Method in class org.tentackle.pdo.AbstractOperationFactory
 
getPersistenceClass(String) - Method in class org.tentackle.pdo.AbstractPdoFactory
 
getPersistenceClass(String) - Method in interface org.tentackle.pdo.OperationFactory
Gets the class implementing the persistence layer.
getPersistenceClass(String) - Method in interface org.tentackle.pdo.PdoFactory
Gets the class implementing the persistence layer.
getPersistenceDelegate() - Method in class org.tentackle.domain.AbstractDomainObject
 
getPersistenceDelegate() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getPersistenceDelegate() - Method in interface org.tentackle.pdo.DomainDelegate
Gets the persistence delegate.
getPersistenceDelegate() - Method in interface org.tentackle.pdo.Operation
Gets the delegate implementing the persistence layer.
getPersistenceDelegate() - Method in interface org.tentackle.pdo.PersistentDomainObject
Gets the delegate implementing the persistence layer.
getPersistenceDelegate(T) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Gets the persistence delegate from a PDO.
getPersistenceMapper() - Method in class org.tentackle.pdo.AbstractOperationFactory
Gets the persistence class mapper associated to this factory.
The classmapper usually maps interfaces (domain + persistence) to the persistence implementation.
getPersistenceMapper() - Method in class org.tentackle.pdo.DefaultOperationFactory
 
getPersistenceMapper() - Method in class org.tentackle.pdo.DefaultPdoFactory
 
getPersistenceMapper() - Method in interface org.tentackle.pdo.PdoFactory
Gets the persistence class mapper associated to this factory.
The classmapper maps PDO interfaces to their persistence implementation.
getPersistenceScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getPersistenceScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request PersistenceScope singleton.
getPersistenceVisitors() - Method in class org.tentackle.dbms.Db
Gets the currently registered persistence visitors.
getPersistenceVisitors() - Method in class org.tentackle.dbms.DbTransaction
Gets the currently registered persistence visitors.
getPersistenceVisitors() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getPersistenceVisitors() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getPersistentKey(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the persistent key.
getPersistentNode() - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the persistent node.
getPlainClassName(String) - Static method in class org.tentackle.common.StringHelper
Gets a classname without any optional generics.
getPlainPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Get the fixed port for plain communication.
getPlatform() - Static method in class org.tentackle.common.StringHelper
Gets the name of the operating system from the system properties.
getPlatform() - Method in class org.tentackle.update.ClientInfo
Gets the client's platform.
getPlural() - Method in class org.tentackle.domain.AbstractDomainObject
 
getPlural() - Method in interface org.tentackle.pdo.DomainObject
Gets the human-readable name for multiple (> 1) objects of this class.
getPlural(Class<?>) - Method in class org.tentackle.pdo.PdoUtilities
Gets the plural of given class.
getPool() - Method in class org.tentackle.dbms.Db
Gets the pool manager.
getPool() - Method in class org.tentackle.dbms.PooledDb
Gets the session pool.
getPool() - Method in interface org.tentackle.session.Session
Gets the session pool.
getPooledSessions() - Method in class org.tentackle.dbms.DbPool
Gets all pooled sessions.
getPoolId() - Method in class org.tentackle.dbms.Db
Gets the poolid.
getPort() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the port for all delegates.
getPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the port the delegates.
getPort() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
getPort() - Method in interface org.tentackle.io.ServerSocketConfigurator
Gets the port.
getPort() - Method in class org.tentackle.io.SocketImplWrapper
 
getPort(int, RMISocketFactoryType) - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the rmi port for a new remote object.
getPortRange() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
getPortRange() - Method in interface org.tentackle.io.ServerSocketConfigurator
Gets the port range.
If > 1, the server socket will be incremented within given range until a free port is found.
getPosition() - Method in class org.tentackle.fx.component.Note
Gets the position.
getPosition() - Method in class org.tentackle.fx.table.FxTableCell
Gets the table position of the currently selected cell.
getPosition() - Method in class org.tentackle.fx.table.FxTreeTableCell
Gets the table position of the currently selected cell.
getPosition() - Method in class org.tentackle.model.SourceInfo
Gets the character position within the line.
getPosition() - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Gets the ordinal position within the index.
getPosition() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Gets the ordinal position within the index.
getPreferencesSuffix() - Method in class org.tentackle.fx.rdc.table.TablePopup
Gets the table preferences suffix.
getPrefix() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
getPrefixSelectionTimeout() - Method in class org.tentackle.fx.FxUtilities
Gets the timeout for the prefix selection in dropdown lists such as in combo boxes.
getPrefNode(String, boolean) - Static method in class org.tentackle.session.AbstractSessionConfiguration
Gets the configuration parent node.
getPreparedStatement(StatementId, int, int, SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Gets a prepared statement.
getPreparedStatement(StatementId, SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Gets a prepared statement.
Uses ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
getPreparedStatement(StatementKey, boolean, int, int, SqlSupplier) - Method in class org.tentackle.dbms.Db
Gets the prepared statement.
getPreparedStatement(StatementKey, boolean, int, int, SqlSupplier) - Method in class org.tentackle.dbms.ManagedConnection
Gets a prepared statement.
The statement will be reused if already prepared.
getPreparedStatement(StatementKey, boolean, SqlSupplier) - Method in class org.tentackle.dbms.Db
Gets the prepared statement.
Uses ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
getPrimaryKeyColumn() - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Gets the primary key column.
getPrimaryKeySchema() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the schema of the referenced column.
getPrimaryKeyTable() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the referenced table.
getPriority() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getPriority() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute priority.
getPriority() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getPriority() - Method in interface org.tentackle.session.ModificationListener
Gets the execution priority.
Determines the order of execution.
getPriority() - Method in class org.tentackle.session.ModificationListenerAdapter
 
getPriority() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getPriority() - Method in class org.tentackle.validate.validator.EqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.FailImpl
 
getPriority() - Method in class org.tentackle.validate.validator.FalseImpl
 
getPriority() - Method in interface org.tentackle.validate.Validator
Gets the priority set by the annotation's priority()-parameter.
Highest priority will be invoked first.
getPriority() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getPriority() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.LessImpl
 
getPriority() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NullImpl
 
getPriority() - Method in class org.tentackle.validate.validator.PatternImpl
 
getPriority() - Method in class org.tentackle.validate.validator.SizeImpl
 
getPriority() - Method in class org.tentackle.validate.validator.TrueImpl
 
getPriority() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getPriority() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getProcessed() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute processed.
getProperties() - Method in class org.tentackle.app.AbstractApplication
Gets the current properties.
getProperties() - Method in class org.tentackle.dbms.DbObjectClassVariables
Lazily gets the properties.
Loads and initially processes the properties.
getProperties() - Method in class org.tentackle.model.parse.RelationLine
Gets the properties.
getProperties() - Method in class org.tentackle.session.DefaultSessionInfo
 
getProperties() - Method in interface org.tentackle.session.SessionInfo
Gets the connection properties.
The properties are not set so far, the method will load the properties file by adding the extension ".properties" to SessionInfo.getPropertiesName() (if it does not contain an extension already).
If there is no such file, the properties will be read as a resource according to the classpath.
If all fails a PersistenceException is thrown.
getPropertiesName() - Method in class org.tentackle.session.DefaultSessionInfo
 
getPropertiesName() - Method in interface org.tentackle.session.SessionInfo
Gets the name of the property file.
getProperty(String) - Method in class org.tentackle.app.AbstractApplication
 
getProperty(String) - Method in interface org.tentackle.app.Application
Gets an application property.
getProperty(String) - Method in class org.tentackle.common.EncryptedProperties
Searches for the property with the specified key in this property list.
If the key is not found in this property list, the default property list, and its defaults, recursively, are then checked.
getProperty(String) - Method in class org.tentackle.dbms.Db
 
getProperty(String) - Method in class org.tentackle.dbms.DbObjectClassVariables
Gets a class property.
getProperty(String) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getProperty(String) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getProperty(String) - Method in interface org.tentackle.session.Session
Gets a session property.
getPropertyAsChars(String) - Method in class org.tentackle.app.AbstractApplication
 
getPropertyAsChars(String) - Method in interface org.tentackle.app.Application
Gets an application property as a character array.
Useful for passwords and alike.
getPropertyAsChars(String) - Method in class org.tentackle.common.EncryptedProperties
Gets the property as a character array.
Same as EncryptedProperties.getProperty(String), but returns an array.
getPropertyAsChars(String, char[]) - Method in class org.tentackle.common.EncryptedProperties
Gets the property as a character array with a default value.
getPropertyAsCharsIgnoreCase(String) - Method in class org.tentackle.app.AbstractApplication
 
getPropertyAsCharsIgnoreCase(String) - Method in interface org.tentackle.app.Application
Gets an application property as a character array, case-insensitive.
Useful for passwords and alike.
getPropertyBlunt(String) - Method in class org.tentackle.common.EncryptedProperties
Gets the original value of the property.
If the value is encrypted, the encrypted value will be returned.
getPropertyIgnoreCase(String) - Method in class org.tentackle.app.AbstractApplication
 
getPropertyIgnoreCase(String) - Method in interface org.tentackle.app.Application
Gets an application property case-insensitive.
getPropertyIgnoreCase(String) - Method in class org.tentackle.common.EncryptedProperties
Searches for the property with the specified key case insensitively.
Throws TentackleRuntimeException, if duplicate case-mapped keys found.
getPropertyInfo(String, Properties) - Method in class org.tentackle.sql.DynamicDriver
 
getPropertyName() - Method in class org.tentackle.misc.PropertyEvent
Gets the property name.
getPropertySupport() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the property support.
Creates it atomically if it doesn't exist.
getProviders() - Method in interface org.tentackle.common.BundleFactory
Gets the control providers.
Method can be used to add a provider explicitly.
getProviders() - Method in class org.tentackle.common.DefaultBundleFactory
 
getQueueSize() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getQueueSize() - Method in interface org.tentackle.task.TaskDispatcher
Gets the number of queued tasks.
getQuotableCharacters() - Method in class org.tentackle.misc.CsvConverter
Gets quotable characters.
If a value contains one of those characters, or the separator or the quoting character, it must be quoted.
getQuotingCharacter() - Method in class org.tentackle.misc.CsvConverter
Gets the RFC4180 quoting character.
getRanges() - Method in class org.tentackle.ns.DefaultNumberSource
 
getRanges() - Method in interface org.tentackle.ns.NumberSource
Gets the ranges of this source.
Does not consume any numbers.
getReadPermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getReadPermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request read permission singleton.
getRealm() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute realm.
getRealm() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getRealmPersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of realm.
getRealmPersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getReceiveBufferSize() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Gets SO_RCVBUF.
getReference() - Method in class org.tentackle.misc.CompoundValue
Gets the reference.
getReference(String) - Method in class org.tentackle.misc.NamedValue
Gets the atomic reference.
getReferenceDateSupplier() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the reference date supplier.
getReferencedAttribute() - Method in interface org.tentackle.model.ForeignKey
Gets the referenced attribute.
getReferencedAttribute() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getReferencedDb() - Method in class org.tentackle.dbms.PooledDb
Gets the referenced session.
This is the value of a WeakReference.
getReferencedEntity() - Method in interface org.tentackle.model.ForeignKey
Gets the referenced entity.
getReferencedEntity() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getReferencedTableProvidingEntity() - Method in interface org.tentackle.model.ForeignKey
Gets the entity that provides the table for the referenced entity.
getReferencedTableProvidingEntity() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getReferencingAttribute() - Method in interface org.tentackle.model.ForeignKey
Gets the referencing attribute.
getReferencingAttribute() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getReferencingEntity() - Method in interface org.tentackle.model.ForeignKey
Gets the referencing entity.
getReferencingEntity() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getReferencingRelations() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities directly referencing this entity.
getReferencingRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getReferencingRelationsIncludingInherited() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities referencing this entity or any super-entity.
getReferencingRelationsIncludingInherited() - Method in class org.tentackle.model.impl.EntityImpl
 
getReferencingRelationsIncludingSubEntities() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities referencing this entity or any sub-entity.
getReferencingRelationsIncludingSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getReferencingTableProvidingEntity() - Method in interface org.tentackle.model.ForeignKey
Gets the entity that provides the table for the referencing entity.
getReferencingTableProvidingEntity() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
getRegistry() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the local registry.
getRelation() - Method in interface org.tentackle.model.Attribute
Gets the associated relation.
getRelation() - Method in class org.tentackle.model.impl.AttributeImpl
 
getRelation(String, boolean) - Method in interface org.tentackle.model.Entity
Gets a relation by its name.
getRelation(String, boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
getRelations() - Method in interface org.tentackle.model.Entity
Gets the relations.
getRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getRelations(Entity, boolean) - Method in interface org.tentackle.model.Entity
Gets all relations for a given entity type.
getRelations(Entity, boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
getRelationsIncludingInherited() - Method in interface org.tentackle.model.Entity
Gets all including inherited relations.
getRelationsIncludingInherited() - Method in class org.tentackle.model.impl.EntityImpl
 
getRelationsIncludingSubEntities() - Method in interface org.tentackle.model.Entity
Gets all relations including the ones from the sub entities.
getRelationsIncludingSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getRelationType() - Method in class org.tentackle.model.impl.RelationImpl
 
getRelationType() - Method in interface org.tentackle.model.Relation
Gets the relation type.
getRemote() - Method in class org.tentackle.model.ModelDefaults
Gets the [remote] default.
getRemoteConnection() - Method in class org.tentackle.dbms.Db
Gets the remote connection object.
getRemoteCursor() - Method in class org.tentackle.persist.ResultSetCursor
Gets the remote cursor.
getRemoteDbSession() - Method in class org.tentackle.dbms.Db
Gets the remote session object.
getRemoteDbSession() - Method in class org.tentackle.dbms.RemoteSessionAdapter
Gets the remote db session object.
getRemoteDelegate() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the delegate for remote connections.
Each class has its own delegate.
getRemoteDelegate() - Method in class org.tentackle.dbms.AbstractDbOperation
Gets the delegate for remote connections.
Each class has its own delegate.
getRemoteDelegate() - Method in class org.tentackle.dbms.ModificationLog
 
getRemoteDelegate() - Method in class org.tentackle.dbms.prefs.DbPreferencesOperation
 
getRemoteDelegate() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the delegate for remote connections.
Each class has its own delegate.
getRemoteDelegate() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
getRemoteDelegate(int) - Method in class org.tentackle.dbms.Db
Gets the remote delegate by its id.
getRemoteDelegate(String) - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Gets the delegate for a given classname.
Per class the rmi-clients request a remote access there must be a RemoteDelegate.
getRemoteDelegate(String) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
getRemoteDelegate(Db) - Method in class org.tentackle.dbms.DbObjectClassVariables
Gets the RemoteDelegate for the class and session.
getRemoteDelegate(Db) - Method in class org.tentackle.dbms.DbOperationClassVariables
Gets the RemoteDelegate for the class and db.
getRemoteDelegateId() - Method in class org.tentackle.dbms.DbObjectClassVariables
Gets the delegateId of the class, i.e. subclass of AbstractDbObject.
If the remoteDelegateId is 0, it will be prepared The delegateId is unique for each class.
getRemoteDelegateId() - Method in class org.tentackle.dbms.DbOperationClassVariables
Gets the delegateId of the class, i.e. subclass of AbstractDbOperation.
getRemoteSession() - Method in class org.tentackle.dbms.Db
 
getRemoteSession() - Method in interface org.tentackle.session.Session
Gets the remote session.
getRemoteSessionPool() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
getRemoteSessionPool() - Method in interface org.tentackle.session.SessionPoolProvider
Gets the session pool for remote sessions.
getRemovedObjects() - Method in class org.tentackle.misc.TrackedArrayList
 
getRemovedObjects() - Method in interface org.tentackle.misc.TrackedList
Gets the removed objects in the order of their removal.
getRepeatInterval() - Method in class org.tentackle.task.AbstractTask
 
getRepeatInterval() - Method in interface org.tentackle.task.Task
Gets the repeat interval in milliseconds.
getRequestSize() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute requestSize.
getRequestSize() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getRequestSizePersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of requestSize.
getRequestSizePersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getRequiredModuleNames() - Method in class org.tentackle.common.ModuleInfo
Gets the names of the required modules.
getReservedWords() - Method in interface org.tentackle.sql.Backend
Gets the list of reserved words for this backend.
getReservedWords() - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
getReservedWords() - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
getReservedWords() - Method in class org.tentackle.sql.backends.H2
 
getReservedWords() - Method in class org.tentackle.sql.backends.Postgres
 
getResult() - Method in class org.tentackle.task.AbstractTask
 
getResult() - Method in interface org.tentackle.task.Task
Gets the result of the task.
getResults() - Method in exception class org.tentackle.validate.ValidationFailedException
Gets the validation results.
getResultSet() - Method in class org.tentackle.persist.ResultSetCursor
Gets the result set.
getReuseAddress() - Method in class org.tentackle.io.SocketConfiguratorBase
Gets SO_REUSEADDR.
getRevertAttributesToSnapshotMethod() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the method revertAttributesToSnapshot of the persistence object.
getRevertComponentsToSnapshotMethod() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the method revertComponentsToSnapshot of the persistence object.
getRMICsf() - Method in class org.tentackle.dbms.rmi.RemoteServerObject
Gets the client socket factory.
getRMIPort() - Method in class org.tentackle.dbms.rmi.RemoteServerObject
Gets the port.
getRmiServer() - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Gets the RMI-server.
getRmiServer() - Method in class org.tentackle.persist.app.ServerApplication
Gets the RMI server.
getRMISsf() - Method in class org.tentackle.dbms.rmi.RemoteServerObject
Gets the server socket factory.
getRollbackCount() - Method in class org.tentackle.dbms.TransactionStatisticsResult
Gets the number of rollbacks.
StatisticsResult.getCount() - getRollbackCount() gives the number of commits.
getRollbackTxRunnables() - Method in class org.tentackle.dbms.Db
Gets the currently registered rollback runnables.
getRollbackTxRunnables() - Method in class org.tentackle.dbms.DbTransaction
Gets the currently registered rollback runnables.
getRollbackTxRunnables() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getRollbackTxRunnables() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getRoot() - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the root of this node.
If this is a root, "this" will be returned.
getRoot() - Method in class org.tentackle.model.ModelDefaults
Gets the root default.
getRootAttribute() - Method in interface org.tentackle.model.Entity
Returns the single root attribute if there is exactly one.
getRootAttribute() - Method in class org.tentackle.model.impl.EntityImpl
 
getRootAttributes() - Method in interface org.tentackle.model.Entity
Returns the attributes that corresponds to the root id.
getRootAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getRootClassId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getRootClassId() - Method in class org.tentackle.model.ModelDefaults
Gets the rootclassid default.
getRootClassId() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getRootClassId() - Method in interface org.tentackle.pdo.DomainContext
Gets the class-ID of the root entity.
getRootClassId() - Method in interface org.tentackle.pdo.PersistentObject
Gets the class ID of the root entity this component belongs to.
getRootClassId() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getRootClassId() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getRootContext(PersistentDomainObject<?>) - Method in class org.tentackle.pdo.DefaultDomainContext
 
getRootContext(PersistentDomainObject<?>) - Method in interface org.tentackle.pdo.DomainContext
Creates a root context for a given root entity.
If this context is already a root context for the same root-entity, nothing will be created and this context returned.
getRootEntities() - Method in interface org.tentackle.model.Entity
Returns the root entities.
Returns all roots, even abstract ones.
getRootEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getRootEntity() - Method in interface org.tentackle.model.Entity
Returns the single root entity, if there is exactly one, and it is not abstract.
getRootEntity() - Method in class org.tentackle.model.impl.EntityImpl
 
getRootEntity() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getRootEntity() - Method in interface org.tentackle.pdo.DomainContext
Gets the root entity for this context.
getRootId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getRootId() - Method in class org.tentackle.model.ModelDefaults
Gets the rootid default.
getRootId() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getRootId() - Method in interface org.tentackle.pdo.DomainContext
Gets the ID of the root entity.
getRootId() - Method in interface org.tentackle.pdo.PersistentObject
Gets the ID of the root entity this component belongs to.
getRootId() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getRootId() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
getRootNodeId() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets the attribute rootNodeId.
getRootNodeId() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets the attribute rootNodeId.
getRootPane() - Method in class org.tentackle.fx.component.Note
Gets the root pane of this note.
getRootTree(Db, String) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Gets the root node for given user and all of its sub-nodes and keys at once.
getRow() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the current row number.
The first row is number 1, the second number 2, and so on.
getRow() - Method in interface org.tentackle.misc.ScrollableResource
Gets the current row.
Row numbers start at 1.
getRow() - Method in class org.tentackle.persist.ResultSetCursor
Gets the current row.
Row numbers start at 1.
getRowCount(Db) - Method in class org.tentackle.dbms.Query
Gets the number of objects returned by this query.
getRunningDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets a currently running daemon thread.
getRunningDaemons() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets all running daemons.
getSavedViewObject() - Method in class org.tentackle.fx.component.FxCheckBox
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxColorPicker
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxComboBox
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxDatePicker
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxListView
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxPasswordField
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxRadioButton
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxTableView
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxTextArea
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxTextField
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxToggleButton
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getSavedViewObject() - Method in class org.tentackle.fx.component.FxTreeView
 
getSavedViewObject() - Method in interface org.tentackle.fx.FxComponent
Retrieves the view value saved with FxControl.saveView().
The returned type is the internal native type of the component.
getSavedViewObject() - Method in class org.tentackle.fx.FxComponentDelegate
 
getSavepoint(SavepointHandle) - Method in class org.tentackle.dbms.DbTransaction
Gets a savepoint by handle.
getScale() - Method in class org.tentackle.fx.component.FxComboBox
 
getScale() - Method in class org.tentackle.fx.component.FxDatePicker
 
getScale() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getScale() - Method in class org.tentackle.fx.component.FxPasswordField
 
getScale() - Method in class org.tentackle.fx.component.FxTextArea
 
getScale() - Method in class org.tentackle.fx.component.FxTextField
 
getScale() - Method in interface org.tentackle.fx.FxTextComponent
Gets the current scale.
getScale() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getScale() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getScale() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the scale for fractional numeric cell editors.
getScale() - Method in interface org.tentackle.model.Attribute
Gets the scale for numbers with a fraction part.
getScale() - Method in class org.tentackle.model.impl.AttributeImpl
 
getScale() - Method in class org.tentackle.model.parse.AttributeLine
Gets the numeric scale.
getScale() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the numeric scale.
getScale(Backend, int, Integer) - Method in interface org.tentackle.sql.DataType
Gets the column scale.
The scale may be differently aligned according to the backend.
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getScale(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getScheduledEpochalTime() - Method in class org.tentackle.task.AbstractTask
 
getScheduledEpochalTime() - Method in interface org.tentackle.task.Task
Gets the earliest time to be executed in epochal milliseconds.
getSchema() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
The optional schema.
getSchemaName() - Method in interface org.tentackle.model.Entity
Gets the schema name.
getSchemaName() - Method in class org.tentackle.model.impl.EntityImpl
 
getSchemaName() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the database schema name.
Always in lowercase.
getSchemas() - Method in class org.tentackle.sql.BackendInfo
Gets the schemas.
getSchemas() - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the valid schemas.
getScope() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getScope() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getScope() - Method in class org.tentackle.validate.validator.EqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.FailImpl
 
getScope() - Method in class org.tentackle.validate.validator.FalseImpl
 
getScope() - Method in interface org.tentackle.validate.Validator
Gets the validation scopes set by the annotation's scopes()-parameter.
getScope() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getScope() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.LessImpl
 
getScope() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getScope() - Method in class org.tentackle.validate.validator.NullImpl
 
getScope() - Method in class org.tentackle.validate.validator.PatternImpl
 
getScope() - Method in class org.tentackle.validate.validator.SizeImpl
 
getScope() - Method in class org.tentackle.validate.validator.TrueImpl
 
getScope() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getScope() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getScript() - Method in class org.tentackle.misc.CompoundValue
Gets the script.
getScriptConverterProvider() - Method in class org.tentackle.misc.CompoundValue
Gets the provider for the script converter that will translate the script before being parsed.
getSearch(T, Modality, Window) - Static method in class org.tentackle.fx.rdc.Rdc
Gets a search controller for a PDO.
getSearch(T, Modality, Window) - Method in class org.tentackle.fx.rdc.RdcUtilities
Gets a search controller for a PDO.
getSearchActionProperty() - Method in class org.tentackle.fx.rdc.PdoFinder
Gets the search action property.
getSearchActionProperty() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
getSecretKeyFactory() - Method in class org.tentackle.common.Cryptor
Gets the key factory.
The default implementation returns an instance of PBKDF2WithHmacSHA1.
getSecurityManager() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getSecurityManager() - Method in interface org.tentackle.security.SecurityFactory
Gets the security manager singleton.
getSecurityResult(Permission) - Method in interface org.tentackle.pdo.PersistentObject
Creates the SecurityResult for a given permission.
getSecurityResult(Permission) - Method in class org.tentackle.persist.AbstractPersistentObject
 
getSegment() - Method in class org.tentackle.misc.SubString
Gets the string segment.
getSelectedItems() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the selected items.
getSelectedItems() - Method in class org.tentackle.fx.component.FxTreeView
Gets the selected items.
getSelectedItems() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns the selected PDOs.
getSelectionType() - Method in class org.tentackle.model.impl.RelationImpl
 
getSelectionType() - Method in interface org.tentackle.model.Relation
Gets the selection type.
getSelectionWurbletArguments() - Method in class org.tentackle.model.impl.RelationImpl
 
getSelectionWurbletArguments() - Method in interface org.tentackle.model.Relation
Gets the optional wurblet arguments.
Only available for composite list relations.
getSelectList() - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Gets the list of strings to compare against the user's input.
getSendBufferSize() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_SNDBUF.
getSeparators() - Method in class org.tentackle.misc.CsvConverter
Gets the separator strings automatically tried for export to avoid quoting.
getSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the serial number.
getSerial() - Method in class org.tentackle.misc.IdSerialTuple
 
getSerial() - Method in interface org.tentackle.misc.SerialNumbered
Gets the serial.
getSerial() - Method in interface org.tentackle.pdo.PersistentObject
Gets the serial number.
Whenever the object is persisted, the serial is incremented by one.
getSerial() - Method in class org.tentackle.session.ModificationEvent
Gets the modification serial of the first detail or master.
getSerial() - Method in class org.tentackle.session.ModificationEventDetail
Gets the modification serial.
getSerial(Class<?>) - Method in class org.tentackle.dbms.DbModificationTracker
Gets the serial for a given class.
getSerial(Class<?>) - Method in class org.tentackle.persist.PdoModificationTracker
 
getSerial(Class<?>) - Method in interface org.tentackle.session.ModificationTracker
Gets the serial for a given class.
getSerial(String) - Method in class org.tentackle.dbms.DbModificationTracker
Gets the serial for a given modification name.
getSerial(String) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Gets the current serial version of given user- or system root.
getSerial(String) - Method in interface org.tentackle.session.ModificationTracker
Gets the serial for a given modification name.
getServerSession() - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
Gets the server session.
getServerSessionInfo() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the server session info.
getServerSocketFactory() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the default server socket factory for all delegates.
getServerSocketFactory() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the server's ssf for the delegates.
getServerVersion() - Method in interface org.tentackle.dbms.rmi.RemoteDbConnection
Gets the application-specific version of the server.
getServerVersion() - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
 
getServerVersion() - Method in exception class org.tentackle.session.VersionIncompatibleException
Gets the server's version.
getServicedClass() - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
Gets the serviced class.
getServicedClass() - Method in class org.tentackle.log.MethodStatisticsKey
Gets the serviced class.
getServicedClass(Class<?>) - Method in class org.tentackle.dbms.DbUtilities
Determines the serviced class.
getServicedClass(Class<?>) - Method in class org.tentackle.persist.PersistenceUtilities
 
getServiceFinder() - Static method in class org.tentackle.common.ServiceFactory
Gets a service finder.
If the finder does not exist yet, it will be created.
getServiceFinder(ClassLoader, String) - Static method in class org.tentackle.common.ServiceFactory
Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created.
getServiceFinder(String) - Static method in class org.tentackle.common.ServiceFactory
Gets a service finder for a given service path.
If the finder does not exist yet, it will be created.
getServiceFinderClass() - Method in class org.tentackle.common.ServiceFactory
Gets the class of the service finder.
getServiceFinderImpl() - Method in class org.tentackle.common.ServiceFactory
Gets a service finder.
If the finder does not exist yet, it will be created.
getServiceFinderImpl(ClassLoader, String) - Method in class org.tentackle.common.ServiceFactory
Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created.
getServiceFinderImpl(String) - Method in class org.tentackle.common.ServiceFactory
Gets a service finder for a given service path.
If the finder does not exist yet, it will be created.
getServicePath() - Method in class org.tentackle.common.DefaultServiceFinder
Gets the service path the finder is responsible for.
getServicePath() - Method in interface org.tentackle.common.ServiceFinder
Gets the finder's service path it is responsible for.
getSession() - Method in class org.tentackle.app.AbstractApplication
 
getSession() - Method in class org.tentackle.dbms.AbstractDbObject
Get the session for this object.
getSession() - Method in class org.tentackle.dbms.AbstractDbOperation
Get the session for this operation.
getSession() - Method in class org.tentackle.dbms.DbModificationTracker
 
getSession() - Method in class org.tentackle.dbms.DbPool
 
getSession() - Method in class org.tentackle.dbms.DbTransaction
Gets the session.
getSession() - Method in class org.tentackle.dbms.ManagedConnection
Gets tha attached session.
getSession() - Method in class org.tentackle.dbms.PooledDb
Returns the managed session.
getSession() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the session associated to the result set.
getSession() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the session.
getSession() - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
Gets the db (which is the db of the serverSession).
getSession() - Method in class org.tentackle.dbms.StatementWrapper
Gets the currently attached session.
getSession() - Method in class org.tentackle.domain.AbstractDomainObject
 
getSession() - Method in class org.tentackle.domain.AbstractDomainOperation
 
getSession() - Method in class org.tentackle.pdo.DefaultDomainContext
Gets the session.
The thread-local session is returned if the session is null.
getSession() - Method in exception class org.tentackle.pdo.DomainException
Gets the session.
getSession() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
getSession() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
getSession() - Method in class org.tentackle.persist.ResultSetCursor
Gets the session.
getSession() - Method in class org.tentackle.session.AbstractSessionTask
Gets the db the runnable must use.
getSession() - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
getSession() - Method in class org.tentackle.session.ModificationEvent
Gets the session.
getSession() - Method in exception class org.tentackle.session.PersistenceException
Gets the session.
getSession() - Static method in interface org.tentackle.session.Session
Gets the thread-local session.
getSession() - Method in interface org.tentackle.session.SessionHolder
Gets the session.
The thread-local session is returned if the session is null.
getSession() - Method in interface org.tentackle.session.SessionProvider
Gets the session.
getSession() - Method in interface org.tentackle.session.SessionTaskDispatcher
Gets the session.
getSession() - Method in class org.tentackle.session.SessionTaskDispatcherLock
Gets the session associated to this lock.
getSession() - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
getSession(T) - Method in class org.tentackle.web.app.WebApplication
Gets a persistence session from the session pool by a web session key.
getSessionGroup() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the session group.
getSessionGroupId() - Method in class org.tentackle.dbms.Db
 
getSessionGroupId() - Method in class org.tentackle.dbms.DbPool
 
getSessionGroupId() - Method in interface org.tentackle.session.Session
Gets the session's group ID.
The session group is unique for sessions with the same URL.
getSessionGroupId() - Method in interface org.tentackle.session.SessionPool
Gets the session group id.
getSessionHolder() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the session holder.
getSessionHolder() - Method in class org.tentackle.dbms.AbstractDbOperation
Gets the session holder.
getSessionId() - Method in class org.tentackle.dbms.Db
Gets the session id.
getSessionId() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
getSessionId() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
getSessionId() - Method in interface org.tentackle.session.Session
Gets the session ID.
Session IDs are unique for sessions with the same URL.
For remote sessions, the ID is the same as the one used in remote server.
getSessionIdOffset() - Method in interface org.tentackle.dbms.ConnectionManager
Gets the minimum session id.
getSessionIdOffset() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
getSessionIndex() - Method in class org.tentackle.dbms.DefaultConnectionManager
Gets the index for a new session.
getSessionInfo() - Method in class org.tentackle.app.AbstractApplication
Gets the session info.
getSessionInfo() - Method in interface org.tentackle.app.Application
Gets the session info.
getSessionInfo() - Method in class org.tentackle.dbms.Db
Gets the current session info.
getSessionInfo() - Method in class org.tentackle.dbms.DbPool
 
getSessionInfo() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the server's session info.
getSessionInfo() - Method in class org.tentackle.fx.rdc.app.LoginFailedHandler
Gets the session info.
getSessionInfo() - Method in class org.tentackle.fx.rdc.login.Login
Gets the session info.
getSessionInfo() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getSessionInfo() - Method in interface org.tentackle.session.Session
Gets the current session info.
getSessionInfo() - Method in interface org.tentackle.session.SessionHolder
Gets the session info associated to the session.
getSessionInfo() - Method in interface org.tentackle.session.SessionPool
Gets the session info.
getSessionInfo() - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
getSessionInfo(T) - Method in class org.tentackle.web.app.WebSessionKeyCache
Gets the session info.
getSessionInstanceNumber() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getSessionInstanceNumber() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
Gets the session instance number to assert session was not changed.
getSessionInstanceNumber() - Method in interface org.tentackle.session.SessionHolder
Gets the unique instance number of the Session.
getSessionInstanceNumber() - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
getSessionKeys(SessionInfo) - Method in class org.tentackle.web.app.WebApplication
Gets the web session keys for a user session info.
getSessionKeys(SessionInfo) - Method in class org.tentackle.web.app.WebSessionKeyCache
Gets the session keys for a user session info.
getSessionName() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the optional session name.
getSessionName() - Method in class org.tentackle.session.DefaultSessionInfo
 
getSessionName() - Method in interface org.tentackle.session.SessionInfo
Gets the optional session name.
getSessionNumber() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the unique session number.
getSessionNumber() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the session number.
getSessionPool() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
getSessionPool() - Method in class org.tentackle.session.SessionPooledExecutor
Gets the session pool.
getSessionPool() - Method in interface org.tentackle.session.SessionPoolProvider
Gets the session pool for local sessions.
getSessionPoolProvider() - Method in class org.tentackle.dbms.DbUtilities
Gets the session pool provider.
getSessionPoolProvider() - Method in class org.tentackle.persist.PersistenceUtilities
 
getSessions() - Method in interface org.tentackle.pdo.AdminExtension
Gets the session data of all sessions currently logged into the middle tier.
getSessions() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
getSessions(DomainContext) - Method in interface org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegate
Gets the session data of all sessions currently logged into the middle tier.
getSessions(DomainContext) - Method in class org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegateImpl
 
getSessionTimeout() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the default session timeout.
The default is 30s.
getSessionTimeoutCheckInterval() - Method in class org.tentackle.dbms.rmi.RmiServer
Gets the timeout check interval in milliseconds.
The default is 1000 (1s).
getSetter() - Method in interface org.tentackle.bind.BindableElement
Gets the setter method.
getSetter() - Method in interface org.tentackle.bind.BindingMember
Gets the setter method.
getSetter() - Method in class org.tentackle.bind.DefaultBindableElement
 
getSetter() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the setter method.
getSetter() - Method in class org.tentackle.pdo.PdoMember
The setter method.
getSetter() - Method in class org.tentackle.reflect.PropertyMapping
Gets the setter.
getSetterMethod() - Method in class org.tentackle.model.MethodArgument
Gets the name of the setter method of the foreign attribute.
getSetterName() - Method in interface org.tentackle.model.Attribute
Gets the setter method name.
getSetterName() - Method in class org.tentackle.model.impl.AttributeImpl
 
getSetterName() - Method in class org.tentackle.model.impl.RelationImpl
 
getSetterName() - Method in interface org.tentackle.model.Relation
Gets the setter method name.
getSetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if method is an attribute setter.
getSeverity() - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.EqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.FailImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.FalseImpl
 
getSeverity() - Method in interface org.tentackle.validate.Validator
Gets the severity set by the annotation's severity()-parameter.
getSeverity() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.LessImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NullImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.PatternImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.SizeImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.TrueImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getShort() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShortcuts() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Gets the list of default shortcuts.
getShortcuts() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of default shortcuts.
getShortcuts() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of shortcut implementations.
getShortDatePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short date pattern.
getShortDatePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short date pattern.
getShortFileName() - Method in class org.tentackle.model.SourceInfo
Gets the filename without leading directories.
getShortLocalDateFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDate.
getShortLocalDateFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDate.
getShortLocalDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDateTime.
getShortLocalDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDateTime.
getShortLocalTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalTime.
getShortLocalTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalTime.
getShortLongText(T) - Method in class org.tentackle.fx.rdc.RdcShortLongTextCellFactory
 
getShortLongText(T) - Method in class org.tentackle.fx.ShortLongTextCellFactory
Returns whether the long text should be shown for the given item.
getShortOffsetDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetDateTime.
getShortOffsetDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetDateTime.
getShortOffsetTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetTime.
getShortOffsetTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetTime.
getShortText() - Method in interface org.tentackle.misc.ShortLongText
Gets the short text.
Usually implemented as Object.toString().
getShortTimePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern.
getShortTimePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern.
getShortTimePatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern with zone offset.
getShortTimePatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern with zone offset.
getShortTimestampPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern.
getShortTimestampPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern.
getShortTimestampPatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with offset.
getShortTimestampPatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with zone offset
getShortTimestampPatternWithTimeZone() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with timezone.
getShortTimestampPatternWithTimeZone(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with timezone.
getShortZonedDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short ZonedDateTime.
getShortZonedDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short ZonedDateTime.
getShutdownIdleTimeout() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getShutdownIdleTimeout() - Method in interface org.tentackle.task.TaskDispatcher
Gets the shutdown idle timeout.
getSince() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the epochal termination time.
getSince() - Static method in class org.tentackle.dbms.StatementStatistics
Gets the time when counting started.
getSince() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the epochal time since when logged in.
getSince() - Method in class org.tentackle.session.DefaultSessionInfo
 
getSince() - Method in interface org.tentackle.session.SessionInfo
Gets the epochal time since when logged in.
getSingleLineComment() - Method in interface org.tentackle.sql.Backend
Gets the string to begin a single line comment in generated code.
getSingleLineComment() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getSingleLineComments() - Method in interface org.tentackle.sql.Backend
Gets all strings that begin a single line comment.
getSingleLineComments() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getSingular() - Method in class org.tentackle.domain.AbstractDomainObject
 
getSingular() - Method in interface org.tentackle.pdo.DomainObject
Gets the human-readable name for one (1) object of this class.
getSingular(Class<?>) - Method in class org.tentackle.pdo.PdoUtilities
Gets the singular of given class.
getSize() - Method in class org.tentackle.dbms.DbPool
 
getSize() - Method in class org.tentackle.dbms.MultiUserDbPool
 
getSize() - Method in interface org.tentackle.model.Attribute
Gets the column width.
getSize() - Method in class org.tentackle.model.impl.AttributeImpl
 
getSize() - Method in class org.tentackle.model.ModelDefaults
Gets the [size] default.
getSize() - Method in class org.tentackle.model.parse.AttributeLine
Gets the size.
getSize() - Method in class org.tentackle.pdo.PdoCache
Get the number of objects stored in cache.
getSize() - Method in interface org.tentackle.session.MultiUserSessionPool
Gets the current number of session instances.
getSize() - Method in interface org.tentackle.session.SessionPool
Gets the current number of session instances.
getSize() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the column's size.
getSize() - Method in class org.tentackle.update.CallbackReadableByteChannel
Gets the number of bytes read so far.
getSize() - Method in class org.tentackle.update.UpdateInfo
Gets the size of the ZIP file.
getSize(Backend, int, Integer) - Method in interface org.tentackle.sql.DataType
Gets the column size.
Sizes may be differently aligned according to the backend.
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.UUIDType
 
getSize(Backend, int, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getSkinnable() - Method in class org.tentackle.fx.component.skin.AutoCompletionPopupSkin
 
getSkinnable() - Method in class org.tentackle.fx.component.skin.NoteSkin
 
getSkipBlockIndex() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the index to the current skip block.
getSkipBlocks() - Method in class org.tentackle.dbms.ResultSetWrapper
Returns the currently configured skip blocks.
getSkippedColumns() - Method in class org.tentackle.dbms.ResultSetSkipBlock
Gets the number of columns skipped in the result set.
getSleepInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getSleepInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the sleep interval.
getSlotNumber() - Method in class org.tentackle.dbms.PooledDb
Gets the slot number.
getSnapshots() - Method in interface org.tentackle.misc.Snapshotable
Gets all snapshots.
The list contains the snapshots in the order they were taken, i.e. first snapshot comes first.
getSnapshots() - Method in class org.tentackle.misc.TrackedArrayList
Gets all snapshots.
getSnapshots() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getSocketConfigurator() - Method in class org.tentackle.io.ClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
getSocketConfigurator() - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Gets the socket configurator.
getSocketConfigurator() - Method in class org.tentackle.io.ServerSocketFactory
 
getSocketConfigurator() - Method in interface org.tentackle.io.SocketConfiguratorHolder
Gets the socket configurator.
getSocketConfigurator() - Method in class org.tentackle.io.SslClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.SslServerSocketFactory
 
getSoLinger() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_LINGER.
getSortableColumns() - Method in interface org.tentackle.sql.DataType
Gets the indexes to the sortable columns.
The number and order of the indexes is reflected in the generated order-by SQL clause.
getSortableColumns() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getSortableColumns() - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getSortableColumns() - Method in class org.tentackle.sql.datatypes.InstantType
 
getSortableColumns() - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getSortableColumns() - Method in class org.tentackle.sql.datatypes.UUIDType
 
getSortableColumns() - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getSortedObjects() - Method in class org.tentackle.fx.NavigationLetterStringConverter
Gets the objects sorted by navigation letters + name.
getSorting() - Method in interface org.tentackle.model.Entity
Gets the default sorting for this entity.
getSorting() - Method in interface org.tentackle.model.EntityOptions
Gets the default sorting options.
getSorting() - Method in class org.tentackle.model.impl.EntityImpl
 
getSorting() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
getSortings() - Method in class org.tentackle.model.parse.GlobalOptionLine
Gets the sorting strings.
getSoTimeout() - Method in class org.tentackle.io.SocketConfiguratorBase
Gets SO_TIMEOUT.
getSource() - Method in class org.tentackle.bind.BindingEvent
 
getSource() - Method in class org.tentackle.bind.ValidationEvent
 
getSourceInfo() - Method in class org.tentackle.model.impl.AttributeImpl
 
getSourceInfo() - Method in class org.tentackle.model.impl.CommonOptionsImpl
Gets the source info.
getSourceInfo() - Method in class org.tentackle.model.impl.EntityImpl
 
getSourceInfo() - Method in class org.tentackle.model.impl.IndexImpl
 
getSourceInfo() - Method in class org.tentackle.model.impl.RelationImpl
 
getSourceInfo() - Method in interface org.tentackle.model.ModelElement
Gets the information about the source where this element is defined.
getSourceInfo() - Method in class org.tentackle.model.parse.Document
Gets the source info.
getSourceInfo() - Method in class org.tentackle.model.parse.Line
Gets the source info for this line.
getSourceLine() - Method in class org.tentackle.model.impl.AttributeImpl
Gets the source line.
getSourceLine() - Method in class org.tentackle.model.impl.IndexImpl
Gets the source line.
getSourceLine() - Method in class org.tentackle.model.impl.RelationImpl
Gets the source line.
getSql() - Method in class org.tentackle.dbms.StatementHistory
Gets the sql string.
getSql() - Method in class org.tentackle.dbms.StatementKey
Gets the SQL string.
getSql() - Method in class org.tentackle.dbms.StatementStatistics
Gets the SQL string.
getSql() - Method in class org.tentackle.dbms.StatementWrapper
Gets the sql string.
getSql() - Method in class org.tentackle.model.migrate.ColumnMigration
The sql code to migrate this column.
getSql() - Method in enum class org.tentackle.sql.metadata.ForeignKeyAction
Gets the SQL code.
getSqlClassIdCondition() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the SQL string used in WHERE-clauses for single table inheritance entities.
getSqlClassIdCondition(List<Integer>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the SQL string used in WHERE-clauses for single table inheritance entities.
getSqlContextCondition() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the SQL code for the context condition.
getSqlType(Backend, int) - Method in interface org.tentackle.sql.DataType
Gets the SQL type.
For predefined types, the type must be the same for all backends and the backend argument may be null.
Application specific types, however, can use different sql types for different backends and for those types the backend argument is always valid.
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.BigDecimalType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.BinaryType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.BooleanType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.ByteType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.CharacterType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.DateType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.DoubleType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.FloatType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.InstantType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.IntegerType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.LargeStringType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.LocalDateType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.LongType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.ShortType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.StringType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.TimestampType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.TimeType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.UUIDType
 
getSqlType(Backend, int) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
getSslPort() - Method in class org.tentackle.dbms.rmi.RmiServer
Get the fixed port for ssl communication
getSslSocketFactory() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
Gets the ssl client socket factory (without compression).
getStackTraceAsString(Throwable) - Static method in class org.tentackle.common.ExceptionHelper
Returns the stacktrace of a given exception as a string.
getStage() - Method in class org.tentackle.fx.AbstractFxController
 
getStage() - Method in interface org.tentackle.fx.FxController
Gets the stage of which the controller's view is the root of the scene.
getStage(Node) - Static method in class org.tentackle.fx.Fx
Gets the stage for a node.
getStage(Node) - Method in class org.tentackle.fx.FxUtilities
Gets the stage for a node.
getStarted() - Method in class org.tentackle.task.AbstractTask
 
getStarted() - Method in interface org.tentackle.task.Task
Gets the started timestamp in milliseconds.
getStartedDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets an already started daemon thread.
getStartedDaemons() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets all started daemons.
getStatement() - Method in class org.tentackle.dbms.DbBatchStatement
Gets the statement.
getStatement() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the wrapped prepared statement.
getStatement() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the statement.
getStatement() - Method in class org.tentackle.dbms.StatementWrapper
Gets the wrapped statement.
getStatementHistory() - Method in class org.tentackle.dbms.ManagedConnection
Gets the statement history.
getStatementId() - Method in class org.tentackle.dbms.StatementKey
Gets the statement id.
getStatementKey() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Gets the statement key.
getStatementSeparator() - Method in interface org.tentackle.sql.Backend
The SQL statement separator used in generated code.
getStatementSeparator() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getStatementSeparators() - Method in interface org.tentackle.sql.Backend
The all SQL statement separators.
getStatementSeparators() - Method in class org.tentackle.sql.backends.AbstractBackend
 
getStaticClassName() - Method in class org.tentackle.misc.CompoundValue
Gets the static classname.
getStaticValueByPath(Class<?>, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the static value of an attribute along a member path starting at a class.
getStatistics() - Method in class org.tentackle.dbms.StatementStatistics
Gets the collected statistics result.
getStatistics(boolean) - Static method in class org.tentackle.dbms.StatementStatistics
Gets the current statistics.
getStereotypes() - Method in interface org.tentackle.model.CommonOptions
Gets the list of custom stereotypes.
getStereotypes() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
getStereotypes() - Method in class org.tentackle.model.impl.RelationImpl
 
getStereotypes() - Method in class org.tentackle.model.parse.GlobalOptionLine
Gets the stereotypes.
getStereotypes() - Method in interface org.tentackle.model.Relation
Gets the list of custom stereotypes.
getStrategy() - Method in class org.tentackle.pdo.PdoCache
 
getString() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the configured column in the current row of this ResultSet object as a String in the Java programming language.
getString() - Method in class org.tentackle.misc.SubString
Gets the original string.
getString(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the configured column in the current row of this ResultSet object as a String in the Java programming language.
getString(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Static method in class org.tentackle.common.CommonCommonBundle
Gets a string for the given key.
getString(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Static method in class org.tentackle.fx.FxFxBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.fx.rdc.app.AppFxRdcBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.fx.rdc.RdcFxRdcBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.fx.rdc.update.UpdateFxRdcBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.pdo.PdoPdoBundle
Gets a string for the given key.
getString(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets the value for a key.
getString(String) - Static method in class org.tentackle.security.pdo.ValidationBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.session.SessionBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets a string for the given key.
getString(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String, String) - Method in class org.tentackle.prefs.CompositePreferences
Gets the value for a key.
getString(Locale, String) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets a string for the given key.
getString(Locale, String) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets a string for the given key.
getSubEntities() - Method in interface org.tentackle.model.Entity
Gets the direct sub entities.
getSubEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getSubEntityAttributes() - Method in interface org.tentackle.model.Entity
Gets the attributes from the sub entities.
getSubEntityAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getSubEntityIndexes() - Method in interface org.tentackle.model.Entity
Gets indexes from sub entities.
getSubEntityIndexes() - Method in class org.tentackle.model.impl.EntityImpl
 
getSubEntityReferencingRelations() - Method in interface org.tentackle.model.Entity
Gets the relations from other entities referencing any sub-entity.
getSubEntityReferencingRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getSubEntityRelations() - Method in interface org.tentackle.model.Entity
Gets the relations from the sub entities.
getSubEntityRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getSuggestionGenerator() - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Gets the suggestions generator.
getSuggestions() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the list of suggestions.
getSummable() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getSummable() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Returns whether the column is summable.
getSuperEntities() - Method in interface org.tentackle.model.Entity
Gets all super entities.
getSuperEntities() - Method in class org.tentackle.model.impl.EntityImpl
 
getSuperEntity() - Method in interface org.tentackle.model.Entity
Gets the super class entity if inherited.
getSuperEntity() - Method in class org.tentackle.model.impl.EntityImpl
 
getSuperEntityName() - Method in interface org.tentackle.model.Entity
Gets the name of the super class entity.
getSuperEntityName() - Method in class org.tentackle.model.impl.EntityImpl
 
getSupportedAnnotationTypes() - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.InterceptionAnnotationProcessor
 
getSystemPrefs() - Method in class org.tentackle.prefs.CompositePreferences
Gets the system preferences.
getSystemRoot() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
getSystemRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
getSystemRoot() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the system root preference node.
Multiple calls on this method will return the same object reference.
getTable() - Method in class org.tentackle.fx.rdc.table.TablePopup
Gets the table.
getTable() - Method in class org.tentackle.model.migrate.TableMigrator
Gets the database's table meta data.
getTableAlias() - Method in interface org.tentackle.model.Entity
Gets the table alias for joined selects.
The alias is unique among all tables.
getTableAlias() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableAlias() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the table alias.
getTableAlias() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Gets the table alias.
getTableAttributes() - Method in interface org.tentackle.model.Entity
Gets the attributes of the table mapped by this entity.
getTableAttributes() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableCell() - Method in class org.tentackle.fx.component.FxCheckBox
 
getTableCell() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getTableCell() - Method in class org.tentackle.fx.component.FxColorPicker
 
getTableCell() - Method in class org.tentackle.fx.component.FxComboBox
 
getTableCell() - Method in class org.tentackle.fx.component.FxDatePicker
 
getTableCell() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getTableCell() - Method in class org.tentackle.fx.component.FxListView
 
getTableCell() - Method in class org.tentackle.fx.component.FxPasswordField
 
getTableCell() - Method in class org.tentackle.fx.component.FxRadioButton
 
getTableCell() - Method in class org.tentackle.fx.component.FxTableView
 
getTableCell() - Method in class org.tentackle.fx.component.FxTextArea
 
getTableCell() - Method in class org.tentackle.fx.component.FxTextField
 
getTableCell() - Method in class org.tentackle.fx.component.FxToggleButton
 
getTableCell() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getTableCell() - Method in class org.tentackle.fx.component.FxTreeView
 
getTableCell() - Method in interface org.tentackle.fx.FxComponent
Gets the table cell if the component is used as a table cell editor.
getTableCell() - Method in class org.tentackle.fx.FxComponentDelegate
 
getTableCellFactory() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
Gets the cell factory.
getTableCellType(Class<T>) - Method in class org.tentackle.fx.table.DefaultTableCellTypeFactory
 
getTableCellType(Class<T>) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
getTableCellType(Class<T>) - Method in interface org.tentackle.fx.table.TableCellTypeFactory
Gets the table cell type implementation for item class.
getTableCellType(Class<T>) - Method in interface org.tentackle.fx.table.TableConfiguration
Gets the cell type according to the item type.
getTableColumn() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getTableColumn() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets or creates the table column.
Used if configuration applies to a TableView.
getTableConfiguration() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
getTableConfiguration() - Method in interface org.tentackle.fx.bind.FxTableBinder
Gets the table configuration.
getTableConfiguration() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getTableConfiguration() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the table configuration.
getTableConfiguration() - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
Gets the table configuration.
getTableConfiguration() - Method in class org.tentackle.fx.translate.TreeItemTranslator
Gets the table configuration.
getTableConfigurationProvider() - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
getTableConfigurationProvider() - Method in class org.tentackle.fx.translate.TreeItemTranslator
getTableHeaders(DatabaseMetaData) - Method in interface org.tentackle.sql.Backend
Gets all table headers for a given metadata.
getTableHeaders(DatabaseMetaData) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getTableInDatabase(String) - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the header infos for given tablename.
May return more than one entry if the same tablename is used in more than one schema.
getTableIndexes() - Method in interface org.tentackle.model.Entity
Gets the indexes of the table mapped by this entity.
getTableIndexes() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableMetaData() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the table metadata.
getTableMetaData() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the table this foreign key belongs to.
getTableMetaData() - Method in class org.tentackle.sql.metadata.IndexMetaData
Gets the table.
getTableMetaData(ModelMetaData, String) - Method in interface org.tentackle.sql.Backend
Gets the table metadata for a given table name.
getTableMetaData(ModelMetaData, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
getTableName() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the database table name for the class of this object.
getTableName() - Method in interface org.tentackle.model.Entity
Gets the database table name.
An optional schema may be prepended separated by a dot.
getTableName() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableName() - Method in interface org.tentackle.pdo.PersistentObject
Gets the database table name for the class of this object.
getTableName() - Method in class org.tentackle.persist.AbstractPersistentObject
 
getTableName() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Returns the tablename for this classvariable.
getTableName() - Method in class org.tentackle.sql.metadata.TableMetaData
Gets the database table name.
Always in lowercase.
getTableName(Class<T>) - Static method in class org.tentackle.pdo.Pdo
Gets the tablename of given class.
getTableName(Class<T>) - Method in class org.tentackle.pdo.PdoUtilities
Gets the table name of given class.
getTableName(String) - Method in class org.tentackle.session.SessionUtilities
Gets the table name of a pdo class.
getTableNames(Class<?>...) - Method in class org.tentackle.pdo.PdoUtilities
Gets the table name of given classes.
getTableNameWithoutSchema() - Method in interface org.tentackle.model.Entity
Gets the tablename without the leading schema.
getTableNameWithoutSchema() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableProvidingEntity() - Method in interface org.tentackle.model.Entity
Gets the entity that provides the database table.
getTableProvidingEntity() - Method in class org.tentackle.model.impl.EntityImpl
 
getTableRelations() - Method in interface org.tentackle.model.Entity
Gets the relations of the table mapped by this entity.
Will also contain the relations from embedded entities.
getTableRelations() - Method in class org.tentackle.model.impl.EntityImpl
 
getTables() - Method in class org.tentackle.sql.metadata.ModelMetaData
Gets the tables of this model.
getTableSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the table serial.
getTableSerial() - Method in interface org.tentackle.pdo.PersistentObject
Gets the table serial.
getTableView() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets access to the table view.
If the tree is shown, it will be switched to the table view.
getTask(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getTask(long) - Method in interface org.tentackle.task.TaskDispatcher
Gets the task by its id.
getTaskDispatcher() - Method in class org.tentackle.session.SessionTaskDispatcherLock
 
getTaskDispatcher() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
getTaskDispatcher() - Method in interface org.tentackle.task.TaskDispatcherLock
Gets the locked dispatcher.
getTcpNoDelay() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets TCP_NODELAY.
getTemplate() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
Gets the template.
getTemporalQuery() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the formatter query.
getTerminationCause() - Method in interface org.tentackle.daemon.Supervisable
Gets the termination cause.
Could be a stacktrace or whatever or null.
getTerminationCause() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getTerminationInfo(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest termination info.
getText() - Method in class org.tentackle.fx.component.Note
Gets the text shown.
getText() - Method in class org.tentackle.fx.DefaultInteractiveError
 
getText() - Method in interface org.tentackle.fx.InteractiveError
Gets the error message.
getText() - Method in class org.tentackle.misc.CompoundValue
Gets the source text.
getText() - Method in class org.tentackle.model.parse.Document
Gets the document text.
getText() - Method in class org.tentackle.model.parse.Line
Gets the line's text.
getText() - Method in enum class org.tentackle.pdo.PdoMember.Type
Gets the member type as a lowercase string.
getTextAlignment() - Method in class org.tentackle.fx.component.FxComboBox
 
getTextAlignment() - Method in class org.tentackle.fx.component.FxDatePicker
 
getTextAlignment() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getTextAlignment() - Method in class org.tentackle.fx.component.FxPasswordField
 
getTextAlignment() - Method in class org.tentackle.fx.component.FxTextArea
 
getTextAlignment() - Method in class org.tentackle.fx.component.FxTextField
 
getTextAlignment() - Method in interface org.tentackle.fx.FxTextComponent
Gets the text alignment.
getTextAlignment() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getTextComponent() - Method in class org.tentackle.fx.FxTextComponentDelegate
Gets the text component.
getTextConverter() - Method in class org.tentackle.fx.component.FxComboBox
 
getTextConverter() - Method in class org.tentackle.fx.component.FxDatePicker
 
getTextConverter() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getTextConverter() - Method in class org.tentackle.fx.component.FxPasswordField
 
getTextConverter() - Method in class org.tentackle.fx.component.FxTextArea
 
getTextConverter() - Method in class org.tentackle.fx.component.FxTextField
 
getTextConverter() - Method in interface org.tentackle.fx.FxTextComponent
Gets the text converter.
getTextConverter() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getThreadGroup() - Method in class org.tentackle.session.SessionPooledExecutor
Gets the thread group for the thread pool.
getThreadLocalSessionContext() - Method in class org.tentackle.pdo.DefaultDomainContext
 
getThreadLocalSessionContext() - Method in interface org.tentackle.pdo.DomainContext
Gets a clone of this context with a thread-local session.
getThreadPoolSize() - Method in class org.tentackle.session.SessionPooledExecutor
Gets the size of the thread pool.
The default implementation returns the maximum size of the session pool.
If the session pool is unlimited, the thread pool will be unlimited too.
Override this method, if sizes differ.
Caution: using an unlimited or larger thread pool with a limited or smaller session pool will cause an exception when all sessions are in use!
getTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTime(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTime(int, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTime(String, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTime(Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
getTimeDelay() - Method in interface org.tentackle.session.ModificationListener
Gets the optional delay to fire the event.
Allows to collect events for multiple names within an interval.
If both timeFrame and timeDelay are given, the delay is treated as an offset to the frame.
getTimeDelay() - Method in class org.tentackle.session.ModificationListenerAdapter
 
getTimeFrame() - Method in interface org.tentackle.session.ModificationListener
Gets the optional execution time frame in milliseconds.
If given, the listener will be executed at a random time within the time frame.
getTimeFrame() - Method in class org.tentackle.session.ModificationListenerAdapter
 
getTimeKeeper() - Method in class org.tentackle.dbms.DbTransaction
Gets the timekeeper for measurement of the duration.
getTimeout() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the session timeout.
getTimeoutCount() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the current timeout counter.
getTimePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern.
getTimePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern.
getTimePatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern with zone offset.
getTimePatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern with zone offset.
getTimestamp() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(int, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(int, Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(String, Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(String, Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(Calendar) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestamp(Calendar, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp in the Java programming language.
getTimestampPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern.
getTimestampPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern.
getTimestampPatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with zone offset.
getTimestampPatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with zone offset.
getTimestampPatternWithTimeZone() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with timezone.
getTimestampPatternWithTimeZone(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with timezone
getTimeZone() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the timezone.
getTimeZone() - Method in class org.tentackle.session.DefaultSessionInfo
 
getTimeZone() - Method in interface org.tentackle.session.SessionInfo
Gets the timezone.
getTitle() - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
getTitle() - Method in interface org.tentackle.fx.NotificationBuilder
Returns the title of the notification.
It depends on the implementation whether the title is already part of the node or of a window title or not visible at all.
getTitle() - Method in class org.tentackle.fx.rdc.table.TablePopup
Gets the printed title.
getTokenLockInfo() - Method in exception class org.tentackle.pdo.LockException
Gets the token lock information about the locker.
getTokenLockTimeout() - Method in interface org.tentackle.pdo.PersistentObject
Gets the expiration in milliseconds of the token lock.
Returns a value greater 0 if PersistentObject.isTokenLockProvided(), else 0.
getTokenLockTimeout() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the expiration in milliseconds of a token lock.
If isTokenLockProvided, the default is 1 hour, else 0.
getToModelListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getToModelListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getToModelListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all to-model binding listeners.
getToModelListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all to-model binding listeners.
getToolTipText(P) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getToolTipText(P) - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the tooltip text with respect to the parent object this object is displayed in a tree.
getTopSuperClassVariables() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Returns the topmost classvariables.
Useful for multi-inheritance.
getTopSuperEntity() - Method in interface org.tentackle.model.Entity
Gets the top most entity of the inheritance tree.
Returns this entity if there is no inheritance.
getTopSuperEntity() - Method in class org.tentackle.model.impl.EntityImpl
 
getTopSuperTableAlias() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the alias for the topmost super class.
getTopSuperTableName() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the tablename for the topmost super class.
getTotalDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the total duration.
getTotalRows() - Method in class org.tentackle.dbms.StatementStatisticsResult
Gets the total number of returned rows.
getTotalsItems() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets the totals if shown.
getTotalsTableView(FxTableView<T>) - Static method in class org.tentackle.fx.table.TotalsTableView
Retrieves the TotalsTableView for a table.
getTotalStatements() - Method in class org.tentackle.dbms.TransactionStatisticsResult
Gets the total number of statements.
getToViewListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getToViewListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getToViewListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all to-view binding listeners.
getToViewListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all to-view binding listeners.
getTrackedName() - Method in class org.tentackle.dbms.DbModification
Gets the attribute trackedName.
getTrackType() - Method in interface org.tentackle.model.EntityOptions
Gets the tracking type.
getTrackType() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
getTrackType() - Method in class org.tentackle.model.ModelDefaults
Gets the trac type default.
getTrafficClass() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets IP_TOS.
getTransaction() - Method in class org.tentackle.dbms.DbBatch
Gets the transaction this batch belongs to.
getTransactionIsolation() - Method in class org.tentackle.dbms.ManagedConnection
Gets the current transaction isolation level.
getTransactionRetryPolicy(String) - Method in class org.tentackle.pdo.PdoUtilities
Gets the transaction retry policy.
getTransientData() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the optional transient data object.
When objects need to be reloaded from storage, all non-persistent data attached to the object would be lost.
getTranslation(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
Gets the translated string.
getTranslation(String) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
getTranslations() - Method in class org.tentackle.common.I18NText
Gets the mapping between locales and translations.
getTreeCellFactory() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeCellFactory() - Method in interface org.tentackle.fx.rdc.GuiProvider
Creates a tree cell factory for a tree-view.
getTreeChildObjects(P) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeChildObjects(P) - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the children with respect to the parent object this object is displayed in the current tree.
getTreeExpandMaxDepth() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeExpandMaxDepth() - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the maximum level of expansion allowed in a navigable object tree.
The default is 0, i.e. no limit.
getTreeItems() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets all tree items.
getTreeItems() - Method in class org.tentackle.fx.component.FxTreeView
Gets all tree items.
getTreeParentObjects(P) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeParentObjects(P) - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the parents with respect to the parent object this object is displayed in the current tree.
getTreeRoot() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeRoot() - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the object to be displayed in trees in place of this object.
getTreeTable() - Method in class org.tentackle.fx.rdc.table.TablePopup
Gets the tree table.
getTreeTableCell() - Method in class org.tentackle.fx.component.FxCheckBox
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxColorPicker
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxComboBox
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxDatePicker
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxListView
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxPasswordField
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxRadioButton
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxTableView
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxTextArea
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxTextField
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxToggleButton
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getTreeTableCell() - Method in class org.tentackle.fx.component.FxTreeView
 
getTreeTableCell() - Method in interface org.tentackle.fx.FxComponent
Gets the treetable cell if the component is used as a treetable cell editor.
getTreeTableCell() - Method in class org.tentackle.fx.FxComponentDelegate
 
getTreeTableColumn() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getTreeTableColumn() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets or creates the tree table column.
Used if configuration applies to a TreeTableView.
getTreeText(P) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
getTreeText(P) - Method in interface org.tentackle.fx.rdc.GuiProvider
Gets the tree text with respect to the parent object this object is displayed in a tree.
getTreeView() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Gets access to the tree view.
If the table is shown, it will be switched to the tree view.
getTruncate() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the truncate function.
getTxId() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute txId.
getTxIdleInterval() - Method in class org.tentackle.dbms.DbTransactionFactory
Gets the check interval for idle or unreferenced transactions in ms.
getTxIdleTimeout() - Method in class org.tentackle.dbms.DbTransactionFactory
Gets the number of check intervals that must elapse to for an idle transaction to time out.
getTxLevel() - Method in class org.tentackle.dbms.Db
Gets the transaction nesting level.
getTxLevel() - Method in class org.tentackle.dbms.DbTransaction
Gets the nesting level.
getTxName() - Method in class org.tentackle.dbms.Db
Gets the optional transaction name.
getTxName() - Method in class org.tentackle.dbms.DbTransaction
Gets the transaction name.
getTxName() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute txName.
getTxName() - Method in class org.tentackle.dbms.StatementHistory
Gets the transaction name.
getTxName() - Method in class org.tentackle.dbms.StatementStatistics
Gets the transaction name.
getTxName() - Method in interface org.tentackle.session.Session
Gets the transaction name if a tx is currently running.
getTxNumber() - Method in class org.tentackle.dbms.Db
Transactions get a unique transaction number by counting the transactions per Db instance.
getTxNumber() - Method in class org.tentackle.dbms.DbTransaction
Gets the transaction number.
getTxVoucher() - Method in class org.tentackle.dbms.DbTransaction
Gets the transaction voucher.
getType() - Method in interface org.tentackle.bind.BindableElement
Gets the type of the member.
getType() - Method in class org.tentackle.bind.BindingEvent
Gets the event type
getType() - Method in interface org.tentackle.bind.BindingMember
Gets the type of the field.
getType() - Method in class org.tentackle.bind.DefaultBindableElement
 
getType() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the type of the field.
getType() - Method in class org.tentackle.fx.component.FxCheckBox
 
getType() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getType() - Method in class org.tentackle.fx.component.FxColorPicker
 
getType() - Method in class org.tentackle.fx.component.FxComboBox
 
getType() - Method in class org.tentackle.fx.component.FxDatePicker
 
getType() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getType() - Method in class org.tentackle.fx.component.FxListView
 
getType() - Method in class org.tentackle.fx.component.FxPasswordField
 
getType() - Method in class org.tentackle.fx.component.FxRadioButton
 
getType() - Method in class org.tentackle.fx.component.FxTableView
 
getType() - Method in class org.tentackle.fx.component.FxTextArea
 
getType() - Method in class org.tentackle.fx.component.FxTextField
 
getType() - Method in class org.tentackle.fx.component.FxToggleButton
 
getType() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getType() - Method in class org.tentackle.fx.component.FxTreeView
 
getType() - Method in class org.tentackle.fx.component.Note
Gets the note type.
getType() - Method in interface org.tentackle.fx.FxComponent
Gets the type this component returns via FxComponent.getViewValue().
getType() - Method in class org.tentackle.fx.FxComponentDelegate
 
getType() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getType() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Determines the class for a given column.
getType() - Method in class org.tentackle.misc.CompoundValue
Gets the value type.
getType() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the temporal class.
getType() - Method in class org.tentackle.pdo.PdoMember
Gets the member type.
getType() - Method in class org.tentackle.persist.Join
Gets the join type.
getType() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the column's type.
getType() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
The table's name.
getType() - Method in class org.tentackle.validate.DefaultValidationContext
 
getType() - Method in interface org.tentackle.validate.ValidationContext
Gets the type of the object.
getTypeName() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Gets the backend-specific type columnName.
getUnboundColumns() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
getUnboundColumns() - Method in interface org.tentackle.fx.bind.FxTableBinder
Gets the list of all unbound column names.
getUnboundComponents() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
getUnboundComponents() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Gets the list of all unbound components of this form.
getUncaughtExceptionHandler() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Gets the exception handler.
getUniqueDomainKey() - Method in class org.tentackle.domain.AbstractDomainObject
 
getUniqueDomainKey() - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
getUniqueDomainKey() - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
 
getUniqueDomainKey() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
getUniqueDomainKey() - Method in interface org.tentackle.model.Entity
Gets the attributes describing the unique domain key.
getUniqueDomainKey() - Method in class org.tentackle.model.impl.EntityImpl
 
getUniqueDomainKey() - Method in interface org.tentackle.pdo.DomainObject
Gets the unique key of this object.
The unique key is the domain-key, not the technical object id.
getUniqueDomainKeyImpl(List<Attribute>, Entity) - Method in class org.tentackle.model.impl.EntityImpl
Adds the unique domain keys recursively for given entity to the list.
getUniqueDomainKeyType() - Method in class org.tentackle.domain.AbstractDomainObject
 
getUniqueDomainKeyType() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
getUniqueDomainKeyType() - Method in interface org.tentackle.pdo.DomainObject
Gets the type of the unique domain key.
getUnusedCount() - Method in class org.tentackle.dbms.DbPool
Gets the number of unused sessions.
getUnusedSessionIndex(int) - Method in class org.tentackle.dbms.DbPool
Transforms an index of the unused sessions to a session index.
getUnusedSince() - Method in class org.tentackle.dbms.PooledDb
Gets the last return time.
getUpdatedRunnable() - Method in class org.tentackle.fx.rdc.login.Backends
Gets the runnable invoked when backends were updated.
getUpdateExecutor() - Method in class org.tentackle.update.UpdateInfo
Gets the name of the file to perform the update.
getUpdateInfo(ClientInfo) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
 
getUpdateInfo(ClientInfo) - Method in interface org.tentackle.update.UpdateService
Gets the info how to download and install the update.
getUpdateRule() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Gets the update-rule.
getUpdateService(String, RMIClientSocketFactory) - Method in class org.tentackle.update.ClientUpdateUtilities
Gets the remote update service object.
getUpdateURL() - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Gets the update base URL.
getUplink() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute uplink.
getUplink() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getUplinkPersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of uplink.
getUplinkPersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
getUrl() - Method in class org.tentackle.dbms.Db
 
getUrl() - Method in class org.tentackle.session.BackendConfiguration
Gets the host- or service url.
getUrl() - Method in class org.tentackle.session.DriverConfiguration
Gets the url to load the driver.
getUrl() - Method in interface org.tentackle.session.Session
Gets the connection url.
getUrl() - Method in class org.tentackle.sql.BackendInfo
Gets the connection url.
getUrl() - Method in class org.tentackle.update.UpdateInfo
Gets the URL to download the update.
getURL() - Method in interface org.tentackle.model.EntityInfo
Gets the URL of the model source.
getURL() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
getUrlPath() - Method in class org.tentackle.common.ModuleInfo
Gets the URL path of the hook's module.
getURLs() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
getURLs() - Method in interface org.tentackle.model.ModelDirectory
Gets the model file URLs.
getUsedSince() - Method in class org.tentackle.dbms.PooledDb
Gets the time lent.
getUser() - Method in class org.tentackle.dbms.prefs.DbPreferences
Gets the username.
getUser() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets the attribute user.
getUser() - Method in class org.tentackle.session.BackendConfiguration
Gets the optional username.
getUser() - Method in class org.tentackle.sql.BackendInfo
Gets the username to connect.
getUser(DomainContext) - Method in class org.tentackle.pdo.PdoUtilities
Gets the identifiable corresponding to the current user related to the session of a domain context.
getUser(DomainContext, long) - Method in interface org.tentackle.app.Application
Gets the identifiable corresponding to the ID of a user.
getUser(DomainContext, long) - Method in class org.tentackle.pdo.PdoUtilities
Gets the identifiable corresponding to the ID of a user.
getUserClassId() - Method in class org.tentackle.session.DefaultSessionInfo
 
getUserClassId() - Method in interface org.tentackle.session.SessionInfo
Gets the class id of the current user.
getUserId() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute userId.
getUserId() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the user id.
getUserId() - Method in class org.tentackle.session.DefaultSessionInfo
 
getUserId() - Method in interface org.tentackle.session.SessionInfo
Gets the user id.
getUserName() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Gets the current username.
getUserName() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the username.
getUserName() - Method in class org.tentackle.session.DefaultSessionInfo
 
getUserName() - Method in interface org.tentackle.session.SessionInfo
Gets the username.
getUserPrefs() - Method in class org.tentackle.prefs.CompositePreferences
Gets the user preferences.
getUserRoot() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
getUserRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
getUserRoot() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the user root preference node corresponding to the calling user.
getUsingClass() - Method in class org.tentackle.dbms.StatementKey
Gets the using class.
getUsingThreadStr() - Method in class org.tentackle.dbms.PooledDb
Gets the lending thread string.
Avoids the references to the thread.
getValidatedElementName() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getValidatedElementName() - Method in interface org.tentackle.validate.Validator
Gets the name of the validated element.
getValidationBundleClassLoader() - Method in class org.tentackle.validate.ValidationUtilities
Gets the classloader to load the validation bundle class.
getValidationCollectionIndexes() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationCollectionIndexes() - Method in interface org.tentackle.validate.ValidationResult
Gets all ValidationResult.CollectionIndexes for this validation result.
getValidationContext() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationContext() - Method in interface org.tentackle.validate.ValidationResult
Gets the validation context.
getValidationIndex() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getValidationIndex() - Method in interface org.tentackle.validate.Validator
Gets the invocation index of this validator.
getValidationListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getValidationListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getValidationListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all validation listeners.
getValidationListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all validation listeners.
getValidationMappers() - Method in class org.tentackle.fx.AbstractValidateableFxController
Gets the validation mapper for controller-local bindables.
getValidationMappers() - Method in class org.tentackle.fx.rdc.PdoEditor
Gets the validation mappers to map the validation results to the controls.
If PdoEditor.getValidationPath() returns a non-null value, a set with a default mapper will be created.
getValidationPath() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
 
getValidationPath() - Method in class org.tentackle.fx.rdc.PdoEditor
Gets the validation root path.
By default, the server returns validation results with a validation path that starts with the entity baseclassname (the first character in lowercase).
getValidationPath() - Method in class org.tentackle.validate.DefaultValidationContext
 
getValidationPath() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationPath() - Method in interface org.tentackle.validate.ValidationContext
Gets the validation path.
Applications may use it to associate the validation result with a component.
getValidationPath() - Method in class org.tentackle.validate.ValidationMapper
Gets the validation path lead.
getValidationPath() - Method in interface org.tentackle.validate.ValidationResult
Gets the validation path.
Applications may use it to associate the validation result with a component.
getValidationResult() - Method in class org.tentackle.fx.DefaultInteractiveError
 
getValidationResult() - Method in interface org.tentackle.fx.InteractiveError
Gets the optional validation result.
getValidationResults() - Method in class org.tentackle.bind.ValidationEvent
Gets the validation results.
getValidationResults() - Method in class org.tentackle.validate.DefaultValidationContext
 
getValidationResults() - Method in interface org.tentackle.validate.ValidationContext
Gets the list of validation results collected for the current object so far.
getValidationScope() - Method in class org.tentackle.bind.AbstractBinder
 
getValidationScope() - Method in interface org.tentackle.bind.Binder
Gets the validation scope.
getValidationScope(Class<T>) - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScope(Class<T>) - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets a request validation scope implementation singleton by its interface.
getValidationScope(String) - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScope(String) - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets a validation scope interface by its name.
getValidationScopes() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScopes() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets all configured validation scopes.
getValidationSeverities() - Method in class org.tentackle.validate.DefaultValidationSeverityFactory
 
getValidationSeverities() - Method in interface org.tentackle.validate.ValidationSeverityFactory
Gets all configured validation severities.
getValidationSeverity(Class<T>) - Method in class org.tentackle.validate.DefaultValidationSeverityFactory
 
getValidationSeverity(Class<T>) - Method in interface org.tentackle.validate.ValidationSeverityFactory
Gets a request validation severity implementation singleton by its interface.
getValidator() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidator() - Method in interface org.tentackle.validate.ValidationResult
Gets the validator that created this result.
getValidators() - Method in class org.tentackle.bind.AbstractBinding
 
getValidators() - Method in interface org.tentackle.bind.Binding
Gets the list of validators.
getValidChars() - Method in class org.tentackle.fx.component.FxComboBox
 
getValidChars() - Method in class org.tentackle.fx.component.FxDatePicker
 
getValidChars() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getValidChars() - Method in class org.tentackle.fx.component.FxPasswordField
 
getValidChars() - Method in class org.tentackle.fx.component.FxTextArea
 
getValidChars() - Method in class org.tentackle.fx.component.FxTextField
 
getValidChars() - Method in interface org.tentackle.fx.FxTextComponent
Gets allowed characters.
getValidChars() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
getValidChars() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
getValidChars() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets allowed characters.
getValidChars() - Method in class org.tentackle.fx.translate.FractionNumberStringTranslator
 
getValidChars() - Method in class org.tentackle.fx.translate.NumberStringTranslator
 
getValidChars() - Method in class org.tentackle.fx.translate.ValueStringTranslator
Gets the valid input characters.
getValidClassIds() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the valid class-IDs for the concrete types of this type.
Applies only to entities of single- or multi-table inheritance hierarchies, except the topmost entity.
getValue() - Method in class org.tentackle.bind.BindingEvent
Gets the value to be set.
getValue() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets the attribute value.
getValue() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute value.
getValue() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getValue() - Method in class org.tentackle.model.MethodArgument
Gets the fixed value.
getValue() - Method in class org.tentackle.model.parse.ConfigurationLine
Gets the key's value.
getValue() - Method in class org.tentackle.script.ScriptVariable
Gets the variable's value.
getValue() - Method in class org.tentackle.validate.validator.AbstractObjectValidator
 
getValue() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getValue() - Method in class org.tentackle.validate.validator.EqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.FailImpl
 
getValue() - Method in class org.tentackle.validate.validator.FalseImpl
 
getValue() - Method in interface org.tentackle.validate.Validator
Gets the annotation's value.
getValue() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getValue() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.LessImpl
 
getValue() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getValue() - Method in class org.tentackle.validate.validator.NullImpl
 
getValue() - Method in class org.tentackle.validate.validator.PatternImpl
 
getValue() - Method in class org.tentackle.validate.validator.SizeImpl
 
getValue() - Method in class org.tentackle.validate.validator.TrueImpl
 
getValue() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getValue() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getValue(Class<V>, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the value for given type.
getValue(Object, Set<ScriptVariable>) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(Object, ScriptVariable...) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(Set<ScriptVariable>) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(ScriptVariable...) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the value according to its type
getValueByPath(Object, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the value of an attribute along a member path.
getValueParameter(Class<?>) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the compound value of the value parameter.
getValueTranslator() - Method in class org.tentackle.fx.component.FxCheckBox
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxColorPicker
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxComboBox
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxDatePicker
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxListView
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxPasswordField
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxRadioButton
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxTableView
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxTextArea
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxTextField
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxToggleButton
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getValueTranslator() - Method in class org.tentackle.fx.component.FxTreeView
 
getValueTranslator() - Method in interface org.tentackle.fx.FxComponent
Gets the value translator.
getValueTranslator() - Method in class org.tentackle.fx.FxComponentDelegate
 
getValueType() - Method in class org.tentackle.reflect.PropertyMapping
Gets the type of the value held by the property.
getVariableName() - Method in class org.tentackle.model.impl.RelationImpl
Gets the variable name.
getVariableName() - Method in interface org.tentackle.model.Relation
Gets the variable name.
getVariables(String) - Static method in class org.tentackle.dbms.DbObjectClassVariables
Gets the classvariables for a given tablename.
getVariableTranslator(ScriptEngineFactory) - Method in class org.tentackle.script.jsr.JSR223Language
Determines the optional variable name translator.
getVariant() - Method in class org.tentackle.dbms.StatementKey
Gets the usage variant.
getVariant() - Method in interface org.tentackle.sql.DataType
Gets the optional variant of the type.
getVariant() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
getVariant() - Method in class org.tentackle.sql.datatypes.LargeStringType
 
getVersion() - Method in class org.tentackle.app.AbstractApplication
Gets the application version.
getVersion() - Method in interface org.tentackle.app.Application
Gets the application version.
getVersion() - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Gets the server version.
getVersion() - Method in class org.tentackle.update.ClientInfo
Gets the application version.
getVersion() - Method in class org.tentackle.update.UpdateInfo
Gets the new application version.
Just an info that can be shown to the user.
getView() - Method in class org.tentackle.fx.AbstractFxController
 
getView() - Method in interface org.tentackle.fx.FxController
Gets the view managed by this controller.
getView() - Method in class org.tentackle.fx.rdc.app.LoginFailedHandler
Gets the view.
getViewController() - Method in class org.tentackle.fx.rdc.PdoViewer
Gets the view controller.
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxColorPickerDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxTextAreaDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
getViewObject() - Method in class org.tentackle.fx.component.FxCheckBox
 
getViewObject() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getViewObject() - Method in class org.tentackle.fx.component.FxColorPicker
 
getViewObject() - Method in class org.tentackle.fx.component.FxComboBox
 
getViewObject() - Method in class org.tentackle.fx.component.FxDatePicker
 
getViewObject() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getViewObject() - Method in class org.tentackle.fx.component.FxListView
 
getViewObject() - Method in class org.tentackle.fx.component.FxPasswordField
 
getViewObject() - Method in class org.tentackle.fx.component.FxRadioButton
 
getViewObject() - Method in class org.tentackle.fx.component.FxTableView
 
getViewObject() - Method in class org.tentackle.fx.component.FxTextArea
 
getViewObject() - Method in class org.tentackle.fx.component.FxTextField
 
getViewObject() - Method in class org.tentackle.fx.component.FxToggleButton
 
getViewObject() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getViewObject() - Method in class org.tentackle.fx.component.FxTreeView
 
getViewObject() - Method in interface org.tentackle.fx.FxComponent
Retrieves the internal native object of the component.
getViewPermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getViewPermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request view permission singleton.
getViewToModelListeners() - Method in class org.tentackle.fx.FxControlDelegate
Gets the view-to-model listeners with lazy collection creation.
getViewType() - Method in class org.tentackle.bind.AbstractBinding
Determines the view's component type.
getViewType() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
Determines the component's type.
This is an estimation derived from the getter and setter methods, usually setViewValue and getViewValue.
getViewType() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getViewValue() - Method in interface org.tentackle.bind.Binding
Gets the view's value to be set into the model.
getViewValue() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
getViewValue() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
getViewValue() - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
getViewValue() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
getViewValue() - Method in class org.tentackle.fx.component.FxCheckBox
 
getViewValue() - Method in class org.tentackle.fx.component.FxChoiceBox
 
getViewValue() - Method in class org.tentackle.fx.component.FxColorPicker
 
getViewValue() - Method in class org.tentackle.fx.component.FxComboBox
 
getViewValue() - Method in class org.tentackle.fx.component.FxDatePicker
 
getViewValue() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
getViewValue() - Method in class org.tentackle.fx.component.FxListView
 
getViewValue() - Method in class org.tentackle.fx.component.FxPasswordField
 
getViewValue() - Method in class org.tentackle.fx.component.FxRadioButton
 
getViewValue() - Method in class org.tentackle.fx.component.FxTableView
 
getViewValue() - Method in class org.tentackle.fx.component.FxTextArea
 
getViewValue() - Method in class org.tentackle.fx.component.FxTextField
 
getViewValue() - Method in class org.tentackle.fx.component.FxToggleButton
 
getViewValue() - Method in class org.tentackle.fx.component.FxTreeTableView
 
getViewValue() - Method in class org.tentackle.fx.component.FxTreeView
 
getViewValue() - Method in interface org.tentackle.fx.FxComponent
Retrieves the value from this component.
The value's type is that of the model.
getViewValue() - Method in class org.tentackle.fx.FxComponentDelegate
 
getVirtualFlow(Skinnable) - Method in class org.tentackle.fx.FxUtilities
Gets the virtual flow for a given control.
getVisibleRowCount() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the number of rows displayed in the list popup.
getVisibleRowCountProperty() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Gets the visible row count property.
getVmInfo() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the info string describing the JVM.
getVmInfo() - Method in class org.tentackle.session.DefaultSessionInfo
 
getVmInfo() - Method in interface org.tentackle.session.SessionInfo
Gets the info string describing the JVM.
getWaitCursor(Node) - Method in class org.tentackle.fx.FxUtilities
Gets the wait cursor for the given node.
getWaitInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getWaitInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the timeout interval for TaskDispatcher.waitForTask(Task).
getWarnLogSize() - Method in class org.tentackle.dbms.MpxConnectionManager
Gets the number of connections when to start warning logging.
getWhen() - Method in class org.tentackle.dbms.ModificationLog
Gets the attribute when.
getWindow(Object) - Method in class org.tentackle.fx.FxUtilities
Gets the window of an owner object.
The owner can be a window, a scene or a node.
Throws FxRuntimeException if the window cannot be determined.
getWindowProvider() - Method in class org.tentackle.misc.time.NumberShortcut
Gets the window provider.
getWritable() - Method in enum class org.tentackle.session.TransactionWritability
Gets the low-level writable boolean value.
getWritePermission() - Method in class org.tentackle.security.DefaultSecurityFactory
 
getWritePermission() - Method in interface org.tentackle.security.SecurityFactory
Gets the request write permission singleton.
getYearWindow() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
getYearWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Gets tumber of years after the current year to automatically determine the century.
If the NumberShortcut.WindowProvider is missing, the value 50 is used.
getYearWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the year input window.
getZonedDateTime() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTime(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTime(int, int) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTime(int, int, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTime(String) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTime(String, boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.time.ZonedDateTime in the Java programming language.
getZonedDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a ZonedDateTime.
getZonedDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a ZonedDateTime.
getZoneIds() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the sorted list of zone ids.
GLOBAL_MULTIPLIER - Static variable in class org.tentackle.dbms.ObjectSequenceId
Default global multiplier to allow application-specific offsets.
GLOBAL_OPTION - Enum constant in enum class org.tentackle.model.parse.LineType
global options line.
GlobalOptionLine - Class in org.tentackle.model.parse
Global options line.
GlobalOptionLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.GlobalOptionLine
Creates a global options line.
This line always spans only one line.
GlobalOptionsPrinter - Class in org.tentackle.model.print
Prints the global options.
GlobalOptionsPrinter(Entity, PrintConfiguration) - Constructor for class org.tentackle.model.print.GlobalOptionsPrinter
Creates the printer.
GMT - Static variable in class org.tentackle.sql.datatypes.ZonedDateTimeType
GMT timezone name.
GranteeDescriptor - Class in org.tentackle.security
Describes a grantee.
GranteeDescriptor(int, long) - Constructor for class org.tentackle.security.GranteeDescriptor
Creates a grantee descriptor.
GranteeDescriptor(PersistentDomainObject<?>) - Constructor for class org.tentackle.security.GranteeDescriptor
Creates a grantee descriptor from a PDO.
The PDO is usually an entity representing a user or a group.
granteeToString() - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
granteeToString() - Method in interface org.tentackle.security.pdo.SecurityDomain
Gets the grantee as a string.
graphic(Node) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
graphic(Node) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the graphic.
GraphicProvider - Interface in org.tentackle.fx
Provider for icons, images and nodes with graphical content in general.
GraphicProviderService - Annotation Interface in org.tentackle.fx
Annotation to for GraphicProviders.
Greater - Annotation Interface in org.tentackle.validate.validator
The annotated element must be greater than another value.
GreaterContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Greater.
GreaterImpl - Class in org.tentackle.validate.validator
Implementation of the Greater-validator.
GreaterImpl() - Constructor for class org.tentackle.validate.validator.GreaterImpl
Creates a Greater-validator.
GreaterOrEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must be greater or equal than another value.
GreaterOrEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for GreaterOrEqual.
GreaterOrEqualImpl - Class in org.tentackle.validate.validator
Implementation of the GreaterOrEqual-validator.
GreaterOrEqualImpl() - Constructor for class org.tentackle.validate.validator.GreaterOrEqualImpl
Creates a GreaterOrEqual-validator.
GridPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a GridPane.
GridPaneBuilder() - Constructor for class org.tentackle.fx.container.build.GridPaneBuilder
Creates the builder.
GridPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a GridPane.
GridPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.GridPaneConfigurator
Creates the configurator for a GridPane.
group() - Element in annotation interface org.tentackle.fx.rdc.PdoTableContextMenuItemService
Defines the group the item belongs to.
Separators will be inserted between groups.
group() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeContextMenuItemService
Defines the group the item belongs to.
Separators will be inserted between groups.
group() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeTableContextMenuItemService
Defines the group the item belongs to.
Separators will be inserted between groups.
groupWith(int) - Method in class org.tentackle.dbms.Db
 
groupWith(int) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
groupWith(int) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
groupWith(int) - Method in interface org.tentackle.session.Session
Assigns this session to another session building a session group.
If the referenced session already belongs to a group, this session will be added to that group.
GuiProvider<T> - Interface in org.tentackle.fx.rdc
Provider of GUI-functionality for a pdo.
GuiProviderFactory - Interface in org.tentackle.fx.rdc
A factory for GuiProviders.
GuiProviderService - Annotation Interface in org.tentackle.fx.rdc
Annotation to express that the annotated class is a GuiProvider for PDO.
GuiProviderServiceAnnotationProcessor - Class in org.tentackle.fx.rdc.apt
Annotation processor for the @GuiProviderService annotation.
Enforces the implementation of the following constructors: (PersistentDomainObject)
GuiProviderServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.rdc.apt.GuiProviderServiceAnnotationProcessor
Creates the annotation processor.

H

H2 - Class in org.tentackle.sql.backends
Backend for the H2 Database.
H2() - Constructor for class org.tentackle.sql.backends.H2
Creates the H2 backend.
handle() - Method in record class org.tentackle.dbms.DbTransactionHandle
Returns the value of the handle record component.
handle(Exception) - Method in class org.tentackle.fx.rdc.app.LoginFailedHandler
Handles the login failed exception.
handle(Exception) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
 
handle(T) - Method in class org.tentackle.common.ExceptionHelper.Handler
Handles the exception.
handleDragDetected(MouseEvent) - Method in class org.tentackle.fx.rdc.PdoTreeCell
Handles the drag detected mouse event.
handleDragDropped(DragEvent) - Method in class org.tentackle.fx.rdc.PdoTreeCell
Handles the drag-dropped event.
handleDragOver(DragEvent) - Method in class org.tentackle.fx.rdc.PdoTreeCell
Handles the drag-over event.
handleException(boolean, Throwable, ExceptionHelper.Handler<? extends Throwable>...) - Static method in class org.tentackle.common.ExceptionHelper
Extracts any of the given exception types from an exception chain.
handleException(Throwable, Method, Object...) - Method in class org.tentackle.reflect.ReflectiveVisitor
Handles the invocation exception.
handleGetObject(String) - Method in class org.tentackle.i18n.StoredResourceBundle
 
handleInputFailure(String) - Method in class org.tentackle.fx.FxComponentDelegate
Handles a failure during conversion of the user's input to the model.
handleInvocationException(Object, Method, Object[], Throwable) - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Handles an invocation exception.
Figures out the real exception cause and throws it, skipping InvocationTargetExceptions.
handleKeyEvent(KeyEvent) - Method in class org.tentackle.fx.component.FxListView
Handles all key events.
handleKeyEvent(KeyEvent) - Method in class org.tentackle.fx.component.FxTableView
Handles all key events.
handleKeyEvent(KeyEvent) - Method in class org.tentackle.fx.component.FxTreeTableView
Handles all key events.
handleMasterSerialEvent(MasterSerialEvent) - Method in class org.tentackle.dbms.DbModificationTracker
Handles a single master serial event.
handleMissingObject(ModificationLog, Session) - Method in class org.tentackle.dbms.ModificationLog
Handles the case when an object to replay is not found.
Handler(Class<T>, Consumer<T>) - Constructor for class org.tentackle.common.ExceptionHelper.Handler
Creates an exception handler.
hasChanged() - Method in interface org.tentackle.model.EntityInfo
Returns whether the model file has changed.
hasChanged() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
hasChanged() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
hasChanged() - Method in interface org.tentackle.model.ModelDirectory
Returns whether the directory has changed.
hasFailed() - Method in class org.tentackle.validate.severity.FailedValidationResult
 
hasFailed() - Method in class org.tentackle.validate.severity.InfoValidationResult
 
hasFailed() - Method in interface org.tentackle.validate.ValidationResult
Indicates that this result must be treated as failed.
hasFailed(List<ValidationResult>) - Method in class org.tentackle.validate.ValidationUtilities
Checks whether a list of validation results contains a failed validation.
hash(String, char[], char[]) - Static method in class org.tentackle.common.StringHelper
Builds a hash from an array of chars.
Note that this method converts the characters to bytes via StringHelper.toBytes(char[]) before applying the hash.
hashCode() - Method in class org.tentackle.bind.AbstractBinder
 
hashCode() - Method in class org.tentackle.common.Binary
 
hashCode() - Method in class org.tentackle.common.I18NText
 
hashCode() - Method in record class org.tentackle.common.ServiceFinderKey
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.dbms.AbstractDbObject
The hashcode is the ID.
Method is final!
hashCode() - Method in class org.tentackle.dbms.Db
 
hashCode() - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.dbms.DbTransactionHandle
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
hashCode() - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.dbms.rmi.DefaultMasterSerial
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.dbms.StatementKey
 
hashCode() - Method in class org.tentackle.dbms.StatementStatistics
 
hashCode() - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.io.ClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
hashCode() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
hashCode() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
hashCode() - Method in class org.tentackle.io.ServerSocketFactory
 
hashCode() - Method in class org.tentackle.io.SocketConfiguratorBase
 
hashCode() - Method in class org.tentackle.io.SocketPerformancePreferences
 
hashCode() - Method in class org.tentackle.io.SocketWrapper
 
hashCode() - Method in class org.tentackle.io.SslClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.SslServerSocketFactory
 
hashCode() - Method in class org.tentackle.log.MethodStatisticsKey
 
hashCode() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.misc.IdentifiableKey
 
hashCode() - Method in class org.tentackle.misc.IdSerialTuple
 
hashCode() - Method in class org.tentackle.misc.ImmutableArrayList
 
hashCode() - Method in class org.tentackle.misc.SubString
 
hashCode() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.misc.XUUID
 
hashCode() - Method in record class org.tentackle.model.AttributeSorting
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.model.impl.AttributeImpl
 
hashCode() - Method in class org.tentackle.model.impl.EntityImpl
 
hashCode() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
hashCode() - Method in class org.tentackle.model.impl.RelationImpl
 
hashCode() - Method in class org.tentackle.model.migrate.ColumnMigration
 
hashCode() - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.model.ModelError
 
hashCode() - Method in class org.tentackle.model.SourceInfo
 
hashCode() - Method in record class org.tentackle.ns.NumberSource.Range
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.pdo.DefaultDomainContext
 
hashCode() - Method in record class org.tentackle.pdo.OperationMethodCacheInfo
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
 
hashCode() - Method in class org.tentackle.pdo.PdoMember
 
hashCode() - Method in record class org.tentackle.pdo.PdoMethodCacheInfo
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.pdo.TokenLockInfo
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.reflect.PropertyMap
 
hashCode() - Method in class org.tentackle.reflect.PropertyMapping
 
hashCode() - Method in class org.tentackle.script.AbstractScriptingLanguage
 
hashCode() - Method in class org.tentackle.script.ScriptVariable
 
hashCode() - Method in class org.tentackle.security.GranteeDescriptor
 
hashCode() - Method in class org.tentackle.security.permissions.AbstractPermission
 
hashCode() - Method in class org.tentackle.session.BackendConfiguration
 
hashCode() - Method in class org.tentackle.session.DefaultSessionInfo
 
hashCode() - Method in class org.tentackle.session.DriverConfiguration
 
hashCode() - Method in class org.tentackle.session.ModificationEventDetail
 
hashCode() - Method in record class org.tentackle.session.SavepointHandle
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
hashCode() - Method in record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
 
hashCode() - Method in class org.tentackle.sql.metadata.IndexMetaData
 
hashCode() - Method in class org.tentackle.sql.metadata.TableMetaData
 
hashCode() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.task.AbstractTask
 
hashCode() - Method in class org.tentackle.validate.ValidationMapper
 
hashCode() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns a hash code value for this object.
hasMessage() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
hasMessage() - Method in class org.tentackle.validate.severity.FailedValidationResult
 
hasMessage() - Method in interface org.tentackle.validate.ValidationResult
Indicates that this result provides a message.
hasMessage(List<ValidationResult>) - Method in class org.tentackle.validate.ValidationUtilities
Checks whether a list of validation results contains a message.
hasMoreElements() - Method in class org.tentackle.i18n.BundleEnumeration
 
hasNext() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
hasNext() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
hasPrevious() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
hasTimedOut() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Checks for timeout.
HBoxBuilder - Class in org.tentackle.fx.container.build
Builder to create a HBox.
HBoxBuilder() - Constructor for class org.tentackle.fx.container.build.HBoxBuilder
Creates the builder.
HBoxConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a HBox.
HBoxConfigurator() - Constructor for class org.tentackle.fx.container.config.HBoxConfigurator
Creates the configurator for a HBox.
HIDDEN - Enum constant in enum class org.tentackle.reflect.Interception.Type
hidden interceptors only.
HiddenInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for the hidden interception annotations in the core package.
Applies to interceptors applicable to implementation classes extending Interceptable only.
HiddenInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.HiddenInterceptorAnnotationProcessor
 
hide(Runnable) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
hide(Runnable) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the hide action when a button is pressed.
hideErrorPopup() - Method in class org.tentackle.fx.component.FxCheckBox
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxChoiceBox
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxColorPicker
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxComboBox
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxDatePicker
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxListView
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxPasswordField
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxRadioButton
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxTableView
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxTextArea
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxTextField
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxToggleButton
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxTreeTableView
 
hideErrorPopup() - Method in class org.tentackle.fx.component.FxTreeView
 
hideErrorPopup() - Method in interface org.tentackle.fx.ErrorPopupSupported
Hides the error popup if shown.
hideErrorPopup() - Method in class org.tentackle.fx.FxComponentDelegate
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxButton
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxCheckBox
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxChoiceBox
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxColorPicker
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxComboBox
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxDatePicker
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxListView
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxPasswordField
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxRadioButton
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxTableView
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxTextArea
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxTextField
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxToggleButton
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxTreeTableView
 
hideInfoPopup() - Method in class org.tentackle.fx.component.FxTreeView
 
hideInfoPopup() - Method in class org.tentackle.fx.FxComponentDelegate
 
hideInfoPopup() - Method in interface org.tentackle.fx.InfoPopupSupported
Hides the info popup if shown.
hidePopup() - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Hides the popup.
hints() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the hints record component.
Holder<T> - Class in org.tentackle.misc
A generic consumer and supplier to hold some object.
Useful in lambdas if some data has to be set within the enclosing method.
Holder() - Constructor for class org.tentackle.misc.Holder
Creates a holder without an initial value.
Holder(T) - Constructor for class org.tentackle.misc.Holder
Creates a holder with an initial value.
HOUR_MS - Static variable in class org.tentackle.common.Constants
an hour in milliseconds.
HTMLEditorBuilder - Class in org.tentackle.fx.component.build
Builder to create a HTMLEditor.
HTMLEditorBuilder() - Constructor for class org.tentackle.fx.component.build.HTMLEditorBuilder
Creates the builder.
HTMLEditorConfigurator<T> - Class in org.tentackle.fx.component.config
Configures an HTMLEditor.
HTMLEditorConfigurator() - Constructor for class org.tentackle.fx.component.config.HTMLEditorConfigurator
Creates the configurator for a HTMLEditor.

I

I18N_INTRO - Static variable in class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
start marker for I18N strings.
I18NEditor - Class in org.tentackle.fx.translate
Editor for the I18NText translations.
I18NEditor() - Constructor for class org.tentackle.fx.translate.I18NEditor
 
I18NText - Class in org.tentackle.common
Multilingual text.
This is an immutable and serializable object which is supported as a regular datatype via org.tentackle.sql.datatypes.I18NTextType.
I18NText() - Constructor for class org.tentackle.common.I18NText
Creates a vacant I18NText.
I18NText(String) - Constructor for class org.tentackle.common.I18NText
Creates an I18NText from a string in the current locale.
I18NText(LinkedHashMap<Locale, String>, Locale) - Constructor for class org.tentackle.common.I18NText
Protected constructor for internal use only.
I18NText(Locale, String) - Constructor for class org.tentackle.common.I18NText
Creates an I18NText from a string for the given locale.
I18NText(ParameterString) - Constructor for class org.tentackle.common.I18NText
Creates an I18NText from a parameter string.
I18NTextStringTranslator - Class in org.tentackle.fx.translate
I18NText translator.
I18NTextStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.I18NTextStringTranslator
 
I18NTextTableCellType - Class in org.tentackle.fx.table.type
I18NText cell type.
I18NTextTableCellType() - Constructor for class org.tentackle.fx.table.type.I18NTextTableCellType
Creates the cell type for I18NText.
I18NTextType - Class in org.tentackle.sql.datatypes
Datatype for I18NText.
Stored as one or two columns, depending on the backend.
I18NTextType() - Constructor for class org.tentackle.sql.datatypes.I18NTextType
Creates the datatype for I18NText.
id() - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Returns the value of the id record component.
id() - Method in record class org.tentackle.session.SavepointHandle
Returns the value of the id record component.
Identifiable - Interface in org.tentackle.misc
Objects that can be identified by an ID.
IdentifiableKey<T> - Class in org.tentackle.misc
Key for an Identifiable.
Can be used for hashing or as a comparable.
IdentifiableKey(Class<T>, long) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key.
IdentifiableKey(String, long) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key from a classname and id.
IdentifiableKey(T) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key from an identifiable.
IdentifiableMap<T> - Class in org.tentackle.misc
A map of Identifiables.
IdentifiableMap() - Constructor for class org.tentackle.misc.IdentifiableMap
Creates an Identifiable map.
IdentifiableMap(T) - Constructor for class org.tentackle.misc.IdentifiableMap
Creates an object map with a single object.
IdentityTranslator<T> - Class in org.tentackle.fx.translate
The identity translator base class.
IdentityTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.IdentityTranslator
Creates a dummy translator.
idleMinutes(long) - Method in class org.tentackle.dbms.PooledDb
Returns the number of minutes the session has been unused.
idOffset - Variable in class org.tentackle.dbms.DefaultConnectionManager
offset for session IDs.
IdSerialTuple - Class in org.tentackle.misc
A tuple holding the ID and the serial of an object.
There is no further logic.
IdSerialTuple(long, long) - Constructor for class org.tentackle.misc.IdSerialTuple
Creates an immutable id, serial tuple.
idSource - Variable in class org.tentackle.dbms.DbObjectClassVariables
the source for obtaining a new ID.
IdSource - Interface in org.tentackle.dbms
Source of ID numbers.
IDSOURCE - Static variable in class org.tentackle.dbms.Db
property key for IdSource.
IdSourceConfigurator - Interface in org.tentackle.dbms
Configurator for an IdSource.
IdSourceEmptyException - Exception Class in org.tentackle.dbms
Runtime exception thrown when an IdSource becomes empty.
IdSourceEmptyException() - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception without a session and with null as its detail message.
IdSourceEmptyException(String) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception without a session and with the specified detail message.
IdSourceEmptyException(String, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception without a session, but with the specified detail message and cause.
IdSourceEmptyException(Db) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception for a given session with null as its detail message.
IdSourceEmptyException(Db, String) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception for a given session with the specified detail message.
IdSourceEmptyException(Db, String, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception for a given session with the specified detail message and cause.
IdSourceEmptyException(Db, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceEmptyException
Constructs a new idsource empty exception for a given session with the specified cause and a detail message of (cause==null ?
IdSourceException - Exception Class in org.tentackle.dbms
Runtime exception thrown for id source failures.
IdSourceException() - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception without a session and with null as its detail message.
IdSourceException(String) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception without a session with the specified detail message.
IdSourceException(String, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception without a session with the specified detail message and cause.
IdSourceException(Db) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception for a given session with null as its detail message.
IdSourceException(Db, String) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception for a given session with the specified detail message.
IdSourceException(Db, String, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception for a given session with the specified detail message and cause.
IdSourceException(Db, Throwable) - Constructor for exception class org.tentackle.dbms.IdSourceException
Constructs a new id source exception for a given session with the specified cause and a detail message of (cause==null ?
idStringToIdentifiableKey(String) - Method in class org.tentackle.pdo.PdoUtilities
Determines the identifiable key from a string created by PersistentObject.toIdString().
IGNORED - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Don't consult the validation results at all.
Usually makes only sense in conjunction with a condition.
IgnoreDuplicatesPersistenceVisitor - Class in org.tentackle.dbms
A visitor to ignore duplicates within a persistence operation.
Used to avoid duplicate key errors, for example, if components are referenced more than once within the same root entity.
IgnoreDuplicatesPersistenceVisitor() - Constructor for class org.tentackle.dbms.IgnoreDuplicatesPersistenceVisitor
Creates the visitor.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Equal
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.False
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Greater
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Less
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.NotEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.NotZero
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Pattern
Determines whether null matches any pattern.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Size
Determines whether null matches any size.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.True
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Zero
If either the object or the value to compare with is null, the result is valid.
IkonliGraphicProvider - Class in org.tentackle.fx
Base implementation of a graphic provider based on ikonli icon fonts.
IkonliGraphicProvider() - Constructor for class org.tentackle.fx.IkonliGraphicProvider
Parent constructor.
ImageGraphicProvider - Class in org.tentackle.fx
Base implementation of a graphic provider based on image files.
ImageGraphicProvider() - Constructor for class org.tentackle.fx.ImageGraphicProvider
Creates an image provider for "<package>/images/".
ImageGraphicProvider(String) - Constructor for class org.tentackle.fx.ImageGraphicProvider
Creates an image provider.
immutable - Variable in class org.tentackle.misc.ImmutableArrayList
 
Immutable - Interface in org.tentackle.misc
Objects implementing this interface may be mutable or immutable.
IMMUTABLE - Static variable in class org.tentackle.model.impl.RelationImpl
sets the relation to immutable after loading.
ImmutableArrayList<E> - Class in org.tentackle.misc
An enhanced ArrayList.
Implements Immutable.
Also differs from ArrayList the way equals() and hashCode() is implemented: if simpleEqualsAndHashCode==true, those methods refer to the list instance and don't check the elements.
ImmutableArrayList() - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs an empty list with an initial capacity of ten.
ImmutableArrayList(int) - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs an empty list with the specified initial capacity.
ImmutableArrayList(Collection<? extends E>) - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ImmutableCollection<E> - Interface in org.tentackle.misc
Enhanced collection.
ImmutableException - Exception Class in org.tentackle.misc
Runtime exception thrown when attempted to modify an immutable object.
ImmutableException() - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with null as its detail message.
ImmutableException(String) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with the specified detail message.
ImmutableException(String, Throwable) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with the specified detail message and cause.
ImmutableException(Throwable) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable with the specified cause and a detail message of (cause==null ?
immutableLoggingLevel - Variable in class org.tentackle.misc.ImmutableArrayList
 
implementedBy() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by class.
implementedByName() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by its classname.
Avoids the concrete dependency.
implementedByService() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by a servicename.
Avoids the concrete dependency.
incrementTxLevel(String) - Method in class org.tentackle.dbms.DbTransaction
Increments the transaction level.
incSize - Variable in class org.tentackle.dbms.MpxConnectionManager
increment size.
index() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the index record component.
Index - Interface in org.tentackle.model
Describes a database index.
INDEX_NAME - Enum constant in enum class org.tentackle.sql.SqlNameType
name of an index.
indexAnyOf(String, String) - Static method in class org.tentackle.common.StringHelper
Returns the first index of the given characters.
IndexAttribute - Interface in org.tentackle.model
An attribute of an index.
IndexAttributeImpl - Class in org.tentackle.model.impl
Index part.
IndexAttributeImpl(Index) - Constructor for class org.tentackle.model.impl.IndexAttributeImpl
Creates an index attribute.
IndexColumnMetaData - Class in org.tentackle.sql.metadata
Metadata for a column of an index.
IndexColumnMetaData(IndexMetaData) - Constructor for class org.tentackle.sql.metadata.IndexColumnMetaData
Creates an index column.
IndexImpl - Class in org.tentackle.model.impl
Index descriptor.
IndexImpl(EntityFactoryImpl, Entity, SourceInfo) - Constructor for class org.tentackle.model.impl.IndexImpl
Creates an index.
IndexMetaData - Class in org.tentackle.sql.metadata
Meta data for an index.
IndexMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.IndexMetaData
Creates an index meta data object.
IndexMigrator - Class in org.tentackle.model.migrate
Handles the migration of indexes.
IndexMigrator(Entity, Index, Backend, IndexMetaData) - Constructor for class org.tentackle.model.migrate.IndexMigrator
Creates a migrator.
IndexMigrator.Result - Record Class in org.tentackle.model.migrate
The migration result.
indexOf(Object) - Method in class org.tentackle.misc.CopyOnWriteList
 
indexOf(SubString) - Method in class org.tentackle.misc.SubString
Gets the index of another segment within this segment.
indexOfIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Gets the index of another segment within this segment, ignoring the case.
IndexPrinter - Class in org.tentackle.model.print
Prints the model spec of an index.
IndexPrinter(Index, PrintConfiguration) - Constructor for class org.tentackle.model.print.IndexPrinter
Creates an index printer.
info(Object, String) - Static method in class org.tentackle.fx.Fx
Shows an info dialog.
info(Object, String, Runnable) - Static method in class org.tentackle.fx.Fx
Shows an info dialog.
info(String) - Method in class org.tentackle.log.DefaultLogger
 
info(String) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(String) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
info(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
info(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
info(String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(String, Supplier<?>...) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
info(Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
info(Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
info(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
info(Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
info(Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
INFO - Enum constant in enum class org.tentackle.fx.component.Note.Type
just an info.
INFO - Enum constant in enum class org.tentackle.log.Logger.Level
INFO is a message level for informational messages.
INFO_STYLE - Static variable in class org.tentackle.fx.FxComponentDelegate
Info CSS style class.
InfoPopupSupported - Interface in org.tentackle.fx
Controls that support info popups must implement this interface.
INFORMATION - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
Displays some information.
Informix - Class in org.tentackle.sql.backends
Backend for Informix.
Informix() - Constructor for class org.tentackle.sql.backends.Informix
Creates the Informix backend.
InfoValidationResult - Class in org.tentackle.validate.severity
Simple informational result.
InfoValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.InfoValidationResult
Creates an informational validation result.
InheritableThreadLocalHashTable<K,V> - Class in org.tentackle.misc
A thread-inheritable thread-local hashtable.
InheritableThreadLocalHashTable() - Constructor for class org.tentackle.misc.InheritableThreadLocalHashTable
Creates a thread-inheritable thread-local hashtable.
InheritanceType - Enum Class in org.tentackle.model
The kind of inheritance.
INHERITED - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.BINDING
bindable inherited.
iniSize - Variable in class org.tentackle.dbms.DefaultConnectionManager
initial size.
init(ProcessingEnvironment) - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
init(ProcessingEnvironment) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
initialize() - Method in class org.tentackle.app.AbstractApplication
Initializes the application.
This is the first step when an application is launched.
initialize() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
initialize() - Method in class org.tentackle.dbms.rmi.AbstractDbOperationRemoteDelegateImpl
Instantiates a singe object and connect it to the db.
initialize() - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
Does any initialization after construction.
initialize() - Method in class org.tentackle.fx.rdc.update.UpdatableDesktopApplication
 
initialize() - Method in class org.tentackle.persist.Join
Initializes the join.
initialize() - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
initialize() - Method in class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
Instantiates a singe object and connect it to the database context.
initialize(List<T>) - Method in class org.tentackle.persist.JoinedSelect
Initializes the joined select.
initialize(Db) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
initialize(Db) - Method in interface org.tentackle.persist.LockManager
Initializes the lockmanager.
Called once at server startup to remove all locks.
initialize(Session) - Method in class org.tentackle.security.DefaultSecurityManager
Initializes the security manager.
initialized - Variable in class org.tentackle.dbms.MpxConnectionManager
true if initialized.
initializeModificationTable(Db) - Static method in class org.tentackle.dbms.DbModification
Initializes the modification table.
initializeScripting() - Method in class org.tentackle.app.AbstractApplication
Initializes the scripting.
initializeScripting() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
initializeScripting() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
INITIALLY_DEFERRED - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
Indicates deferrability.
INITIALLY_IMMEDIATE - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
Indicates deferrability.
initialValue() - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
initModification(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Does any preprocessing before delete, insert or update.
initModification(ModificationType) - Method in class org.tentackle.persist.AbstractPersistentObject
Does any preprocessing before delete, insert or update.
INNER - Enum constant in enum class org.tentackle.sql.JoinType
inner join.
InputStreamRemoteDelegate - Interface in org.tentackle.dbms.rmi
 
InputStreamRemoteDelegateImpl - Class in org.tentackle.dbms.rmi
 
InputStreamRemoteDelegateImpl(RemoteDbSessionImpl, Class<OutputStream>) - Constructor for class org.tentackle.dbms.rmi.InputStreamRemoteDelegateImpl
Creates an input stream delegate.
INSERT - Enum constant in enum class org.tentackle.dbms.DbModificationType
insert object.
insertImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Insert implementation.
insertImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.persist.AbstractPersistentObject
 
insertObject() - Method in class org.tentackle.dbms.AbstractDbObject
Inserts this (new) object into the database.
insertObject() - Method in class org.tentackle.persist.AbstractPersistentObject
 
insertObject(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
insertObject(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
insertObject(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
insertPlain() - Method in class org.tentackle.dbms.AbstractDbObject
Insert this object into the database without any further processing (i.e. prepareSetFields, linked objects, mod counting, logging, etc...).
insertPlain(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
insertPlain(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
insertPlain(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
insertPlainWithComponents() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
insertPlainWithComponents() - Method in class org.tentackle.persist.AbstractPersistentObject
Inserts this object and all its components without any further processing.
Same as AbstractDbObject.insertPlain() but with components.
insertPlainWithComponents() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
insertPlainWithComponents(Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.persist.AbstractPersistentObject
Inserts plain with components all objects of a collection.
insertStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for insert().
inspect(ManagedConnection, long) - Method in class org.tentackle.dbms.ManagedConnectionMonitor
Inspects the idle connection.
InstallationType - Enum Class in org.tentackle.update
The installation type of the client application.
INSTANCE - Static variable in class org.tentackle.common.ModuleSorter
The singleton.
INSTANCE - Static variable in class org.tentackle.common.ServiceFactory
the singleton instance.
INSTANCE_COUNTER - Static variable in class org.tentackle.task.DefaultTaskDispatcher
Name-based daemon instance counter.
InstantStringTranslator - Class in org.tentackle.fx.translate
Translator for Instant.
InstantStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.InstantStringTranslator
Creates a translator.
InstantTableCellType - Class in org.tentackle.fx.table.type
Instant cell type.
InstantTableCellType() - Constructor for class org.tentackle.fx.table.type.InstantTableCellType
Creates the cell type for Instant.
InstantType - Class in org.tentackle.sql.datatypes
Datatype for Instant.
InstantType() - Constructor for class org.tentackle.sql.datatypes.InstantType
Creates the datatype for Instant.
INTEGER - Enum constant in enum class org.tentackle.sql.SqlType
Integer and int.
integerPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the integerPattern record component.
IntegerPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type int.
IntegerPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.IntegerPrimitiveType
Creates the datatype for the primitive type int.
IntegerStringTranslator - Class in org.tentackle.fx.translate
Integer translator.
IntegerStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.IntegerStringTranslator
Creates a translator.
IntegerType - Class in org.tentackle.sql.datatypes
Datatype for Integer.
IntegerType() - Constructor for class org.tentackle.sql.datatypes.IntegerType
Creates the datatype for Integer.
Integrity - Enum Class in org.tentackle.model
The referential integrity mode.
InteractiveError - Interface in org.tentackle.fx
Description of an error.
InteractiveErrorFactory - Interface in org.tentackle.fx
A factory for interactive errors.
InteractiveScope - Interface in org.tentackle.validate.scope
Validation scope for user interaction.
InteractiveScopeImpl - Class in org.tentackle.validate.scope
Interactive scope default implementation.
InteractiveScopeImpl() - Constructor for class org.tentackle.validate.scope.InteractiveScopeImpl
Creates the interactive scope.
Interceptable - Interface in org.tentackle.reflect
The Interceptable interface.
This is a marker interface making objects interceptable.
InterceptableFactory - Interface in org.tentackle.reflect
Factory to create interceptable objects.
InterceptableInvocationHandler<T> - Class in org.tentackle.reflect
Class mapping invocation handler.
InterceptableInvocationHandler(ClassMapper, Class<T>) - Constructor for class org.tentackle.reflect.InterceptableInvocationHandler
Creates an invocation handler.
InterceptableMethod - Class in org.tentackle.reflect
A method wrapper to optionally invoke the interceptors around a delegate's method.
InterceptableMethod(Method, Method, Interceptor) - Constructor for class org.tentackle.reflect.InterceptableMethod
Creates an interceptable method.
InterceptableMethodCache - Class in org.tentackle.reflect
A method cache for InterceptableInvocationHandlers.
InterceptableMethodCache(Class<? extends Interceptable>) - Constructor for class org.tentackle.reflect.InterceptableMethodCache
Creates a method cache.
InterceptableMethodInvoker - Class in org.tentackle.reflect
Invoker for InterceptableMethods.
Optionally logs and counts method invocations.
There is one invoker per interceptable type, e.g.
InterceptableMethodInvoker(String) - Constructor for class org.tentackle.reflect.InterceptableMethodInvoker
Creates an invoker.
Interception - Annotation Interface in org.tentackle.reflect
Annotation to mark another annotation as an interception.
Interception.Type - Enum Class in org.tentackle.reflect
the interceptor type.
InterceptionAnnotationProcessor - Class in org.tentackle.apt
Processor for the @Interception annotation.
Provides annotation checking during compilation and IDE editing.
InterceptionAnnotationProcessor() - Constructor for class org.tentackle.apt.InterceptionAnnotationProcessor
Creates the processor for the @Interception annotation.
InterceptionService - Annotation Interface in org.tentackle.reflect
Annotation to express that the annotated class is a persistence service for PDO.
InterceptionUtilities - Class in org.tentackle.reflect
Utility methods for interception handling.
InterceptionUtilities() - Constructor for class org.tentackle.reflect.InterceptionUtilities
Creates the interception utilities.
Interceptor - Interface in org.tentackle.reflect
A method interceptor.
interrupt() - Method in class org.tentackle.task.DefaultTaskDispatcher
InterruptedRuntimeException - Exception Class in org.tentackle.common
Wraps a checked InterruptedException into a RuntimeException and sets the interrupted flag.
InterruptedRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.common.InterruptedRuntimeException
Constructs a new interrupt exception with the specified detail message and cause.
InterruptedRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception class org.tentackle.common.InterruptedRuntimeException
Constructs a new interrupt exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
InterruptedRuntimeException(Throwable) - Constructor for exception class org.tentackle.common.InterruptedRuntimeException
Constructs a new interrupt exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
intersects(long, long) - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
intersects(long, long) - Method in interface org.tentackle.ns.pdo.NumberRangeDomain
Returns whether requested range intersects with this range.
invalidate() - Method in class org.tentackle.dbms.DbModificationTracker
Invalidates the modification table and re-initializes all entries and counters.
invalidate() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
invalidate() - Method in class org.tentackle.misc.TimeKeeper
Invalidates a duration.
invalidate() - Method in class org.tentackle.pdo.PdoCache
Forces the cache to be cleared for next access.
invalidate() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
invalidate() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Invalidates all loaded and/or cached nodes.
The listeners remain registered.
Any modifications not flushed so far will be discarded as well.
invalidate() - Method in class org.tentackle.security.DefaultSecurityManager
 
invalidate() - Method in interface org.tentackle.security.SecurityManager
Invalidate the manager.
The next request will re-initialize it.
invalidate() - Method in interface org.tentackle.session.ModificationTracker
Invalidates the tracker.
Forces the tracking info to be rebuilt.
invalidate() - Method in class org.tentackle.validate.ValidatorCache
Invalidates the cache.
invalidateCaches() - Method in class org.tentackle.fx.rdc.RdcUtilities
Invalidates the caches for search- and crud dialogs.
invalidateSavedView() - Method in class org.tentackle.fx.component.FxCheckBox
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxChoiceBox
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxColorPicker
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxComboBox
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxDatePicker
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxListView
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxPasswordField
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxRadioButton
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxTableView
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxTextArea
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxTextField
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxToggleButton
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxTreeTableView
 
invalidateSavedView() - Method in class org.tentackle.fx.component.FxTreeView
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxAccordion
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxAnchorPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxBorderPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxButtonBar
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxDialogPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxFlowPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxGridPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxHBox
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxScrollPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxSplitPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxStackPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxTab
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxTabPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxTextFlow
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxTilePane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxTitledPane
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxToolBar
 
invalidateSavedView() - Method in class org.tentackle.fx.container.FxVBox
 
invalidateSavedView() - Method in class org.tentackle.fx.FxComponentDelegate
 
invalidateSavedView() - Method in class org.tentackle.fx.FxContainerDelegate
 
invalidateSavedView() - Method in interface org.tentackle.fx.FxControl
Invalidates the saved view.
invalidateTxLevel() - Method in class org.tentackle.dbms.Db
Marks the txLevel invalid.
invalidateTxLevel() - Method in class org.tentackle.dbms.DbTransaction
Marks the txLevel invalid.
invert() - Method in class org.tentackle.common.BMoney
Inverts this money value.
invert() - Method in class org.tentackle.common.DMoney
 
invocation() - Method in record class org.tentackle.pdo.OperationMethodCacheInfo
Returns the value of the invocation record component.
invocation() - Method in record class org.tentackle.pdo.PdoMethodCacheInfo
Returns the value of the invocation record component.
InvocationLocals - Class in org.tentackle.dbms.rmi
Holds the old thread-locals during remote delegate method invocation.
InvocationLocals(RemoteDelegateImpl<?>) - Constructor for class org.tentackle.dbms.rmi.InvocationLocals
Creates and retrieves the current settings.
invoke(Object, Object[]) - Method in class org.tentackle.reflect.InterceptableMethod
Invokes a delegateMethod.
If intercepted the head of interceptors will be invoked, else the delegateMethod.
invoke(Object, Method, Object[]) - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
invoke(Object, Method, Object[]) - Method in class org.tentackle.pdo.OperationInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.tentackle.pdo.PdoInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.tentackle.reflect.AbstractInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.tentackle.reflect.InterceptableInvocationHandler
 
invoke(Object, InterceptableMethod, Object[]) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Performs the method invocation.
Optionally logs and counts stats.
invoke(OperationInvocationHandler<T>, Method, Object[]) - Method in class org.tentackle.pdo.OperationMethodCache
Invokes a method on a delegate.
invoke(OperationInvocationHandler, InterceptableMethod, Object[]) - Method in interface org.tentackle.pdo.OperationInvocation
Invokes an operation related method.
invoke(PdoInvocationHandler<T>, Method, Object[]) - Method in class org.tentackle.pdo.PdoMethodCache
Invokes a method on a delegate.
invoke(PdoInvocationHandler, InterceptableMethod, Object[]) - Method in interface org.tentackle.pdo.PdoInvocation
Invokes a PDO related method.
invoke(InterceptableMethodInvoker, Interceptable, Method, Object[]) - Method in class org.tentackle.reflect.InterceptableMethodCache
Performs the method invocation.
The methods are converted to an InterceptableMethod and cached.
invokeImpl(Object, Method, Object[]) - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Invokes the delegate's method.
InvokeInBuddyDelegate - Annotation Interface in org.tentackle.pdo
Annotation to redirect the method invocation to the buddy delegate.
InvokeInBuddyDelegateInterceptor - Class in org.tentackle.pdo
Implementation for the InvokeInBuddyDelegate interception.
InvokeInBuddyDelegateInterceptor() - Constructor for class org.tentackle.pdo.InvokeInBuddyDelegateInterceptor
Creates a InvokeInBuddyDelegate interceptor.
INVOKER - Static variable in class org.tentackle.pdo.OperationInvocationHandler
The method invoker.
Performs the method invocations and provides logging and statistics.
INVOKER - Static variable in class org.tentackle.pdo.PdoInvocationHandler
The method invoker.
Performs the method invocations and provides logging and statistics.
INVOKER - Static variable in class org.tentackle.reflect.InterceptableInvocationHandler
The method invoker.
Performs the method invocations and provides logging and statistics.
IP_TOS - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for IP_TOS.
isAbstract() - Method in interface org.tentackle.model.Entity
Returns whether class may be instantiated.
isAbstract() - Method in class org.tentackle.model.impl.EntityImpl
 
isAbstract() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether this an abstract PDO.
Abstract PDOs are real objects but cannot be persisted.
isAbstract() - Method in class org.tentackle.persist.AbstractPersistentObject
Returns whether this an abstract PDO.
Abstract PDOs are real objects but cannot be persisted.
isAbstract() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Returns whether the pdo class is abstract.
isAbstractClass() - Method in enum class org.tentackle.model.InheritanceType
Returns whether entity may have instances.
isAcceptByDefault() - Method in class org.tentackle.security.DefaultSecurityManager
 
isAcceptByDefault() - Method in interface org.tentackle.security.SecurityManager
Determines whether this manager accepts by default.
isAccepted() - Method in class org.tentackle.security.DefaultSecurityResult
 
isAccepted() - Method in interface org.tentackle.security.SecurityResult
Denotes whether a privilege is accepted.
isAfterLast() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves whether the cursor is after the last row in this ResultSet object.
isAfterLast() - Method in interface org.tentackle.misc.ScrollableResource
Checks whether the scrollable resource is after the last row.
isAfterLast() - Method in class org.tentackle.persist.ResultSetCursor
Checks whether the cursor is after the last row.
isAfterLast() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Checks whether the cursor is after the last row.
isAfterLast() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
isAliasRequiredForSubSelect() - Method in interface org.tentackle.sql.Backend
Returns whether backend requires an alias for a sub-select.
isAliasRequiredForSubSelect() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isAliasRequiredForSubSelect() - Method in class org.tentackle.sql.backends.H2
 
isAliasRequiredForSubSelect() - Method in class org.tentackle.sql.backends.Postgres
 
isAlive() - Method in class org.tentackle.dbms.Db
Checks whether the session is still in use.
isAlive() - Method in class org.tentackle.dbms.DbTransaction
Gets the alive flag.
isAlive() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
isAlive() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
isAlive() - Method in interface org.tentackle.session.Session
Checks whether the session is still in use.
isAlive() - Method in interface org.tentackle.task.TaskDispatcher
Gets the running state.
isAllDigits(String) - Static method in class org.tentackle.common.StringHelper
checks if a string contains only digits, i.e.
isAllDigits(String, boolean) - Static method in class org.tentackle.common.StringHelper
Checks if a string contains only digits or whitespaces, i.e.
isAllEnabled() - Static method in class org.tentackle.pdo.PdoCache
Checks whether all caches are enabled at all.
isAllowed() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
isAllowed() - Method in interface org.tentackle.security.pdo.SecurityPersistence
Gets the attribute allowed.
isAllowedBy(Class<?>...) - Method in interface org.tentackle.security.Permission
Checks if this requested permission implements at least one of the given permissions.
isAllowedBy(Class<?>...) - Method in class org.tentackle.security.permissions.AbstractPermission
 
isAllowedBy(Class<?>...) - Method in class org.tentackle.security.permissions.AllPermissionImpl
 
isAllUpperOrLowerCase(String, Entity) - Method in class org.tentackle.model.impl.NameVerifierImpl
Checks whether the given name is all upper- or all lowercase.
The backends are usually not case-sensitive (unless the SQL names are quoted), but it is good style to either use all upper- or all lowercase.
isAllWhitespace(String) - Static method in class org.tentackle.common.StringHelper
Checks if string contains only whitespaces.
isAlwaysShown() - Method in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Returns whether the close button is always shown.
isAnnotationPresent(Class<?>, Class<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Tests if given class has a set of annotations.
isArrayOperatorSupported(String) - Method in interface org.tentackle.sql.Backend
Returns whether the backend supports given array operator.
isArrayOperatorSupported(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isArrayOperatorSupported(String) - Method in class org.tentackle.sql.backends.H2
 
isArrayOperatorSupported(String) - Method in class org.tentackle.sql.backends.Postgres
 
isAssignableFrom(Class<?>, Class<?>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Tests if a given class implements or extends a set of interfaces or classes.
isAssignedToCache(PdoCache<T>) - Method in class org.tentackle.pdo.PdoCacheIndex
Checks if index is assigned to cache.
isAttached() - Method in class org.tentackle.dbms.ManagedConnection
Checks whether a session is attached to this connection.
isAttracked() - Method in enum class org.tentackle.model.TrackType
Returns true if ATTRACKED or FULLTRACKED.
isAutoLogin() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Returns the autologin flag.
isAutoSelect() - Method in class org.tentackle.fx.component.FxComboBox
 
isAutoSelect() - Method in class org.tentackle.fx.component.FxDatePicker
 
isAutoSelect() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isAutoSelect() - Method in class org.tentackle.fx.component.FxPasswordField
 
isAutoSelect() - Method in class org.tentackle.fx.component.FxTextArea
 
isAutoSelect() - Method in class org.tentackle.fx.component.FxTextField
 
isAutoSelect() - Method in interface org.tentackle.fx.FxTextComponent
Returns whether the auto-select feature is enabled.
isAutoSelect() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
isAutoSelect() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
isAutoSelect() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Gets the autoselect flag.
isAutoSelect() - Method in interface org.tentackle.model.CommonOptions
Returns whether autoselect should be turned on.
isAutoSelect() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isAutoSync() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
isAutoSync() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isAutoSync() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether the preferences are automatically synchronized with the database backend.
isBackendKeepAliveEnabled() - Method in class org.tentackle.sql.BackendInfo
Returns whether dummy selects should be sent periodically or only on re-use of an idle connection.
isBatched() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Returns whether statement is batched.
isBeforeFirst() - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves whether the cursor is before the first row in this ResultSet object.
isBeforeFirst() - Method in interface org.tentackle.misc.ScrollableResource
Checks whether the scrollable resource is before the first row.
isBeforeFirst() - Method in class org.tentackle.persist.ResultSetCursor
Checks whether the cursor is before the first row.
isBeginModified() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the modification state of begin.
isBeginModified() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
isBindable() - Method in class org.tentackle.fx.component.FxCheckBox
 
isBindable() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isBindable() - Method in class org.tentackle.fx.component.FxColorPicker
 
isBindable() - Method in class org.tentackle.fx.component.FxComboBox
 
isBindable() - Method in class org.tentackle.fx.component.FxDatePicker
 
isBindable() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isBindable() - Method in class org.tentackle.fx.component.FxListView
 
isBindable() - Method in class org.tentackle.fx.component.FxPasswordField
 
isBindable() - Method in class org.tentackle.fx.component.FxRadioButton
 
isBindable() - Method in class org.tentackle.fx.component.FxTableView
 
isBindable() - Method in class org.tentackle.fx.component.FxTextArea
 
isBindable() - Method in class org.tentackle.fx.component.FxTextField
 
isBindable() - Method in class org.tentackle.fx.component.FxToggleButton
 
isBindable() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isBindable() - Method in class org.tentackle.fx.component.FxTreeView
 
isBindable() - Method in class org.tentackle.fx.container.FxAccordion
 
isBindable() - Method in class org.tentackle.fx.container.FxAnchorPane
 
isBindable() - Method in class org.tentackle.fx.container.FxBorderPane
 
isBindable() - Method in class org.tentackle.fx.container.FxButtonBar
 
isBindable() - Method in class org.tentackle.fx.container.FxDialogPane
 
isBindable() - Method in class org.tentackle.fx.container.FxFlowPane
 
isBindable() - Method in class org.tentackle.fx.container.FxGridPane
 
isBindable() - Method in class org.tentackle.fx.container.FxHBox
 
isBindable() - Method in class org.tentackle.fx.container.FxPane
 
isBindable() - Method in class org.tentackle.fx.container.FxScrollPane
 
isBindable() - Method in class org.tentackle.fx.container.FxSplitPane
 
isBindable() - Method in class org.tentackle.fx.container.FxStackPane
 
isBindable() - Method in class org.tentackle.fx.container.FxTab
 
isBindable() - Method in class org.tentackle.fx.container.FxTabPane
 
isBindable() - Method in class org.tentackle.fx.container.FxTextFlow
 
isBindable() - Method in class org.tentackle.fx.container.FxTilePane
 
isBindable() - Method in class org.tentackle.fx.container.FxTitledPane
 
isBindable() - Method in class org.tentackle.fx.container.FxToolBar
 
isBindable() - Method in class org.tentackle.fx.container.FxVBox
 
isBindable() - Method in interface org.tentackle.fx.FxControl
Determines whether this container is bindable.
isBindable() - Method in class org.tentackle.fx.FxControlDelegate
 
isBindable() - Method in interface org.tentackle.model.CommonOptions
Generate bindable annotation.
isBindable() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isBlankZero() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
isBlankZero() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Defines the "blankzero" attribute of the column.
isBlocking() - Method in interface org.tentackle.io.ReconnectionPolicy
Determines what happens to the thread encountering a dead resource.
If blockung, the thread will wait until the resource is up again.
If non-blocking, the thread will simply receive the exception.
isBluntDeclared() - Method in class org.tentackle.model.impl.RelationImpl
 
isBluntDeclared() - Method in interface org.tentackle.model.Relation
Returns whether the blunt-method becomes part if the interface.
isBool() - Method in interface org.tentackle.sql.DataType
Returns whether this is a boolean or Boolean type.
isBool() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isBool() - Method in class org.tentackle.sql.datatypes.BooleanType
 
isBound() - Method in class org.tentackle.io.SocketWrapper
 
isBundleProvided() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Returns whether a resource bundle is provided.
isBundleProvided() - Method in interface org.tentackle.fx.rdc.GuiProvider
Returns whether a resource bundle is provided.
isBundleProvided() - Method in class org.tentackle.fx.table.DefaultTableConfigurationProvider
Returns whether a resource bundle is provided.
isCacheable() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether object is cacheable or not.
The default implementation always returns true, but apps can use this as a filter.
isCacheable() - Method in class org.tentackle.persist.AbstractPersistentObject
Determines whether object is cacheable or not.
isCached() - Method in interface org.tentackle.model.EntityOptions
Returns whether the entity provides a cache.
Only applicable to root entities.
isCached() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isCached() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether object is cached.
isCached() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isCached() - Method in class org.tentackle.script.AbstractScript
 
isCached() - Method in interface org.tentackle.script.Script
Returns whether there is only one compiled script for the same code.
isCamelCaseEnabled() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Returns whether preselection via camelcase is enabled.
isCancelled() - Method in class org.tentackle.dbms.StatementWrapper
Returns whether this statement has been cancelled.
May be invoked from any thread.
isCaseSensitive() - Method in class org.tentackle.fx.component.auto.SeparatorSuggestionGenerator
Returns whether comparison is case-sensitive.
isCaseSensitive() - Method in class org.tentackle.fx.component.auto.SimpleSuggestionGenerator
Returns whether comparison is case-sensitive.
isCellEditor() - Method in interface org.tentackle.fx.FxComponent
Returns whether this component is a table- or treetable cell editor.
isChangeable() - Method in interface org.tentackle.bind.Binding
Gets the current changeable state of the bound element.
isChangeable() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
isChangeable() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
isChangeable() - Method in class org.tentackle.fx.component.FxCheckBox
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxChoiceBox
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxColorPicker
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxComboBox
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxDatePicker
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxHTMLEditor
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxListView
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxPasswordField
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxRadioButton
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxTableView
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxTextArea
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxTextField
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxToggleButton
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.component.FxTreeView
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxAccordion
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxAnchorPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxBorderPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxButtonBar
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxDialogPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxFlowPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxGridPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxHBox
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxScrollPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxSplitPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxStackPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxTab
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxTabPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxTextFlow
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxTilePane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxTitledPane
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxToolBar
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.container.FxVBox
Gets the value of the changeable property.
isChangeable() - Method in interface org.tentackle.fx.FxControl
Returns if this control is changeable.
isChangeable() - Method in class org.tentackle.fx.FxControlDelegate
Gets the value of the changeable property.
isChangeable() - Method in class org.tentackle.fx.rdc.PdoEditor
Get the changeable property of the editor's view.
isChangeable(ValidationContext) - Method in interface org.tentackle.validate.ChangeableBindingEvaluator
Determines the value of the field's changeable attribute.
isChangeable(ValidationContext) - Method in class org.tentackle.validate.validator.ChangeableImpl
Determines the value of the field's changeable attribute.
isChangeableDynamic() - Method in interface org.tentackle.validate.ChangeableBindingEvaluator
Determines whether the field's changeable property is determined dynamically.
isChangeableDynamic() - Method in class org.tentackle.validate.validator.ChangeableImpl
Determines whether the field's changeable property is determined dynamically.
isCheckedByApplication() - Method in enum class org.tentackle.model.Integrity
Returns whether integrity is checked on the application level.
isCheckingStatementResultSetParameters() - Static method in class org.tentackle.dbms.ManagedConnection
Returns whether to check that requested resulttype and concurrency matches the prepared statement reused.
isClassValuableForStackTrace(String) - Static method in class org.tentackle.common.ExceptionHelper
Checks if the class provides valuable information within a stacktrace.
isClearOnRemoteSave() - Method in class org.tentackle.model.impl.RelationImpl
 
isClearOnRemoteSave() - Method in interface org.tentackle.model.Relation
Returns whether the relation should be cleared before save.
Used for non-composite serialized relations that should not be transmitted to the server.
isClientAuthenticationRequired() - Method in class org.tentackle.io.RMISocketFactoryFactory
Returns whether server requests SSL-client-authentication.
isClientTx() - Method in class org.tentackle.dbms.Db
Checks whether current transaction was initiated by a remote client.
isClobSupported() - Method in interface org.tentackle.sql.Backend
Returns whether the backend support CLOB types.
If not, it will be emulated as VARCHAR with the maximum possible size.
isClobSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isClobSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isCloned() - Method in class org.tentackle.dbms.Db
Gets the cloned state.
isCloned() - Method in class org.tentackle.misc.CopyOnWriteCollection
Returns whether collection is cloned.
isCloned() - Method in interface org.tentackle.pdo.AdminExtension.SessionData
Gets the clone flag of the session.
isCloned() - Method in class org.tentackle.session.DefaultSessionInfo
 
isCloned() - Method in interface org.tentackle.session.SessionInfo
Checks whether this session info is cloned.
isClosed() - Method in class org.tentackle.dbms.ManagedConnection
Gets the connection's closed state.
isClosed() - Method in class org.tentackle.dbms.ResultSetWrapper
Determines whether the result set is closed.
isClosed() - Method in class org.tentackle.dbms.StatementWrapper
Determines whether this statement is closed.
isClosed() - Method in class org.tentackle.io.CompressedInputStream
Returns the closed state.
isClosed() - Method in class org.tentackle.io.CompressedOutputStream
 
isClosed() - Method in class org.tentackle.io.SocketWrapper
 
isClosed() - Method in interface org.tentackle.misc.ScrollableResource
Returns whether the scrollable resource is closed.
isClosed() - Method in class org.tentackle.persist.ResultSetCursor.FetchList
Returns whether list is closed.
isClosed() - Method in class org.tentackle.persist.ResultSetCursor
Returns whether the cursor is closed.
isCloseStatementOnclose() - Method in class org.tentackle.dbms.ResultSetWrapper
Gets the statement-on-close flag.
isCollectingStatistics() - Method in class org.tentackle.dbms.DbTransactionFactory
Returns whether statistics are collected.
isCollectingStatistics() - Static method in class org.tentackle.dbms.ManagedConnection
Returns whether to collect statement statistics.
isCollectingStatistics() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Returns whether statistics should be collected.
isCollectingStatistics() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether statistics should be collected.
isCollectionModified(Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.pdo.PdoUtilities
Checks whether some objects in the list are modified.
Useful for recursive optimizations.
isColumnCountBackendSpecific() - Method in interface org.tentackle.sql.DataType
Returns whether the number of columns is backend-specific.
For such types the following restrictions apply: no CN_... will be generated for the individual columns, just the column basename they cannot be used as wurblet arguments (to generate the WHERE-clause) the application cannot refer to a column in a backend-agnostic way
isColumnCountBackendSpecific() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isColumnCountBackendSpecific() - Method in class org.tentackle.sql.datatypes.I18NTextType
 
isColumnMenuEnabled() - Method in class org.tentackle.fx.rdc.table.TablePopup
Returns whether the column menu is enabled.
isColumnVisible(TableColumnConfiguration<?, ?>) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Returns whether a column is visible.
isCommitOnCloseVoucherValid() - Method in class org.tentackle.dbms.ResultSetWrapper
Returns whether the commitOnCloseVoucher is valid.
isCommunicationLinkException(SQLException) - Method in interface org.tentackle.sql.Backend
Determines whether exception is a communication error.
isCommunicationLinkException(SQLException) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isComponent() - Method in class org.tentackle.pdo.PdoMember
Returns whether member is a component of the PDO.
Notice that attributes are always components.
isComposite() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isComposite() - Method in interface org.tentackle.model.Entity
Returns whether entity has composite relations.
isComposite() - Method in interface org.tentackle.model.ForeignKey
Returns whether the reference is via a composite relation.
isComposite() - Method in class org.tentackle.model.impl.EntityImpl
 
isComposite() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
isComposite() - Method in class org.tentackle.model.impl.RelationImpl
 
isComposite() - Method in interface org.tentackle.model.Relation
Returns whether the relation points to components of a composite.
isComposite() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether this PDO is a composite.
Composite PDOs consist of other component PDOs, defined via composite relations.
Notice that a composite root entity is synonym to the aggregate root in DDD lingo.
isComposite() - Method in class org.tentackle.persist.AbstractPersistentObject
Tells whether this object is composite (i.e. has composite relations).
The method is overridden by the PdoRelations-wurblet if at least one relation is flagged as "composite".
isComposite() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isCompositesCheckedByDatabase() - Method in enum class org.tentackle.model.Integrity
Returns whether integrity is checked by the database for composite entities.
isConditionValid(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Checks whether the validator applies at all.
isConditionValid(ValidationContext) - Method in interface org.tentackle.validate.Validator
Checks whether the validator applies at all.
isConnectable() - Method in class org.tentackle.sql.BackendInfo
Returns whether backend info can be used to connect.
isConnected() - Method in class org.tentackle.io.SocketWrapper
 
isConnectionKeepAlive() - Method in class org.tentackle.dbms.MpxConnectionManager
Returns whether to send dummy selects to the backend periodically.
isConnectionKeepAliveEnabled() - Method in class org.tentackle.dbms.ManagedConnection
Returns whether dummy selects are sent periodically to the backend.
isConnectionVerificationNecessary() - Method in class org.tentackle.dbms.ManagedConnection
Returns whether timeout is enabled and connection wasn't use for a long time and needs verification.
isConnectionVerificationNecessary(long) - Method in class org.tentackle.dbms.ManagedConnection
Returns whether timeout is enabled and connection wasn't use for a long time and needs verification.
isConstraintException(SQLException) - Method in interface org.tentackle.sql.Backend
Determines whether exception is a constraint violation.
isConstraintException(SQLException) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxCheckBox
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxColorPicker
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxComboBox
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxDatePicker
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxListView
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxPasswordField
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxRadioButton
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxTableView
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxTextArea
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxTextField
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxToggleButton
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.component.FxTreeView
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxAccordion
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxAnchorPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxBorderPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxButtonBar
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxDialogPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxFlowPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxGridPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxHBox
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxScrollPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxSplitPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxStackPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxTab
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxTabPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxTextFlow
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxTilePane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxTitledPane
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxToolBar
 
isContainerChangeableIgnored() - Method in class org.tentackle.fx.container.FxVBox
 
isContainerChangeableIgnored() - Method in interface org.tentackle.fx.FxControl
Returns whether setContainerChangeable is ignored by this control.
isContainerChangeableIgnored() - Method in class org.tentackle.fx.FxControlDelegate
 
isContextId() - Method in interface org.tentackle.model.AttributeOptions
Returns whether this is the object id holding the context.
isContextId() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isControlChangeable() - Method in class org.tentackle.fx.FxControlDelegate
Gets the last intended changeability for this control.
Might differ from effective changeability if container changed its changeability.
isConvertible() - Method in interface org.tentackle.model.Attribute
Returns whether the attribute's type implements a Convertible.
isConvertible() - Method in class org.tentackle.model.impl.AttributeImpl
 
isCopy() - Method in class org.tentackle.dbms.AbstractDbObject
 
isCopy() - Method in interface org.tentackle.misc.Snapshotable
Returns whether this is a deep copy.
isCopy() - Method in class org.tentackle.misc.TrackedArrayList
 
isCopy() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isCopyToClipboardEnabled() - Method in class org.tentackle.fx.component.FxListView
Returns whether the copy to clipboard feature is enabled.
isCopyToClipboardEnabled() - Method in class org.tentackle.fx.component.FxTableView
Returns whether the copy to clipboard feature is enabled.
isCopyToClipboardEnabled() - Method in class org.tentackle.fx.component.FxTreeTableView
Returns whether the copy to clipboard feature is enabled.
isCountingModification(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether modifications of this object are counted in the modification table.
Counting is also turned on if the PDO provides a tableserial.
isCountingModification(ModificationType) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isCountingModification(ModificationType) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
isCountModificationAllowed() - Method in class org.tentackle.dbms.Db
Checks whether objects are allowed to count modifications.
isCrashed() - Method in class org.tentackle.dbms.Db
Gets the crash flag.
May be invoked from any thread.
isCreatePdoAllowed() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns whether creating a new PDO is allowed.
isCrudCachingEnabled(T) - Method in class org.tentackle.fx.rdc.RdcUtilities
Determines whether the crud controller is cached.
isCrudShown() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns whether a CRUD is currently shown for this search.
isCurrent() - Method in interface org.tentackle.session.Session
Returns whether this session is the thread's local current session.
isDaemonEnabled(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Determines whether the daemon for given index is enabled or not.
isDarkMode() - Method in class org.tentackle.fx.FxUtilities
Returns whether to enable dark mode.
isDatabaseInMemory(String) - Method in interface org.tentackle.sql.Backend
Returns whether the URL denotes an in-memory database.
Used by test suites to decide whether to populate the database before running the tests.
isDatabaseInMemory(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isDatabaseInMemory(String) - Method in class org.tentackle.sql.backends.H2
 
isDateOrTime() - Method in interface org.tentackle.sql.DataType
Returns whether this is a date and/or time type.
isDateOrTime() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isDateOrTime() - Method in class org.tentackle.sql.datatypes.AbstractDateTimeType
 
isDead() - Method in interface org.tentackle.daemon.Supervisable
Returns whether this supervisable is dead and needs to be killed.
isDead() - Method in class org.tentackle.dbms.ManagedConnection
Returns whether connection is marked dead
isDead() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isDeeplyReferenced() - Method in interface org.tentackle.model.Entity
Returns whether this entity or one of its components is deeply referenced.
isDeeplyReferenced() - Method in class org.tentackle.model.impl.EntityImpl
 
isDeepReference() - Method in class org.tentackle.model.impl.RelationImpl
 
isDeepReference() - Method in interface org.tentackle.model.Relation
Returns whether this relation is a deep reference.
Deep references point to components of another composite entity.
isDefault() - Method in class org.tentackle.security.DefaultSecurityResult
 
isDefault() - Method in interface org.tentackle.security.SecurityResult
Returns whether the result was created by default.
isDefaultButton() - Method in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Returns whether this is the default button.
isDefaultEqual(ColumnMetaData, SqlType, Object) - Method in interface org.tentackle.sql.Backend
Checks whether the column's default corresponds to the model's default value.
isDefaultEqual(ColumnMetaData, SqlType, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isDeleted() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether object is deleted.
isDeleted() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether object is deleted.
isDeletionCascaded() - Method in interface org.tentackle.model.Entity
Returns the cascade-flag if it is the same for all composite relations.
If there are no composite relations at all, false is returned.
isDeletionCascaded() - Method in class org.tentackle.model.impl.EntityImpl
 
isDeletionCascaded() - Method in class org.tentackle.model.impl.RelationImpl
 
isDeletionCascaded() - Method in interface org.tentackle.model.Relation
Returns whether deletion is cascaded to elements in lists.
isDeletionFromMainClass() - Method in class org.tentackle.model.impl.RelationImpl
 
isDeletionFromMainClass() - Method in interface org.tentackle.model.Relation
Returns whether delete method is invoked on main class instead of relation class.
isDeniedBy(Class<?>...) - Method in interface org.tentackle.security.Permission
Checks at least one of the given permissions implements this requested permission.
isDeniedBy(Class<?>...) - Method in class org.tentackle.security.permissions.AbstractPermission
 
isDeniedBy(Class<?>...) - Method in class org.tentackle.security.permissions.AllPermissionImpl
 
isDeprecated() - Method in interface org.tentackle.sql.Backend
Returns whether this backend is deprecated and superseded by a newer implementation.
Deprecated backends are omitted from BackendFactory.getAllBackends().
isDeprecated() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isDeprecated() - Method in class org.tentackle.sql.backends.Oracle
 
isDeprecated() - Method in class org.tentackle.sql.backends.Oracle8
 
isDescending() - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
isDescending() - Method in interface org.tentackle.model.IndexAttribute
Returns whether the attribute is descending.
isDescending() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Returns ascending or descending order.
isDescriptionModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of description.
isDescriptionModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isDeselectAllowed() - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
Returns whether deselect is allowed.
isDeselectAllowed() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
Returns whether deselect is allowed.
isDeselectAllowed() - Method in class org.tentackle.fx.component.FxChoiceBox
Returns whether deselect is allowed via delete or backspace key.
If null, it is determined according to type and/or mandatory property.
isDeselectAllowed() - Method in class org.tentackle.fx.component.FxComboBox
Returns whether deselect is allowed via delete or backspace key.
If null, it is determined according to type and/or mandatory property.
isDestinationReferringLog() - Method in class org.tentackle.dbms.ModificationLog
Returns whether the modlog refers to the PDO at the destination side during replay.
isDialogAllowed(DomainContext) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Returns whether user determined by given domain context is allowed to use the security dialog.
isDigitsOnly() - Method in interface org.tentackle.model.AttributeOptions
Returns whether only digits are allowed as input.
Applies only to strings.
isDigitsOnly() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isDomainContextImmutable() - Method in interface org.tentackle.pdo.DomainContextDependable
Returns whether the domain context is immutable.
isDomainContextImmutable() - Method in class org.tentackle.pdo.DummyPersistentOperation
Returns whether the domain context is immutable.
isDomainContextImmutable() - Method in class org.tentackle.persist.AbstractPersistentObject
Returns whether the domain context is immutable.
isDomainContextImmutable() - Method in class org.tentackle.persist.AbstractPersistentOperation
Returns whether the domain context is immutable.
isDomainContextImmutable() - Method in class org.tentackle.persist.AdminExtensionAdapter
 
isDomainContextUsed() - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
 
isDomainContextUsed() - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
isDomainKey() - Method in interface org.tentackle.model.AttributeOptions
Returns whether this is a unique domain key (or part of it).
isDomainKey() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isDomainKey() - Method in class org.tentackle.pdo.PdoMember
Returns whether this is a domain key.
isDowncastNecessary() - Method in interface org.tentackle.sql.DataType
For certain numeric types, a downcast is necessary when assigning literals.
isDowncastNecessary() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isDowncastNecessary() - Method in class org.tentackle.sql.datatypes.ByteType
 
isDowncastNecessary() - Method in class org.tentackle.sql.datatypes.ShortType
 
isDragAccepted(DragEvent) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
isDragAccepted(DragEvent) - Method in interface org.tentackle.fx.rdc.GuiProvider
Checks whether drag over the pdo is accepted.
isDropIfExistsEnabled() - Method in interface org.tentackle.sql.Backend
Returns whether backend should add IF EXISTS for generated DROPs.
isDropIfExistsEnabled() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
Adds "IF EXISTS" to drop clauses, if supported by the backend.
Makes migration a little more robust in case the same SQL scripts are applied to different databases than those used to generate the migration scripts for.
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.Db2
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.H2
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.Informix
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.MariaDb
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.MsSql
 
isDropIfExistsSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isDummy() - Method in class org.tentackle.reflect.Mixin
Returns whether this is a dummy mixin.
isEditable() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isEditable() - Method in interface org.tentackle.fx.FxTextComponent
Returns whether the component is in text-editing mode.
Some components, such as FxComboBox, are a FxTextComponent, but can work in editable and non-editable mode.
Not to be mixed up with FxControl.isChangeable()!
isEditable() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
isEditable() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Gets whether the user can change the editor's contents.
isEditable() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
isEditable() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Returns whether column is editable.
isEditAllowed() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
isEditAllowed() - Method in interface org.tentackle.fx.rdc.GuiProvider
Returns whether the editor allows editing of the current pdo.
isEditAllowed() - Method in class org.tentackle.fx.rdc.PdoEditor
Returns whether the user has sufficient permissions to edit the PDO.
isEditAllowed() - Method in class org.tentackle.fx.rdc.PdoViewer
 
isEditAllowed() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether the user is allowed to edit this PDO.
Can be used to determine whether object is editable by the user.
isEditAllowed() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isEditAllowed(AbstractPersistentObject<?, ?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the edit permission for a PDO.
isEditing() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Returns whether the PDO is being edited effectively.
isEditorAvailable() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
isEditorAvailable() - Method in interface org.tentackle.fx.rdc.GuiProvider
Returns whether a controller is available to edit or view this object.
isEditorAvailable() - Method in class org.tentackle.fx.rdc.security.SecurityGuiProvider
 
isEffectivelyComposite() - Method in interface org.tentackle.model.Entity
Returns whether entity has composite non-embedded relations.
isEffectivelyComposite() - Method in class org.tentackle.model.impl.EntityImpl
 
isElementModified() - Method in class org.tentackle.misc.TrackedArrayList
 
isElementModified() - Method in interface org.tentackle.misc.TrackedList
Returns whether some elements are modified.
The elements must implement Modifiable.
isEmbedded() - Method in interface org.tentackle.model.Attribute
Returns whether the attribute belongs to an embedded entity.
isEmbedded() - Method in interface org.tentackle.model.Entity
Returns whether this is an embedded entity.
Such entities are embedded via embedding relations.
isEmbedded() - Method in class org.tentackle.model.impl.AttributeImpl
 
isEmbedded() - Method in class org.tentackle.model.impl.EntityImpl
 
isEmbedded() - Method in class org.tentackle.model.impl.RelationImpl
 
isEmbedded() - Method in interface org.tentackle.model.Relation
Returns whether the relation belongs to an embedded entity.
isEmbedded() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether this is an embedded PDO.
Embedded PDOs are components with their attributes embedded in the parent object's table.
isEmbedded() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isEmbedding() - Method in class org.tentackle.model.impl.RelationImpl
 
isEmbedding() - Method in interface org.tentackle.model.Relation
Returns whether the relation points to an embedded entity.
isEmpty() - Method in class org.tentackle.common.I18NText
 
isEmpty() - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
isEmpty() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
isEmpty() - Method in class org.tentackle.ns.DefaultNumberSource
 
isEmpty() - Method in interface org.tentackle.ns.NumberSource
Returns whether pool is empty.
isEmpty() - Method in interface org.tentackle.ns.pdo.NumberRangeDomain
Returns whether range is empty.
isEnabled() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Returns whether this feature is enabled for the control.
isEnabled() - Static method in class org.tentackle.i18n.StoredBundleFactory
Returns whether loading bundles from backend is enabled at all.
isEnabled() - Method in class org.tentackle.pdo.PdoCache
Checks whether cache is enabled at all.
isEnabled() - Method in class org.tentackle.persist.lock.DefaultLockManager
 
isEnabled() - Method in interface org.tentackle.persist.LockManager
Returns whether the lock manager is enabled.
isEnabled() - Method in class org.tentackle.security.DefaultSecurityManager
 
isEnabled() - Method in interface org.tentackle.security.SecurityManager
Determines whether this manager is enabled.
isEndModified() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the modification state of end.
isEndModified() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
isEngineThreadSafe(ScriptEngineFactory) - Method in class org.tentackle.script.jsr.JSR223Language
Determines whether the execution of scripts is threadsafe.
isEntity() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether instances of this class exist as database entities.
isErrorTemporary() - Method in class org.tentackle.fx.component.FxCheckBox
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxColorPicker
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxComboBox
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxDatePicker
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxListView
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxPasswordField
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxRadioButton
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxTableView
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxTextArea
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxTextField
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxToggleButton
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isErrorTemporary() - Method in class org.tentackle.fx.component.FxTreeView
 
isErrorTemporary() - Method in interface org.tentackle.fx.ErrorPopupSupported
Returns whether this is a temporary error.
Temporary errors are set by the value translators typically if some parsing failed.
isErrorTemporary() - Method in class org.tentackle.fx.FxComponentDelegate
 
isEscapeProcessingEnabled() - Method in class org.tentackle.sql.DefaultScriptRunner
 
isEscapeProcessingEnabled() - Method in interface org.tentackle.sql.ScriptRunner
Returns whether JDBC escape processing is enabled.
isExceptionErrorCodeMatching(SQLException, int...) - Method in class org.tentackle.sql.backends.AbstractBackend
Checks if the exception's error code equals given number(s).
isExceptionStateMatching(SQLException, String...) - Method in class org.tentackle.sql.backends.AbstractBackend
Checks if the exception's state equals given string(s).
isExceptionStateStartingWith(SQLException, String...) - Method in class org.tentackle.sql.backends.AbstractBackend
Checks if the exception's state starts with a given string(s).
isExecutionPending() - Method in class org.tentackle.dbms.PreparedStatementWrapper
Returns whether parameters have been set so that execution is pending.
isExpired() - Method in class org.tentackle.dbms.ManagedConnection
Returns whether connection has expired.
Expired connections should be closed and reopened.
isExpired() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether object has been marked expired.
Expired objects will be reloaded from the database by the cache when the object is retrieved again.
isExpired() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether object has been marked expired.
isExplicitIdAliasRequired() - Method in class org.tentackle.persist.Join
Returns whether an extra ID-alias must be added to the joined select statement.
isExplicitIdAliasRequiredInJoins() - Method in class org.tentackle.persist.AbstractPersistentObject
Returns whether an explicit id alias is necessary in joins.
This applies to MULTI-table inherited PDOs only (abstracts and leaves).
isExpressionReferringToTableBeingUpdatedSupported() - Method in interface org.tentackle.sql.Backend
Determines whether backend allows expressions referring to tables being updated.
isExpressionReferringToTableBeingUpdatedSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isExpressionReferringToTableBeingUpdatedSupported() - Method in class org.tentackle.sql.backends.MySql
 
isExtraCommitRequired() - Method in interface org.tentackle.sql.Backend
According to the JDBC-specs Connection.setAutoCommit(boolean)(true) should commit, but some backends require an extra Connection.commit().
isExtraCommitRequired() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isExtraCommitRequired() - Method in class org.tentackle.sql.backends.Oracle8
 
isFallbackToProperties() - Static method in class org.tentackle.i18n.StoredBundleControl
Returns whether properties should be tried if no stored bundle found.
isFetchResultValid() - Method in class org.tentackle.dbms.StatementStatisticsResult
Returns whether the statement involved fetching from a result set.
isFile() - Method in interface org.tentackle.model.EntityInfo
Returns true if the URL points to a file.
isFile() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
isFilteredIndexSupported() - Method in interface org.tentackle.sql.Backend
Returns whether backend supports filtered indexes.
isFilteredIndexSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isFilteredIndexSupported() - Method in class org.tentackle.sql.backends.MsSql
 
isFilteredIndexSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isFinallyImmutable() - Method in class org.tentackle.dbms.AbstractDbObject
 
isFinallyImmutable() - Method in interface org.tentackle.misc.Immutable
Returns whether object is finally immutable.
isFinallyImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
isFinallyImmutable() - Method in class org.tentackle.session.DefaultSessionInfo
 
isFinderAvailable() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
isFinderAvailable() - Method in interface org.tentackle.fx.rdc.GuiProvider
Returns whether a finder is available to search for PDOs.
isFinderVisible() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns whether the finder is visible.
isFineLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isFineLoggable() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isFineLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level FINE.
isFineLoggable() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isFinerLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isFinerLoggable() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isFinerLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level FINER.
isFinerLoggable() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isForcedModified() - Method in class org.tentackle.dbms.AbstractDbObject
Returns the modified flag.
Necessary for fulltracked PDOs only, since attributedModified will be overridden with differsPersisted and setModified(true) invoked by the application would not have any effect.
isFormattingDate(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for date.
isFormattingOffset(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for the zone offset.
isFormattingTime(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for time.
isFormattingTimeZone(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for the timezone.
isFQCN(String) - Static method in class org.tentackle.common.StringHelper
Checks whether given string is a fully qualified classname (FQCN).
The class must belong to a package!
isFromSuper() - Method in interface org.tentackle.model.CommonOptions
Declared in super class.
isFromSuper() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isFromThisJVM() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether this object has been created in this JVM.
isFunction(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a function that accepts one argument and produces a result.
isFunctionBasedIndexSupported() - Method in interface org.tentackle.sql.Backend
Returns whether function based indexes are supported.
isFunctionBasedIndexSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isFunctionBasedIndexSupported() - Method in class org.tentackle.sql.backends.Db2
 
isFunctionBasedIndexSupported() - Method in class org.tentackle.sql.backends.MySql
 
isFunctionBasedIndexSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isGetter(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a getter.
All non-void non-static methods without parameters are considered as getters.
isGMT(String) - Static method in class org.tentackle.sql.datatypes.ZonedDateTimeType
Returns whether the given zoneId string corresponds to GMT.
isGuiProviderAvailable(Class<T>) - Method in class org.tentackle.fx.rdc.DefaultGuiProviderFactory
 
isGuiProviderAvailable(Class<T>) - Method in interface org.tentackle.fx.rdc.GuiProviderFactory
Returns whether a GuiProviderService is available for the given PDO class.
isHidden() - Method in interface org.tentackle.model.Attribute
Returns whether attribute is hidden and not part of the interface.
isHidden() - Method in interface org.tentackle.model.AttributeOptions
Returns whether the attribute is not declared in the interface.
isHidden() - Method in class org.tentackle.model.impl.AttributeImpl
 
isHidden() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isIdValid() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether the object has a valid ID, i.e. not 0.
isImmutable() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether object is immutable.
isImmutable() - Method in interface org.tentackle.misc.Immutable
Returns whether object is immutable.
isImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
isImmutable() - Method in class org.tentackle.model.impl.RelationImpl
 
isImmutable() - Method in interface org.tentackle.model.Relation
Returns whether the relation should be set to immutable after loading.
isImmutable() - Method in class org.tentackle.session.DefaultSessionInfo
 
isImplementedClass(Class<?>) - Method in class org.tentackle.reflect.ReflectiveVisitor
Checks whether a class is potentially implemented by a visit-method.
The default implementation returns true.
isImplicit() - Method in interface org.tentackle.model.Attribute
Returns whether attribute is implicit and not result of an attribute line configuration.
isImplicit() - Method in class org.tentackle.model.impl.AttributeImpl
 
isInfoLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isInfoLoggable() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isInfoLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level INFO.
isInfoLoggable() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isInputShutdown() - Method in class org.tentackle.io.SocketWrapper
 
isInSearchOrEdit() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Returns whether search or edit dialog is currently displayed.
isInSkipMode() - Method in class org.tentackle.dbms.ResultSetWrapper
Returns whether the result set is in skipmode.
isInstanceOfTaskPending(Class<? extends Task>) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isInstanceOfTaskPending(Class<? extends Task>) - Method in interface org.tentackle.task.TaskDispatcher
Returns whether some instance of a task for the given class or any subclass is pending.
isInteractive() - Method in class org.tentackle.app.AbstractApplication
Returns whether the running application is interactive.
isInteractive() - Method in interface org.tentackle.app.Application
Returns whether the running application is interactive.
isInteractive() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
isInterruptable() - Method in class org.tentackle.task.AbstractTask
 
isInterruptable() - Method in interface org.tentackle.task.Task
Returns whether task is safely interruptable.
Non-interruptable tasks will always complete their execution and the Thread.interrupt() will be delayed in TaskDispatcher.
isInverted() - Method in class org.tentackle.persist.NormText
Returns whether the pattern should be interpreted as "NOT LIKE".
isItemMatching(String, Object) - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Returns whether item is matching prefix string.
isJavaTypeGenerified() - Method in interface org.tentackle.sql.DataType
Returns whether the inner type describes a generified java type.
Implies DataType.isModelProvidingInnerType().
isJavaTypeGenerified() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isJavaTypeGenerified() - Method in class org.tentackle.sql.datatypes.BinaryType
 
isJoinedLetter(char, char) - Method in class org.tentackle.model.ModelUtilities
Returns whether two character can be regarded as one.
isKeysLoaded() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Returns whether Keys is loaded.
isKeysLoaded() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isKilled() - Method in interface org.tentackle.daemon.Killable
Returns whether thread has been killed.
This doesn't necessarily mean that it's not alive anymore.
isKilled() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isKillSessionAllowed() - Method in class org.tentackle.fx.rdc.admin.SessionsView
Returns whether killing a session is allowed.
isLanguageAvailable(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
isLanguageAvailable(String) - Method in interface org.tentackle.script.ScriptFactory
Check if a scripting language is available.
isLeadingSelectMissing(StringBuilder) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
isLeaf() - Method in class org.tentackle.fx.rdc.PdoTreeItem
 
isLenient() - Method in class org.tentackle.fx.component.FxComboBox
 
isLenient() - Method in class org.tentackle.fx.component.FxDatePicker
 
isLenient() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isLenient() - Method in class org.tentackle.fx.component.FxPasswordField
 
isLenient() - Method in class org.tentackle.fx.component.FxTextArea
 
isLenient() - Method in class org.tentackle.fx.component.FxTextField
 
isLenient() - Method in interface org.tentackle.fx.FxTextComponent
Returns whether parsing to model should be lenient.
isLenient() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
isLenient() - Method in class org.tentackle.fx.translate.AbstractValueTranslator
 
isLenient() - Method in interface org.tentackle.fx.ValueTranslator
Returns whether parsing to model should be lenient.
isLenientMoneyInput(FxTextComponent) - Method in class org.tentackle.fx.FxUtilities
Returns whether decimal separator should be inserted automatically if missing in money input.
This is usually a global setting for the whole application, but it can be filtered according to the component (parent component, etc...).
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxCheckBox
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxColorPicker
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxComboBox
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxDatePicker
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxListView
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxPasswordField
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxRadioButton
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxTableView
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxTextArea
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxTextField
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxToggleButton
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.component.FxTreeView
 
isListenerSuppressedIfModelUnchanged() - Method in interface org.tentackle.fx.FxComponent
Returns whether the ViewToModelListeners should be invoked even if the model's value did not change at all.
By default, the listener will always be invoked.
isListenerSuppressedIfModelUnchanged() - Method in class org.tentackle.fx.FxComponentDelegate
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxCheckBox
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxColorPicker
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxComboBox
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxDatePicker
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxListView
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxPasswordField
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxRadioButton
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxTableView
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxTextArea
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxTextField
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxToggleButton
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.component.FxTreeView
 
isListenerSuppressedIfViewUnchanged() - Method in interface org.tentackle.fx.FxComponent
Returns whether the ModelToViewListeners should be invoked even if the view's value will not change at all.
By default, the listener will always be invoked.
isListenerSuppressedIfViewUnchanged() - Method in class org.tentackle.fx.FxComponentDelegate
 
isListJoin() - Method in class org.tentackle.persist.Join
Returns whether joined to list or object.
isLiteralSupported(Integer) - Method in interface org.tentackle.sql.DataType
Returns whether this type can be used literally in a query String.
isLiteralSupported(Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isLiteralSupported(Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
isLocalClientMode() - Method in class org.tentackle.dbms.DbModificationTracker
Returns whether tracker runs in local client mode.
In this mode, modifications will be persisted immediately.
isLocaleSupported(Locale) - Method in class org.tentackle.common.LocaleProvider
Returns whether given locale is covered by the effective locales.
isLocationAware() - Method in class org.tentackle.log.slf4j.SLF4JLogger
Returns whether this is a location aware logger.
isLockedByAnotherUser() - Method in exception class org.tentackle.pdo.LockException
Returns whether locked by another user or in another context.
isLockFree() - Method in interface org.tentackle.dbms.IdSource
Returns whether retrieving an id is a lock-free operation.
isLockFree() - Method in class org.tentackle.dbms.ObjectId
 
isLockFree() - Method in class org.tentackle.dbms.ObjectSequenceId
 
isLockLingerEnabled() - Method in class org.tentackle.session.DefaultSessionInfo
 
isLockLingerEnabled() - Method in interface org.tentackle.session.SessionInfo
Determines whether token-locks are removed when session is closed.
By default, locks are not removed for cloned sessions.
isLoggable(Logger.Level) - Method in class org.tentackle.log.DefaultLogger
 
isLoggable(Logger.Level) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isLoggable(Logger.Level) - Method in interface org.tentackle.log.Logger
Checks if a message of the given level would actually be logged by this logger.
isLoggable(Logger.Level) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isLoggingInvocationDetails() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Returns whether args and return values will be logged as well.
isLoggingInvocationDetails() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether args and return values will be logged as well.
isLoggingInvocations() - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Returns whether each invocation should be logged.
isLoggingInvocations() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether each invocation should be logged.
isLoggingModification(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether each database modification of this object should be logged.
isLogicallyDifferent(Backend, Index, IndexMetaData, StringBuilder) - Static method in class org.tentackle.model.migrate.IndexMigrator
Compares a model index with an existing database index.
isLogicallyEqualTo(Index) - Method in class org.tentackle.model.impl.IndexImpl
Checks whether other index is logically equal to this index.
isLogModificationAllowed() - Method in class org.tentackle.dbms.Db
Gets the state of logModificationAllowed.
isLogModificationDeferred() - Method in class org.tentackle.dbms.Db
Gets the state for logModificationDeferred.
isLogModificationTxEnabled() - Method in class org.tentackle.dbms.Db
Gets the value of logModificationTx.
isLogOfTransaction() - Method in class org.tentackle.dbms.ModificationLog
Returns whether this modlog belongs to the current transaction.
isLowerCase() - Method in interface org.tentackle.model.CommonOptions
Returns whether lowercase conversion requested.
isLowerCase() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isLowWaterMarkModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of lowWaterMark.
isLowWaterMarkModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isMandatory() - Method in interface org.tentackle.bind.Binding
Gets the current mandatory state of the bound element.
isMandatory() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
isMandatory() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
isMandatory() - Method in class org.tentackle.fx.component.FxCheckBox
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxChoiceBox
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxColorPicker
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxComboBox
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxDatePicker
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxHTMLEditor
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxListView
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxPasswordField
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxRadioButton
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxTableView
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxTextArea
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxTextField
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxToggleButton
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the value of the mandatory property.
isMandatory() - Method in class org.tentackle.fx.component.FxTreeView
Gets the value of the mandatory property.
isMandatory() - Method in interface org.tentackle.fx.FxComponent
Gets the mandatory option.
isMandatory() - Method in class org.tentackle.fx.FxComponentDelegate
Gets the value of the mandatory property.
isMandatory(ValidationContext) - Method in interface org.tentackle.validate.MandatoryBindingEvaluator
Determines the value of the field's mandatory attribute.
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.MandatoryImpl
Determines the value of the field's mandatory attribute.
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotNullImpl
 
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
isMandatoryDynamic() - Method in interface org.tentackle.validate.MandatoryBindingEvaluator
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.MandatoryImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotEmptyImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotNullImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotZeroImpl
Determines whether the field's mandatory property is determined dynamically.
isMapNull() - Method in interface org.tentackle.model.CommonOptions
Map null values to constant in database.
isMapNull() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isMapNullSupported() - Method in interface org.tentackle.sql.DataType
Returns whether this type supports mapping null values to some well-defined constant.
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.CharacterPrimitiveType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.CharacterType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.DateType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.InstantType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.LocalDateType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.StringType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.TimestampType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.UUIDType
 
isMapNullSupported() - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
isMappingIncomplete() - Method in class org.tentackle.fx.translate.AbstractValueTranslator
 
isMappingIncomplete() - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
isMappingIncomplete() - Method in interface org.tentackle.fx.ValueTranslator
Returns whether the model value is only mapped partially to the view.
Such data types may hold more data that could have changed by the translator, but the view object still looks unchanged.
An example for such a type is I18NText.
isMappingToNoTable() - Method in enum class org.tentackle.model.InheritanceType
Returns whether entity does not map to any table.
isMappingToOwnTable() - Method in enum class org.tentackle.model.InheritanceType
Returns whether entity provides its own table.
isMappingToSuperTable() - Method in enum class org.tentackle.model.InheritanceType
Returns whether entity maps to the table of the hierarchy root.
isMarkedReady() - Method in class org.tentackle.dbms.StatementWrapper
Returns whether this statement is marked ready.
Used to determine unused pending statements in servers when closing dead sessions.
isMasterEvent() - Method in class org.tentackle.session.ModificationEvent
Returns whether this is a master event.
Master events provide no details.
isMatchingAll() - Method in class org.tentackle.persist.NormText
Returns whether the pattern matches all.
isMatchingName(String) - Method in interface org.tentackle.sql.Backend
Checks whether the backend belongs to the given name.
isMatchingName(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isMatchingUrl(String) - Method in interface org.tentackle.sql.Backend
Checks whether the backend belongs to the given jdbc url.
If multiple backend implementations are provided for the same database type, only one backend should match the URL.
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.Db2
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.H2
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.Informix
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.MariaDb
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.MsSql
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.MySql
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.Oracle8
 
isMatchingUrl(String) - Method in class org.tentackle.sql.backends.Postgres
 
isMaxCol() - Method in interface org.tentackle.model.CommonOptions
Returns true whether the maxcol binding option should be applied.
isMaxCol() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isMaxSizeHardLimit() - Method in class org.tentackle.pdo.PdoCache
Returns whether maxSize is a hard limit.
isMDCValid() - Method in class org.tentackle.dbms.ManagedConnection
Checks whether the mapped diagnostic context is valid for statistics logging.
isMDCValid() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Checks whether the mapped diagnostic context is valid for statistics logging.
isMissing(PdoCacheIndex.CacheKey) - Method in class org.tentackle.pdo.PdoCacheIndex
Returns whether key is known to belong to a missing PDO.
isModal() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Returns whether CRUD should be treated as modal.
isModal(Stage) - Static method in class org.tentackle.fx.Fx
Returns whether the stage is modal.
isModal(Stage) - Method in class org.tentackle.fx.FxUtilities
Returns whether the stage is modal.
isModelModified() - Method in class org.tentackle.fx.translate.AbstractValueTranslator
 
isModelModified() - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
isModelModified() - Method in interface org.tentackle.fx.ValueTranslator
Returns whether the model is modified compared to value saved via ValueTranslator.saveModelValue(Object).
Only invoked if ValueTranslator.isMappingIncomplete() is true.
isModelProvidingInnerType() - Method in interface org.tentackle.sql.DataType
Returns whether the model provides an inner type.
isModelProvidingInnerType() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isModelProvidingInnerType() - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxCheckBox
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxColorPicker
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxComboBox
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxDatePicker
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxListView
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxPasswordField
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxRadioButton
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxTableView
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxTextArea
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxTextField
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxToggleButton
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isModelUpdated() - Method in class org.tentackle.fx.component.FxTreeView
 
isModelUpdated() - Method in interface org.tentackle.fx.FxComponent
Returns whether model was updated and FxControl.updateView() not invoked since then.
Some components, such as FxTableView, never update the model because this is already done by the ObservableList.
isModelUpdated() - Method in class org.tentackle.fx.FxComponentDelegate
 
isModificationTrackerSession() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Returns whether this is the remote session of the modification tracker.
isModified() - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether the object should be written to persistent storage because it has been modified.
isModified() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isModified() - Method in interface org.tentackle.misc.Modifiable
Returns whether this object was modified.
isModified() - Method in class org.tentackle.misc.TrackedArrayList
Gets the modification state.
Returns whether objects have been added, removed or replaced or setModified(true) was invoked.
isModified() - Method in interface org.tentackle.misc.TrackedList
Gets the modification state.
Returns whether objects have been added, removed or replaced or setModified(true) was invoked.
isModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isModified(Collection<X>) - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether some objects in the list are modified.
This method is provided to save components in PDOs only.
isMultiEvent() - Method in class org.tentackle.session.ModificationEvent
Returns whether this a multi named event.
isMultiLineExceptionMessage(String, Throwable, Identifiable, Session) - Method in class org.tentackle.dbms.DbSessionUtilities
 
isMultiLineExceptionMessage(String, Throwable, Identifiable, Session) - Method in class org.tentackle.session.SessionUtilities
Returns whether the exception message spans multiple lines.
isMutable() - Method in interface org.tentackle.sql.DataType
Returns whether type is a mutable java object.
Mutable objects may change their state and must implement Freezable.
isMutable() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isMutable() - Method in class org.tentackle.sql.datatypes.BinaryType
 
isMutable() - Method in class org.tentackle.sql.datatypes.DateType
 
isMutable() - Method in class org.tentackle.sql.datatypes.TimestampType
 
isMutable() - Method in class org.tentackle.sql.datatypes.TimeType
 
isMute() - Method in interface org.tentackle.model.CommonOptions
Element is mute.
isMute() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isNameModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of name.
isNameModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isNavigateViaEnterEnabled() - Method in class org.tentackle.fx.component.FxTextArea
Returns whether enter/tab is treated the Tentackle way.
isNegate() - Method in class org.tentackle.misc.CompoundValue
Gets the logical negation flag.
isNegative() - Method in class org.tentackle.common.BMoney
Checks if this money value is negative.
isNew() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether this object is already persistent in the db or only residing in memory.
isNew() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object is already persistent in the database or only residing in memory.
If an object isNew(), it means that it can be persisted (inserted).
isNewAllowed() - Method in class org.tentackle.fx.rdc.PdoEditor
Returns whether the user is allowed to create a new PDO.
isNoConstant() - Method in interface org.tentackle.model.CommonOptions
No constant strings.
isNoConstant() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isNoDeclare() - Method in interface org.tentackle.model.CommonOptions
No declaration code.
isNoDeclare() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isNoMethod() - Method in interface org.tentackle.model.CommonOptions
No getter and setter methods.
isNoMethod() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isNoPrimaryKey() - Method in interface org.tentackle.model.EntityOptions
true if [NOPKEY]-option set.
isNoPrimaryKey() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isNormTextProvided() - Method in interface org.tentackle.model.EntityOptions
true if [NORMTEXT]-option set.
isNormTextProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isNormTextProvided() - Method in interface org.tentackle.pdo.PersistentObject
Indicates whether this entity's model provides at least one normtext column.
isNormTextProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isNotQuotedOrProvided(String, Entity) - Method in class org.tentackle.model.impl.NameVerifierImpl
Checks whether the name is quoted.
isNullable() - Method in interface org.tentackle.model.Attribute
Returns whether database column is nullable.
isNullable() - Method in class org.tentackle.model.impl.AttributeImpl
 
isNullable() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Returns whether column is nullable.
isNullAllowed() - Method in class org.tentackle.misc.TrackedArrayList
 
isNullAllowed() - Method in interface org.tentackle.misc.TrackedList
Returns whether adding null values is allowed.
isNumberPoolIdModified() - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Gets the modification state of numberPoolId.
isNumberPoolIdModified() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
isNumberRangeListLoaded() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Returns whether NumberRange is loaded.
isNumberRangeListLoaded() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isNumeric() - Method in interface org.tentackle.sql.DataType
Returns whether this is a numeric type.
isNumeric() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isNumeric() - Method in class org.tentackle.sql.datatypes.AbstractNumberType
 
isNumeric() - Method in class org.tentackle.sql.datatypes.BMoneyType
 
isNumeric() - Method in class org.tentackle.sql.datatypes.DMoneyType
 
isolation() - Element in annotation interface org.tentackle.pdo.Transaction
The transaction isolation level.
isOnline() - Method in class org.tentackle.ns.DefaultNumberSource
 
isOnline() - Method in interface org.tentackle.ns.NumberSource
Returns whether pool is online.
isOnline() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the attribute online.
isOnline() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isOnlineModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of online.
isOnlineModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isOnlinePersisted() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the last persisted value of online.
isOnlinePersisted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isOpen() - Method in class org.tentackle.dbms.Db
Gets the connection state.
isOpen() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Determines whether the session is open.
isOpen() - Method in interface org.tentackle.session.Session
Gets the session's state.
isOpen() - Method in class org.tentackle.update.CallbackReadableByteChannel
 
isOperation(Class<?>) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
Returns whether the given class is an operation or a PDO.
isOperation(Class<?>) - Method in class org.tentackle.persist.rmi.PdoRemoteDelegateLocator
 
isOptional() - Method in class org.tentackle.model.impl.IndexImpl
 
isOptional() - Method in interface org.tentackle.model.Index
Returns whether the index is optional.
Such an index is only created if the backend supports all features, especially functions and conditions.
isOptionAnnotation(String) - Method in class org.tentackle.model.print.PrintConfiguration
Returns whether given annotation should be printed as an attribute option.
isOptionSet(String) - Method in class org.tentackle.misc.CommandLine
Checks if an option has been set or not.
isOutputShutdown() - Method in class org.tentackle.io.SocketWrapper
 
isOverloadable() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the overloadable flag.
isOverridingEvent(MasterSerialEvent) - Method in interface org.tentackle.session.MasterSerialEvent
Returns whether this event is overriding given other event.
The method is only invoked if MasterSerialEvent.isOverridingOlderEvents() returns true.
isOverridingOlderEvents() - Method in class org.tentackle.app.LogoutEvent
 
isOverridingOlderEvents() - Method in interface org.tentackle.session.MasterSerialEvent
Returns whether only the latest event counts.
Useful for events, that contain status information or alike.
isParallelOk() - Method in class org.tentackle.dbms.StatementWrapper
Returns whether parallel execution on same connection should be logged.
isParent() - Method in class org.tentackle.pdo.PdoMember
Returns whether this is a parent relation.
isParsed() - Method in class org.tentackle.model.impl.IndexImpl
Returns whether index is already parsed.
Indexes are parsed delayed because some attributes may be added later when the whole model is known.
isPartOfNormText() - Method in interface org.tentackle.model.AttributeOptions
Returns whether the attribute becomes part of the normtext.
isPartOfNormText() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isPartOfNormText() - Method in class org.tentackle.model.impl.RelationImpl
 
isPartOfNormText() - Method in interface org.tentackle.model.Relation
Returns whether the relation becomes part of the normtext.
isPdoTypeConfigured() - Method in class org.tentackle.fx.rdc.table.RdcTableColumnConfiguration
Returns whether this column holds PDOs.
isPdoTypeInParentPath(PdoTreeItem<T>) - Method in class org.tentackle.fx.rdc.RdcFxUtilities
Sames as RdcFxUtilities.isValueInParentPath(TreeItem) but for PDO tree items.
isPermissionAccepted(Permission) - Method in interface org.tentackle.pdo.PersistentObject
Checks if the permission for a given permission is accepted.
isPermissionAccepted(Permission) - Method in class org.tentackle.persist.AbstractPersistentObject
 
isPersistable() - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether this object is allowed to be stored in DB.
By default, all mutable objects are allowed to be saved.
isPersistable() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether this object is allowed to be stored in database.
Notice that once a PDO is persisted, the same object reference is no more persistable and must be reloaded.
isPersistable() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isPersisted() - Method in class org.tentackle.session.AbstractSessionConfiguration
Returns whether configuration is loaded from preferences.
isPersistenceOperationAllowed(AbstractDbObject<?>, ModificationType) - Method in class org.tentackle.dbms.Db
Checks whether a persistence operation is allowed.
This is determined by consulting the PersistenceVisitors.
isPersistenceOperationAllowed(AbstractDbObject<?>, ModificationType) - Method in class org.tentackle.dbms.DbTransaction
Checks whether a persistence operation is allowed.
This is determined by consulting the PersistenceVisitors.
isPersistenceOperationAllowed(AbstractDbObject<?>, ModificationType) - Method in class org.tentackle.dbms.IgnoreDuplicatesPersistenceVisitor
Checks whether object has already been persisted.
isPersistenceOperationAllowed(AbstractDbObject<?>, ModificationType) - Method in class org.tentackle.dbms.PersistenceVisitor
Checks if the persistence operation is allowed.
isPooled() - Method in class org.tentackle.dbms.Db
Checks whether this session is pooled.
isPooled() - Method in interface org.tentackle.session.Session
Checks whether this session is pooled.
isPooledDbRemovable(PooledDb) - Method in class org.tentackle.dbms.DbPool
Determines whether the given pooled session can be removed from the pool due to timeout.
isPooledDbRemovable(PooledDb) - Method in class org.tentackle.dbms.MultiUserDbPool
Determines whether the given pooled session can be removed from the pool due to timeout.
This method is provided to override the default in DbPool, which is used a private subclass in MultiUserDbPool.
isPositive() - Method in class org.tentackle.common.BMoney
Checks if this money value is positive.
isPosixEscapeSyntaxSupported() - Method in interface org.tentackle.sql.Backend
Returns whether the backend supports posix-style escapes via backslash.
isPosixEscapeSyntaxSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isPosixEscapeSyntaxSupported() - Method in class org.tentackle.sql.backends.MySql
 
isPredefined() - Method in interface org.tentackle.sql.DataType
Returns whether this is a predefined type.
isPredefined() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isPredefined() - Method in class org.tentackle.sql.datatypes.I18NTextType
 
isPredefined() - Method in class org.tentackle.sql.datatypes.UUIDType
 
isPreloading() - Method in class org.tentackle.pdo.PdoCache
Returns whether this cache is a preloading one.
isPrimaryIdKey() - Method in class org.tentackle.sql.metadata.IndexMetaData
Returns whether this is the primary key for the object id.
isPrimitive() - Method in interface org.tentackle.sql.DataType
Returns whether type is a primitive.
isPrimitive() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.BooleanPrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.BytePrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.CharacterPrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.DoublePrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.FloatPrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.IntegerPrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.LongPrimitiveType
 
isPrimitive() - Method in class org.tentackle.sql.datatypes.ShortPrimitiveType
 
isPrintingAsComment() - Method in class org.tentackle.model.print.PrintConfiguration
Returns whether generated output is a comment block.
isProcessed() - Method in class org.tentackle.model.impl.RelationImpl
 
isProcessed() - Method in interface org.tentackle.model.Relation
Returns whether a process-method is invoked after initialization, select and before save.
The method has the same name as the getter with "get" replaced by "process" and must be provided by the application.
This flag applies to composite relations only.
isProvided() - Method in interface org.tentackle.model.EntityOptions
Returns whether the DDL of this entity is maintained by another application.
Provided entities are ignored by the tentackle-sql maven plugin and no SQL-code will be generated at all, neither for create nor any migration.
isProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isProvidingRootClassIdAccordingToModel() - Method in interface org.tentackle.model.Entity
Returns whether this entity should provide a root class id according to model.
isProvidingRootClassIdAccordingToModel() - Method in class org.tentackle.model.impl.EntityImpl
Returns whether this entity should provide a root class id according to model.
isProvidingRootIdAccordingToModel() - Method in interface org.tentackle.model.Entity
Returns whether this entity should provide a root id according to model.
isProvidingRootIdAccordingToModel() - Method in class org.tentackle.model.impl.EntityImpl
Returns whether this entity should provide a root id according to model.
isQueueEmpty() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isQueueEmpty() - Method in interface org.tentackle.task.TaskDispatcher
Returns whether the task queue is empty.
Depending on the implementation this may be significantly faster than getQueueSize() == 0.
isReadAllowed() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isReadAllowed() - Method in class org.tentackle.persist.AbstractPersistentObject
Determines whether the application is allowed to read this PDO.
Makes no sense to publish in PersistentObject because PDOs without read permissions are not read from the database at all.
isReadAllowed() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the read security for this class in all contexts.
isReadAllowed() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
isReadAllowed(DomainContext) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the read security for this class.
isReadAllowed(AbstractPersistentObject<?, ?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the read permission for a PDO.
isReadOnly() - Method in interface org.tentackle.bind.BindableElement
Returns whether element is read only.
isReadOnly() - Method in interface org.tentackle.bind.BindingMember
Returns whether member is read only.
isReadOnly() - Method in class org.tentackle.bind.DefaultBindableElement
 
isReadOnly() - Method in class org.tentackle.bind.DefaultBindingMember
Returns whether member is read only.
isReadOnly() - Method in class org.tentackle.dbms.Db
Returns whether session is readonly.
isReadOnly() - Method in class org.tentackle.dbms.ManagedConnection
Gets the read-only mode.
isReadOnly() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
isReadOnly() - Method in interface org.tentackle.model.CommonOptions
Element is read-only.
isReadOnly() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isReadOnly() - Method in class org.tentackle.model.impl.RelationImpl
 
isReadOnly() - Method in interface org.tentackle.model.Relation
Returns whether the relation is read only.
isReadOnly() - Method in class org.tentackle.pdo.PdoCache
Returns whether this is a readonly cache.
Objects in a readonly cache will be set to immutable and get their session set to null which will use the thread-local's session to lazily load related objects.
isReadOnly() - Method in class org.tentackle.pdo.PdoCacheIndex
Returns whether the cache is readonly.
isReadOnly() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isReadOnly() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether preferences are readonly.
isReadOnly() - Method in class org.tentackle.reflect.PropertyMapping
Returns whether the property is readonly.
isRealmModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of realm.
isRealmModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isReferenced() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether this object is referenced by other objects.
isReferenced() - Method in class org.tentackle.model.impl.RelationImpl
 
isReferenced() - Method in interface org.tentackle.model.Relation
Returns whether the parent object is referenced by a variable.
isReferenced() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object is referenced by other objects.
isReferenced() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether this object is referenced by other objects.
isReferenced(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
isReferenced(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
isReferenced(long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
isReferenced(Db, long) - Method in class org.tentackle.dbms.DbObjectClassVariables
Determines whether the class of this variable holder is referenced.
isReferenced(Db, long) - Method in class org.tentackle.persist.PersistentObjectClassVariables
 
isReferenced(DomainContext, long) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
isReferenced(DomainContext, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
isReferencedImpl(Db, long, Set<DbObjectClassVariables.ForeignReference>) - Method in class org.tentackle.dbms.DbObjectClassVariables
Determines whether the class of this variable holder is referenced.
isReferencingObject(int, long) - Method in class org.tentackle.dbms.ModificationLog
Checks if there are pending logs for a given object.
isReferencingObject(int, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
isReferencingObject(int, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
isReferencingUser(long) - Method in class org.tentackle.dbms.ModificationLog
Checks if there are pending logs for a given user.
isReferencingUser(long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
isReferencingUser(long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
isRelatedCheckedByDatabase() - Method in enum class org.tentackle.model.Integrity
Returns whether integrity is checked by the database for related entities.
isRelatedTo(ModelElement) - Method in exception class org.tentackle.model.ModelException
Returns whether given element is related to this exception.
isReleaseSavepointSupported() - Method in interface org.tentackle.sql.Backend
Returns whether the backend supports releasing savepoints explicitly.
isReleaseSavepointSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isReleaseSavepointSupported() - Method in class org.tentackle.sql.backends.H2
 
isReleaseSavepointSupported() - Method in class org.tentackle.sql.backends.MySql
 
isReleaseSavepointSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isRemote() - Method in class org.tentackle.dbms.Db
Gets the type of the logical session.
isRemote() - Method in interface org.tentackle.model.EntityOptions
Returns whether entity supports remoting.
isRemote() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isRemote() - Method in interface org.tentackle.session.Session
Gets the persistence locality of this session.
Sessions may refer to persistence layers not running in the current JVM.
isRemote() - Method in class org.tentackle.sql.BackendInfo
Returns whether this backend is remote.
isRemovable() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether this object can be removed.
isRemovable() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object can be removed.
isRemoveAllowed() - Method in class org.tentackle.fx.rdc.PdoEditor
Returns whether the user is allowed to edit the PDO and the PDO is removable.
isRemoved() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Returns whether key has been marked as removed.
isRemoved() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Returns whether node has been marked as removed.
isRenewTokenLockRequested() - Method in class org.tentackle.persist.AbstractPersistentObject
Determines whether to renew the token lock on saveImpl or update.
isReOpenOnceEnabled() - Method in class org.tentackle.dbms.DbModificationTracker
Returns whether the session should be re-opened (once) after a SessionClosedException.
This is usually the case for non-grouped sessions, since grouping usually means that the tracker's session is a lead session for applications such as desktop clients.
isReplayedLeniently(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether the modification of this object should be replayed in lenient mode.
isRequestSizeModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of requestSize.
isRequestSizeModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isReserved() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
Returns whether this is a reserved table.
isReservedSchemaName(String) - Method in interface org.tentackle.sql.Backend
Checks whether this is a reserved schema name for this backend.
isReservedSchemaName(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isReservedSchemaName(String) - Method in class org.tentackle.sql.backends.H2
 
isReservedSchemaName(String) - Method in class org.tentackle.sql.backends.MySql
 
isReservedSchemaName(String) - Method in class org.tentackle.sql.backends.Oracle8
 
isReservedSchemaName(String) - Method in class org.tentackle.sql.backends.Postgres
 
isReservedTable(String) - Method in class org.tentackle.sql.metadata.MetaDataUtilities
Returns whether the given tablename is reserved.
isReservedTableName(String) - Method in interface org.tentackle.sql.Backend
Checks whether this a reserved table name for this backend.
Applies only to tables.
isReservedTableName(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isReservedTableName(String) - Method in class org.tentackle.sql.backends.Oracle8
 
isReservedWord(String) - Static method in class org.tentackle.common.StringHelper
Returns whether given string is a reserved java keyword.
isReservedWord(String) - Method in class org.tentackle.sql.backends.AbstractBackend
Checks whether given string is a reserved word.
isResyncRequested() - Method in exception class org.tentackle.bind.BindingVetoException
Returns whether resync is requested.
isRethrowEnabled() - Method in exception class org.tentackle.bind.BindingVetoException
Returns whether veto exception should be rethrown as a binding runtime exception after being processed.
isReversed() - Method in class org.tentackle.model.impl.RelationImpl
 
isReversed() - Method in interface org.tentackle.model.Relation
Returns whether this is list relation with only one element.
A.k.a. reversed 1:1 object relation.
isRoot() - Method in interface org.tentackle.model.EntityOptions
true if [ROOT]-option set
isRoot() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isRootClassIdProvided() - Method in interface org.tentackle.model.EntityOptions
true if [ROOTCLASSID]-option set.
isRootClassIdProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isRootClassIdProvided() - Method in interface org.tentackle.pdo.PersistentObject
Indicates whether this entity's model provides a root-class-ID column.
The column is added in components that belong to different root entity classes.
isRootClassIdProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isRootContext() - Method in class org.tentackle.pdo.DefaultDomainContext
 
isRootContext() - Method in interface org.tentackle.pdo.DomainContext
Returns whether this is a root entity context.
isRootEntity() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isRootEntity() - Method in interface org.tentackle.model.Entity
Returns whether this is a root entity.
Inspects the super entities as well.
isRootEntity() - Method in class org.tentackle.model.impl.EntityImpl
 
isRootEntity() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether this object is a root entity.
All entities that are not a component of another entity, are considered as a root entity.
isRootEntity() - Method in class org.tentackle.persist.AbstractPersistentObject
Returns whether this object is a root entity.
All entities that are not a component of another entity, are considered as a root entity.
isRootEntity() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isRootEntity() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
isRootEntityAccordingToModel() - Method in interface org.tentackle.model.Entity
Returns whether this entity is a root-entity according to model.
isRootEntityAccordingToModel() - Method in class org.tentackle.model.impl.EntityImpl
Returns whether this entity is a root-entity according to model.
isRootEntityOf(C) - Method in interface org.tentackle.pdo.PersistentObject
Returns whether this is a root entity of given component.
isRootEntityOf(C) - Method in class org.tentackle.persist.AbstractPersistentObject
 
isRootIdProvided() - Method in interface org.tentackle.model.EntityOptions
true if [ROOTID]-option set.
isRootIdProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isRootIdProvided() - Method in interface org.tentackle.pdo.PersistentObject
Indicates whether this entity provides a root-ID column.
The column is added in components without a direct parent ID relation to provide the ID of the root entity without accessing the database.
isRootIdProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isRootNode() - Method in class org.tentackle.dbms.prefs.DbPreferences
Returns whether this is a root node.
isRootOfInheritanceHierarchy() - Method in interface org.tentackle.model.Entity
Returns whether entity is the root of an inheritance hierarchy.
isRootOfInheritanceHierarchy() - Method in class org.tentackle.model.impl.EntityImpl
 
isRunning() - Static method in class org.tentackle.dbms.ManagedConnectionMonitor
Returns whether the monitor is running.
Useful to avoid ManagedConnectionMonitor.getInstance() since this will start it, if not running yet.
isRunning() - Method in class org.tentackle.dbms.StatementWrapper
Returns whether the statement is being executed.
May be invoked from any thread.
isRunningInContainer() - Method in class org.tentackle.persist.app.AbstractServerApplication
Indicates whether this application is running within a container.
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxCheckBox
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxChoiceBox
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxColorPicker
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxComboBox
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxDatePicker
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxListView
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxPasswordField
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxRadioButton
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxTableView
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxTextArea
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxTextField
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxToggleButton
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxTreeTableView
 
isSavedViewObjectValid() - Method in class org.tentackle.fx.component.FxTreeView
 
isSavedViewObjectValid() - Method in interface org.tentackle.fx.FxComponent
Returns whether the view object is saved.
isSavedViewObjectValid() - Method in class org.tentackle.fx.FxComponentDelegate
 
isScavenger(Thread) - Static method in interface org.tentackle.daemon.Scavenger
Returns whether given thread is a scavenger.
isScavenging() - Method in interface org.tentackle.daemon.Scavenger
Returns whether current thread is scavenging.
isSchemaNameMapped() - Method in class org.tentackle.model.impl.ModelImpl
 
isSchemaNameMapped() - Method in interface org.tentackle.model.Model
Returns whether schema names are mapped.
isSchemaSupported() - Method in interface org.tentackle.sql.Backend
Returns whether the backend supports schemas.
isSchemaSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isSchemaSupported() - Method in class org.tentackle.sql.backends.Informix
 
isSchemaSupported() - Method in class org.tentackle.sql.backends.MySql
 
isSchemaSupported() - Method in class org.tentackle.sql.backends.Oracle8
 
isScriptCached() - Method in class org.tentackle.misc.CompoundValue
Returns whether script should be cached if possible.
isScriptThreadSafe() - Method in class org.tentackle.misc.CompoundValue
Returns whether script must be executed in a thread-safe manner.
isScrollingToEnd() - Method in class org.tentackle.fx.rdc.PdoFinder
Returns whether the view should be scrolled to the last item when displaying the search results.
isSearchCachingEnabled(T) - Method in class org.tentackle.fx.rdc.RdcUtilities
Determines whether the search controller is cached.
isSearchRunningImmediately() - Method in class org.tentackle.fx.rdc.PdoFinder
Returns whether to run the search immediately without any further user interaction.
isSearchRunningImmediately() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
isSearchRunningInBackground() - Method in class org.tentackle.fx.rdc.PdoFinder
Returns whether the query might block the client for a longer time.
isSecurityEnabled() - Method in class org.tentackle.persist.PersistentObjectClassVariables
 
isSelectionByKeyEnabled() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Returns whether selection by key is enabled.
isSelectionCached() - Method in class org.tentackle.model.impl.RelationImpl
 
isSelectionCached() - Method in interface org.tentackle.model.Relation
Returns whether the select method is a caching one.
isSelectionTypeDetermined() - Method in class org.tentackle.model.impl.RelationImpl
Returns whether selection type was determined by rule.
isSequenceSupported() - Method in interface org.tentackle.sql.Backend
True if backend provides locking-free sequences.
Sequences must not take part in transactions, i.e. no read- or write-locks!
isSequenceSupported() - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
isSequenceSupported() - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
isSequenceSupported() - Method in class org.tentackle.sql.backends.H2
 
isSequenceSupported() - Method in class org.tentackle.sql.backends.Informix
 
isSequenceSupported() - Method in class org.tentackle.sql.backends.MariaDb
 
isSequenceSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isSerialized() - Method in class org.tentackle.model.impl.RelationImpl
 
isSerialized() - Method in interface org.tentackle.model.Relation
Returns whether the relation is serialized.
Used for non-composite relations to make them non-transient.
isServer() - Method in class org.tentackle.app.AbstractApplication
Returns whether the application is a server.
isServer() - Method in interface org.tentackle.app.Application
Returns whether the running application is a server.
isServer() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
isSessionClosedOnTermination() - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
isSessionClosedOnTermination() - Method in interface org.tentackle.session.SessionTaskDispatcher
Returns whether the session should be closed on termination.
isSessionImmutable() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether the db is immutable.
isSessionImmutable() - Method in class org.tentackle.dbms.AbstractDbOperation
Returns whether the db is immutable.
isSessionImmutable() - Method in class org.tentackle.pdo.DefaultDomainContext
Returns whether the session is immutable.
isSessionImmutable() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
isSessionImmutable() - Method in class org.tentackle.session.AbstractSessionTask
 
isSessionImmutable() - Method in interface org.tentackle.session.SessionDependable
Returns whether the session is immutable.
isSessionImmutable() - Method in interface org.tentackle.session.SessionHolder
Returns whether the session is immutable.
isSessionImmutable() - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
isSessionKeptAlive() - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
isSessionKeptAlive() - Method in interface org.tentackle.session.SessionTaskDispatcher
Gets the keepalive flag.
isSessionThreadLocal() - Method in class org.tentackle.pdo.DefaultDomainContext
 
isSessionThreadLocal() - Method in interface org.tentackle.session.SessionHolder
Returns whether the session is thread-local.
isSessionThreadLocal() - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
isSetter(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a setter.
All void non-static methods with a single parameter are considered as setters.
isSevereLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isSevereLoggable() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isSevereLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level SEVERE.
isSevereLoggable() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isShallow() - Method in interface org.tentackle.model.AttributeOptions
Returns whether the attribute should be skipped in snapshot and copy operations.
isShallow() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isShallow() - Method in class org.tentackle.model.impl.RelationImpl
 
isShallow() - Method in interface org.tentackle.model.Relation
Returns whether the relation should be skipped in snapshot and copy operations.
isShortLongTextEnabled() - Method in class org.tentackle.fx.component.FxComboBox
Returns whether two-column list view enabled for items implementing ShortLongText.
isShutdown() - Method in class org.tentackle.dbms.DbPool
 
isShutdown() - Method in class org.tentackle.dbms.MultiUserDbPool
 
isShutdown() - Method in class org.tentackle.io.SocketChannelDispatcher
Returns whether SocketChannelDispatcher.shutdown() was invoked.
isShutdown() - Method in interface org.tentackle.session.MultiUserSessionPool
Returns whether the pool is shutdown.
isShutdown() - Method in interface org.tentackle.session.SessionPool
Returns whether the pool is shutdown.
isSilentRollbackSufficient(Throwable) - Method in class org.tentackle.session.SessionUtilities
Returns whether a rollback should log all statements or not.
The rollback should not be logged, if the root-cause is not a PersistenceException, or TentackleRuntimeException.isTemporary() or there is another temporary exception in the exception chain.
isSimpleEqualsAndHashCode() - Method in class org.tentackle.misc.ImmutableArrayList
Returns whether the equals() and hashCode() methods should refer to the list instance alone.
isSimpleEqualsAndHashCode() - Method in interface org.tentackle.misc.ImmutableCollection
Returns whether the equals() and hashCode() methods should refer to the list instance alone.
isSingleEvent() - Method in class org.tentackle.session.ModificationEvent
Returns whether this is a named single event.
isSingleSelectMode() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns single selection mode.
isSlave() - Method in class org.tentackle.domain.ns.NumberPoolDomainImpl
 
isSlave() - Method in interface org.tentackle.ns.pdo.NumberPoolDomain
Returns whether this pool is a slave pool and gets its ranges from an uplink.
isSnapshot() - Method in interface org.tentackle.misc.Snapshotable
Returns whether this is a snapshot.
isSnapshot() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether this list is a snapshot.
isSnapshot() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isSomeAdded() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether some object has been added.
isSomeAdded() - Method in interface org.tentackle.misc.TrackedList
Returns whether some object has been added.
isSomeRemoved() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether some object has been removed.
isSomeRemoved() - Method in interface org.tentackle.misc.TrackedList
Returns whether some object has been removed.
isSomeRemoved(long, List<IdSerialTuple>, long) - Method in class org.tentackle.session.SessionUtilities
Inspects an expiration set and determines whether at least one object has been removed.
isSortingIncluded() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
isSortingIncluded() - Method in interface org.tentackle.fx.table.TableConfiguration
Returns whether the preferences include the column sorting.
isStatementAlwaysPrepared() - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether prepared statements of this class should always be prepared each time when the statement used.
isStatementCached() - Method in class org.tentackle.dbms.Query
Returns whether statement caching is enabled.
isSummable() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
isSummable() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Determines whether the column is summable.
isSummable(TableColumn<S, ?>) - Method in class org.tentackle.fx.table.TotalsTableView
Returns whether a column is summable.
isSystemExitNecessaryToStop() - Method in class org.tentackle.app.AbstractApplication
Returns whether System.exit() must be invoked to stop the application.
isSystemExitNecessaryToStop() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
isSystemOnly() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
isSystemOnly() - Method in class org.tentackle.prefs.CompositePreferences
Returns whether preferences are system only or user space overrides system space.
isSystemOnly() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isSystemOnly() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether retrieving and storing preferences refers to the system scope only.
isTableSerialProvided() - Method in class org.tentackle.dbms.AbstractDbObject
By default, objects don't need to include the tableSerial in the database table.
isTableSerialProvided() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
isTableSerialProvided() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
isTableSerialProvided() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isTableSerialProvided() - Method in interface org.tentackle.model.EntityOptions
true if [TABLESERIAL]-option set.
isTableSerialProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isTableSerialProvided() - Method in interface org.tentackle.pdo.PersistentObject
Indicates whether this entity's model provides a tableserial column.
isTaskDispatcherThread() - Method in class org.tentackle.task.DefaultTaskDispatcher
Checks whether current thread is this task dispatcher itself.
isTaskPending(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isTaskPending(Task) - Method in interface org.tentackle.task.TaskDispatcher
Checks whether a task is still pending.
Tasks are pending as long as they are not completed.
isTemporary() - Method in exception class org.tentackle.common.TentackleRuntimeException
Returns whether the cause is temporary and may disappear after some time.
isTemporaryName(String) - Method in interface org.tentackle.sql.Backend
Checks whether this is a temporary name.
Returns whether an entity-, attribute- or index-name is temporary and should not be taken into account for migration or even used in the model.
Depending on the backend, temporary names start with an underscore or some other lead string.
isTemporaryName(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isTemporaryName(String) - Method in class org.tentackle.sql.backends.Oracle8
 
isTerminationRequested() - Method in interface org.tentackle.daemon.Terminatable
Returns whether termination has been requested.
Can be used to determine whether the terminatable terminated intentionally.
isTerminationRequested() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isThreadSafe() - Method in class org.tentackle.script.AbstractScript
 
isThreadSafe() - Method in class org.tentackle.script.jsr.JSR223Language
Returns whether engine is threadsafe.
isThreadSafe() - Method in interface org.tentackle.script.Script
Returns whether script may be invoked from more than one thread in parallel.
isTimezoneApplicable() - Method in interface org.tentackle.sql.DataType
Returns whether a Calendar-timezone can be applied to this date and/or time related type.
Only for types where methods with Calendar argument are provided in ResultSet and PreparedStatement.
isTimezoneApplicable() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isTimezoneApplicable() - Method in class org.tentackle.sql.datatypes.DateType
 
isTimezoneApplicable() - Method in class org.tentackle.sql.datatypes.TimestampType
 
isTimezoneApplicable() - Method in class org.tentackle.sql.datatypes.TimeType
 
isTokenLockableByMe() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether requesting a token lock for the current user is possible.
isTokenLockableByMe() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isTokenLocked() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object is token locked and the lock is not expired.
isTokenLocked() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether this object is token locked (editedBy !
isTokenLockedBy(long) - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object is token locked by given user.
isTokenLockedBy(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether this object is edited locked by given user.
isTokenLockedByMe() - Method in interface org.tentackle.pdo.PersistentObject
Checks whether this object is token locked by the current user.
isTokenLockedByMe() - Method in class org.tentackle.persist.AbstractPersistentObject
Checks whether this object is edited locked by the current user.
isTokenLockProvided() - Method in interface org.tentackle.model.EntityOptions
true if [TOKENLOCK]-option set.
isTokenLockProvided() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
isTokenLockProvided() - Method in interface org.tentackle.pdo.PersistentObject
Indicates whether this entity provides the token lock columns.
isTokenLockProvided() - Method in class org.tentackle.persist.AbstractPersistentObject
By default, objects don't need to include the editedBy/Since/Expiry columns in the database table.
isTokenLockToKeep(DbTokenLock, DomainContext) - Method in class org.tentackle.persist.lock.DefaultLockManager
Returns whether a token lock should be kept on session cleanup or after server start.
The default implementation returns false.
isTracked() - Method in class org.tentackle.dbms.AbstractDbObject
Checks if modification of this object are tracked.
By default, AbstractDbObjects are *NOT* tracked!
isTracked() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
isTracked() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
isTracked() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
isTracked() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isTracked() - Method in interface org.tentackle.model.Entity
Returns whether entity is tracked.
isTracked() - Method in class org.tentackle.model.impl.EntityImpl
 
isTracked() - Method in class org.tentackle.model.impl.RelationImpl
 
isTracked() - Method in interface org.tentackle.model.Relation
Returns whether the modification state of the relation is available.
isTracked() - Method in enum class org.tentackle.model.TrackType
Returns true if TRACKED, ATTRACKED or FULLTRACKED.
isTracked() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether the modification state is available.
By default, PDOs are not tracked.
This is quality measure to ensure that isModified() returns false if and only if it hasn't been modified, i.e. the (generated) code checks for modification properly.
isTracked() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isTracked() - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
isTracked() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
isTransientTransactionException(SQLException) - Method in interface org.tentackle.sql.Backend
Determines whether exception is transient and retrying the transaction may succeed.
Typical transient exceptions are thrown when a deadlock is detected or when serialized transaction isolation is used.
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.AbstractBackend
 
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.Db2
 
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.H2
 
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.MsSql
 
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.Oracle8
 
isTransientTransactionException(SQLException) - Method in class org.tentackle.sql.backends.Postgres
 
isTreeShowingInitially() - Method in class org.tentackle.fx.rdc.PdoFinder
Returns whether the search dialog should display the initial search result as a tree instead of a table view.
isTreeShown() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Returns whether the tree is shown instead of the table.
isTrimRead() - Method in interface org.tentackle.model.CommonOptions
Trim on read from database.
isTrimRead() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isTrimWrite() - Method in interface org.tentackle.model.CommonOptions
Trim on write to database.
isTrimWrite() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isTxLevelValid() - Method in class org.tentackle.dbms.Db
Returns whether the txLevel is valid.
isTxLevelValid() - Method in class org.tentackle.dbms.DbTransaction
Returns whether the txLevel is valid.
isTxRequiredForFetchsize() - Method in interface org.tentackle.sql.Backend
Checks for the (postgres) bug that fetch-size is ignored if not within a new transaction.
isTxRequiredForFetchsize() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isTxRequiredForFetchsize() - Method in class org.tentackle.sql.backends.Postgres
 
isTxRunning() - Method in class org.tentackle.dbms.Db
Gets the current transaction state.
Technically, a transaction is running if the autocommit is turned off.
isTxRunning() - Method in class org.tentackle.dbms.ManagedConnection
Returns whether a transaction is running.
isTxRunning() - Method in interface org.tentackle.session.Session
Determines whether a tx is currently running.
isTxWithSavepoints() - Method in class org.tentackle.dbms.Db
Returns whether a transaction with savepoints is currently running.
isTypeOfShortLongText() - Method in class org.tentackle.fx.component.FxComboBox
Returns whether the combobox type implements ShortLongText.
isUnboundPending() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
Checks whether some components are still unbound.
isUnique() - Method in class org.tentackle.model.impl.IndexImpl
 
isUnique() - Method in interface org.tentackle.model.Index
Returns whether the index is unique.
isUnique() - Method in class org.tentackle.sql.metadata.IndexMetaData
Returns whether index is unique.
isUniqueDomainKeyProvided() - Method in class org.tentackle.domain.AbstractDomainObject
 
isUniqueDomainKeyProvided() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
isUniqueDomainKeyProvided() - Method in interface org.tentackle.pdo.DomainObject
Returns whether PDO provides a unique domain key.
Use this method to prevent a DomainException.
isUnreferenced() - Method in class org.tentackle.dbms.PooledDb
Checks for forgotten puts.
isUnsigned() - Method in class org.tentackle.fx.component.FxComboBox
 
isUnsigned() - Method in class org.tentackle.fx.component.FxDatePicker
 
isUnsigned() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isUnsigned() - Method in class org.tentackle.fx.component.FxPasswordField
 
isUnsigned() - Method in class org.tentackle.fx.component.FxTextArea
 
isUnsigned() - Method in class org.tentackle.fx.component.FxTextField
 
isUnsigned() - Method in interface org.tentackle.fx.FxTextComponent
Returns whether a numeric field is unsigned or signed.
isUnsigned() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
isUnsigned() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
isUnsigned() - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Returns whether a numeric field is unsigned or signed.
isUnsigned() - Method in interface org.tentackle.model.AttributeOptions
Returns whether this is an unsigned numeric field.
isUnsigned() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isUpdatableJlinkDirectory(File) - Method in class org.tentackle.update.ClientUpdateUtilities
Checks whether given directory an updatable jlink image.
isUpdatableJPackageApplication() - Method in class org.tentackle.update.ClientUpdateUtilities
Checks whether
isUpdateableJlinkApplication() - Method in class org.tentackle.update.ClientUpdateUtilities
Checks whether the application is running in an updatable jlink directory.
isUpdateNecessary() - Method in class org.tentackle.dbms.AbstractDbObject
Returns whether update of this object is necessary.
isUpdateNecessary() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isUpdatingModel() - Method in class org.tentackle.fx.FxComponentDelegate
Returns a flag to avoid recursive invocations of FxComponentDelegate.updateModel().
isUpdatingSerialEvenIfNotModified() - Method in class org.tentackle.dbms.AbstractDbObject
Determines whether in updates of composite objects unmodified objects in the update path get at least the serial updated or are not touched at all.
isUpdatingSerialEvenIfNotModified() - Method in class org.tentackle.persist.AbstractPersistentObject
Determines whether in updates of composite objects unmodified objects in the update path get at least the serial updated or are not touched at all.
isUpdatingSerialEvenIfNotModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isUpdatingView() - Method in class org.tentackle.fx.FxComponentDelegate
Returns a flag to avoid recursive invocations of FxComponentDelegate.updateView().
isUplinkModified() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Gets the modification state of uplink.
isUplinkModified() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
isUpperCase() - Method in interface org.tentackle.model.CommonOptions
Returns whether uppercase conversion requested.
isUpperCase() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isUserLoggedIn(SessionInfo) - Static method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Checks if the user is already logged in.
isUserNode() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
isUserNode() - Method in class org.tentackle.prefs.DefaultPreferences
 
isUserNode() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns true if this preference node is in the user preference tree, false if it's in the system preference tree.
isUserTable() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
Returns whether this is a user-defined table.
isUsingMutexLocking() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isUsingMutexLocking() - Method in interface org.tentackle.task.TaskDispatcher
Returns the locking method.
isUsingVariables() - Method in class org.tentackle.model.print.PrintConfiguration
Returns whether variables should be used.
isUTC() - Method in class org.tentackle.common.Timestamp
Gets the UTC flag.
isUTC() - Method in class org.tentackle.fx.component.FxComboBox
 
isUTC() - Method in class org.tentackle.fx.component.FxDatePicker
 
isUTC() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
isUTC() - Method in class org.tentackle.fx.component.FxPasswordField
 
isUTC() - Method in class org.tentackle.fx.component.FxTextArea
 
isUTC() - Method in class org.tentackle.fx.component.FxTextField
 
isUTC() - Method in interface org.tentackle.fx.FxTextComponent
Returns whether this is a UTC timestamp.
isUTC() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
isUTC() - Method in interface org.tentackle.model.AttributeOptions
Returns whether this is a UTC timestamp.
isUTC() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isUTCSupported() - Method in interface org.tentackle.sql.DataType
Returns whether this type supports the UTC option.
isUTCSupported() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
isUTCSupported() - Method in class org.tentackle.sql.datatypes.TimestampType
 
isUUIDSupported() - Method in interface org.tentackle.sql.Backend
Returns whether the backend supports the UUID natively via JDBC setObject/getObject.
isUUIDSupported() - Method in class org.tentackle.sql.backends.AbstractBackend
 
isUUIDSupported() - Method in class org.tentackle.sql.backends.H2
 
isUUIDSupported() - Method in class org.tentackle.sql.backends.Postgres
 
isVacant() - Method in class org.tentackle.common.I18NText
Returns whether there are valid translations at all.
isValid() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
isValid() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
isValid() - Method in interface org.tentackle.io.ServerSocketConfigurator
Returns whether this configurator contains valid configurations.
isValid() - Method in interface org.tentackle.io.SocketConfigurator
Returns whether this configurator contains valid configurations.
isValid() - Method in class org.tentackle.io.SocketConfiguratorBase
Returns whether this configurator contains valid configurations.
isValid() - Method in class org.tentackle.log.StatisticsResult
Returns whether the result is valid.
isValid() - Method in class org.tentackle.misc.TimeKeeper
Returns whether the duration is valid.
isValidated() - Method in interface org.tentackle.pdo.PersistentObject
Returns whether PDO has been successfully validated.
A PDO is validated if not modified since the last validation or not modified since loaded from the backend.
isValidated() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isValidationRequired() - Method in class org.tentackle.bind.AbstractBinding
Determines whether the view is changed in such a way that it requires validation.
isValidationRequired() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
isValidationRequired() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
isValidJavaClassName(String) - Static method in class org.tentackle.common.StringHelper
Checks that given string is a valid Java classname.
Both classnames with a full classpath or without are validated.
isValidJavaIdentifier(String) - Static method in class org.tentackle.common.StringHelper
Returns whether the given string is a valid java identifier.
isValidJavaPackageName(String) - Static method in class org.tentackle.common.StringHelper
Checks that given string is a valid Java package name.
This is very restrictive verification.
isValidTableAlias(String) - Method in class org.tentackle.model.impl.ModelImpl
Checks if a table alias is a valid name for all backends.
isValue() - Method in class org.tentackle.model.MethodArgument
Returns whether the method argument is a fixed value.
isValueInParentPath(TreeItem<T>) - Method in class org.tentackle.fx.FxUtilities
Checks whether one of the parents already contains the item's value.
isValueInParentPath(TreeItem<T>) - Method in class org.tentackle.fx.rdc.RdcFxUtilities
 
isViewAllowed() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
isViewAllowed() - Method in interface org.tentackle.fx.rdc.GuiProvider
Returns whether the editor allows viewing of the current pdo.
isViewAllowed() - Method in class org.tentackle.fx.rdc.PdoEditor
Returns whether the user has sufficient permissions to view the PDO.
isViewAllowed() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether the user is allowed to view this PDO.
Can be used to determine whether object is shown to the user.
isViewAllowed() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isViewAllowed(AbstractPersistentObject<?, ?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the view permission for a PDO.
isViewModified() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
isViewModified() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
isViewModified() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
isViewModified() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
isViewModified() - Method in class org.tentackle.fx.component.FxCheckBox
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxChoiceBox
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxColorPicker
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxComboBox
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxDatePicker
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxHTMLEditor
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxListView
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxPasswordField
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxRadioButton
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxTableView
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxTextArea
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxTextField
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxToggleButton
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxTreeTableView
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.component.FxTreeView
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.delegate.FxTabDelegate
 
isViewModified() - Method in class org.tentackle.fx.container.FxAccordion
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxAnchorPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxBorderPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxButtonBar
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxDialogPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxFlowPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxGridPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxHBox
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxScrollPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxSplitPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxStackPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxTab
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxTabPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxTextFlow
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxTilePane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxTitledPane
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxToolBar
Gets the value of the viewModified property.
isViewModified() - Method in class org.tentackle.fx.container.FxVBox
Gets the value of the viewModified property.
isViewModified() - Method in interface org.tentackle.fx.FxControl
Returns whether the user has modified the view since the last FxControl.updateView().
isViewModified() - Method in class org.tentackle.fx.FxControlDelegate
Gets the value of the viewModified property.
isViewSizeIncluded() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
isViewSizeIncluded() - Method in interface org.tentackle.fx.table.TableConfiguration
Returns whether the preferences include the view size.
isVirgin() - Method in class org.tentackle.dbms.AbstractDbObject
Checks whether this object ever was stored in the database.
isVirgin() - Method in class org.tentackle.misc.IdSerialTuple
 
isVirgin() - Method in interface org.tentackle.misc.SerialNumbered
Returns whether the serial is valid.
isVisible() - Method in class org.tentackle.fx.rdc.PdoFinder
Returns whether the finder is visible.
isVisible() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
isVowel(char) - Method in class org.tentackle.model.ModelUtilities
Returns whether the character should be treated as a vowel.
isWarning() - Method in class org.tentackle.fx.DefaultInteractiveError
 
isWarning() - Method in interface org.tentackle.fx.InteractiveError
Returns whether this is just a warning.
isWarningLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isWarningLoggable() - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
isWarningLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level WARNING.
isWarningLoggable() - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
isWithDate() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a date.
isWithinContext(long, int) - Method in class org.tentackle.pdo.DefaultDomainContext
 
isWithinContext(long, int) - Method in interface org.tentackle.pdo.DomainContext
Determines whether this context belongs to an inheritance hierarchy that is created from a given context object.
isWithinContext(long, int) - Method in interface org.tentackle.pdo.DomainContextProvider
Determines whether the provided context belongs to an inheritance hierarchy that is created from a given context object.
isWithinContext(String) - Method in class org.tentackle.pdo.DefaultDomainContext
 
isWithinContext(String) - Method in interface org.tentackle.pdo.DomainContext
Checks whether the given name equals the name of this or one of its parent contexts.
Notice that the empty string is always within the context, since the topmost parent context is always unnamed.
isWithinContext(String) - Method in interface org.tentackle.pdo.DomainContextProvider
Checks whether the given name equals the name of this or one of its parent contexts.
isWithOffset() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a zone offset.
isWithParameters() - Static method in class org.tentackle.dbms.StatementStatistics
Returns whether statistics should be separated according to the statement parameters.
isWithSavepoints() - Method in class org.tentackle.dbms.DbTransaction
Returns whether this transaction has active savepoints.
isWithTime() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a time.
isWithTimezone() - Method in interface org.tentackle.model.AttributeOptions
Returns whether to use a dedicated timezone.
If set, the PDO must provide a method to configure the timezone for the given attribute of the form:
isWithTimezone() - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
isWithTimeZone() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a timezone.
isWriteAllowed() - Method in interface org.tentackle.pdo.PersistentObject
Determines whether the application is allowed to write this PDO.
isWriteAllowed() - Method in class org.tentackle.persist.AbstractPersistentObject
 
isWriteAllowed() - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the write-security for this class in all contexts.
isWriteAllowed(DomainContext) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the write-security for this class.
isWriteAllowed(AbstractPersistentObject<?, ?>) - Method in class org.tentackle.persist.PersistentObjectClassVariables
Check the write-permission for a PDO.
isWriteOnly() - Method in interface org.tentackle.model.CommonOptions
Element is write-only.
isWriteOnly() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
isWriteOnly() - Method in class org.tentackle.model.impl.RelationImpl
 
isWriteOnly() - Method in interface org.tentackle.model.Relation
Returns whether the relation is write-only.
isZero() - Method in class org.tentackle.common.BMoney
Checks if this money value is zero.
isZero(Number) - Method in class org.tentackle.misc.ObjectUtilities
Checks whether a given number is zero.
itemConverter - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
itemProvider - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
iterator() - Method in class org.tentackle.misc.CopyOnWriteCollection
 

J

JAVA_OBJECT - Enum constant in enum class org.tentackle.sql.SqlType
Application specific.
jdbcCompliant() - Method in class org.tentackle.sql.DynamicDriver
 
jdbcTypeToSqlType(int, int, int) - Method in interface org.tentackle.sql.Backend
Converts the JDBC data type integer to a tentackle backend SqlTypes.
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.Db2
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.H2
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.Informix
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.MsSql
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.MySql
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.Oracle8
 
jdbcTypeToSqlType(int, int, int) - Method in class org.tentackle.sql.backends.Postgres
 
jdbcTypeToString(int) - Method in class org.tentackle.sql.metadata.MetaDataUtilities
Converts a jdbc type to a string.
JLINK - Enum constant in enum class org.tentackle.update.InstallationType
Per user installation via jlink image.
join(T, J) - Method in class org.tentackle.persist.Join
Joins a pdo with another pdo.
Join<T,J> - Class in org.tentackle.persist
PDO join.
Join(JoinType, String, String, Class<J>, String, String, BiConsumer<T, J>) - Constructor for class org.tentackle.persist.Join
Creates a join.
Join(JoinType, String, String, Class<J>, String, BiConsumer<T, J>) - Constructor for class org.tentackle.persist.Join
Creates a join.
JoinedSelect<T> - Class in org.tentackle.persist
A joined select.
JoinedSelect() - Constructor for class org.tentackle.persist.JoinedSelect
Creates a joined select.
JoinedSelect(List<Join<? super T, ?>>) - Constructor for class org.tentackle.persist.JoinedSelect
Creates a joined select from a list of joins.
JoinType - Enum Class in org.tentackle.sql
Join type.
JPACKAGE - Enum constant in enum class org.tentackle.update.InstallationType
Per user installation via jpackage image.
JSR223Language - Class in org.tentackle.script.jsr
A scripting language based on JSR-223.
JSR223Language(ScriptEngineFactory) - Constructor for class org.tentackle.script.jsr.JSR223Language
Creates a JSR 223 scripting language.
JSR223Script - Class in org.tentackle.script.jsr
A script based on JSR-223.
JSR223Script(JSR223Language, String, boolean, boolean) - Constructor for class org.tentackle.script.jsr.JSR223Script
Creates a script.
JSR223ScriptFactory - Class in org.tentackle.script.jsr
Implementation of a script factory using JSR223.
JSR223ScriptFactory() - Constructor for class org.tentackle.script.jsr.JSR223ScriptFactory
Creates the script factory.

K

keepAlive - Variable in class org.tentackle.io.SocketConfiguratorBase
 
keepAliveIntervalChanged(Session) - Static method in class org.tentackle.pdo.Pdo
Handles the change of a keep alive interval of a session.
keepAliveIntervalChanged(Session) - Method in class org.tentackle.session.SessionKeepAliveDaemon
Handles the change of a keep alive interval of a session.
keepAliveIntervalChanged(Session) - Method in class org.tentackle.session.SessionUtilities
Handles the change of a keep alive interval of a session.
keyChanged(DbPreferences, DbPreferencesKey) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Invoke listeners when a key is added, updated or removed.
keys() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
keys() - Method in class org.tentackle.prefs.DefaultPreferences
 
keys() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns all the keys that have an associated value in this preference node.
kill() - Method in interface org.tentackle.daemon.Killable
Kills this thread.
Waits until thread has been killed.
kill() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
kill(long, long, String, long) - Method in interface org.tentackle.pdo.AdminExtension
Kills all sessions of a given user.
kill(long, long, String, long) - Method in class org.tentackle.persist.AdminExtensionAdapter
 
kill(DomainContext, long, long, String, long) - Method in interface org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegate
Kills all sessions for a given user id.
kill(DomainContext, long, long, String, long) - Method in class org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegateImpl
 
kill(DomainContext, long, long, String, long, boolean) - Method in class org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegateImpl
 
Killable - Interface in org.tentackle.daemon
A thread that may be killed.

L

LabelBuilder - Class in org.tentackle.fx.component.build
Builder to create a Label.
LabelBuilder() - Constructor for class org.tentackle.fx.component.build.LabelBuilder
Creates the builder.
LabelConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a Label.
LabelConfigurator() - Constructor for class org.tentackle.fx.component.config.LabelConfigurator
Creates the configurator for a Label.
languages - Variable in class org.tentackle.script.DefaultScriptFactory
The map of abbreviations to supported scripting languages.
LARGE_VARIANT - Static variable in interface org.tentackle.sql.DataTypeFactory
Large variant of a type.
For example, to distinguish standard VARCHAR Strings from CLOBs.
LargeStringType - Class in org.tentackle.sql.datatypes
Datatype for the large variant of String.
LargeStringType() - Constructor for class org.tentackle.sql.datatypes.LargeStringType
Creates the datatype for the large variant of String.
last - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
true if this is the last block.
last() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the last row in this ResultSet object.
last() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource on the last row.
last() - Method in class org.tentackle.persist.ResultSetCursor
Positions the cursor on the last row.
last() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Positions the cursor on the last row.
last() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
lastAfter(String, char) - Static method in class org.tentackle.common.StringHelper
Gets the part of a string after a given delimiter.
lastIndexOf(Object) - Method in class org.tentackle.misc.CopyOnWriteList
 
lastIndexOf(SubString) - Method in class org.tentackle.misc.SubString
Gets the last index of another segment within this segment.
lastIndexOfIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Gets the last index of another segment within this segment, ignoring the case.
LAZY - Enum constant in enum class org.tentackle.model.SelectionType
select only once on first access.
lazyObject - Variable in class org.tentackle.dbms.ModificationLog
The AbstractDbObject the log belongs to. null = unknown.
LEFT - Enum constant in enum class org.tentackle.fx.component.Note.Position
to the left side of the node.
LEFT - Enum constant in enum class org.tentackle.sql.JoinType
left outer join.
length() - Method in class org.tentackle.common.I18NText
 
Less - Annotation Interface in org.tentackle.validate.validator
The annotated element must less than another value.
LessContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Less.
LessImpl - Class in org.tentackle.validate.validator
Implementation of the Less-validator.
LessImpl() - Constructor for class org.tentackle.validate.validator.LessImpl
Creates a Less-validator.
LessOrEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must less than another value.
LessOrEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for LessOrEqual.
LessOrEqualImpl - Class in org.tentackle.validate.validator
Implementation of the LessOrEqual-validator.
LessOrEqualImpl() - Constructor for class org.tentackle.validate.validator.LessOrEqualImpl
Creates a LessOrEqual-validator.
levenshteinDistance(String, String) - Static method in class org.tentackle.common.StringHelper
Determines the Levenshtein distance of two strings.
Notice that for s1 and s2 null values are treated as empty strings.
LFU - Enum constant in enum class org.tentackle.pdo.PdoCacheStrategy
least frequently used
Line - Class in org.tentackle.model.parse
A parsed line.
May span multiple input lines.
Line(Document, int, LineType) - Constructor for class org.tentackle.model.parse.Line
Creates a line.
LineParser - Interface in org.tentackle.model.parse
A parser for a line according to line type.
LineType - Enum Class in org.tentackle.model.parse
The configuration file line type.
link(Parent, FxController, ResourceBundle) - Method in class org.tentackle.fx.nofxml.DefaultNoFXMLLinker
 
link(Parent, FxController, ResourceBundle) - Method in interface org.tentackle.fx.nofxml.NoFXMLLinker
Links the components and resources.
LINK - Static variable in class org.tentackle.model.impl.RelationImpl
property link = ...
linkDomainObject(T, DomainObject<T>) - Method in class org.tentackle.domain.DefaultDomainDelegateLinker
 
linkDomainObject(T, DomainObject<T>) - Method in interface org.tentackle.pdo.DomainDelegateLinker
Link the domain delegate to its PersistentDomainObject.
linkDomainOperation(T, DomainOperation<T>) - Method in class org.tentackle.domain.DefaultDomainDelegateLinker
 
linkDomainOperation(T, DomainOperation<T>) - Method in interface org.tentackle.pdo.DomainDelegateLinker
Links the domain delegate to its Operation.
linkPersistentObject(T, PersistentObject<T>) - Method in interface org.tentackle.pdo.PersistenceDelegateLinker
Link the persistence delegate to its PersistentDomainObject.
linkPersistentObject(T, PersistentObject<T>) - Method in class org.tentackle.persist.DefaultPersistenceDelegateLinker
 
linkPersistentOperation(T, PersistentOperation<T>) - Method in interface org.tentackle.pdo.PersistenceDelegateLinker
Links the persistence delegate to its Operation.
linkPersistentOperation(T, PersistentOperation<T>) - Method in class org.tentackle.persist.DefaultPersistenceDelegateLinker
 
list() - Method in class org.tentackle.misc.CopyOnWriteList
Gets the list.
LIST - Enum constant in enum class org.tentackle.model.RelationType
1:N relation.
listen(int) - Method in class org.tentackle.io.SocketImplWrapper
 
listen(Runnable, Class<?>...) - Static method in class org.tentackle.pdo.Pdo
Adds a listener for a modification on given PDO classes.
This is just a convenience wrapper for PdoListener to make use of lambdas.
Same as Pdo.listen(Consumer, Class[]), but for handlers that don't need to refer to the ModificationEvent.
listen(Runnable, Class<?>...) - Method in class org.tentackle.pdo.PdoUtilities
Adds a listener for a modification on given PDO classes.
This is just a convenience wrapper for PdoListener to make use of lambdas.
Same as PdoUtilities.listen(Consumer, Class[]), but for handlers that don't need to refer to the ModificationEvent.
listen(Consumer<ModificationEvent>, Class<?>...) - Static method in class org.tentackle.pdo.Pdo
Adds a listener for a modification on given PDO classes.
This is just a convenience wrapper for PdoListener to make use of lambdas.
listen(Consumer<ModificationEvent>, Class<?>...) - Method in class org.tentackle.pdo.PdoUtilities
Adds a listener for a modification on given PDO classes.
This is just a convenience wrapper for PdoListener to make use of lambdas.
listIterator() - Method in class org.tentackle.misc.CopyOnWriteList
 
listIterator(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
ListViewBuilder - Class in org.tentackle.fx.component.build
Builder to create a ListView.
ListViewBuilder() - Constructor for class org.tentackle.fx.component.build.ListViewBuilder
Creates the builder.
ListViewConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ListView.
ListViewConfigurator() - Constructor for class org.tentackle.fx.component.config.ListViewConfigurator
Creates the configurator for a ListView.
load(Class<T>) - Static method in class org.tentackle.fx.Fx
Loads a controller with its FXML-view.
load(String) - Static method in class org.tentackle.sql.DynamicDriver
Loads a JDBC driver dynamically.
The name consists of the driver's classname, followed by a colon, followed by the URL to load it.
Example:
load(URL) - Static method in class org.tentackle.fx.Fx
Loads an object hierarchy from a FXML document.
load(URL, ResourceBundle) - Static method in class org.tentackle.fx.Fx
Loads an object hierarchy from a FXML document.
loadAllPdos(T) - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Default implementation for the PdoComponentAddon.getLoadAllPdosCallback().
loadComponents(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
loadComponents(boolean) - Method in interface org.tentackle.pdo.PersistentObject
Loads all components.
The method is used to transfer a copy of an object between tiers including all composite object relations recursively.
loadComponents(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Loads all components.
The method is used to transfer a copy of an object between tiers including all composite object relations recursively.
loadComponents(boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
loadFromDirectory(String, boolean) - Method in class org.tentackle.model.impl.ModelImpl
 
loadFromDirectory(String, boolean) - Method in interface org.tentackle.model.Model
Loads the whole model from the model directory if not yet done.
loadFromJar(File, boolean) - Method in class org.tentackle.model.impl.ModelImpl
 
loadFromJar(File, boolean) - Method in interface org.tentackle.model.Model
Loads the model from a jar file.
Reads the model files listed in META-INF/MODEL-INDEX.LIST.
loadFromResources(boolean) - Method in class org.tentackle.model.impl.ModelImpl
 
loadFromResources(boolean) - Method in interface org.tentackle.model.Model
Loads from resources.
Locates all META-INF/MODEL-INDEX.LIST resources and loads the model files.
loadFromURL(URL, boolean) - Method in class org.tentackle.model.impl.ModelImpl
 
loadFromURL(URL, boolean) - Method in interface org.tentackle.model.Model
Loads an entity from a given URL.
Entities are cached, so they are loaded and parsed only once.
loadLanguages() - Method in class org.tentackle.script.DefaultScriptFactory
Loads the languages.
Invoked from with a synchronized block.
loadLanguages() - Method in class org.tentackle.script.jsr.JSR223ScriptFactory
 
loadLazyReferences() - Method in class org.tentackle.dbms.AbstractDbObject
Loads lazy references.
loadLoginController() - Method in class org.tentackle.fx.rdc.app.LoginApplication
Loads the login controller.
Applications may override this method to use specific FXML or CSS files.
loadObject(Session, Class<?>, long) - Method in class org.tentackle.dbms.ModificationLog
Loads the object from storage.
loadPreferences() - Method in class org.tentackle.fx.rdc.table.TablePopup
Loads the table preferences.
System- or user scope is determined from PersistedPreferencesFactory.
loadPreferences(boolean) - Method in class org.tentackle.fx.rdc.table.TablePopup
Loads the table preferences.
loadPreferences(String, boolean) - Method in class org.tentackle.fx.component.FxTableView
Loads the column sizes, visibility, view size and sorting from the preferences.
loadPreferences(String, boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Loads the column sizes, visibility, view size and sorting from the preferences.
loadPreferences(FxTableView<S>, String, boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
loadPreferences(FxTableView<S>, String, boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Loads the column sizes, visibility, view size and sorting from the preferences.
loadPreferences(FxTreeTableView<S>, String, boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
loadPreferences(FxTreeTableView<S>, String, boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Loads the column sizes, visibility, view size and sorting from the preferences.
loadProperties(String) - Static method in class org.tentackle.common.FileHelper
Loads properties.
Tries to load from filesystem first, then from classpath.
loadProperties(String) - Method in class org.tentackle.session.DefaultSessionInfo
Loads the properties.
loadProperties(String, boolean) - Static method in class org.tentackle.common.FileHelper
Loads properties from a resource.
loadRefreshInfo(String, long) - Method in interface org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegate
 
loadRefreshInfo(String, long) - Method in class org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegateImpl
 
loadRefreshInfo(DbPreferences, long) - Method in class org.tentackle.dbms.prefs.DbPreferencesOperation
Loads all persisted nodes and keys suitable to refresh a whole preferences tree.
loadRootTree(String, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesOperation
Loads the root preferences node with all its sub-nodes and keys.
loadRootTree(String, boolean) - Method in interface org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegate
 
loadRootTree(String, boolean) - Method in class org.tentackle.dbms.prefs.rmi.DbPreferencesOperationRemoteDelegateImpl
 
loadStoredBundle(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.StoredBundleControl
Loads the bundle from storage.
loadTool(File, String) - Method in class org.tentackle.common.ToolFinder
Loads a tool by its name.
Tries OS specific suffixes.
loadValidators() - Static method in interface org.tentackle.model.CustomModelValidator
Gets all custom model validators.
loadValidators() - Static method in interface org.tentackle.model.migrate.CustomMigrationValidator
Gets all custom model validators.
LocalDateStringTranslator - Class in org.tentackle.fx.translate
Translator for LocalDate.
LocalDateStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.LocalDateStringTranslator
Creates a translator.
LocalDateTableCellType - Class in org.tentackle.fx.table.type
LocalDate cell type.
LocalDateTableCellType() - Constructor for class org.tentackle.fx.table.type.LocalDateTableCellType
Creates the cell type for LocalDate.
LocalDateTimeStringTranslator - Class in org.tentackle.fx.translate
Translator for LocalDateTime.
LocalDateTimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.LocalDateTimeStringTranslator
Creates a translator.
LocalDateTimeTableCellType - Class in org.tentackle.fx.table.type
LocalDateTime cell type.
LocalDateTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.LocalDateTimeTableCellType
Creates the cell type for LocalDateTime.
LocalDateTimeType - Class in org.tentackle.sql.datatypes
Datatype for LocalDateTime.
LocalDateTimeType() - Constructor for class org.tentackle.sql.datatypes.LocalDateTimeType
Creates the datatype for LocalDateTime.
LocalDateType - Class in org.tentackle.sql.datatypes
Datatype for LocalDate.
LocalDateType() - Constructor for class org.tentackle.sql.datatypes.LocalDateType
Creates the datatype for LocalDate.
locale() - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Returns the value of the locale record component.
LOCALE - Static variable in class org.tentackle.app.AbstractApplication
Property to set the default locale.
LOCALE_POSTFIX - Static variable in class org.tentackle.fx.BundleMonkeyHelper
 
LOCALE_PREFIX - Static variable in class org.tentackle.fx.BundleMonkeyHelper
 
LocaleProvider - Class in org.tentackle.common
A provider for Locales.
Supports thread-local locales and mapping of locales according to the application requirements.
LocaleProvider() - Constructor for class org.tentackle.common.LocaleProvider
Creates a locale provider.
LocalTimeStringTranslator - Class in org.tentackle.fx.translate
Translator for LocalTime.
LocalTimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.LocalTimeStringTranslator
Creates a translator.
LocalTimeTableCellType - Class in org.tentackle.fx.table.type
LocalTime cell type.
LocalTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.LocalTimeTableCellType
Creates the cell type for LocalTime.
LocalTimeType - Class in org.tentackle.sql.datatypes
Datatype for LocalTime.
LocalTimeType() - Constructor for class org.tentackle.sql.datatypes.LocalTimeType
Creates the datatype for LocalTime.
lock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
lock(Object) - Method in interface org.tentackle.task.TaskDispatcher
Locks this thread.
A locked thread is inactive and waits to be unlocked.
lockDbForThread() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Locks the Db for exclusive use by current thread.
LockException - Exception Class in org.tentackle.pdo
Runtime exception thrown for failed lock operations.
LockException(Session, String) - Constructor for exception class org.tentackle.pdo.LockException
Constructs a new locking exception for a given session and context name.
Thrown if locked by the same user, but within another named domain context.
LockException(Session, TokenLockInfo) - Constructor for exception class org.tentackle.pdo.LockException
Constructs a new locking exception for a given session and lock info.
Thrown if already locked by another user.
lockExceptionToString(LockException, PersistentDomainObject<?>) - Method in class org.tentackle.pdo.PdoUtilities
Creates a localized string from a LockException for a PDO.
lockInternal() - Method in class org.tentackle.dbms.DbModificationTracker
 
lockInternal() - Method in class org.tentackle.task.DefaultTaskDispatcher
Requests a lock for executing a task from the queue.
LockManager - Interface in org.tentackle.persist
Manager for token locks.
log(Object, Method, Object[], Object, TimeKeeper) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Logs the invocation.
log(Method, Object[], Object, TimeKeeper) - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Logs and counts the invocation.
log(String, Logger.Level, String) - Method in class org.tentackle.dbms.RemoteSessionAdapter
 
log(String, Logger.Level, String) - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Sends text based logging infos to the RMI-Server.
log(String, Logger.Level, String) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
log(String, Logger.Level, String) - Method in interface org.tentackle.session.RemoteSession
Logs a message at the server-side.
log(Logger.Level, boolean) - Static method in class org.tentackle.dbms.StatementStatistics
Logs the statics.
log(Logger.Level, String) - Method in class org.tentackle.dbms.RemoteSessionAdapter
 
log(Logger.Level, String) - Method in interface org.tentackle.session.RemoteSession
Logs a message at the server-side.
Uses the static logger of the remote session implementation class.
log(Logger.Level, String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
log(Logger.Level, String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message.
log(Logger.Level, String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
log(Logger.Level, Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
log(Logger.Level, Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message.
log(Logger.Level, Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
Log - Annotation Interface in org.tentackle.log
Annotation to express that the annotated method should be logged.
Log4J2Logger - Class in org.tentackle.log.log4j2v
Pluggable logger using org.apache.log4j.
Log4J2Logger(String) - Constructor for class org.tentackle.log.log4j2v.Log4J2Logger
Creates a logger.
Log4J2MappedDiagnosticContext - Class in org.tentackle.log.log4j2v
The Log4J mdc implementation.
Log4J2MappedDiagnosticContext() - Constructor for class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
Creates the MDC for Log4J2.
logAndClearWarnings() - Method in class org.tentackle.dbms.ManagedConnection
Reads all warnings, logs and clears them.
logBeginTx() - Method in class org.tentackle.dbms.Db
Creates a DbModificationType.BEGIN modification log, if necessary.
logCommitTx() - Method in class org.tentackle.dbms.Db
Creates a commit modification log if necessary.
logConfiguration() - Method in class org.tentackle.dbms.DefaultConnectionManager
Logs the connection managers configuration.
logConfiguration() - Method in class org.tentackle.dbms.MpxConnectionManager
 
logException(Exception) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger with a default buffer size and Logger.Level.SEVERE to the default logger of the util package.
logException(Exception, Logger) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger with a default buffer size and Logger.Level.SEVERE.
logException(Exception, Logger, Logger.Level, int) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger.
Loggable - Interface in org.tentackle.log
An interface telling whether an object is loggable or not.
Logger - Interface in org.tentackle.log
A pluggable logger.
Logger.Level - Enum Class in org.tentackle.log
Logging levels.
LoggerFactory - Interface in org.tentackle.log
Factory for pluggable loggers.
LoggerOutputStream - Class in org.tentackle.log
Output stream for a logger.
Nice to catch e.printStackTrace(Stream)
LoggerOutputStream(Logger) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream with a default buffer size and Logger.Level.SEVERE.
LoggerOutputStream(Logger, Logger.Level) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream with a default buffer size.
LoggerOutputStream(Logger, Logger.Level, int) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream.
LoggingRunnable - Class in org.tentackle.log
A logging runnable.
Logs start and duration times.
LoggingRunnable(Logger, Logger.Level, Runnable) - Constructor for class org.tentackle.log.LoggingRunnable
Creates a logging runnable.
login() - Method in class org.tentackle.app.ConsoleApplication
Connects to the database backend or application server.
login() - Method in class org.tentackle.fx.rdc.login.Login
Performs the login.
login() - Method in class org.tentackle.persist.app.AbstractServerApplication
Connects the server to the database backend or another remote server.
login(Parent, SessionInfo) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Performs the login and final startup of the application.
login(Db) - Method in interface org.tentackle.dbms.ConnectionManager
Logs in a session.
It is up to the connection manager how to verify whether the session is allowed to open, a real connection is initiated or just an application level authorization is performed.
login(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
login(Db) - Method in class org.tentackle.dbms.MpxConnectionManager
 
login(SessionInfo) - Method in interface org.tentackle.dbms.rmi.RemoteDbConnection
Login to remote RMI-server.
login(SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
 
Login - Class in org.tentackle.fx.rdc.login
Login controller.
Login() - Constructor for class org.tentackle.fx.rdc.login.Login
Creates the login controller.
LoginApplication - Class in org.tentackle.fx.rdc.app
The login FX application.
LoginApplication() - Constructor for class org.tentackle.fx.rdc.app.LoginApplication
Creates the login application.
LoginFailedException - Exception Class in org.tentackle.session
RMI servers should throw a LoginFailedException if authentication fails (or any other reason)
LoginFailedException() - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception without a session and with null as its detail message.
LoginFailedException(String) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception without a session with the specified detail message.
LoginFailedException(String, Throwable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception without a session with the specified detail message and cause.
LoginFailedException(Identifiable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given identifiable.
LoginFailedException(Identifiable, String) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified detail message.
LoginFailedException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified detail message and cause.
LoginFailedException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified cause and a detail message of (cause==null ?
LoginFailedException(Session) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with null as its detail message.
LoginFailedException(Session, String) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified detail message.
LoginFailedException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified detail message and cause.
LoginFailedException(Session, Throwable) - Constructor for exception class org.tentackle.session.LoginFailedException
Constructs a new login failed exception for a given session with the specified cause and a detail message of (cause==null ?
LoginFailedHandler - Class in org.tentackle.fx.rdc.app
To handle login failed exceptions.
LoginFailedHandler(DesktopApplication<?>, Parent, SessionInfo) - Constructor for class org.tentackle.fx.rdc.app.LoginFailedHandler
Creates a login failed handler.
LoginFailedWithUpdateHandler - Class in org.tentackle.fx.rdc.update
To handle login failed exceptions.
LoginFailedWithUpdateHandler(DesktopApplication<?>, Parent, SessionInfo) - Constructor for class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Creates a login failed handler.
LogInterceptor - Class in org.tentackle.log
Implementation for the Log interception.
LogInterceptor() - Constructor for class org.tentackle.log.LogInterceptor
Creates the Log interceptor.
logModification(ModificationType) - Method in class org.tentackle.dbms.AbstractDbObject
Logs a modification for this object to the modlog (not to be mixed up with the modification-counter!)
logout(long, long, String, long) - Method in interface org.tentackle.pdo.AdminExtension
Submits a logout request to the modification tracker session of a given user.
logout(long, long, String, long) - Method in class org.tentackle.persist.AdminExtensionAdapter
 
logout(Db) - Method in interface org.tentackle.dbms.ConnectionManager
Logs out a session.
The session is not allowed to attach anymore.
logout(Db) - Method in class org.tentackle.dbms.DefaultConnectionManager
 
logout(Db) - Method in class org.tentackle.dbms.MpxConnectionManager
 
logout(DomainContext, long, long, String, long) - Method in interface org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegate
Submits a logout request for a given user id.
logout(DomainContext, long, long, String, long) - Method in class org.tentackle.persist.rmi.AdminExtensionAdapterRemoteDelegateImpl
 
LogoutEvent - Class in org.tentackle.app
A master serial event to request a remote client logout.
LogoutEvent() - Constructor for class org.tentackle.app.LogoutEvent
 
LogoutEventHandler - Class in org.tentackle.app
Default handler for a LogoutEvent.
Simply terminates the modification tracker, which will in turn terminate the application.
LogoutEventHandler - Class in org.tentackle.fx.rdc.app
Handler for a LogoutEvent in a desktop application.
Replaces the default logout handler and invokes Fx.terminate() from within the FX-thread.
LogoutEventHandler() - Constructor for class org.tentackle.app.LogoutEventHandler
 
LogoutEventHandler() - Constructor for class org.tentackle.fx.rdc.app.LogoutEventHandler
 
logStackdump() - Method in class org.tentackle.app.AbstractApplication
Logs a stackdump.
logStackDump(Logger.Level, String) - Method in class org.tentackle.misc.DiagnosticUtilities
Logs the stackdump.
logStacktrace(Throwable) - Method in class org.tentackle.log.DefaultLogger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Throwable) - Method in interface org.tentackle.log.Logger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Logger.Level, Throwable) - Method in class org.tentackle.log.DefaultLogger
Logs the stacktrace of a throwable.
logStacktrace(Logger.Level, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
Logs the stacktrace of a throwable.
logStacktrace(Logger.Level, Throwable) - Method in interface org.tentackle.log.Logger
Logs the stacktrace of a throwable.
logStacktrace(Logger.Level, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Logs the stacktrace of a throwable.
logStatistics() - Method in class org.tentackle.app.AbstractApplication
Logs and clears the statistics.
logStatistics() - Method in class org.tentackle.persist.app.AbstractServerApplication
Logs and clears the statistics.
logStatistics(String, Logger.Level, String, boolean) - Method in class org.tentackle.dbms.TransactionStatistics
Logs the statistics.
logStatistics(String, Logger.Level, String, boolean) - Method in class org.tentackle.log.MethodStatistics
Logs the statistics.
logStatistics(Logger.Level, boolean) - Method in class org.tentackle.dbms.DbTransactionFactory
Logs the statistics.
logStatistics(Logger.Level, boolean) - Method in class org.tentackle.dbms.RemoteSessionAdapter
 
logStatistics(Logger.Level, boolean) - Method in interface org.tentackle.dbms.rmi.RemoteDbSession
Logs the RMI-statistics.
logStatistics(Logger.Level, boolean) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
logStatistics(Logger.Level, boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Logs the statistics.
logStatistics(Logger.Level, boolean) - Method in interface org.tentackle.session.RemoteSession
Logs the RMI-statistics at the server-side.
Uses the static logger of the remote session implementation class.
LongPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type long.
LongPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.LongPrimitiveType
Creates the datatype for the primitive type long.
LongStringTranslator - Class in org.tentackle.fx.translate
Long translator.
LongStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.LongStringTranslator
Creates a translator.
LongType - Class in org.tentackle.sql.datatypes
Datatype for Long.
LongType() - Constructor for class org.tentackle.sql.datatypes.LongType
Creates the datatype for Long.
loop() - Method in class org.tentackle.dbms.ManagedConnectionMonitor
A single loop run.
LOWER_CASE - Enum constant in enum class org.tentackle.fx.CaseConversion
Convert to lowercase.
LRU - Enum constant in enum class org.tentackle.pdo.PdoCacheStrategy
least recently used

M

main(String[]) - Static method in class org.tentackle.common.Version
Prints the build version and license.
MajorSeverity - Interface in org.tentackle.validate.severity
A major severity.
MajorSeverityImpl - Class in org.tentackle.validate.severity
Implements the major severity.
Creates a FailedValidationResult.
MajorSeverityImpl() - Constructor for class org.tentackle.validate.severity.MajorSeverityImpl
Creates the major severity.
makeCurrent() - Method in interface org.tentackle.session.Session
Makes this session the current session for this thread.
makeDeclareString(String) - Static method in class org.tentackle.reflect.ReflectionHelper
create a source-usable string from clazz.getName().
ManagedConnection - Class in org.tentackle.dbms
A jdbc connection managed by the ConnectionManager.
The connection provides some additional features such as a prepared statement cache and translates SQLExceptions to PersistenceExceptions.
ManagedConnection(ConnectionManager, Backend, Connection) - Constructor for class org.tentackle.dbms.ManagedConnection
Creates a managed connection.
ManagedConnectionMonitor - Class in org.tentackle.dbms
Maintains a set of all open managed connections.
The connections are held by a weak reference and the set is cleaned up once a minute.
Optionally, idle connections with ManagedConnection.isConnectionVerificationNecessary() == true will be verified (via dummy selects) periodically and to prevent premature closing by the database backend.
ManagedConnectionMonitor() - Constructor for class org.tentackle.dbms.ManagedConnectionMonitor
Creates the monitor thread.
Mandatory - Annotation Interface in org.tentackle.validate.validator
The annotated element is mandatory.
MANDATORY_STYLE - Static variable in class org.tentackle.fx.FxComponentDelegate
Mandatory CSS style class.
MandatoryBindingEvaluator - Interface in org.tentackle.validate
Annotations used to determine whether a UI-component is mandatory must implement this interface.
MandatoryContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Mandatory.
MandatoryImpl - Class in org.tentackle.validate.validator
Implementation of the Mandatory-validator.
MandatoryImpl() - Constructor for class org.tentackle.validate.validator.MandatoryImpl
Creates a Mandatory-validator.
mandatoryProperty() - Method in class org.tentackle.fx.component.FxCheckBox
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxChoiceBox
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxColorPicker
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxComboBox
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxDatePicker
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxListView
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxPasswordField
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxRadioButton
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxTableView
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxTextArea
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxTextField
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxToggleButton
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxTreeTableView
 
mandatoryProperty() - Method in class org.tentackle.fx.component.FxTreeView
 
mandatoryProperty() - Method in interface org.tentackle.fx.FxComponent
Gets the mandatory property.
mandatoryProperty() - Method in class org.tentackle.fx.FxComponentDelegate
Mandatory property.
MandatoryScope - Interface in org.tentackle.validate.scope
Validation scope for the mandatory attribute of UI components.
MandatoryScopeImpl - Class in org.tentackle.validate.scope
Mandatory scope default implementation.
MandatoryScopeImpl() - Constructor for class org.tentackle.validate.scope.MandatoryScopeImpl
Creates the mandatory scope.
map(Class<?>) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface.
map(Class<?>) - Method in class org.tentackle.reflect.DefaultClassMapper
 
map(String) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface by its name.
map(String) - Method in class org.tentackle.reflect.DefaultClassMapper
 
map(String) - Method in class org.tentackle.validate.ValidationMapper
Maps the current path from validation- to binding-path.
map(String, boolean) - Method in class org.tentackle.reflect.AbstractClassMapper
Maps with concurrent hashmap cache.
mapClass(String, boolean) - Method in class org.tentackle.reflect.ClassToServicesMapper
Maps to the classes.
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.delegate.AbstractTextFieldDelegate
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxComboBox
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxDatePicker
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxPasswordField
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxTextArea
 
mapErrorOffsetToCaretPosition() - Method in class org.tentackle.fx.component.FxTextField
 
mapErrorOffsetToCaretPosition() - Method in interface org.tentackle.fx.FxTextComponent
Sets the caret position according to the error offset.
Does nothing if error offset is null.
mapLenient(Class<?>) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface.
If there is no mapping for clazz its superclasses are tried.
mapLenient(Class<?>) - Method in class org.tentackle.reflect.DefaultClassMapper
 
mapLenient(String) - Method in interface org.tentackle.reflect.ClassMapper
Maps a name to a class.
mapLenient(String) - Method in class org.tentackle.reflect.DefaultClassMapper
 
MAPPED_SERVICE_PATH - Static variable in class org.tentackle.common.Constants
the directory for mapped service provider configurations.
MappedDiagnosticContext - Interface in org.tentackle.log
A mapped diagnostic context.
Provides thread-local optional key-value pairs to enhance logging.
MappedService - Annotation Interface in org.tentackle.common
Annotation to mark an annotation to be processed by the ServiceAnalyzeHandler.
MapResult(Binder, String) - Constructor for record class org.tentackle.validate.ValidationUtilities.MapResult
Creates an instance of a MapResult record class.
mapSchema() - Element in annotation interface org.tentackle.session.TableName
Determines whether schemas are allowed or mapped to simple table names.
If true, tablenames like "md.blah" are mapped to "md_blah".
mapValidationPath(NavigableSet<ValidationMapper>, Binder, String) - Method in class org.tentackle.validate.ValidationUtilities
Maps binding paths.
Translates one binding path (usually a validation path from a validation result) to binding paths and their corresponding binder.
MariaDb - Class in org.tentackle.sql.backends
Backend for MariaDB.
MariaDb() - Constructor for class org.tentackle.sql.backends.MariaDb
Creates the MariaDb backend.
markCacheAccess() - Method in interface org.tentackle.pdo.PersistentObject
Marks the cache access.
Increments the access counter and sets the last access time.
markCacheAccess() - Method in class org.tentackle.persist.AbstractPersistentObject
mark cache access (count and set current system-time)
markDeleted() - Method in class org.tentackle.dbms.AbstractDbObject
Marks an object to be deleted.
This is done by negating its id.
markDeleted() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
markDeleted() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
markDeleted(Collection<X>) - Method in class org.tentackle.persist.AbstractPersistentObject
Marks all objects in a list to be deleted.
This method is provided to mark components in PDOs only.
markDeleted(PersistentDomainObject<?>) - Method in class org.tentackle.persist.AbstractPersistentObject
Marks an object to be deleted.
This method is provided to mark components in PDOs only.
markDirty() - Method in class org.tentackle.model.impl.ModelDirectoryImpl
 
markDirty() - Method in interface org.tentackle.model.ModelDirectory
Marks this directory dirty.
markReady() - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
markReady() - Method in class org.tentackle.dbms.StatementWrapper
Marks the statement to be ready for being consumed by a Db attached to a ConnectionManager.
This is an additional measure to enforce the programming rule that a statement is being used only once after Db.createStatement() (for non-prepared statements) or after Db.getPreparedStatement(org.tentackle.dbms.StatementKey, boolean, int, int, org.tentackle.dbms.SqlSupplier) for prepared statements.
MasterSerial - Interface in org.tentackle.session
Wraps the master serial used by the ModificationTracker.
The tracker of a remote client periodically requests the master serial from the server.
MasterSerialEvent - Interface in org.tentackle.session
Interface for a master serial event.
Such events can be sent from the server to the client via the ModificationTracker.
MasterSerialEventHandlerFactory - Interface in org.tentackle.session
Factory for MasterSerialEvent-handlers.
MasterSerialEventService - Annotation Interface in org.tentackle.session
 
MasterSerialListEvent - Class in org.tentackle.session
A master serial event containing a list of events.
This event type is used, whenever there is more than one event pending for the client.
MasterSerialListEvent() - Constructor for class org.tentackle.session.MasterSerialListEvent
Creates an empty list event.
MasterSerialListEvent(Collection<MasterSerialEvent>) - Constructor for class org.tentackle.session.MasterSerialListEvent
Creates a list event.
match(SubString, SubString) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Determines the matching segment between an input- and item-segment.
match(SubString, SubString) - Method in class org.tentackle.fx.component.auto.CamelCaseSuggestionGenerator
 
match(SubString, SubString) - Method in class org.tentackle.fx.component.auto.RegexSuggestionGenerator
 
match(SubString, SubString) - Method in class org.tentackle.fx.component.auto.SeparatorSuggestionGenerator
 
matches(Class<?>) - Method in class org.tentackle.reflect.Mixin
Determines whether a given interface class extends the declaring class of this mixin or any of its super interfaces.
matchesPattern(Pattern) - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
 
matchesPattern(Pattern) - Method in interface org.tentackle.log.MappedDiagnosticContext
Checks whether this mapped diagnostic context matches a given pattern.
matchesSqlType(SqlType) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Checks whether colunm's type matches given SqlType according to the backend.
max() - Element in annotation interface org.tentackle.validate.validator.Size
 
MAX_BUFFER_SIZE - Static variable in class org.tentackle.io.CompressedOutputStream
The maximum compression buffer size.
maxConSize - Variable in class org.tentackle.dbms.DefaultConnectionManager
maximum number of connections, 0 = unlimited.
maxDbSize - Variable in class org.tentackle.dbms.DefaultConnectionManager
maximum number of Dbs, 0 = unlimited.
maxLinesInLiteral - Static variable in class org.tentackle.sql.datatypes.AbstractDataType
Maximum number of lines in literal.
> 0 if unlimited.
maxMinutes - Variable in class org.tentackle.dbms.DefaultConnectionManager
max hours to close connections.
maxTxRunnableDepth - Static variable in class org.tentackle.dbms.DbTransaction
Maximum recursion depth of tx runnables.
To detect recursion loops when tx runnables create other runnables.
MDC_SESSION_KEY - Static variable in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
the mdc session key
me() - Method in class org.tentackle.domain.AbstractDomainObject
 
me() - Method in class org.tentackle.domain.AbstractDomainOperation
 
me() - Method in class org.tentackle.pdo.DummyPersistentOperation
 
me() - Method in interface org.tentackle.pdo.ProxyDelegate
Gets the proxy instance.
me() - Method in class org.tentackle.persist.AbstractPersistentObject
 
me() - Method in class org.tentackle.persist.AbstractPersistentOperation
 
merge(List<P>) - Method in interface org.tentackle.common.PathFactory
Merge paths to remove redundant path segments.
The returned consolidated paths form a hierarchical graph.
message() - Element in annotation interface org.tentackle.security.pdo.SecurityValidator
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Changeable
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Equal
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.False
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Greater
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Less
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Mandatory
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotNull
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotZero
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Null
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Pattern
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Size
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.True
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Zero
An optional validation message.
If missing the validator creates its own message.
messageParameters - Variable in class org.tentackle.dbms.ModificationLog
Message parameters (lazy)
MessageScriptConverter - Annotation Interface in org.tentackle.validate.validator
Annotation for a script converter for validator messages.
meta() - Element in annotation interface org.tentackle.common.Service
Determines whether the servicing class is the annotated class or the value of the annotated annotation.
Notice the difference between the serviced and servicing class!
meta() - Element in annotation interface org.tentackle.common.ServiceName
Determines whether the servicing class is the annotated class or the value of the annotated annotation.
Notice the difference between the serviced and servicing class!
META_INF - Static variable in class org.tentackle.common.Constants
META-INF directory name.
META_SERVICE_PATH - Static variable in class org.tentackle.common.Constants
the directory for meta service provider configurations.
MetaDataUtilities - Class in org.tentackle.sql.metadata
Database metadata utility methods.
Replaceable by application specific implementation via Service annotation.
MetaDataUtilities() - Constructor for class org.tentackle.sql.metadata.MetaDataUtilities
 
method() - Element in annotation interface org.tentackle.common.MappedService
The method name of the mapped service that provides the value.
The default is "value".
method() - Element in annotation interface org.tentackle.common.Service
The method name of the mapped service that provides the value.
The default is "value".
method() - Element in annotation interface org.tentackle.common.ServiceName
The method name of the mapped service that provides the value.
The default is "value".
METHOD - Static variable in class org.tentackle.model.impl.RelationImpl
property method = ...
MethodArgument - Class in org.tentackle.model
Argument to use in select- and delete-methods.
MethodArgument(Relation, String, String) - Constructor for class org.tentackle.model.MethodArgument
Creates a method argument for another foreign attribute as the relation points to.
If value is a String it must be enclosed in double quotes.
MethodArgument(Relation, String, Attribute) - Constructor for class org.tentackle.model.MethodArgument
Creates a method argument for another foreign attribute as the relation points to.
MethodArgument(Relation, Attribute) - Constructor for class org.tentackle.model.MethodArgument
Creates a method argument.
methodCache - Variable in class org.tentackle.persist.PersistentObjectClassVariables
The PDO method invocation cache.
methodCache - Variable in class org.tentackle.persist.PersistentOperationClassVariables
The PDO method invocation cache.
MethodCache - Class in org.tentackle.reflect
Cache to speed up method lookup by reflection.
MethodCache(String) - Constructor for class org.tentackle.reflect.MethodCache
Creates a method cache.
methodPath() - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Returns the value of the methodPath record component.
methods() - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Returns the value of the methods record component.
MethodStatistics - Class in org.tentackle.log
Method statistics collector.
MethodStatistics() - Constructor for class org.tentackle.log.MethodStatistics
Creates a new statistics object.
MethodStatisticsKey - Class in org.tentackle.log
Method key for collecting method statistics.
MethodStatisticsKey(Method) - Constructor for class org.tentackle.log.MethodStatisticsKey
Creates a method key.
MethodStatisticsKey(Method, Class<?>) - Constructor for class org.tentackle.log.MethodStatisticsKey
Creates a key for given method and optional class.
methodToString(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Creates a string from a method.
This variant produces a much shorter string than Method.toString() and shortens logging output.
micros() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in microseconds.
microsToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the microseconds as a String.
migrate() - Method in class org.tentackle.model.migrate.ColumnMigrator
Migrates the column.
migrate() - Method in class org.tentackle.model.migrate.ForeignKeyMigrator
Migrates the foreign key.
migrate() - Method in class org.tentackle.model.migrate.IndexMigrator
Migrates the index.
migrate(Collection<Pattern>, Collection<ColumnMigration>, Map<String, String>) - Method in class org.tentackle.model.migrate.TableMigrator
Create SQL code to migrate the table.
MigrationStrategy - Enum Class in org.tentackle.sql
Defines the methods to use for migration.
millis() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in milliseconds.
millisToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the milliseconds as a String.
min() - Element in annotation interface org.tentackle.validate.validator.Size
 
MIN_DATE - Static variable in class org.tentackle.common.DateHelper
epochal date zero: 1.1.1970 00:00:00 GMT
MIN_TIMESTAMP - Static variable in class org.tentackle.common.DateHelper
epochal timestamp zero: 1.1.1970 00:00:00.000 GMT
minMinutes - Variable in class org.tentackle.dbms.DefaultConnectionManager
min hours to close connections.
MinorSeverity - Interface in org.tentackle.validate.severity
A minor severity.
MinorSeverityImpl - Class in org.tentackle.validate.severity
Implements the minor severity.
Creates an InfoValidationResult.
MinorSeverityImpl() - Constructor for class org.tentackle.validate.severity.MinorSeverityImpl
Creates the minor severity.
minSize - Variable in class org.tentackle.dbms.MpxConnectionManager
minimum size.
MINUTE_MS - Static variable in class org.tentackle.common.Constants
a minute in milliseconds.
MiscCoreBundle - Class in org.tentackle.misc
Bundle for misc-package in tentackle-core.
MissingOffsetHandler - Class in org.tentackle.misc.time
Error handler to add a missing zone offset.
MissingOffsetHandler() - Constructor for class org.tentackle.misc.time.MissingOffsetHandler
Creates a missing offset handler.
MissingTimeHandler - Class in org.tentackle.misc.time
Error handler to add, expand or insert a missing time.
MissingTimeHandler() - Constructor for class org.tentackle.misc.time.MissingTimeHandler
Creates a missing time handler.
MissingZoneIdHandler - Class in org.tentackle.misc.time
Error handler to add a missing timezone.
MissingZoneIdHandler() - Constructor for class org.tentackle.misc.time.MissingZoneIdHandler
Creates a missing zone handler.
Mixin<T,M> - Class in org.tentackle.reflect
Mixin to implement dynamic proxies.
Mixin(Class<T>, Class<?>) - Constructor for class org.tentackle.reflect.Mixin
Creates a dummy mixin.
Dummy mixins just map nothing at all.
Mixin(ClassMapper, Class<T>, Class<?>) - Constructor for class org.tentackle.reflect.Mixin
Creates a mixin.
Model - Interface in org.tentackle.model
Model singleton.
modelChanged() - Method in interface org.tentackle.fx.ModelToViewListener
Updates the view according to the model.
modelClass() - Element in annotation interface org.tentackle.fx.ValueTranslatorService
Defines the model's data class.
ModelDefaults - Class in org.tentackle.model
Defaults for model parsing.
ModelDefaults() - Constructor for class org.tentackle.model.ModelDefaults
Creates the defaults.
ModelDefaults(String) - Constructor for class org.tentackle.model.ModelDefaults
Creates the defaults from a string.
ModelDirectory - Interface in org.tentackle.model
A directory holding model files.
The model dir is capable to detect changes, usually model files added by the Wurbelizer.
ModelDirectoryImpl - Class in org.tentackle.model.impl
Default implementation of a ModelDirectory.
ModelDirectoryImpl(String, ModelDefaults, EntityAliases) - Constructor for class org.tentackle.model.impl.ModelDirectoryImpl
Creates a model directory object.
ModelElement - Interface in org.tentackle.model
Element as part of the model.
ModelError - Class in org.tentackle.model
Describes a model error.
ModelError(ModelElement, String) - Constructor for class org.tentackle.model.ModelError
Creates a model error.
ModelError(ModelException) - Constructor for class org.tentackle.model.ModelError
Creates a model error from a model exception.
ModelException - Exception Class in org.tentackle.model
Model parsing exception.
ModelException(String) - Constructor for exception class org.tentackle.model.ModelException
Creates a model exception.
ModelException(String, Throwable) - Constructor for exception class org.tentackle.model.ModelException
Creates a model exception.
ModelException(String, ModelElement) - Constructor for exception class org.tentackle.model.ModelException
Creates a model exception.
ModelException(String, ModelElement, Throwable) - Constructor for exception class org.tentackle.model.ModelException
Creates a model exception.
ModelException(Collection<ModelError>) - Constructor for exception class org.tentackle.model.ModelException
Creates a model exception from a collection of errors.
ModelImpl - Class in org.tentackle.model.impl
Model implementation.
ModelImpl() - Constructor for class org.tentackle.model.impl.ModelImpl
Creates a model.
ModelMetaData - Class in org.tentackle.sql.metadata
The whole metadata for the connected database.
ModelMetaData(Backend, DatabaseMetaData[], String[]) - Constructor for class org.tentackle.sql.metadata.ModelMetaData
Creates a database meta instance.
ModelToViewListener - Interface in org.tentackle.fx
Listener invoked to fetch the value from the model and update the view.
Low-level alternative to the tentackle binding.
ModelUtilities - Class in org.tentackle.model
Model utility methods.
May be replaced by project specific implementation via @Service.
ModelUtilities() - Constructor for class org.tentackle.model.ModelUtilities
Creates the model utilities.
Modifiable - Interface in org.tentackle.misc
Interface for objects that can tell whether they are modified or not.
ModificationEvent - Class in org.tentackle.session
Modification event.
ModificationEvent(Session, long) - Constructor for class org.tentackle.session.ModificationEvent
Creates a modification master event.
ModificationEvent(Session, Collection<ModificationEventDetail>) - Constructor for class org.tentackle.session.ModificationEvent
Creates a modification event.
ModificationEventDetail - Class in org.tentackle.session
Holds the event detail.
ModificationEventDetail(String, long) - Constructor for class org.tentackle.session.ModificationEventDetail
Creates an event detail.
ModificationListener - Interface in org.tentackle.session
Listener for modifications.
ModificationListenerAdapter - Class in org.tentackle.session
A modification listener adapter.
ModificationListenerAdapter() - Constructor for class org.tentackle.session.ModificationListenerAdapter
Creates a listener for any modification.
ModificationListenerAdapter(String...) - Constructor for class org.tentackle.session.ModificationListenerAdapter
Creates a listener for the given modification names.
ModificationLog - Class in org.tentackle.dbms
Logging for object modifications.
Modifications of PDOs can be logged to a so-called modification log.
Such modlogs can be used for asynchronous database coupling, higher level replication, etc...
ModificationLog() - Constructor for class org.tentackle.dbms.ModificationLog
Creates an empty modlog.
ModificationLog(Db) - Constructor for class org.tentackle.dbms.ModificationLog
Creates an empty modification log for a given session.
ModificationLog(Db, ModificationType) - Constructor for class org.tentackle.dbms.ModificationLog
Creates a modification log for a given session and modification type.
ModificationLog(ModificationLoggable, ModificationType) - Constructor for class org.tentackle.dbms.ModificationLog
Creates a modification log from an object.
ModificationLog(ModificationLog, ModificationType) - Constructor for class org.tentackle.dbms.ModificationLog
Creates a modlog from another modlog, but a different type.
ModificationLog.ReplayState - Class in org.tentackle.dbms
Replay state shared between consecutive invocations of ModificationLog.replay(org.tentackle.dbms.ModificationLog, org.tentackle.session.Session, boolean).
This is just a DTO.
ModificationLogFactory - Interface in org.tentackle.dbms
The ModificationLog factory.
ModificationLoggable - Interface in org.tentackle.dbms
Objects that can be modification-logged.
ModificationLogRemoteDelegate - Interface in org.tentackle.dbms.rmi
Remote delegate interface for ModificationLog.
ModificationLogRemoteDelegateImpl - Class in org.tentackle.dbms.rmi
Remote delegate implementation for ModificationLog.
ModificationLogRemoteDelegateImpl(RemoteDbSessionImpl, Class<ModificationLog>) - Constructor for class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
ModificationTally - Class in org.tentackle.dbms
Counter to track modifications for a class/table.
The ModificationTracker maintains a list of ModificationTally-objects, one for each tracked name.
ModificationTally(DbModificationTracker, String) - Constructor for class org.tentackle.dbms.ModificationTally
Creates a modification counter for a given tracked name.
ModificationTracker - Interface in org.tentackle.session
Tracks global PDO changes.
ModificationType - Interface in org.tentackle.dbms
The modification type.
The default types are defined in DbModificationType, which is an enum.
ModificationTypeFactory - Class in org.tentackle.dbms
Factory for modification types.
Basically maps character values to modification types.
ModificationTypeFactory() - Constructor for class org.tentackle.dbms.ModificationTypeFactory
Creates a modification type factory.
modlogIDs - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
the IDs of the replayed modlogs of this chunk.
ModuleHook - Interface in org.tentackle.common
Interface to determine the module hierarchy.
Provides a hook to access resources from within a module.
ModuleInfo - Class in org.tentackle.common
Holds information about a module.
ModuleInfo(ModuleHook) - Constructor for class org.tentackle.common.ModuleInfo
Creates a module info.
ModuleOrdinal - Annotation Interface in org.tentackle.common
Annotation to override the module order for the ServiceFinder.
ModuleSorter - Class in org.tentackle.common
A dependency sorter for jigsaw modules.
ModuleSorter() - Constructor for class org.tentackle.common.ModuleSorter
Creates a module sorter and loads the module hierarchy.
moneyPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the moneyPattern record component.
MONTH_WINDOW - Static variable in class org.tentackle.fx.translate.TemporalStringTranslator
Property to define the sliding month input window.
moveIdSerialToEnd(List<Attribute>) - Method in class org.tentackle.model.impl.EntityImpl
Moved id and serial to the end of a new created attribute list.
MpxConnectionManager - Class in org.tentackle.dbms
Multiplexing connection manager.
A connection manager for applications with a large number of session instances, e.g. application servers.
MpxConnectionManager(String, BackendInfo, int, int, int, int, int, int, int, int) - Constructor for class org.tentackle.dbms.MpxConnectionManager
Creates a new connection manager.
MpxConnectionManager(BackendInfo, int) - Constructor for class org.tentackle.dbms.MpxConnectionManager
Creates a connection manager with reasonable values for most servers.
MsSql - Class in org.tentackle.sql.backends
Backend for MicrosoftSQL.
MsSql() - Constructor for class org.tentackle.sql.backends.MsSql
Creates the MS-Sql backend.
MULTI - Enum constant in enum class org.tentackle.model.InheritanceType
Multi table.
Each entity in the inheritance hierarchy has its own table.
The super-entity is abstract and cannot have instances.
MultiLine - Class in org.tentackle.model.parse
A line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons.
MultiLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.MultiLine
Creates a multi-line.
multiply(double) - Method in class org.tentackle.common.BMoney
Multiplies this BMoney by a double and returns a new object.
multiply(double) - Method in class org.tentackle.common.DMoney
 
multiply(long) - Method in class org.tentackle.misc.TimeKeeper
Multiplies this duration.
MultiUserDbPool - Class in org.tentackle.dbms
Implementation of a MultiUserSessionPool.
The pool is actually a pool of DbPools, one for each SessionInfo.
MultiUserDbPool(String, ConnectionManager, int, int, int, long, long) - Constructor for class org.tentackle.dbms.MultiUserDbPool
Creates a multi-user session pool.
MultiUserSessionPool - Interface in org.tentackle.session
A pool of sessions for multiple session infos.
Allows different users to use multiple sessions in parallel.
MySql - Class in org.tentackle.sql.backends
Backend for MySQL.
MySql() - Constructor for class org.tentackle.sql.backends.MySql
Creates the MySql backend.
MySqlColumnMetaData - Class in org.tentackle.sql.metadata
MySql does not return strings in single-quotes in default values.
MySqlColumnMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.MySqlColumnMetaData
Creates column metadata.

N

NA_STYLE - Static variable in class org.tentackle.fx.rdc.security.SecurityEditor
CSS style for "not applicable".
name - Variable in class org.tentackle.dbms.DefaultConnectionManager
name of the connection manager.
name() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
name() - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Returns the value of the name record component.
name() - Method in class org.tentackle.prefs.DefaultPreferences
 
name() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns this preference node's name, relative to its parent.
name() - Method in record class org.tentackle.session.SavepointHandle
Returns the value of the name record component.
NAME - Enum constant in enum class org.tentackle.sql.MigrationStrategy
NAME - Static variable in class org.tentackle.model.impl.RelationImpl
property name = ...
NAME - Static variable in class org.tentackle.script.jsr.ECMAScriptValidationMessageConverter
the primary language name.
NAME - Static variable in interface org.tentackle.security.permissions.AllPermission
the permission's name.
NAME - Static variable in interface org.tentackle.security.permissions.EditPermission
the permission's name.
NAME - Static variable in interface org.tentackle.security.permissions.ExecutePermission
the permission's name.
NAME - Static variable in interface org.tentackle.security.permissions.ReadPermission
the permission's name.
NAME - Static variable in interface org.tentackle.security.permissions.ViewPermission
the permission's name.
NAME - Static variable in interface org.tentackle.security.permissions.WritePermission
the permission's name.
NAME - Static variable in interface org.tentackle.validate.scope.AllScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.ChangeableScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.InteractiveScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.MandatoryScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.PersistenceScope
the scope's name.
NAME_AND_TYPE - Enum constant in enum class org.tentackle.sql.MigrationStrategy
NAME_NONE - Static variable in class org.tentackle.common.Constants
name for "none".
NAME_UNKNOWN - Static variable in class org.tentackle.common.Constants
unknown name.
NamedCounter - Class in org.tentackle.misc
Thread-safe named counter.
NamedCounter() - Constructor for class org.tentackle.misc.NamedCounter
Creates a named counter.
NamedValue<T> - Class in org.tentackle.misc
Thread-safe named value.
NamedValue() - Constructor for class org.tentackle.misc.NamedValue
Creates a named counter.
names() - Method in class org.tentackle.misc.NamedCounter
Gets the names of all counters.
names() - Method in class org.tentackle.misc.NamedValue
Gets the names of all values.
NameVerifier - Interface in org.tentackle.model
Enforces application specific rules for names.
This is an additional check to the backend rules.
NameVerifierImpl - Class in org.tentackle.model.impl
Default implementation of a NameVerifier.
NameVerifierImpl() - Constructor for class org.tentackle.model.impl.NameVerifierImpl
Creates the name verifier.
NamingRules - Class in org.tentackle.common
Naming rules for classnames.
Used at runtime to determine the remote delegates, at build-time by some wurblets, and by the wizard to generate PDO- and operation sources.
Can be replaced via @Service for application-specific rules.
NamingRules() - Constructor for class org.tentackle.common.NamingRules
 
nanos() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in nanoseconds.
narrowLocale(Locale) - Method in class org.tentackle.common.I18NText
Narrows the effective locale returned by the LocaleProvider further to language.
The LocaleProvider may allow wider locales for ResourceBundles, but for I18NText this would complicate things way too much.
In most applications, the LocaleProvider narrows to language anyway.
navigateTo(String) - Static method in class org.tentackle.fx.BundleMonkeyHelper
 
NavigationLetterStringConverter<T> - Class in org.tentackle.fx
A StringConverter to navigate within a collection of objects.
Provides navigation with keystrokes that do not correspond to the text displayed in the UI.
NavigationLetterStringConverter(Collection<T>) - Constructor for class org.tentackle.fx.NavigationLetterStringConverter
Creates a converter.
needsToModelTwice() - Method in class org.tentackle.fx.translate.FractionNumberStringTranslator
 
needsToModelTwice() - Method in interface org.tentackle.fx.ValueTranslator
Returns whether toModel must be invoked twice.
An example is a DoubleStringTranslator:
let fraction number input be 1.211111 and formatting scale 2.
NEVER - Enum constant in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
No close button will ever be displayed.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.tentackle.i18n.StoredBundleControl
 
newId() - Method in class org.tentackle.dbms.AbstractDbObject
Obtains a new ID for this object.
newId() - Method in class org.tentackle.persist.AbstractPersistentObject
 
newInstance() - Method in class org.tentackle.dbms.AbstractDbObject
Creates a new object of the same class.
The new object belongs to the same session.
newInstance() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
Creates a new instance of the required class for methods that return a new object.
newInstance() - Method in class org.tentackle.dbms.rmi.AbstractDbOperationRemoteDelegateImpl
Creates a new instance of the required class for methods that return a new object.
newInstance(Class<P>) - Static method in class org.tentackle.dbms.AbstractDbObject
Instantiates a new db object for a given class without a session.
newInstance(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Creates a new pdo instance of the required class for methods that return a new object.
newInstance(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
Creates a new instance of the required class in the given context for methods that return a new operation.
newInstance(DomainContext, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Selects by ID into a new instance.
Throws NotFoundException, if no such PDO in database.
newInstance(Session, Class<P>) - Static method in class org.tentackle.dbms.AbstractDbObject
Instantiates a new object for a given class and session.
newPdo() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Discards the current PDO and edits a new one.
next() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor froward one row from its current position.
next() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Navigates to the next PDO in the list.
next() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
next() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
next() - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource to the next row.
If there are no more rows the current row remains unchanged.
next() - Method in class org.tentackle.persist.ResultSetCursor
Moves the cursor to the next row.
If there are no more rows the current row remains unchanged.
next() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Moves the cursor to the next row.
next() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
next(String) - Method in class org.tentackle.misc.NamedCounter
Increments and gets the value for given named counter.
nextColumnIndex() - Method in class org.tentackle.dbms.ResultSetSection
Gets the next column index.
nextElement() - Method in class org.tentackle.i18n.BundleEnumeration
 
nextId(Db) - Method in interface org.tentackle.dbms.IdSource
Get the next unique ID.
nextId(Db) - Method in class org.tentackle.dbms.ObjectId
 
nextId(Db) - Method in class org.tentackle.dbms.ObjectSequenceId
 
nextIndex() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
nextLine(Line) - Method in class org.tentackle.model.parse.Document
Gets the next line.
nextOffset() - Method in record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Returns the value of the nextOffset record component.
nextOption() - Method in class org.tentackle.model.parse.OptionParser
Gets the next option as a string.
nextOption(int) - Method in class org.tentackle.model.parse.OptionParser
Gets the next option as a string.
nextPdo(T) - Method in class org.tentackle.persist.JoinedSelect
Finishes the current pdo and switches to the next.
nextTask() - Method in class org.tentackle.task.DefaultTaskDispatcher
Determines the next task to execute.
If the only tasks left are scheduled for the future, the task with the minimum scheduled time will be returned.
NIL - Static variable in class org.tentackle.misc.XUUID
The NIL XUUID.
NIL - Static variable in class org.tentackle.sql.datatypes.UUIDType
the NIL value.
NIL_STR - Static variable in class org.tentackle.sql.datatypes.UUIDType
the NIL string.
NM - Static variable in class org.tentackle.model.impl.RelationImpl
property nm = ...
no(Object, String, boolean, Runnable) - Static method in class org.tentackle.fx.Fx
Shows a question dialog.
Short for Fx.question(Object, String, boolean, Consumer) if answer is only checked for no.
NO - Enum constant in enum class org.tentackle.fx.FxControllerService.BINDING
no binding.
NO - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.BINDING
no binding.
NO - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
not editable.
NO_ACTION - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
If the primary key has been imported, it cannot be updated or deleted.
noArgsVisitor - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
NoArgsVisitor - Class in org.tentackle.apt.visitor
A type visitor checks for no args.
NoArgsVisitor() - Constructor for class org.tentackle.apt.visitor.NoArgsVisitor
Creates a no-args visitor.
noBundle() - Element in annotation interface org.tentackle.fx.rdc.GuiProviderService
Flag to disable entry in META-INF/bundles.
Avoids warnings in I18N maven goals.
noBundle() - Element in annotation interface org.tentackle.fx.table.TableConfigurationProviderService
Flag to disable entry in META-INF/bundles.
Avoids warnings in I18N maven goals.
node(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
node(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
node(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the named preference node in the same tree as this node, creating it and any of its ancestors if they do not already exist.
nodeChanged(DbPreferences) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Invoke listeners when a node is added or removed.
nodeExists(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
nodeExists(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
nodeExists(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns true if the named preference node exists in the same tree as this node.
nodeName(Class<?>) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Returns the absolute path name of the node corresponding to the package of the specified object.
nodeName(Class<?>) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
Returns the absolute path name of the node corresponding to the package of the specified object.
NoFXML - Annotation Interface in org.tentackle.fx.nofxml
Annotates a component, method or resource variable in a view class to be injected into a controller via FXML as if loaded by FXMLLoader.
NoFXMLLinker - Interface in org.tentackle.fx.nofxml
Links a view object with a controller without using FXML.
Takes a view object, parses it for NoFXML-annotations and injects the components into an FxController.
NOMETHOD - Static variable in class org.tentackle.model.impl.RelationImpl
readonly + writeonly.
noModelDefaults() - Method in interface org.tentackle.model.EntityOptions
Returns whether global model defaults should be applied or not.
noModelDefaults() - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
NONE - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
No dedicated purpose.
NONE - Enum constant in enum class org.tentackle.model.InheritanceType
There is no inheritance at all.
This is the default.
The concrete entities, i.e. the leafs of the inheritance hierarchy are of type NONE.
NONE - Enum constant in enum class org.tentackle.model.Integrity
no integrity checks at all.
NONE - Enum constant in enum class org.tentackle.model.TrackType
PDO is untracked.
NONE - Enum constant in enum class org.tentackle.session.TransactionIsolation
Transactions are not supported at all.
NonStandardCommons - Class in org.tentackle.sql
Holds non-SQL-standard common features supported by most backends.
normalize(String) - Method in class org.tentackle.common.DefaultStringNormalizer
Normalizes a string (phonetically) for use as PDO.normText.
normalize(String) - Method in interface org.tentackle.common.StringNormalizer
Normalizes a string (phonetically) for use as PDO.normText.
normalizeBasename(String) - Method in class org.tentackle.common.DefaultBundleFactory
Normalizes the basename.
The name is usually a dotted classname or a slashed resource name without a leading slash.
normalizeDefault(String) - Method in class org.tentackle.sql.backends.AbstractBackend
Normalize the default string to compare.
normalizeLine(String) - Method in class org.tentackle.common.DefaultServiceFinder
Normalizes a line.
Trailing and leading spaces are ignored.
NormText - Class in org.tentackle.persist
A helper class to create a normtext like string from a user's input.
It is intended to search in normtext columns of PDOs with LIKE or NOT LIKE.
NormText(String) - Constructor for class org.tentackle.persist.NormText
Creates a normtext from a search string.
This is usually a user input.
The input will be normalized via StringNormalizer.normalize(java.lang.String).
NOT_DEFERRABLE - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
Indicates deferrability.
Note - Class in org.tentackle.fx.component
A note control.
Notes display information related to another linkedNode.
Note() - Constructor for class org.tentackle.fx.component.Note
Creates a note.
With Note.Position.CENTER and Note.Type.INFO.
Note.Position - Enum Class in org.tentackle.fx.component
display position relative to linked node.
Note.Type - Enum Class in org.tentackle.fx.component
The note type.
NotEmpty - Annotation Interface in org.tentackle.validate.validator
The annotated element must not be empty.
NotEmptyContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotEmpty.
NotEmptyImpl - Class in org.tentackle.validate.validator
Implementation of the NotEmpty-validator.
NotEmptyImpl() - Constructor for class org.tentackle.validate.validator.NotEmptyImpl
Creates a NotEmpty-validator.
NotEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not equal to another value.
NotEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotEqual.
NotEqualImpl - Class in org.tentackle.validate.validator
Implementation of the NotEqual-validator.
NotEqualImpl() - Constructor for class org.tentackle.validate.validator.NotEqualImpl
Creates a NotEqual-validator.
NoteSkin - Class in org.tentackle.fx.component.skin
Skin for the Note control.
NoteSkin(Note) - Constructor for class org.tentackle.fx.component.skin.NoteSkin
Creates the note skin.
NotFoundException - Exception Class in org.tentackle.session
Runtime exception thrown if objects that should exist are not found in the database.
NotFoundException() - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception without a session and with null as its detail message.
NotFoundException(String) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception without a session with the specified detail message.
NotFoundException(String, Throwable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception without a session with the specified detail message and cause.
NotFoundException(Identifiable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given pc object with null as its detail message.
NotFoundException(Identifiable, String) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified detail message.
NotFoundException(Identifiable, String, long) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified detail message.
NotFoundException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified detail message and cause.
NotFoundException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified cause and a detail message of (cause==null ?
NotFoundException(Session) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with null as its detail message.
NotFoundException(Session, String) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified detail message.
NotFoundException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified detail message and cause.
NotFoundException(Session, Throwable) - Constructor for exception class org.tentackle.session.NotFoundException
Constructs a new database object not found exception for a given session with the specified cause and a detail message of (cause==null ?
NotificationBuilder - Interface in org.tentackle.fx
Builder for notifications.
Notifications are a lightweight alternative to Alerts.
NotificationBuilder.CloseButtonMode - Enum Class in org.tentackle.fx
Controls when and how the close button is displayed.
NotificationBuilder.Type - Enum Class in org.tentackle.fx
The notification type.
notifyCommit(Db, long) - Method in class org.tentackle.dbms.DbUtilities
Notifies interested parties that a physical commit has happened.
notifyCommit(Db, long) - Method in class org.tentackle.persist.PersistenceUtilities
 
NotifyingByteArrayOutputStream - Class in org.tentackle.io
A byte array output stream notifying waiting threads when data was written.
NotifyingByteArrayOutputStream() - Constructor for class org.tentackle.io.NotifyingByteArrayOutputStream
Creates a new byte array output stream.
NotifyingByteArrayOutputStream(int) - Constructor for class org.tentackle.io.NotifyingByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
notifyRollback(Db, long) - Method in class org.tentackle.dbms.DbUtilities
Notifies interested parties that a physical rollback has happened.
notifyRollback(Db, long) - Method in class org.tentackle.persist.PersistenceUtilities
 
NotInvokedInBuddyDelegateException - Exception Class in org.tentackle.pdo
Exception thrown when an implementation is not invoked in buddy delegate.
Should be used in unused method body to avoid direct invocation without interceptor.
NotInvokedInBuddyDelegateException() - Constructor for exception class org.tentackle.pdo.NotInvokedInBuddyDelegateException
Creates an exception with a default message.
NotNull - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not null.
NotNullContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotNull.
NotNullImpl - Class in org.tentackle.validate.validator
Implementation of the NotNull-validator.
NotNullImpl() - Constructor for class org.tentackle.validate.validator.NotNullImpl
Creates a NotNull-validator.
NoTransaction - Annotation Interface in org.tentackle.pdo
Annotation to verify that there is no transaction currently running.
NoTransactionInterceptor - Class in org.tentackle.pdo
Implementation for the NoTransaction interception.
NoTransactionInterceptor() - Constructor for class org.tentackle.pdo.NoTransactionInterceptor
Creates a NoTransaction interceptor.
NotRemovableException - Exception Class in org.tentackle.session
Runtime exception thrown for not-removables.
NotRemovableException() - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new database constraint exception without a session and with null as its detail message.
NotRemovableException(String) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new database constraint exception without a session with the specified detail message.
NotRemovableException(String, Throwable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new database constraint exception without a session with the specified detail message and cause.
NotRemovableException(Identifiable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given pc object with null as its detail message.
NotRemovableException(Identifiable, String) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified detail message.
NotRemovableException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified detail message and cause.
NotRemovableException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified cause and a detail message of (cause==null ?
NotRemovableException(Session) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with null as its detail message.
NotRemovableException(Session, String) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified detail message.
NotRemovableException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified detail message and cause.
NotRemovableException(Session, Throwable) - Constructor for exception class org.tentackle.session.NotRemovableException
Constructs a new not-removable exception for a given session with the specified cause and a detail message of (cause==null ?
NotWithinContext - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated method must not be within a given named context.
NotWithinContextInterceptor - Class in org.tentackle.pdo
Implementation for the NotWithinContext interception.
NotWithinContextInterceptor() - Constructor for class org.tentackle.pdo.NotWithinContextInterceptor
Creates a NotWithinContext interceptor.
NotZero - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not 0 (zero).
NotZeroContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotZero.
NotZeroImpl - Class in org.tentackle.validate.validator
Implementation of the NotZero-validator.
NotZeroImpl() - Constructor for class org.tentackle.validate.validator.NotZeroImpl
Creates a NotZero-validator.
now() - Static method in class org.tentackle.common.DateHelper
Gets the current system time.
now(long) - Static method in class org.tentackle.common.DateHelper
Gets the current system time plus an optional offset.
nowOf(Class<T>) - Method in class org.tentackle.misc.DateTimeUtilities
Gets the current time/date of the same type as given instance.
Provides an implementation of the missing method Temporal#now(), if the concrete temporal type is unknown.
NowShortcut - Class in org.tentackle.misc.time
Shortcut to replace the value with the current time and/or date.
NowShortcut() - Constructor for class org.tentackle.misc.time.NowShortcut
Creates the "now" shortcut.
Null - Annotation Interface in org.tentackle.validate.validator
The annotated element must be null.
NULL - Enum constant in enum class org.tentackle.sql.MigrationStrategy
NullContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Null.
NullImpl - Class in org.tentackle.validate.validator
Implementation of the Null-validator.
NullImpl() - Constructor for class org.tentackle.validate.validator.NullImpl
Creates a Null-validator.
NumberPool - Interface in org.tentackle.ns.pdo
A number pool.
NumberPoolDomain - Interface in org.tentackle.ns.pdo
Number pool domain interface.
NumberPoolDomainImpl - Class in org.tentackle.domain.ns
NumberPool domain implementation.
NumberPoolDomainImpl() - Constructor for class org.tentackle.domain.ns.NumberPoolDomainImpl
 
NumberPoolDomainImpl(NumberPool) - Constructor for class org.tentackle.domain.ns.NumberPoolDomainImpl
 
NumberPoolPersistence - Interface in org.tentackle.ns.pdo
Persistence interface for number pool.
NumberPoolPersistenceImpl - Class in org.tentackle.persist.ns
Number Space persistence implementation.
NumberPoolPersistenceImpl() - Constructor for class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Creates a number space without domain context or session.
NumberPoolPersistenceImpl(NumberPool) - Constructor for class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Creates a number space without domain context or session.
NumberPoolPersistenceImpl(NumberPool, DomainContext) - Constructor for class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Creates a number space.
NumberPoolPersistenceImpl(NumberPool, Session) - Constructor for class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Creates a number space with a session only.
NumberPoolRemoteDelegate - Interface in org.tentackle.persist.ns.rmi
Remote delegate for NumberPoolPersistenceImpl.
NumberPoolRemoteDelegateImpl - Class in org.tentackle.persist.ns.rmi
Remote delegate implementation for NumberPoolPersistenceImpl.
NumberPoolRemoteDelegateImpl(RemoteDbSessionImpl, Class<NumberPoolPersistenceImpl>, Class<NumberPool>) - Constructor for class org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegateImpl
Creates the remote delegate for NumberPoolPersistenceImpl.
NumberRange - Interface in org.tentackle.ns.pdo
A number pool.
NumberRangeDomain - Interface in org.tentackle.ns.pdo
Number space domain interface.
NumberRangeDomainImpl - Class in org.tentackle.domain.ns
NumberRange domain implementation.
NumberRangeDomainImpl() - Constructor for class org.tentackle.domain.ns.NumberRangeDomainImpl
 
NumberRangeDomainImpl(NumberRange) - Constructor for class org.tentackle.domain.ns.NumberRangeDomainImpl
 
NumberRangePersistence - Interface in org.tentackle.ns.pdo
Persistence interface for security rules.
NumberRangePersistenceImpl - Class in org.tentackle.persist.ns
Number Space persistence implementation.
NumberRangePersistenceImpl() - Constructor for class org.tentackle.persist.ns.NumberRangePersistenceImpl
Creates a number space without domain context or session.
NumberRangePersistenceImpl(NumberRange) - Constructor for class org.tentackle.persist.ns.NumberRangePersistenceImpl
Creates a number space without domain context or session.
NumberRangePersistenceImpl(NumberRange, DomainContext) - Constructor for class org.tentackle.persist.ns.NumberRangePersistenceImpl
Creates a number space.
NumberRangePersistenceImpl(NumberRange, Session) - Constructor for class org.tentackle.persist.ns.NumberRangePersistenceImpl
Creates a number space with a session only.
NumberRangeRemoteDelegate - Interface in org.tentackle.persist.ns.rmi
Remote delegate for NumberRangePersistenceImpl.
NumberRangeRemoteDelegateImpl - Class in org.tentackle.persist.ns.rmi
Remote delegate implementation for NumberRangePersistenceImpl.
NumberRangeRemoteDelegateImpl(RemoteDbSessionImpl, Class<NumberRangePersistenceImpl>, Class<NumberRange>) - Constructor for class org.tentackle.persist.ns.rmi.NumberRangeRemoteDelegateImpl
Creates the remote delegate for NumberRangePersistenceImpl.
NumberShortcut - Class in org.tentackle.misc.time
Shortcut to derive a Temporal from a numeric input.
The corresponding part is updated and the remaining parts (to the right) are set to their minimum value.
NumberShortcut() - Constructor for class org.tentackle.misc.time.NumberShortcut
Creates a shortcut without a window provider.
NumberShortcut(NumberShortcut.WindowProvider) - Constructor for class org.tentackle.misc.time.NumberShortcut
Creates a shortcut.
NumberShortcut.WindowProvider - Interface in org.tentackle.misc.time
Provides the input windows for year, month and day.
NumberSource - Interface in org.tentackle.ns
A source of unique numbers.
NumberSource.Range - Record Class in org.tentackle.ns
A range of numbers.
NumberSourceEmptyException - Exception Class in org.tentackle.ns
Number source empty exception.
NumberSourceEmptyException() - Constructor for exception class org.tentackle.ns.NumberSourceEmptyException
Constructs a new number source empty exception with null as its detail message.
NumberSourceEmptyException(String) - Constructor for exception class org.tentackle.ns.NumberSourceEmptyException
Constructs a new number source empty exception with the specified detail message.
NumberSourceEmptyException(String, Throwable) - Constructor for exception class org.tentackle.ns.NumberSourceEmptyException
Constructs a new number source empty exception with the specified detail message and cause.
NumberSourceEmptyException(Throwable) - Constructor for exception class org.tentackle.ns.NumberSourceEmptyException
Constructs a new number source empty exception with the specified cause and a detail message of (cause==null ?
NumberSourceException - Exception Class in org.tentackle.ns
Number source exception.
NumberSourceException() - Constructor for exception class org.tentackle.ns.NumberSourceException
Constructs a new number source exception with null as its detail message.
NumberSourceException(String) - Constructor for exception class org.tentackle.ns.NumberSourceException
Constructs a new number source exception with the specified detail message.
NumberSourceException(String, Throwable) - Constructor for exception class org.tentackle.ns.NumberSourceException
Constructs a new number source exception with the specified detail message and cause.
NumberSourceException(Throwable) - Constructor for exception class org.tentackle.ns.NumberSourceException
Constructs a new number source exception with the specified cause and a detail message of (cause==null ?
NumberSourceFactory - Interface in org.tentackle.ns
A factory of number sources.
NumberStringTranslator<M> - Class in org.tentackle.fx.translate
Abstract base class for number translators.
NumberStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.NumberStringTranslator
Creates a number translator.
NumberTableCellType<T> - Class in org.tentackle.fx.table.type
The Number cell type.
Provided as a fallback to application specific types that don't provide t
NumberTableCellType() - Constructor for class org.tentackle.fx.table.type.NumberTableCellType
Creates the cell type for Number.

O

OBJECT - Enum constant in enum class org.tentackle.model.RelationType
1:1 relation.
objectArrayToString(Object[], String) - Static method in class org.tentackle.common.StringHelper
Creates a string from an object array.
ObjectId - Class in org.tentackle.dbms
An IdSource to create unique object IDs.
ObjectId(String) - Constructor for class org.tentackle.dbms.ObjectId
Creates an object id.
ObjectSequenceId - Class in org.tentackle.dbms
An IdSource to create unique object IDs from a database sequence.
ObjectTableCellType - Class in org.tentackle.fx.table.type
The most simple cell type.
Fallback if type does not correspond to a known cell-type.
ObjectTableCellType() - Constructor for class org.tentackle.fx.table.type.ObjectTableCellType
Creates the fallback object cell type.
objectToLoggableString(Object) - Static method in class org.tentackle.common.StringHelper
Converts a value to a loggable string.
ObjectUtilities - Class in org.tentackle.misc
Object utility methods.
ObjectUtilities() - Constructor for class org.tentackle.misc.ObjectUtilities
 
ObservableListTranslator<T,C> - Class in org.tentackle.fx.translate
List translator.
Used for components maintaining a list of elements, such as a table.
ObservableListTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.ObservableListTranslator
Creates a translator for components maintaining a list of objects.
obtainReservedId() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
obtainReservedId() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
offset() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns the value of the offset record component.
OffsetDateTimeStringTranslator - Class in org.tentackle.fx.translate
Translator for OffsetDateTime.
OffsetDateTimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.OffsetDateTimeStringTranslator
Creates a translator.
OffsetDateTimeTableCellType - Class in org.tentackle.fx.table.type
OffsetDateTime cell type.
OffsetDateTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.OffsetDateTimeTableCellType
Creates the cell type for OffsetDateTime.
OffsetDateTimeType - Class in org.tentackle.sql.datatypes
Datatype for OffsetDateTime.
OffsetDateTimeType() - Constructor for class org.tentackle.sql.datatypes.OffsetDateTimeType
Creates the datatype for OffsetDateTime.
OffsetFilter - Class in org.tentackle.misc.time
Filter to process a zone offset.
OffsetFilter() - Constructor for class org.tentackle.misc.time.OffsetFilter
Creates an offset filter.
offsetOf(OffsetDateTime) - Static method in class org.tentackle.sql.datatypes.OffsetDateTimeType
Derives the timezone offset from an OffsetDateTime value.
offsetOf(OffsetTime) - Static method in class org.tentackle.sql.datatypes.OffsetTimeType
Derives the timezone offset from an OffsetTime value.
OffsetShortcut - Class in org.tentackle.misc.time
Shortcut for a ZoneOffset.
OffsetShortcut() - Constructor for class org.tentackle.misc.time.OffsetShortcut
Creates the offset shortcut.
OffsetTimeStringTranslator - Class in org.tentackle.fx.translate
Translator for OffsetTime.
OffsetTimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.OffsetTimeStringTranslator
Creates a translator.
OffsetTimeTableCellType - Class in org.tentackle.fx.table.type
OffsetTime cell type.
OffsetTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.OffsetTimeTableCellType
Creates the cell type for OffsetTime.
OffsetTimeType - Class in org.tentackle.sql.datatypes
Datatype for OffsetTime.
OffsetTimeType() - Constructor for class org.tentackle.sql.datatypes.OffsetTimeType
Creates the datatype for OffsetTime.
oldLogModificationAllowed - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
saved logModificationAllowed.
on() - Method in interface org.tentackle.pdo.PdoProvider
Creates a new instance of the same type as the PDO.
on(Class<T>) - Method in interface org.tentackle.pdo.DomainContextProvider
Creates a PDO for an entity type within the domain context of this object.
The method is an acronym for "object new" and is provided as a shorter and better readable alternative to Pdo.create(java.lang.Class, org.tentackle.pdo.DomainContext).
on(Class<T>, String) - Method in interface org.tentackle.pdo.DomainContextProvider
Creates a PDO within a new named domain context.
Same as DomainContextProvider.on(Class), but uses a new sub context of the given name.
on(String) - Method in interface org.tentackle.pdo.PdoProvider
Creates a new instance of the same type as the PDO within a new sub context.
oobInline - Variable in class org.tentackle.io.SocketConfiguratorBase
 
op() - Method in interface org.tentackle.pdo.OperationProvider
Creates a new instance of the same type as the operation.
op(Class<T>) - Method in interface org.tentackle.pdo.DomainContextProvider
Creates an operation within the domain context of this object.
Same as DomainContextProvider.on(Class) but for operations.
op(Class<T>, String) - Method in interface org.tentackle.pdo.DomainContextProvider
Creates an operation within a new domain context.
Same as DomainContextProvider.op(Class), but uses a new sub context of the given name.
op(String) - Method in interface org.tentackle.pdo.OperationProvider
Creates a new instance of the same type as the operation within a new sub context.
opClass - Variable in class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
The PDO interface class.
opCv(Class<T>, Class<P>) - Method in class org.tentackle.persist.PersistentClassVariablesFactory
Creates an operation classvariable.
openDb() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets an open db session for this remote client session.
openResultSet - Variable in class org.tentackle.dbms.StatementWrapper
pending open result set.
operation - Variable in class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
Operation with a default domain context associated to the delegate's session.
Operation<T> - Interface in org.tentackle.pdo
An operation.
operationClass - Variable in class org.tentackle.persist.PersistentOperationClassVariables
The associated operation class (i.e. the interface)
OperationFactory - Interface in org.tentackle.pdo
A factory for operation objects.
OperationInvocation - Interface in org.tentackle.pdo
Method reference for operation related methods.
OperationInvocationHandler<T> - Class in org.tentackle.pdo
Invocation handler for operations.
Each instance of an operation gets its own handler.
OperationInvocationHandler(ClassMapper, ClassMapper, Class<T>) - Constructor for class org.tentackle.pdo.OperationInvocationHandler
Creates an invocation handler.
OperationMethodCache<T> - Class in org.tentackle.pdo
Method-cache for operations.
Each operation class provides its own cache.
OperationMethodCache(Class<T>) - Constructor for class org.tentackle.pdo.OperationMethodCache
Creates a method cache.
OperationMethodCacheInfo - Record Class in org.tentackle.pdo
Cache info provided for the OperationMethodCache to create method entries.
OperationMethodCacheInfo(OperationInvocation, Class<? extends Interceptable>) - Constructor for record class org.tentackle.pdo.OperationMethodCacheInfo
Creates an instance of a OperationMethodCacheInfo record class.
OperationMethodCacheProvider<T> - Interface in org.tentackle.pdo
Provides access to a OperationMethodCache.
There is one cache per operation-class.
OperationProvider<T> - Interface in org.tentackle.pdo
Provider for an Operation.
optimizeSql(String) - Method in interface org.tentackle.sql.Backend
Optimize SQL code.
Replace WHERE 1=1 AND/OR to WHERE.
optimizeSql(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
OPTION_BIND - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
add binding information.
OPTION_CACHED - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
entity provides a cache.
OPTION_CONTEXT - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
this is the object id holding the context.
OPTION_DEFAULT - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
generate SQL DEFAULT.
OPTION_DOMAINKEY - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
this is a unique domain key (or part of it).
OPTION_HIDDEN - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
hidden attribute (no interface definition).
OPTION_INIT - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
initial value.
OPTION_MAPNULL - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
map null to non-null value.
OPTION_MUTE - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
element is mute (not part of PDO).
OPTION_NEW - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
value to set before validation if persisted as new.
OPTION_NO_MODELDEFAULTS - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
don't apply model defaults.
OPTION_NO_PRIMARY - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
don't generate ID as primary key.
OPTION_NOCONSTANT - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
don't generate static constants.
OPTION_NODECLARE - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
don't generate declaration.
OPTION_NOMETHOD - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
don't generate accessor methods.
OPTION_NORMTEXT - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
add toString value to the partOfNormText.
OPTION_NORMTEXT - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
normText is provided.
OPTION_PROVIDED - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
entity provided by externally.
OPTION_READONLY - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
don't generate a set-method.
OPTION_REMOTE - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
enable remoting.
OPTION_ROOT - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
root entity.
OPTION_ROOTCLASSID - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
rootclassid is provided.
OPTION_ROOTID - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
rootid is provided.
OPTION_SHALLOW - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
shallow attribute (ignored in snapshots and copies).
OPTION_SUPER - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
element is derived from superclass.
OPTION_TABLESERIAL - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
column tableserial is provided.
OPTION_TOKENLOCK - Static variable in class org.tentackle.model.impl.EntityOptionsImpl
token lock columns editedBy/Since/Expiry are provided.
OPTION_TRIM - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
trim on read and write.
OPTION_TRIM_READ - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
trim string on read.
OPTION_TRIM_WRITE - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
trim string on write.
OPTION_TZ - Static variable in class org.tentackle.model.impl.AttributeOptionsImpl
timestamp, date or time with database timezone.
OPTION_WRITEONLY - Static variable in class org.tentackle.model.impl.CommonOptionsImpl
don't generate a get-method.
optionallyReconnect() - Method in class org.tentackle.dbms.Db
Reconnects the session if a reconnection policy is defined.
OptionLine - Class in org.tentackle.model.parse
The option line.
OptionLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.OptionLine
Creates an attribute option line.
May span multiple lines.
OptionParser - Class in org.tentackle.model.parse
Parses [...] options.
OptionParser(String, StringBuilder) - Constructor for class org.tentackle.model.parse.OptionParser
Creates a parser for the given text.
options() - Element in annotation interface org.tentackle.bind.Bindable
GUI Binding options.
Oracle - Class in org.tentackle.sql.backends
Backend for Oracle versions 12 or newer.
Oracle() - Constructor for class org.tentackle.sql.backends.Oracle
Creates the Oracle backend.
Oracle8 - Class in org.tentackle.sql.backends
Backend for older Oracle versions 8 to 11.
Requires a URL with type postfix "|Oracle8".
Oracle8() - Constructor for class org.tentackle.sql.backends.Oracle8
Creates the backend for Oracle 8.
OracleColumnMetaData - Class in org.tentackle.sql.metadata
Oracle column data.
Oracle returns the default value exactly as specified in the ALTER TABLE statement.
OracleColumnMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.OracleColumnMetaData
Creates column metadata.
orderBy() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the natural ordering to be added in WHERE-clauses following "ORDER BY ".
orderBy() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
ordinal() - Element in annotation interface org.tentackle.bind.Bindable
An optional number to sort the bindings.
The binder processes the bindings sorted by ordinal + name of the binding member.
ordinal() - Element in annotation interface org.tentackle.fx.rdc.PdoTableContextMenuItemService
The ordinal to sort the menu-items within the context menu.
0 comes first.
ordinal() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeContextMenuItemService
The unique ordinal to sort the menu-items within the context menu.
0 comes first.
ordinal() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeTableContextMenuItemService
The ordinal to sort the menu-items within the context menu.
0 comes first.
ordinal() - Element in annotation interface org.tentackle.session.Persistent
Gets the ordinal according to the model.
Used to order the attributes and relations when analyzed via reflection.
ored() - Element in annotation interface org.tentackle.security.Secured
Determines whether multiple permissions should be ORed.
org.tentackle.app - package org.tentackle.app
Application lifecycle.
org.tentackle.apt - package org.tentackle.apt
Annotation processors.
org.tentackle.apt.pdo - package org.tentackle.apt.pdo
Annotation processors.
org.tentackle.apt.visitor - package org.tentackle.apt.visitor
Visitors for annotation processors.
org.tentackle.bind - package org.tentackle.bind
Binding.
org.tentackle.common - module org.tentackle.common
tentackle-common module.
org.tentackle.common - package org.tentackle.common
Common classes for build- and runtime.
org.tentackle.core - module org.tentackle.core
tentackle-core module.
org.tentackle.daemon - package org.tentackle.daemon
Supervisor daemon.
org.tentackle.database - module org.tentackle.database
tentackle-database module.
org.tentackle.dbms - package org.tentackle.dbms
Low-level persistence layer implementation.
org.tentackle.dbms.prefs - package org.tentackle.dbms.prefs
Persisted preferences implementation.
org.tentackle.dbms.prefs.rmi - package org.tentackle.dbms.prefs.rmi
Persisted preferences remoting.
org.tentackle.dbms.rmi - package org.tentackle.dbms.rmi
Low-level persistence layer remoting.
org.tentackle.domain - module org.tentackle.domain
tentackle-domain module.
org.tentackle.domain - package org.tentackle.domain
Domain layer implementation.
org.tentackle.domain.ns - package org.tentackle.domain.ns
Domain implementation for number sources.
org.tentackle.domain.security - package org.tentackle.domain.security
Domain implementation for security rules.
org.tentackle.fx - module org.tentackle.fx
tentackle-fx module.
org.tentackle.fx - package org.tentackle.fx
Extended FX layer.
org.tentackle.fx.apt - package org.tentackle.fx.apt
Annotation processors for FX.
org.tentackle.fx.bind - package org.tentackle.fx.bind
Tentackle binding for FX.
org.tentackle.fx.component - package org.tentackle.fx.component
Extended FX components.
org.tentackle.fx.component.auto - package org.tentackle.fx.component.auto
suggestion generator for text fields.
org.tentackle.fx.component.build - package org.tentackle.fx.component.build
FX component builders.
org.tentackle.fx.component.config - package org.tentackle.fx.component.config
FX component configurators.
org.tentackle.fx.component.delegate - package org.tentackle.fx.component.delegate
Delegates implementing tentackle features for FX components.
org.tentackle.fx.component.skin - package org.tentackle.fx.component.skin
Skins for FX components.
org.tentackle.fx.container - package org.tentackle.fx.container
Extended FX containers.
org.tentackle.fx.container.build - package org.tentackle.fx.container.build
Builder for FX containers.
org.tentackle.fx.container.config - package org.tentackle.fx.container.config
Configurators for FX containers.
org.tentackle.fx.container.delegate - package org.tentackle.fx.container.delegate
Delegates implementing tentackle features for FX containers.
org.tentackle.fx.nofxml - package org.tentackle.fx.nofxml
Allows a regular class to be used in place of a view generated by the FXMLLoader.
org.tentackle.fx.rdc - module org.tentackle.fx.rdc
tentackle-fx-rdc module.
org.tentackle.fx.rdc - package org.tentackle.fx.rdc
FX rich desktop client API.
org.tentackle.fx.rdc.admin - package org.tentackle.fx.rdc.admin
 
org.tentackle.fx.rdc.app - package org.tentackle.fx.rdc.app
Application lifecycle.
org.tentackle.fx.rdc.apt - package org.tentackle.fx.rdc.apt
Annotation processors.
org.tentackle.fx.rdc.component - package org.tentackle.fx.rdc.component
 
org.tentackle.fx.rdc.component.build - package org.tentackle.fx.rdc.component.build
 
org.tentackle.fx.rdc.component.delegate - package org.tentackle.fx.rdc.component.delegate
 
org.tentackle.fx.rdc.contextmenu - package org.tentackle.fx.rdc.contextmenu
Predefined context menu items.
org.tentackle.fx.rdc.crud - package org.tentackle.fx.rdc.crud
PDO editing.
org.tentackle.fx.rdc.login - package org.tentackle.fx.rdc.login
Login view and controller.
org.tentackle.fx.rdc.search - package org.tentackle.fx.rdc.search
PDO search.
org.tentackle.fx.rdc.security - package org.tentackle.fx.rdc.security
Security rules editing.
org.tentackle.fx.rdc.table - package org.tentackle.fx.rdc.table
 
org.tentackle.fx.rdc.translate - package org.tentackle.fx.rdc.translate
Predefined PDO value translators.
org.tentackle.fx.rdc.update - module org.tentackle.fx.rdc.update
tentackle-fx-rdc-update module.
org.tentackle.fx.rdc.update - package org.tentackle.fx.rdc.update
 
org.tentackle.fx.table - package org.tentackle.fx.table
FX table support.
org.tentackle.fx.table.type - package org.tentackle.fx.table.type
FX table cell types.
org.tentackle.fx.translate - package org.tentackle.fx.translate
FX value translators.
org.tentackle.i18n - module org.tentackle.i18n
tentackle-i18n module.
org.tentackle.i18n - package org.tentackle.i18n
Bundle provider using the persistence layer.
org.tentackle.i18n.pdo - package org.tentackle.i18n.pdo
PDOs for resource bundles stored in the database.
org.tentackle.i18n.pdo.rmi - package org.tentackle.i18n.pdo.rmi
Remoting for resource bundles.
org.tentackle.io - package org.tentackle.io
Network- and I/O-support.
org.tentackle.log - package org.tentackle.log
Logging support.
org.tentackle.log.log4j2v - module org.tentackle.log.log4j2v
tentackle-log-log4j2v module.
org.tentackle.log.log4j2v - package org.tentackle.log.log4j2v
Log4J major release 2 logging provider.
org.tentackle.log.slf4j - module org.tentackle.log.slf4j
tentackle-log-slf4j module.
org.tentackle.log.slf4j - package org.tentackle.log.slf4j
SLF4J logging provider.
org.tentackle.misc - package org.tentackle.misc
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
org.tentackle.misc.time - package org.tentackle.misc.time
 
org.tentackle.model - module org.tentackle.model
tentackle-model module.
org.tentackle.model - package org.tentackle.model
Entity model.
org.tentackle.model.impl - package org.tentackle.model.impl
Default model implementation.
org.tentackle.model.migrate - package org.tentackle.model.migrate
Database migration support.
org.tentackle.model.parse - package org.tentackle.model.parse
Model parsing.
org.tentackle.model.print - package org.tentackle.model.print
Model pretty printing.
org.tentackle.ns - package org.tentackle.ns
Number sources.
org.tentackle.ns.pdo - package org.tentackle.ns.pdo
PDOs for number sources.
org.tentackle.pdo - module org.tentackle.pdo
tentackle-pdo module.
org.tentackle.pdo - package org.tentackle.pdo
Persistent Domain Object Abstraction Layer.
org.tentackle.persist - package org.tentackle.persist
Higher-level PDO-aware persistence implementation.
org.tentackle.persist.app - package org.tentackle.persist.app
Application lifecycle.
org.tentackle.persist.lock - package org.tentackle.persist.lock
LockManager default implementation.
org.tentackle.persist.ns - package org.tentackle.persist.ns
Persistence implementation for number sources.
org.tentackle.persist.ns.rmi - package org.tentackle.persist.ns.rmi
Number sources remoting.
org.tentackle.persist.rmi - package org.tentackle.persist.rmi
Higher-level PDO-aware persistence remoting.
org.tentackle.persist.security - package org.tentackle.persist.security
Persistence implementation for security rules.
org.tentackle.persist.security.rmi - package org.tentackle.persist.security.rmi
Security rules remoting.
org.tentackle.persistence - module org.tentackle.persistence
tentackle-persistence module.
org.tentackle.prefs - package org.tentackle.prefs
Persistable preferences.
org.tentackle.reflect - package org.tentackle.reflect
Reflection support.
org.tentackle.script - package org.tentackle.script
Scripting abstraction layer.
org.tentackle.script.jsr - module org.tentackle.script.jsr
tentackle-script-jsr module.
org.tentackle.script.jsr - package org.tentackle.script.jsr
JSR-223 scripting.
org.tentackle.security - package org.tentackle.security
Security.
All about permissions, rules and grantees.
org.tentackle.security.pdo - package org.tentackle.security.pdo
Security persistence.
Provides ACL-like security rules.
org.tentackle.security.permissions - package org.tentackle.security.permissions
Predefined security permissions.
org.tentackle.session - module org.tentackle.session
tentackle-session module.
org.tentackle.session - package org.tentackle.session
The low-level core of sessions, persistent objects and operations.
org.tentackle.sql - module org.tentackle.sql
tentackle-sql module.
org.tentackle.sql - package org.tentackle.sql
SQL backend layer.
org.tentackle.sql.backends - package org.tentackle.sql.backends
Backend implementations.
org.tentackle.sql.datatypes - package org.tentackle.sql.datatypes
DataType implementations.
org.tentackle.sql.metadata - package org.tentackle.sql.metadata
SQL metadata support.
org.tentackle.task - package org.tentackle.task
Tasks and dispatchers.
org.tentackle.update - module org.tentackle.update
tentackle-update module.
org.tentackle.update - package org.tentackle.update
 
org.tentackle.validate - package org.tentackle.validate
Validation API.
org.tentackle.validate.scope - package org.tentackle.validate.scope
Predefined validation scopes.
org.tentackle.validate.severity - package org.tentackle.validate.severity
 
org.tentackle.validate.validator - package org.tentackle.validate.validator
Predefined validators.
org.tentackle.web - module org.tentackle.web
tentackle-web module.
org.tentackle.web.app - package org.tentackle.web.app
Application lifecycle.
ORIGIN_INFO_LEAD - Static variable in class org.tentackle.model.parse.Document
The model source may start with this lead followed by the source info.
Same as in org.wurbelizer.misc.Constants.
OutputStreamRemoteDelegate - Interface in org.tentackle.dbms.rmi
 
OutputStreamRemoteDelegateImpl - Class in org.tentackle.dbms.rmi
 
OutputStreamRemoteDelegateImpl(RemoteDbSessionImpl, Class<InputStream>) - Constructor for class org.tentackle.dbms.rmi.OutputStreamRemoteDelegateImpl
Creates an output stream delegate.

P

PACKAGE - Enum constant in enum class org.tentackle.model.AccessScope
package scope.
PaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a Pane.
PaneBuilder() - Constructor for class org.tentackle.fx.container.build.PaneBuilder
Creates the builder.
PaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a Pane.
PaneConfigurator() - Constructor for class org.tentackle.fx.container.config.PaneConfigurator
Creates the configurator for a Pane.
parallelOk - Variable in class org.tentackle.dbms.StatementWrapper
flag to tell that parallel execution should not be logged.
ParameterString - Class in org.tentackle.common
A string of parameters.
ParameterString() - Constructor for class org.tentackle.common.ParameterString
Creates an empty parameter string.
ParameterString(String) - Constructor for class org.tentackle.common.ParameterString
Creates a parameter string from its string representation.
parent() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
parent() - Method in class org.tentackle.prefs.DefaultPreferences
 
parent() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the parent of this preference node, or null if this is the root.
parent() - Element in annotation interface org.tentackle.session.Persistent
Returns whether this is the relation to the parent PDO.
The parent PDO provides a composite relation to this PDO.
parse() - Method in class org.tentackle.model.parse.AttributeLine
 
parse() - Method in class org.tentackle.model.parse.CommentLine
 
parse() - Method in class org.tentackle.model.parse.ConfigurationLine
 
parse() - Method in class org.tentackle.model.parse.Document
Parses the document and returns a list of lines.
parse() - Method in class org.tentackle.model.parse.GlobalOptionLine
 
parse() - Method in class org.tentackle.model.parse.Line
Parses a line.
parse() - Method in class org.tentackle.model.parse.MultiLine
 
parse() - Method in class org.tentackle.model.parse.OptionLine
 
parse() - Method in class org.tentackle.model.parse.RelationLine
 
parse() - Method in class org.tentackle.model.parse.SingleLine
 
parse(Class<T>, TemporalQuery<T>, BiFunction<T, TemporalUnit, T>, Supplier<T>, DateTimeFormatter, String, String) - Method in class org.tentackle.misc.DateTimeUtilities
Converts a string to a temporal value of given type.
parse(String) - Method in class org.tentackle.common.ParameterString
Parses the external string representation.
parse(String) - Method in class org.tentackle.fx.translate.BMoneyStringTranslator
 
parse(String) - Method in class org.tentackle.fx.translate.NumberStringTranslator
Parses a string to a number.
parse(String) - Method in class org.tentackle.fx.translate.TemporalStringTranslator
Parses the input.
parse(String) - Static method in enum class org.tentackle.io.RMISocketFactoryType
Parses the socket factory type from a string.
parse(String) - Method in class org.tentackle.model.EntityAliases
Parses the aliases from a string.
parse(String) - Method in class org.tentackle.model.ModelDefaults
Parses the defaults from a string.
parse(String) - Method in class org.tentackle.sql.datatypes.DateType
 
parse(String) - Method in class org.tentackle.sql.datatypes.InstantType
Converts a string to an instant.
parse(String) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
Converts a string to a local date time.
parse(String) - Method in class org.tentackle.sql.datatypes.LocalDateType
Converts a string to a local date.
parse(String) - Method in class org.tentackle.sql.datatypes.LocalTimeType
Converts a string to a local time.
parse(String) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
Converts a string to an offset date time.
parse(String) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
Converts a string to an offset time.
parse(String) - Method in class org.tentackle.sql.datatypes.TimestampType
 
parse(String) - Method in class org.tentackle.sql.datatypes.TimeType
 
parse(String) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
Converts a string to a zoned date time.
parse(String) - Method in enum class org.tentackle.sql.SqlType
Parses the string and converts to a java-value.
parse(Supplier<T>, String) - Method in class org.tentackle.misc.time.SmartDateTimeParser
Converts a string to a temporal value of given type.
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.AddShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.NowShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Parses the shortcut string.
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.ZoneShortcut
 
parse(Entity) - Method in class org.tentackle.model.impl.IndexImpl
Parses a configuration line.
parse(Entity, AttributeLine) - Method in class org.tentackle.model.impl.AttributeImpl
Parses an attribute line.
parse(Entity, RelationLine) - Method in class org.tentackle.model.impl.RelationImpl
Parses a relation line.
parse(Line) - Method in interface org.tentackle.model.parse.LineParser
Parses a line.
parseConfiguration(ConfigurationLine) - Method in class org.tentackle.model.impl.EntityImpl
Parses a configuration line.
parseDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a date.
parseDouble(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a double.
parseFloat(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a float.
parseInteger(String) - Static method in class org.tentackle.misc.FormatHelper
Parses an integer.
parseLocalDate(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalDate parser.
parseLocalDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a date.
parseLocalDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalDateTime parser.
parseLocalDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp.
parseLocalTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalTime parser.
parseLocalTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time.
parseOffset(String) - Method in class org.tentackle.misc.DateTimeUtilities
Creates a zone offset from a string.
Returns the default offset, if the string is null or empty.
parseOffsetDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart OffsetDateTime parser.
parseOffsetDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp with zone offset.
parseOffsetTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart OffsetTime parser.
parseOffsetTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time with zone offset.
parseShortDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short date.
parseShortLocalDate(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalDate parser.
parseShortLocalDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short date.
parseShortLocalDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalDateTime parser.
parseShortLocalDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp.
parseShortLocalTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalTime parser.
parseShortLocalTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short time.
parseShortOffsetDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format OffsetDateTime parser.
parseShortOffsetDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp with zone offset.
parseShortOffsetTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format OffsetTime parser.
parseShortOffsetTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses short a time with zone offset.
parseShortTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short time.
parseShortTimestamp(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp.
parseShortZonedDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format ZonedDateTime parser.
parseShortZonedDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp with timezone.
parseString(String) - Static method in class org.tentackle.common.StringHelper
Parses a string.
The string may be enclosed in double- or single quotes which will be removed.
parseTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time.
parseTimestamp(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp.
parseURL(URL, String, Map<String, URL>) - Method in class org.tentackle.common.DefaultServiceFinder
Parses a service URL.
The implementation assumes the provider configuration file in property-file format.
parseURLs(Collection<URL>, String, Map<String, URL>) - Method in class org.tentackle.common.DefaultServiceFinder
Parses an enumeration of URLs.
parseZonedDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart ZonedDateTime parser.
parseZonedDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp with timezone.
parseZoneId(String) - Method in class org.tentackle.misc.DateTimeUtilities
Creates a timezone from a string.
Returns the default zone, if the string is null or empty.
PART_OF_NORMTEXT - Static variable in class org.tentackle.model.impl.RelationImpl
add toString value to the partOfNormText.
passSessionInfoViaEnvironment(Map<String, String>) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Passes the current username and password encrypted to the process environment of the updated application.
This happens only if both the username and password were given and a valid cryptor was found.
PasswordFieldBuilder - Class in org.tentackle.fx.component.build
Builder to create a PasswordField.
PasswordFieldBuilder() - Constructor for class org.tentackle.fx.component.build.PasswordFieldBuilder
Creates the builder.
PasswordFieldConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a PasswordField.
PasswordFieldConfigurator() - Constructor for class org.tentackle.fx.component.config.PasswordFieldConfigurator
Creates the configurator for a PasswordField.
Path<P,E> - Interface in org.tentackle.common
Generic path to something.
PathFactory<P,E> - Interface in org.tentackle.common
A factory for Paths.
pathPostfix() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the pathPostfix record component.
pathPrefix() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the pathPrefix record component.
Pattern - Annotation Interface in org.tentackle.validate.validator
The annotated element must match a regular expression.
PatternContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Pattern.
PatternImpl - Class in org.tentackle.validate.validator
Implementation of the Pattern-validator.
PatternImpl() - Constructor for class org.tentackle.validate.validator.PatternImpl
Creates a Pattern-validator.
Patterns(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, char, char) - Constructor for record class org.tentackle.misc.FormatHelper.Patterns
Creates an instance of a Patterns record class.
Patterns(Locale) - Constructor for record class org.tentackle.misc.FormatHelper.Patterns
Creates patterns for the given locale.
pause() - Method in class org.tentackle.dbms.ManagedConnectionMonitor
Pauses the thread between loop runs.
pdo - Variable in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
PDO with a default domain context associated to the delegate's session.
Pdo - Class in org.tentackle.pdo
Collected factory methods for the PDOs and related objects.
Combines all the pdo factories and enhances code readability.
PDO_STYLE - Static variable in class org.tentackle.fx.rdc.translate.PdoComponentAddon
The PDO style.
Remove this style to disable PDO features.
PdoCache<T> - Class in org.tentackle.pdo
Cache for PersistentDomainObjects.
The cache works both client- and server side.
The cache can hold any number of unique indexes (see PdoCacheIndex) that are added (or removed) at runtime.
PdoCache(Class<T>) - Constructor for class org.tentackle.pdo.PdoCache
Creates a cache without preloading.
PdoCache(Class<T>, boolean, boolean, boolean) - Constructor for class org.tentackle.pdo.PdoCache
Creates an instance of an PdoCache.
PdoCacheException - Exception Class in org.tentackle.pdo
PDO cache exception.
PdoCacheException() - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception without a session and with null as its detail message.
PdoCacheException(String) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception without a session with the specified detail message.
PdoCacheException(String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception without a session with the specified detail message and cause.
PdoCacheException(Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception without a session with the specified cause and a detail message of (cause==null ?
PdoCacheException(PersistentDomainObject<?>) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given db object with null as its detail message.
PdoCacheException(PersistentDomainObject<?>, String) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified detail message.
PdoCacheException(PersistentDomainObject<?>, String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified detail message and cause.
PdoCacheException(PersistentDomainObject<?>, Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified cause and a detail message of (cause==null ?
PdoCacheException(Session) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with null as its detail message.
PdoCacheException(Session, String) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified detail message.
PdoCacheException(Session, String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified detail message and cause.
PdoCacheException(Session, Throwable) - Constructor for exception class org.tentackle.pdo.PdoCacheException
Constructs a new pdo cache exception for a given session with the specified cause and a detail message of (cause==null ?
PdoCacheFactory - Interface in org.tentackle.pdo
Factory for PDO-Caches.
The factory keeps a list of all created caches.
PdoCacheFileStore<T> - Class in org.tentackle.pdo
A file-based backup store for PdoCache.
Serializes the cache to the filesystem to improve client startup times, especially for preloading caches.
Makes only sense for remote client applications.
PdoCacheFileStore(PdoCache<T>) - Constructor for class org.tentackle.pdo.PdoCacheFileStore
Creates a file store for a cache.
PdoCacheIndex<T,C> - Class in org.tentackle.pdo
Cache index.
Holds the mapping of keys to objects.
PdoCacheIndex(String) - Constructor for class org.tentackle.pdo.PdoCacheIndex
Create a new unsorted index.
PdoCacheIndex(String, boolean) - Constructor for class org.tentackle.pdo.PdoCacheIndex
Create a new index.
PdoCacheIndex.CacheKey - Class in org.tentackle.pdo
The key for the cache map.
We must compare C with domain context, because the same object may live in different contexts.
PdoCacheIndex.CacheResult - Class in org.tentackle.pdo
The result from a cache query.
PdoCacheStrategy - Enum Class in org.tentackle.pdo
Caching strategy for the PDO-cache.
pdoClass - Variable in class org.tentackle.persist.PersistentObjectClassVariables
The associated PDO class (i.e. the interface)
pdoClass - Variable in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
The PDO interface class.
pdoClassBaseName - Variable in class org.tentackle.persist.PersistentObjectClassVariables
the pdo base-classname.
PdoCollectionTreeItemTranslator<T,C> - Class in org.tentackle.fx.rdc.translate
PDO-aware collection to TreeItem translator for FxTreeView and FxTreeTableView.
Used if the model provides a collection.
PdoCollectionTreeItemTranslator(FxComponent) - Constructor for class org.tentackle.fx.rdc.translate.PdoCollectionTreeItemTranslator
Creates a translator.
PdoComponentAddon<T> - Class in org.tentackle.fx.rdc.translate
Adds style, context-menu, DnD and function-keys to components bound to a PDO.
PdoComponentAddon(FxComponent, Supplier<T>, Consumer<T>) - Constructor for class org.tentackle.fx.rdc.translate.PdoComponentAddon
Creates the addon.
PdoContextMenuFactory - Interface in org.tentackle.fx.rdc
A factory for PDO context menus.
The context menus are used as popups.
PdoController<T> - Interface in org.tentackle.fx.rdc
FX controller for a persistent domain object.
PdoCrud<T> - Class in org.tentackle.fx.rdc.crud
CRUD controller for PDOs.
PdoCrud() - Constructor for class org.tentackle.fx.rdc.crud.PdoCrud
Creates a CRUD controller.
pdoCv(Class<T>, Class<P>, String) - Method in class org.tentackle.persist.PersistentClassVariablesFactory
Creates a PDO classvariable.
pdoCv(Class<T>, Class<P>, String, PersistentObjectClassVariables<? super T, ? super P>, List<Join<T, ?>>) - Method in class org.tentackle.persist.PersistentClassVariablesFactory
Creates a PDO classvariable.
PdoEditor<T> - Class in org.tentackle.fx.rdc
FxController to edit a PDO.
PdoEditor() - Constructor for class org.tentackle.fx.rdc.PdoEditor
Parent constructor.
PdoEvent - Class in org.tentackle.fx.rdc
Event related to persistence operations on a PDO.
PdoEvent(PersistentDomainObject<?>, EventTarget, EventType<? extends PdoEvent>) - Constructor for class org.tentackle.fx.rdc.PdoEvent
Creates a PDO event.
PdoFactory - Interface in org.tentackle.pdo
A factory for persistent domain objects.
PdoFinder<T> - Class in org.tentackle.fx.rdc
FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.
PdoFinder() - Constructor for class org.tentackle.fx.rdc.PdoFinder
Parent constructor.
PdoInvocation - Interface in org.tentackle.pdo
Method reference for PDO related methods.
PdoInvocationHandler<T> - Class in org.tentackle.pdo
Invocation handler for PDOs.
Each instance of a PDO gets its own handler.
PdoInvocationHandler(ClassMapper, ClassMapper, Class<T>) - Constructor for class org.tentackle.pdo.PdoInvocationHandler
Creates an invocation handler.
PdoListener - Class in org.tentackle.pdo
A listener for PDO modifications.
PdoListener(Class<?>...) - Constructor for class org.tentackle.pdo.PdoListener
Creates a listener for the given pdo class(es).
PdoMember - Class in org.tentackle.pdo
A member of a PDO.
Members can be either attributes or relations.
PdoMember(PdoMember.Type, String, Method, Method, boolean, boolean, boolean, String, int) - Constructor for class org.tentackle.pdo.PdoMember
Creates a member.
PdoMember.Type - Enum Class in org.tentackle.pdo
The member type.
PdoMethodCache<T> - Class in org.tentackle.pdo
Method-cache for PDOs.
Each PDO class provides its own cache.
PdoMethodCache(Class<T>) - Constructor for class org.tentackle.pdo.PdoMethodCache
Creates a method cache.
PdoMethodCacheInfo - Record Class in org.tentackle.pdo
Cache info provided for the PdoMethodCache to create method entries.
PdoMethodCacheInfo(PdoInvocation, Class<? extends Interceptable>) - Constructor for record class org.tentackle.pdo.PdoMethodCacheInfo
Creates an instance of a PdoMethodCacheInfo record class.
PdoMethodCacheProvider<T> - Interface in org.tentackle.pdo
Provides access to a PdoMethodCache.
There is one cache per PDO-class.
PdoModificationTracker - Class in org.tentackle.persist
The modification tracker for the tentackle persistence layer.
PdoModificationTracker() - Constructor for class org.tentackle.persist.PdoModificationTracker
Creates the Pdo tracker.
PdoObservableListTranslator<T,C> - Class in org.tentackle.fx.rdc.translate
List translator.
Replaces ObservableListTranslator and adds PDO detection for automatic configuration via GuiProvider for tables.
PdoObservableListTranslator(FxComponent) - Constructor for class org.tentackle.fx.rdc.translate.PdoObservableListTranslator
Creates a translator for components maintaining a list of objects.
PdoPdoBundle - Class in org.tentackle.pdo
Bundle for the pdo-package in tentackle-pdo.
PdoProvider<T> - Interface in org.tentackle.pdo
Provider for a PDO.
PdoRemoteDelegateLocator - Class in org.tentackle.persist.rmi
The default implementation for a RemoteDelegateLocator.
PdoRemoteDelegateLocator() - Constructor for class org.tentackle.persist.rmi.PdoRemoteDelegateLocator
Creates the remote delegate locator.
PdoRemoteSession - Interface in org.tentackle.pdo
Extended remote session providing PDO-related services.
PdoRemoteSessionAdapter - Class in org.tentackle.persist
Adapter for a remote session.
Hides the RMI stuff.
PdoRemoteSessionAdapter(RemoteDbSession) - Constructor for class org.tentackle.persist.PdoRemoteSessionAdapter
Creates the remote session adapter.
PdoRemoteSessionFactory - Class in org.tentackle.persist
PDO-aware implementation for a remote session factory.
PdoRemoteSessionFactory() - Constructor for class org.tentackle.persist.PdoRemoteSessionFactory
Creates the remote session factory.
PdoRuntimeException - Exception Class in org.tentackle.pdo
PDO runtime exception.
Unspecified exceptions related to PDOs.
PdoRuntimeException() - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception without a session and with null as its detail message.
PdoRuntimeException(String) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception without a session with the specified detail message.
PdoRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception without a session with the specified detail message and cause.
PdoRuntimeException(Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception without a session with the specified cause and a detail message of (cause==null ?
PdoRuntimeException(PersistentDomainObject<?>) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given db object with null as its detail message.
PdoRuntimeException(PersistentDomainObject<?>, String) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified detail message.
PdoRuntimeException(PersistentDomainObject<?>, String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified detail message and cause.
PdoRuntimeException(PersistentDomainObject<?>, Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified cause and a detail message of (cause==null ?
PdoRuntimeException(Session) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with null as its detail message.
PdoRuntimeException(Session, String) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified detail message.
PdoRuntimeException(Session, String, Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified detail message and cause.
PdoRuntimeException(Session, Throwable) - Constructor for exception class org.tentackle.pdo.PdoRuntimeException
Constructs a new pdo runtime exception for a given session with the specified cause and a detail message of (cause==null ?
PdoSearch<T> - Class in org.tentackle.fx.rdc.search
Search controller for PDOs.
PdoSearch() - Constructor for class org.tentackle.fx.rdc.search.PdoSearch
Creates a search controller.
PdoStringTranslator<T> - Class in org.tentackle.fx.rdc.translate
PDO to String translator.
PdoStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.rdc.translate.PdoStringTranslator
Creates a translator.
PdoTableCell<S,T> - Class in org.tentackle.fx.rdc
A PDO table cell.
Used for cells containing a PDO.
PdoTableCell(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.rdc.PdoTableCell
Creates a table cell.
PdoTableCellType<T> - Class in org.tentackle.fx.rdc.table
PDO cell type.
Not covered by the default ObjectTableCellType because PersistentDomainObject is an interface.
This cell type does not set the graphics icon.
PdoTableCellType() - Constructor for class org.tentackle.fx.rdc.table.PdoTableCellType
Creates the cell type for PDOs.
PdoTableContextMenuItem<T> - Interface in org.tentackle.fx.rdc
A context menu item.
Context menu items are used in popup menus for PdoTableCells.
PdoTableContextMenuItemService - Annotation Interface in org.tentackle.fx.rdc
Annotation to express that the annotated class is a PdoTableContextMenuItem.
PdoTableContextMenuItemServiceAnnotationProcessor - Class in org.tentackle.fx.rdc.apt
Annotation processor for the @PdoTableContextMenuItemService annotation.
Enforces the implementation of the following constructors: (PdoTableCell)
PdoTableContextMenuItemServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.rdc.apt.PdoTableContextMenuItemServiceAnnotationProcessor
Creates the annotation processor.
PdoTranslator<T,V> - Interface in org.tentackle.fx.rdc.translate
A translator for PDOs.
PdoTreeCell<T> - Class in org.tentackle.fx.rdc
A PDO tree cell.
PdoTreeCell() - Constructor for class org.tentackle.fx.rdc.PdoTreeCell
Creates a pdo tree cell.
PdoTreeContextMenuItem<T> - Interface in org.tentackle.fx.rdc
A context menu item.
Context menu items are used in popup menus for PdoTreeCells.
PdoTreeContextMenuItemService - Annotation Interface in org.tentackle.fx.rdc
Annotation to express that the annotated class is a PdoTreeContextMenuItem.
PdoTreeContextMenuItemServiceAnnotationProcessor - Class in org.tentackle.fx.rdc.apt
Annotation processor for the @PdoTreeContextMenuItemService annotation.
Enforces the implementation of the following constructors: (PdoTreeCell)
PdoTreeContextMenuItemServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.rdc.apt.PdoTreeContextMenuItemServiceAnnotationProcessor
Creates the annotation processor.
PdoTreeItem<T> - Class in org.tentackle.fx.rdc
Tree item for a PDO.
PdoTreeItem(T) - Constructor for class org.tentackle.fx.rdc.PdoTreeItem
Creates a tree item for a PDO.
PdoTreeItemTranslator<T> - Class in org.tentackle.fx.rdc.translate
PDO-aware TreeItem translator for FxTreeView and FxTreeTableView.
PdoTreeItemTranslator(FxComponent) - Constructor for class org.tentackle.fx.rdc.translate.PdoTreeItemTranslator
Creates a translator.
PdoTreeTableCell<S,T> - Class in org.tentackle.fx.rdc
A PDO tree table cell.
Used for cells containing a PDO.
PdoTreeTableCell(TableColumnConfiguration<S, T>) - Constructor for class org.tentackle.fx.rdc.PdoTreeTableCell
Creates a tree table cell.
PdoTreeTableContextMenuItem<T> - Interface in org.tentackle.fx.rdc
A context menu item.
Context menu items are used in popup menus for PdoTreeTableCells.
PdoTreeTableContextMenuItemService - Annotation Interface in org.tentackle.fx.rdc
Annotation to express that the annotated class is a PdoTreeTableContextMenuItem.
PdoUtilities - Class in org.tentackle.pdo
Utility methods for PDOs.
PdoUtilities() - Constructor for class org.tentackle.pdo.PdoUtilities
Creates a utility instance.
PdoViewer<T,C> - Class in org.tentackle.fx.rdc
A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited.
PdoViewer(C) - Constructor for class org.tentackle.fx.rdc.PdoViewer
Creates a view wrapper.
pendingTxId - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
the transaction id if BEGIN modlog found.
PERF_PREFS - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for performance preferences.
performancePreferences - Variable in class org.tentackle.io.SocketConfiguratorBase
 
performPendingCount() - Method in class org.tentackle.dbms.ModificationTally
Performs the physical pending count if pending count > 0.
Permission - Interface in org.tentackle.security
A security permission.
PermissionService - Annotation Interface in org.tentackle.security
Annotation to express that the annotated class is an implementation of a permission.
permissionsToString(Set<Permission>) - Method in class org.tentackle.security.DefaultSecurityFactory
 
permissionsToString(Set<Permission>) - Method in interface org.tentackle.security.SecurityFactory
Converts a set of permissions to a comma seperated string.
persist() - Method in class org.tentackle.fx.rdc.login.Backends
Persists currently edited backend and/or driver.
Invoked when dialog is closed.
persist() - Method in interface org.tentackle.pdo.PersistentObject
Persist this PDO.
Same as PersistentObject.save() but returns the persisted object.
The returned object is persistable.
If the session is local, this is returned.
persist() - Method in class org.tentackle.persist.AbstractPersistentObject
 
persist(boolean) - Method in class org.tentackle.session.BackendConfiguration
Persists this configuration.
persist(boolean) - Method in class org.tentackle.session.DriverConfiguration
Persists this configuration.
PersistedPreferences - Interface in org.tentackle.prefs
Persisted Preferences.
PersistedPreferencesFactory - Interface in org.tentackle.prefs
PersistenceDelegate<T> - Interface in org.tentackle.pdo
Interface for all delegates implementing the persistence model.
PersistenceDelegateLinker - Interface in org.tentackle.pdo
Links the persistence delegate with its dynamic proxy.
Provided to exclude the methods setPdo and setOperation from the interfaces PdoProvider and OperationProvider.
PersistenceException - Exception Class in org.tentackle.session
Database runtime exception.
PersistenceException() - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception without a session or identifiable and with null as its detail message.
PersistenceException(String) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception without a session or identifiable for the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception without a session or identifiable with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception without a session or identifiable with the specified cause and a detail message of (cause==null ?
PersistenceException(Identifiable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given identifiable with null as its detail message.
PersistenceException(Identifiable, String) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given identifiable with the specified detail message.
PersistenceException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given identifiable with the specified detail message and cause.
PersistenceException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given identifiable with the specified cause and a detail message of (cause==null ?
PersistenceException(Session) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given session with null as its detail message.
PersistenceException(Session, String) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given session with the specified detail message.
PersistenceException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given session with the specified detail message and cause.
PersistenceException(Session, Throwable) - Constructor for exception class org.tentackle.session.PersistenceException
Constructs a new database runtime exception for a given session with the specified cause and a detail message of (cause==null ?
PersistenceScope - Interface in org.tentackle.validate.scope
Validation scope for persistence.
PersistenceScopeImpl - Class in org.tentackle.validate.scope
Persistence scope default implementation.
PersistenceScopeImpl() - Constructor for class org.tentackle.validate.scope.PersistenceScopeImpl
Creates the persistence scope.
PersistenceUtilities - Class in org.tentackle.persist
Persistence utility methods.
This singleton replaces DbUtilities from the tentackle-database module to make it PDO-aware.
PersistenceUtilities() - Constructor for class org.tentackle.persist.PersistenceUtilities
Creates the persistence utilities.
PersistenceVisitor - Class in org.tentackle.dbms
A reflective visitor to add application-specific functionality to persistence operations.
PersistenceVisitor() - Constructor for class org.tentackle.dbms.PersistenceVisitor
Creates a visitor.
Persistent - Annotation Interface in org.tentackle.session
Persistent fields and methods are annotated with this annotation.
PersistentClassVariablesFactory - Class in org.tentackle.persist
Factory for class variables.
PersistentClassVariablesFactory() - Constructor for class org.tentackle.persist.PersistentClassVariablesFactory
Creates the class variables factory.
PersistentDomainObject<T> - Interface in org.tentackle.pdo
A persistent domain object.
PersistentObject<T> - Interface in org.tentackle.pdo
Interface for the persistent part of a PDO.
PersistentObjectClassVariables<T,P> - Class in org.tentackle.persist
PersistentObjectClassVariables(Class<T>, Class<P>, String) - Constructor for class org.tentackle.persist.PersistentObjectClassVariables
Constructs a classvariable.
PersistentObjectClassVariables(Class<T>, Class<P>, String, PersistentObjectClassVariables<? super T, ? super P>, List<Join<T, ?>>) - Constructor for class org.tentackle.persist.PersistentObjectClassVariables
Constructs a classvariable.
PersistentObjectService - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated class is an implementation of the persistence logic for a given PDO type.
PersistentObjectServiceAnnotationProcessor - Class in org.tentackle.apt.pdo
Annotation processor for the @PersistentObjectService annotation.
Enforces the implementation of the following constructors: (PersistentDomainObject, DomainContext) (PersistentDomainObject, Session) (PersistentDomainObject) ()
PersistentObjectServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.pdo.PersistentObjectServiceAnnotationProcessor
Creates the processor.
PersistentOperation<T> - Interface in org.tentackle.pdo
Interface for the persistence part of an operation.
PersistentOperationClassVariables<T,P> - Class in org.tentackle.persist
PersistentOperationClassVariables(Class<T>, Class<P>) - Constructor for class org.tentackle.persist.PersistentOperationClassVariables
Constructs a classvariable.
PersistentOperationService - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated class is an implementation of the domain logic for a given operation type.
PersistentOperationServiceAnnotationProcessor - Class in org.tentackle.apt.pdo
Annotation processor for the @PersistentOperationService annotation.
Enforces the implementation of the following constructors: (Operation, DomainContext) (Operation, Session) (Operation) ()
PersistentOperationServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.pdo.PersistentOperationServiceAnnotationProcessor
Creates the processor.
persistImpl() - Method in class org.tentackle.persist.AbstractPersistentObject
Implementation of persist bypassing the invocation handler.
persistImpl(T) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
persistImpl(T) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
persistObject() - Method in class org.tentackle.dbms.AbstractDbObject
Persists this object and returns it.
persistObject(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
persistObject(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
persistObject(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
persistTokenLocked() - Method in interface org.tentackle.pdo.PersistentObject
Persist this PDO and renew the token lock.
Use this method if the application continues to work with the locked PDO after being persisted.
persistTokenLocked() - Method in class org.tentackle.persist.AbstractPersistentObject
 
PLAIN - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Plain.
No ssl, no compression.
PLAIN - Enum constant in enum class org.tentackle.model.InheritanceType
OO inheritance only.
The entity extends its super-entity only in plain old java style.
Plural - Annotation Interface in org.tentackle.pdo
Annotation to describe the name of multiple PDOs.
po() - Method in class org.tentackle.domain.security.SecurityDomainImpl
Bypass the invocation handler.
polled() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets this session as being polled for timeout.
pollMasterSerialEvent() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Gets the next master serial event.
The method is invoked by the ModificationTracker.
PooledDb - Class in org.tentackle.dbms
Session managed by the session pool.
PooledDb(DbPool, int) - Constructor for class org.tentackle.dbms.PooledDb
Creates a pooled session.
popModificationLogsOfTransaction() - Method in class org.tentackle.dbms.Db
Returns the ModificationLogs of the current transaction.
popModificationLogsOfTransaction() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
popModificationLogsOfTransaction() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
popNumber() - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
popNumber() - Method in class org.tentackle.ns.DefaultNumberSource
 
popNumber() - Method in interface org.tentackle.ns.NumberSource
Pops the next unique number from the source.
popNumber() - Method in interface org.tentackle.ns.pdo.NumberRangeDomain
Pops the next number from the range.
popNumbers(long) - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
popNumbers(long) - Method in class org.tentackle.ns.DefaultNumberSource
 
popNumbers(long) - Method in interface org.tentackle.ns.NumberSource
Pops the next unique numbers from the source.
popNumbers(long) - Method in interface org.tentackle.ns.pdo.NumberRangeDomain
Pops the next numbers from the range.
popNumbers(long, long) - Method in class org.tentackle.ns.DefaultNumberSource
 
popNumbers(long, long) - Method in interface org.tentackle.ns.NumberSource
Pops a range or ranges of unique numbers from the source.
The returned ranges are sorted by numbers (ascending).
popUnattached() - Method in class org.tentackle.dbms.MpxConnectionManager
Gets a connection from the unattached freelist.
port - Variable in class org.tentackle.io.SocketConfiguratorBase
 
PORT - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the single RMI port.
PORT - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for port.
portRange - Variable in class org.tentackle.io.SocketConfiguratorBase
 
PORTS - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the RMI ports.
postCommit(Consumer<Session>) - Method in class org.tentackle.dbms.Db
 
postCommit(Consumer<Session>) - Method in interface org.tentackle.session.Session
Registers a post commit.
Post commits are invoked after the successful physical commit of a transaction.
PostCommit - Annotation Interface in org.tentackle.pdo
Annotation to mark a method to be invoked after the current transaction has been successfully committed.
PostCommitInterceptor - Class in org.tentackle.pdo
Implementation of the PostCommit interception.
PostCommitInterceptor() - Constructor for class org.tentackle.pdo.PostCommitInterceptor
Creates a PostCommit interceptor.
Postgres - Class in org.tentackle.sql.backends
Backend for Postgres.
Postgres() - Constructor for class org.tentackle.sql.backends.Postgres
Creates the postgres backend.
PostgresColumnMetaData - Class in org.tentackle.sql.metadata
Postgres column data.
PostgresColumnMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.PostgresColumnMetaData
Creates column meta data.
PostgresIndexColumnMetaData - Class in org.tentackle.sql.metadata
Index column metadata for postgres.
Strips optional typecasts.
PostgresIndexColumnMetaData(IndexMetaData) - Constructor for class org.tentackle.sql.metadata.PostgresIndexColumnMetaData
Creates an index column.
PostgresIndexMetaData - Class in org.tentackle.sql.metadata
Postgres index meta data.
PostgresIndexMetaData(TableMetaData) - Constructor for class org.tentackle.sql.metadata.PostgresIndexMetaData
Creates an index meta data object.
PostgresScriptRunner - Class in org.tentackle.sql.backends
Script runner for postgres.
PostgresScriptRunner(Backend, Connection) - Constructor for class org.tentackle.sql.backends.PostgresScriptRunner
Creates a script runner.
prefix() - Element in annotation interface org.tentackle.session.TableName
Adds a prefix to the tablename or schema.
PREFIX - Static variable in class org.tentackle.model.impl.RelationImpl
property prefix = ...
prefixBuf - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
PrefixSelectionFeature<T> - Class in org.tentackle.fx.component.config
Select items according to a prefix.
Useful for (non-editable) ComboBoxes and ChoiceBoxes but can be applied to any control providing a list of items that can be selected.
The prefix selection is case-sensitive, if the first typed character is uppercase.
PrefixSelectionFeature(T, BooleanSupplier, Supplier<Collection>, Supplier<StringConverter>, Consumer<Integer>) - Constructor for class org.tentackle.fx.component.config.PrefixSelectionFeature
Creates a prefix selection feature.
prefKeys - Variable in class org.tentackle.dbms.prefs.DbPreferencesOperation.RefreshInfo
all prefkeys.
prefNodes - Variable in class org.tentackle.dbms.prefs.DbPreferencesOperation.RefreshInfo
all prefnodes.
prepareDelete() - Method in class org.tentackle.dbms.AbstractDbObject
Prepares this object for delete.
The method is invoked at the client-side only, i.e. 3-tier or 2-tier, but never at the server-side in 3-tier mode.
PreparedStatementWrapper - Class in org.tentackle.dbms
A wrapper for prepared statements.
Will catch and report SQLExceptions and keep track of being used only once after Db.getPreparedStatement(org.tentackle.dbms.StatementKey, boolean, int, int, org.tentackle.dbms.SqlSupplier).
PreparedStatementWrapper(ManagedConnection, PreparedStatement, StatementKey, String) - Constructor for class org.tentackle.dbms.PreparedStatementWrapper
Creates a wrapper for a prepared statement.
prepareRemoteDelegate(Class<?>) - Static method in class org.tentackle.dbms.Db
Prepares a RemoteDelegate.
prepareSave() - Method in class org.tentackle.dbms.AbstractDbObject
Prepares this object for saveObject.
The method is invoked at the client-side only, i.e. 3-tier or 2-tier, but never at the server-side in 3-tier mode.
Applications may override the method to perform any modifications to the object before it is sent to the server (instead of AbstractDbObject.prepareSetFields() which is invoked at the JDBC-side only).
prepareSetFields() - Method in class org.tentackle.dbms.AbstractDbObject
Prepares the object's attributes before the object is saved to the database.
The default implementation does nothing.
prepareSetType(Class<?>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Prepare the component's setType method.
prepareSetViewValue() - Method in class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Prepare the component's setViewValue method.
prepareValidation() - Method in class org.tentackle.fx.AbstractValidateableFxController
Prepares the validation.
Invoked from within AbstractValidateableFxController.validateForm() before the validation is performed.
presetScrolling() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Presets the scrolling according to the finder's configuration.
Scrolls to the end of the table- or tree-view, if PdoFinder.isScrollingToEnd() == true, otherwise scroll to the beginning.
presetSearchCriteria(T, Class<?>, String) - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Preset the given proxy with the string from the component.
presetUserAndPassword(BackendConfiguration) - Method in class org.tentackle.fx.rdc.login.Login
Presets the user- and password field from the backend configuration.
presetVirgin() - Method in class org.tentackle.persist.AbstractPersistentObject
Presets the attributes with initial values, if the PDO is persisted the first time.
The method is invoked before the PDO is validated.
previous() - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor to the previous row in this ResultSet object.
previous() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Navigates to the previous PDO in the list.
previous() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
previous() - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource to the previous row.
If we are already at the beginning, the scrollable resource remains unchanged.
previous() - Method in class org.tentackle.persist.ResultSetCursor
Moves the cursor to the previous row.
If we are already at the beginning, the cursor remains unchanged.
previous() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Moves the cursor to the previous row.
previous() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
previous(String) - Method in class org.tentackle.misc.NamedCounter
Decrements and gets the value for given named counter.
previousIndex() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
primitiveToWrapperClass(Class<?>) - Static method in class org.tentackle.reflect.ReflectionHelper
Converts a primitive class to its wrapper class.
print() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Prints the PDO.
print() - Method in class org.tentackle.fx.rdc.PdoEditor
Prints the current PDO.
print() - Method in class org.tentackle.fx.rdc.table.TablePopup
Prints the table.
print() - Method in class org.tentackle.model.print.AnnotationPrinter
Prints the annotation.
print() - Method in class org.tentackle.model.print.AttributeOptionsPrinter
Prints the options string (without brackets).
print() - Method in class org.tentackle.model.print.AttributeSectionPrinter
Pretty prints the attribute section.
print() - Method in class org.tentackle.model.print.EntityPrinter
Creates a pretty print of the entity model.
print() - Method in class org.tentackle.model.print.GlobalOptionsPrinter
Pretty prints the options.
print() - Method in class org.tentackle.model.print.IndexPrinter
Prints the index.
print() - Method in class org.tentackle.model.print.RelationPrinter
Prints the relation.
print(Node) - Method in class org.tentackle.fx.FxUtilities
Prints a node.
The user selects the printer, and the node is scaled down if too large for the paper.
print(FxTableView<?>, String) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Prints a table view.
Tables need a special handling for multiple pages.
print(FxTableView<?>, String, PrinterJob) - Static method in class org.tentackle.fx.rdc.table.TablePrinter
Prints a table.
print(FxTreeTableView<?>, String) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Prints a tree table view.
Tables need a special handling for multiple pages.
print(FxTreeTableView<?>, String, PrinterJob) - Static method in class org.tentackle.fx.rdc.table.TablePrinter
Prints a treetable.
printColumnName() - Method in class org.tentackle.model.print.AttributePrinter
Prints the attribute's column name.
printComment() - Method in class org.tentackle.model.print.AttributePrinter
Prints the attribute's comment string.
PrintConfiguration - Class in org.tentackle.model.print
Holds parameters to configure the generated output.
PrintConfiguration(boolean, boolean, ModelDefaults, List<String>, int) - Constructor for class org.tentackle.model.print.PrintConfiguration
Creates a printing configuration.
printJavaName() - Method in class org.tentackle.model.print.AttributePrinter
Prints the attribute's java name.
printStatistics() - Method in class org.tentackle.pdo.PdoCache
Prints the cache statistics.
printStatistics() - Method in class org.tentackle.pdo.PdoCacheIndex
Gets the cache index statistics as a printable string.
printType() - Method in class org.tentackle.model.print.AttributePrinter
Prints the attribute's type.
priority() - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Returns the value of the priority record component.
priority() - Element in annotation interface org.tentackle.security.pdo.SecurityValidator
Priority that determines the execution order of validations.
priority() - Element in annotation interface org.tentackle.validate.validator.Changeable
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Equal
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Fail
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.False
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Greater
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Less
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Mandatory
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotNull
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotZero
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Null
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Pattern
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Size
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.True
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Validate
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Zero
Priority that determines the execution order of validations.
Higher values will be invoked first.
PRIVATE - Enum constant in enum class org.tentackle.model.AccessScope
private scope.
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.log.LogInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.InvokeInBuddyDelegateInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.NoTransactionInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.NotWithinContextInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.PostCommitInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.TransactionInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.pdo.WithinContextInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.reflect.AbstractInterceptor
The interceptor implementation.
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.security.SecuredInterceptor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.InterceptionAnnotationProcessor
 
processAttribute(EntityImpl, AttributeLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes an attribute line.
processAttributeOption(EntityImpl, OptionLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes an attribute option line.
processBindOption(String, boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Processes a bind option.
processClass(Element) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Processes the annotated class.
processClass(Element) - Method in class org.tentackle.apt.pdo.DomainObjectServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.apt.pdo.DomainOperationServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.apt.pdo.PersistentObjectServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.apt.pdo.PersistentOperationServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.apt.FxControllerServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.apt.TableCellTypeServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.apt.ValueTranslatorServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.rdc.apt.GuiProviderServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.rdc.apt.PdoTableContextMenuItemServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.fx.rdc.apt.PdoTreeContextMenuItemServiceAnnotationProcessor
 
processConfiguration(EntityImpl, ConfigurationLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes a configuration line.
processContext(DomainContext) - Method in class org.tentackle.pdo.PdoCache
Process the domain context.
If the context is a root context it will be replaced by the corresponding non-root context.
PROCESSED - Static variable in class org.tentackle.model.impl.RelationImpl
processed relation flag.
processGlobalOptions(EntityImpl, GlobalOptionLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes a global option line.
processIndexConfiguration(EntityImpl, ConfigurationLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes an index configuration line.
Requires the attribute already processed.
processOption(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Processes an option string.
If the option string starts with !
processPdo(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Process the PDO.
If cache is readonly, the context will be replaced by a session-thread-local context and the pdo will be made immutable.
If the context is a root context it will be replaced by the corresponding non-root context.
processRelation(EntityImpl, RelationLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes a relation line.
processRelationOption(EntityImpl, OptionLine) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Processes a relation option line.
processSorting(String) - Method in class org.tentackle.model.impl.EntityOptionsImpl
Checks that the sorting string starts with a + or -.
PROPERTY_CHECKSECURITY - Static variable in class org.tentackle.persist.PersistentObjectClassVariables
property key for the check security.
PropertyEvent - Class in org.tentackle.misc
Event fired when a property is modified.
PropertyEvent(Object, String, Object, Object) - Constructor for class org.tentackle.misc.PropertyEvent
Constructs a new PropertyModificationEvent.
PropertyListener - Interface in org.tentackle.misc
Listener to track property modifications.
PropertyMap<T> - Class in org.tentackle.reflect
A property map.
Provides the functionality of a map for the properties of a bean.
PropertyMap(T) - Constructor for class org.tentackle.reflect.PropertyMap
Creates a map of properties for a given bean.
The bean's type is derived from the bean.
PropertyMap(T, Class<T>) - Constructor for class org.tentackle.reflect.PropertyMap
Creates a map of properties for a given bean.
The bean type may be a superclass of the bean.
PropertyMapping<T> - Class in org.tentackle.reflect
Describes the mapping of a property.
Properties can be either is/set-pairs or get/set-pairs of methods or some other readonly method.
PropertyMapping(String, Method, Method) - Constructor for class org.tentackle.reflect.PropertyMapping
Creates a property mapping.
PropertySupport - Class in org.tentackle.misc
Replacement for java.beans.PropertyChangeSupport as this becomes part of the Swing desktop module in Java 9.
PropertySupport(Object) - Constructor for class org.tentackle.misc.PropertySupport
Creates the property support for a given object.
PROPS_EXTENSION - Static variable in class org.tentackle.common.Constants
extension for property files.
PROTECTED - Enum constant in enum class org.tentackle.model.AccessScope
protected scope.
PROTOCOLS - Static variable in class org.tentackle.dbms.Db
Property key for the SSL protocols.
Provider<T,E> - Interface in org.tentackle.misc
Similar to Supplier but allows checked exceptions.
providesTreeChildObjects() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
providesTreeChildObjects() - Method in interface org.tentackle.fx.rdc.GuiProvider
Determines whether this object may have child objects that should be visible in a navigable tree.
providesTreeParentObjects() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
providesTreeParentObjects() - Method in interface org.tentackle.fx.rdc.GuiProvider
Determines whether the navigable object tree should show the parents of this object.
Objects may be children of different parents in terms of "being referenced from" or any other relation, for example: the warehouses this customer visited.
ProxyDelegate<T> - Interface in org.tentackle.pdo
Base interface for all delegates of dynamic proxies.
PUBLIC - Enum constant in enum class org.tentackle.model.AccessScope
public scope.
PUBLIC - Enum constant in enum class org.tentackle.reflect.Interception.Type
public interceptors only.
PublicInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for the public interception annotations in the core package.
Applies to interceptors applicable to interceptables interfaces only.
PublicInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.PublicInterceptorAnnotationProcessor
 
pushModificationLogOfTransaction(ModificationLog) - Method in class org.tentackle.dbms.Db
Pushes a ModificationLog to the list of modlogs of the current transaction.
pushNumber(long) - Method in class org.tentackle.ns.DefaultNumberSource
 
pushNumber(long) - Method in interface org.tentackle.ns.NumberSource
Pushes a number to the number source.
If the number is already in the number source, nothing happens.
pushNumbers(long, long) - Method in class org.tentackle.ns.DefaultNumberSource
 
pushNumbers(long, long) - Method in interface org.tentackle.ns.NumberSource
Pushes a range of unique numbers to the source.
The range may overlap with existing numbers.
pushUnattached(int) - Method in class org.tentackle.dbms.MpxConnectionManager
Adds the index of an unused connection to the freelist.
put(Object, Object) - Method in class org.tentackle.validate.DefaultValidationContext
 
put(Object, Object) - Method in interface org.tentackle.validate.ValidationContext
Sets an application-specific validation property.
May be used to pass information between the field validators of the same field or object validators of the same object.
put(String, Object) - Method in class org.tentackle.reflect.PropertyMap
Sets the property value.
The value will be converted to the type of the property, if necessary.
put(String, String) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
put(String, String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
put(String, String) - Method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
 
put(String, String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
 
put(String, String) - Method in class org.tentackle.prefs.DefaultPreferences
 
put(String, String) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates the specified value with the specified key in this preference node.
put(Session) - Method in class org.tentackle.dbms.MultiUserDbPool
 
put(Session) - Method in interface org.tentackle.session.MultiUserSessionPool
Returns a session back to the pool.
Returning a closed session will remove it from the pool.
putBindableElementClass(Class<?>, Class<? extends BindableElement>) - Method in class org.tentackle.bind.AbstractBindingFactory
 
putBindableElementClass(Class<?>, Class<? extends BindableElement>) - Method in interface org.tentackle.bind.BindingFactory
Defines the bindable element class for a model class.
putBindingProperties(Map<Object, Object>) - Method in class org.tentackle.bind.AbstractBinder
 
putBindingProperties(Map<Object, Object>) - Method in interface org.tentackle.bind.Binder
Sets more than one property at once.
putBindingProperties(Map<Object, Object>) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
putBindingProperty(Object, Object) - Method in class org.tentackle.bind.AbstractBinder
Sets a binding property that can be used by components.
putBindingProperty(Object, Object) - Method in interface org.tentackle.bind.Binder
Sets a binding property that can be used by components.
putBindingProperty(Object, Object) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
putBoolean(String, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putBoolean(String, boolean) - Method in class org.tentackle.prefs.DefaultPreferences
 
putBoolean(String, boolean) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified boolean value with the specified key in this preference node.
putByteArray(String, byte[]) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putByteArray(String, byte[]) - Method in class org.tentackle.prefs.DefaultPreferences
 
putByteArray(String, byte[]) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified byte array with the specified key in this preference node.
putDouble(String, double) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putDouble(String, double) - Method in class org.tentackle.prefs.DefaultPreferences
 
putDouble(String, double) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified double value with the specified key in this preference node.
putFloat(String, float) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putFloat(String, float) - Method in class org.tentackle.prefs.DefaultPreferences
 
putFloat(String, float) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified float value with the specified key in this preference node.
putInt(String, int) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putInt(String, int) - Method in class org.tentackle.prefs.DefaultPreferences
 
putInt(String, int) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified int value with the specified key in this preference node.
putLong(String, long) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
putLong(String, long) - Method in class org.tentackle.prefs.DefaultPreferences
 
putLong(String, long) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified long value with the specified key in this preference node.
putPersistentKey(DbPreferencesKey) - Method in class org.tentackle.dbms.prefs.DbPreferences
Adds a key.
putProperty(String, String) - Method in class org.tentackle.dbms.DbObjectClassVariables
Sets a class property.
putSession(Session) - Method in class org.tentackle.dbms.DbPool
 
putSession(Session) - Method in interface org.tentackle.session.ReturnableSessionProvider
Returns a session to the provider.
putSession(Session) - Method in class org.tentackle.web.app.WebApplication
Release a persistence session.
Should be invoked after sending/rendering the response to the web browser.
putVariables(DbObjectClassVariables<P>) - Static method in class org.tentackle.dbms.DbObjectClassVariables
Registers a classvariables instance.

Q

Query - Class in org.tentackle.dbms
A database query.
Query() - Constructor for class org.tentackle.dbms.Query
Creates a query.
question(Object, String, boolean, Consumer<Boolean>) - Static method in class org.tentackle.fx.Fx
Shows a question dialog.
QUESTION - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
Displays a question that the user must answer.

R

RadioButtonBuilder - Class in org.tentackle.fx.component.build
Builder to create a RadioButton.
RadioButtonBuilder() - Constructor for class org.tentackle.fx.component.build.RadioButtonBuilder
Creates the builder.
RadioButtonConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a RadioButton.
RadioButtonConfigurator() - Constructor for class org.tentackle.fx.component.config.RadioButtonConfigurator
Creates the configurator for a RadioButton.
random - Variable in class org.tentackle.dbms.DefaultConnectionManager
randomizer.
Range(long, long) - Constructor for record class org.tentackle.ns.NumberSource.Range
Creates an instance of a Range record class.
RANGE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for port range.
Rdc - Class in org.tentackle.fx.rdc
Collected factory methods for FX-RDC-related stuff.
Enhances code readability.
RdcBoxDelegateImpl - Class in org.tentackle.fx.rdc.component.delegate
Common implementation for choice- and combobox delegates.
RdcBoxDelegateImpl(FxComponent, Supplier<ObservableList>, Supplier<PdoComponentAddon>) - Constructor for class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Creates the delegate impl.
RdcChoiceBox<T> - Class in org.tentackle.fx.rdc.component
PDO-aware choice box.
RdcChoiceBox() - Constructor for class org.tentackle.fx.rdc.component.RdcChoiceBox
Creates a choice box.
RdcChoiceBoxBuilder - Class in org.tentackle.fx.rdc.component.build
Builder to create a ChoiceBox.
RdcChoiceBoxBuilder() - Constructor for class org.tentackle.fx.rdc.component.build.RdcChoiceBoxBuilder
Creates the builder.
RdcChoiceBoxDelegate - Class in org.tentackle.fx.rdc.component.delegate
Delegate for RdcChoiceBox.
RdcChoiceBoxDelegate(RdcChoiceBox<?>) - Constructor for class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Creates the delegate.
RdcComboBox<T> - Class in org.tentackle.fx.rdc.component
PDO-aware combo box.
RdcComboBox() - Constructor for class org.tentackle.fx.rdc.component.RdcComboBox
Creates a combo box.
RdcComboBoxBuilder - Class in org.tentackle.fx.rdc.component.build
Builder to create a ComboBox.
RdcComboBoxBuilder() - Constructor for class org.tentackle.fx.rdc.component.build.RdcComboBoxBuilder
Creates the builder.
RdcComboBoxDelegate - Class in org.tentackle.fx.rdc.component.delegate
Delegate for RdcComboBox.
RdcComboBoxDelegate(RdcComboBox<?>) - Constructor for class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
Creates the delegate.
RdcFactory - Interface in org.tentackle.fx.rdc
A factory for FX-RDC-related stuff.
RdcFxFactory - Class in org.tentackle.fx.rdc
PDO-aware FxFactory.
RdcFxFactory() - Constructor for class org.tentackle.fx.rdc.RdcFxFactory
Creates the RDC FX factory.
RdcFxRdcBundle - Class in org.tentackle.fx.rdc
Bundle for rdc-package in tentackle-swing-rdc.
RdcFxUtilities - Class in org.tentackle.fx.rdc
FxUtilities for RDC.
RdcFxUtilities() - Constructor for class org.tentackle.fx.rdc.RdcFxUtilities
Creates the RDC FX utilities.
RdcRuntimeException - Exception Class in org.tentackle.fx.rdc
RDC runtime exception.
RdcRuntimeException() - Constructor for exception class org.tentackle.fx.rdc.RdcRuntimeException
Constructs a new RDC runtime exception with null as its detail message.
RdcRuntimeException(String) - Constructor for exception class org.tentackle.fx.rdc.RdcRuntimeException
Constructs a new RDC runtime exception with the specified detail message.
RdcRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.fx.rdc.RdcRuntimeException
Constructs a new RDC runtime exception with the specified detail message and cause.
RdcRuntimeException(Throwable) - Constructor for exception class org.tentackle.fx.rdc.RdcRuntimeException
Constructs a new RDC runtime exception with the specified cause and a detail message of (cause==null ?
RdcShortLongTextCellFactory<T> - Class in org.tentackle.fx.rdc
Extended ShortLongTextCellFactory with security checks.
RdcShortLongTextCellFactory() - Constructor for class org.tentackle.fx.rdc.RdcShortLongTextCellFactory
Creates the RDC cell factory for short/long texts.
RdcTableColumnConfiguration<S,T> - Class in org.tentackle.fx.rdc.table
PDO-aware configuration for a table column.
RdcTableColumnConfiguration(RdcTableConfiguration<S>, String, String) - Constructor for class org.tentackle.fx.rdc.table.RdcTableColumnConfiguration
Create a column config.
RdcTableConfiguration<S> - Class in org.tentackle.fx.rdc.table
PDO-aware table configuration.
RdcTableConfiguration(Class<S>, String) - Constructor for class org.tentackle.fx.rdc.table.RdcTableConfiguration
Creates a configuration.
RdcTableConfiguration(S, String) - Constructor for class org.tentackle.fx.rdc.table.RdcTableConfiguration
Creates a configuration.
RdcUtilities - Class in org.tentackle.fx.rdc
RDC-related utility methods.
RdcUtilities() - Constructor for class org.tentackle.fx.rdc.RdcUtilities
Creates the RDC utilities.
RdcUtilitiesWithBackgroundPool - Class in org.tentackle.fx.rdc
Extended RdcUtilities with a thread- and session pool for background execution.
Replace with application specific implementation via Service annotation.
RdcUtilitiesWithBackgroundPool() - Constructor for class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Creates the extended RDC utilities.
read() - Method in interface org.tentackle.dbms.rmi.InputStreamRemoteDelegate
Reads bytes from a stream.
If there is no more data available the operation will wait until data is available again.
read() - Method in class org.tentackle.dbms.rmi.InputStreamRemoteDelegateImpl
 
read() - Method in class org.tentackle.dbms.rmi.RemoteInputStream
 
read() - Method in class org.tentackle.io.BlockingByteArrayInputStream
 
read() - Method in class org.tentackle.io.CompressedInputStream
Reads the next uncompressed byte of data from the input stream.
read(byte[], int, int) - Method in class org.tentackle.io.CompressedInputStream
Reads up to len uncompressed bytes of data from this input stream into an array of bytes.
read(ByteBuffer) - Method in class org.tentackle.update.CallbackReadableByteChannel
 
READ - Static variable in class org.tentackle.fx.rdc.PdoEvent
A new PDO has been read from the database.
READ_COMMITTED - Enum constant in enum class org.tentackle.session.TransactionIsolation
Dirty reads are prevented, non-repeatable reads and phantom reads can occur.
READ_ONLY - Enum constant in enum class org.tentackle.session.TransactionWritability
Read-only transaction.
READ_UNCOMMITTED - Enum constant in enum class org.tentackle.session.TransactionIsolation
Dirty reads, non-repeatable reads and phantom reads can occur.
READ_WRITE - Enum constant in enum class org.tentackle.session.TransactionWritability
Read-write transaction.
readFromFile(Session) - Method in class org.tentackle.pdo.PdoCacheFileStore
Loads a cache from persistent storage.
Throws PdoRuntimeException if reading failed.
readFromResultSetWrapper(ResultSetWrapper) - Method in class org.tentackle.dbms.AbstractDbObject
Reads the values from a result-set into this object.
readFromResultSetWrapper(ResultSetWrapper) - Method in class org.tentackle.dbms.ModificationLog
 
readFromResultSetWrapper(ResultSetWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Reads the values from a result-set into this object.
readJoinedRow(ResultSetWrapper, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Reads the next row from a result set within a joined select.
The results may come in any order.
READONLY - Static variable in class org.tentackle.model.impl.RelationImpl
readonly relation flag.
ReadOnlyIterator(Iterator<E>) - Constructor for class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
Creates a wrapper for an iterator.
ReadOnlyListIterator(ListIterator<E>) - Constructor for class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
Creates a wrapper for a list iterator.
ReadPermission - Interface in org.tentackle.security.permissions
Read permission interface.
ReadPermissionImpl - Class in org.tentackle.security.permissions
Permission to read.
ReadPermissionImpl() - Constructor for class org.tentackle.security.permissions.ReadPermissionImpl
Creates the read permission.
readTextFromResource(Class<?>, String) - Static method in class org.tentackle.common.StringHelper
Reads a textfile from a resource.
ready - Variable in class org.tentackle.dbms.StatementWrapper
flag if statement is marked ready for being consumed.
reapplyStyleSheets() - Method in class org.tentackle.fx.FxUtilities
Resets and applies the stylesheets to all scenes.
Useful when the dark mode configuration changed, for example.
receiveBufferSize - Variable in class org.tentackle.io.SocketConfiguratorBase
 
reconnect(ReconnectionPolicy<T>) - Method in class org.tentackle.io.Reconnector
Performs the reconnection.
Does not return before the resource is reconnected successfully or ReconnectionPolicy.timeToReconnect() returned a value ≤ 0 or ReconnectionPolicy.timeToReconnect() throws a runtime exception.
ReconnectedException - Exception Class in org.tentackle.io
Exception thrown if a resource has been reconnected.
When an application catches this exception, it indicates that the resource has been reconnected while the cause holds the exception that triggers the reconnection, i.e. the original resource failure.
ReconnectedException(String, Throwable) - Constructor for exception class org.tentackle.io.ReconnectedException
Constructs a new reconnected exception with the specified detail message and cause.
ReconnectedException(Throwable) - Constructor for exception class org.tentackle.io.ReconnectedException
Constructs a new reconnected exception with the specified cause.
ReconnectionPolicy<T> - Interface in org.tentackle.io
Policy to reconnect a dead resource.
Reconnector - Class in org.tentackle.io
A simple reconnector.
Reconnector() - Constructor for class org.tentackle.io.Reconnector
 
RecordDTO - Annotation Interface in org.tentackle.common
Annotation for records that must be analyzed for code generation.
REFERENCE - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a reference relative to the parent object
REFERENCE_DATE_SUPPLIER - Static variable in class org.tentackle.fx.translate.TemporalStringTranslator
Component property for a reference date supplier of type Supplier<T>.
'@' as input will be replaced by the supplier's date.
Example:
REFERENCED - Static variable in class org.tentackle.model.impl.RelationImpl
referenced relation flag.
ReflectionHelper - Class in org.tentackle.reflect
Methods related to the reflection API.
ReflectiveVisitor - Class in org.tentackle.reflect
A reflective visitor to add application-specific functionality to existing objects.
ReflectiveVisitor() - Constructor for class org.tentackle.reflect.ReflectiveVisitor
Creates a reflective visitor.
refresh() - Method in class org.tentackle.dbms.DbModification
Refreshes the contents of this modification entry by its name.
RefreshInfo(long, Collection<DbPreferencesNode>, Collection<DbPreferencesKey>) - Constructor for class org.tentackle.dbms.prefs.DbPreferencesOperation.RefreshInfo
Creates a refresh info.
refreshModel() - Method in class org.tentackle.model.impl.ModelImpl
 
refreshModel() - Method in interface org.tentackle.model.Model
Refreshes the model.
Checks for changes and reloads if necessary.
RegexSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
Suggestion generator function based on a regular expression.
RegexSuggestionGenerator(Pattern) - Constructor for class org.tentackle.fx.component.auto.RegexSuggestionGenerator
Creates an suggestion generator for a given regular expression.
register() - Method in interface org.tentackle.app.Application
Registers this application.
Makes sure that only one application is running at a time.
register(DbPool) - Static method in class org.tentackle.dbms.DbPoolTimeoutThread
Registers a new pool for supervision.
There is no unregister.
registerCloseHandler(SessionCloseHandler) - Method in class org.tentackle.dbms.Db
 
registerCloseHandler(SessionCloseHandler) - Method in interface org.tentackle.session.Session
Registers a close handler.
registerColorSchemeListener() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Registers a listener to update the dark mode of all windows if configuration is automatic.
registerCommitTxRunnable(CommitTxRunnable) - Method in class org.tentackle.dbms.Db
Registers a CommitTxRunnable to be invoked just before committing a transaction.
The order of execution corresponds to the order of registration.
Runnables may create other runnables up to DbTransaction.maxTxRunnableDepth recursion depth.
registerCommitTxRunnable(CommitTxRunnable) - Method in class org.tentackle.dbms.DbTransaction
Registers a CommitTxRunnable to be invoked just before committing a transaction.
The order of execution corresponds to the order of registration.
Runnables may create other runnables up to DbTransaction.maxTxRunnableDepth recursion depth.
registerCommitTxRunnable(CommitTxRunnable) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
registerCommitTxRunnable(CommitTxRunnable) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
registerEventFilters(T) - Method in class org.tentackle.fx.container.config.WindowConfigurator
Registers event filters.
registerGlobalCloseHandler(SessionCloseHandler) - Static method in class org.tentackle.dbms.Db
Registers a global close handler.
registerGlobalCloseHandler(SessionCloseHandler) - Method in class org.tentackle.dbms.DbFactory
 
registerGlobalCloseHandler(SessionCloseHandler) - Method in interface org.tentackle.session.SessionFactory
Registers a global close handler for all sessions.
registerGlobalSessionCloseHandler(SessionCloseHandler) - Static method in class org.tentackle.pdo.Pdo
Registers a global close handler for all sessions.
registerManagedConnection(ManagedConnection) - Method in class org.tentackle.dbms.ManagedConnectionMonitor
Registers a managed connection.
registerPersistenceVisitor(PersistenceVisitor) - Method in class org.tentackle.dbms.Db
Registers a PersistenceVisitor to be invoked just before performing a persistence operation.
Notice that the visitor must be registered within the transaction, i.e.
registerPersistenceVisitor(PersistenceVisitor) - Method in class org.tentackle.dbms.DbTransaction
Registers a PersistenceVisitor to be invoked just before performing a persistence operation.
registerPersistenceVisitor(PersistenceVisitor) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
registerPersistenceVisitor(PersistenceVisitor) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
registerRollbackTxRunnable(RollbackTxRunnable) - Method in class org.tentackle.dbms.Db
Registers a RollbackTxRunnable to be invoked just before rolling back a transaction.
The order of execution corresponds to the order of registration.
Runnables may create other runnables up to DbTransaction.maxTxRunnableDepth recursion depth.
registerRollbackTxRunnable(RollbackTxRunnable) - Method in class org.tentackle.dbms.DbTransaction
Registers a RollbackTxRunnable to be invoked just before rolling back a transaction.
The order of execution corresponds to the order of registration.
Runnables may create other runnables up to DbTransaction.maxTxRunnableDepth recursion depth.
registerRollbackTxRunnable(RollbackTxRunnable) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
registerRollbackTxRunnable(RollbackTxRunnable) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
registerUncaughtExceptionHandler() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Registers a handler for uncaught exceptions.
registerWindowEventFilters(Window) - Method in class org.tentackle.fx.FxUtilities
Registers event filters for windows.
RELATED - Enum constant in enum class org.tentackle.model.Integrity
application-level and foreign keys for non-composite relations.
RELATED_DBONLY - Enum constant in enum class org.tentackle.model.Integrity
same as Integrity.RELATED but no check on application level.
Relation - Interface in org.tentackle.model
A relation to an entity.
RELATION - Enum constant in enum class org.tentackle.model.parse.LineType
relation line.
RELATION - Enum constant in enum class org.tentackle.pdo.PdoMember.Type
member is a relation.
RELATION - Static variable in class org.tentackle.model.impl.RelationImpl
property relation = ...
RELATION_OPTION - Enum constant in enum class org.tentackle.model.parse.LineType
relation options line.
RelationImpl - Class in org.tentackle.model.impl
Relation implementation.
RelationImpl(Entity, SourceInfo) - Constructor for class org.tentackle.model.impl.RelationImpl
Creates a relation.
RelationLine - Class in org.tentackle.model.parse
Describes the relation to other entities.
RelationLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.RelationLine
Creates a relation line.
A relation line may span multiple lines.
RelationPrinter - Class in org.tentackle.model.print
Prints the model spec of a relation.
RelationPrinter(Relation, PrintConfiguration) - Constructor for class org.tentackle.model.print.RelationPrinter
Creates a relation printer.
RelationType - Enum Class in org.tentackle.model
The relation type.
relative(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Moves the cursor a relative number of rows, either positive or negative.
RELEASE - Static variable in class org.tentackle.common.Version
the artifact version
releaseDb(Db) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Releases the session after use.
releasePdo(Consumer<Boolean>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Releases the current PDO.
releaseSavepoint(Savepoint) - Method in class org.tentackle.dbms.ManagedConnection
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseSavepoint(SavepointHandle) - Method in class org.tentackle.dbms.Db
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseSavepoint(SavepointHandle) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
releaseSavepoint(SavepointHandle) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
releaseSavepoint(SavepointHandle) - Method in interface org.tentackle.session.Session
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseSession(Session) - Method in class org.tentackle.dbms.DbModificationTracker
 
releaseSession(Session) - Method in interface org.tentackle.session.ExclusiveSessionProvider
Releases the session.
releaseTokenLock() - Method in interface org.tentackle.pdo.PersistentObject
Releases a token lock.
Use this method if a PDO needs to be unlocked without being persisted.
releaseTokenLock() - Method in class org.tentackle.persist.AbstractPersistentObject
Releases an edited by lock.
Use this method if a PDO needs to be unlocked without being persisted.
releaseTokenLock(T) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Unlocks the given PDO.
reload() - Method in interface org.tentackle.pdo.PersistentObject
Reloads the object.
reload() - Method in class org.tentackle.persist.AbstractPersistentObject
 
reload(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Reloads the object.
reloadForUpdate() - Method in interface org.tentackle.pdo.PersistentObject
Reloads the object with a database write-lock.
Requires that a transaction is running.
reloadForUpdate() - Method in class org.tentackle.persist.AbstractPersistentObject
 
reloadLocks(Db) - Method in class org.tentackle.persist.lock.DefaultLockManager
Reloads locks from the database into the internal map.
There must be no transactions running!
reloadObject() - Method in class org.tentackle.dbms.AbstractDbObject
Reloads the object.
reloadObjectForUpdate() - Method in class org.tentackle.dbms.AbstractDbObject
Reloads the object with a write-lock.
reloadRanges() - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Force the ranges to be reloaded.
reloadRanges() - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
reloadTokenLocked() - Method in interface org.tentackle.pdo.PersistentObject
Reloads the object and applies a token lock.
Same as PersistentObject.reload() followed by PersistentObject.requestTokenLock(), but requires only a single roundtrip if remote.
reloadTokenLocked() - Method in class org.tentackle.persist.AbstractPersistentObject
 
remapKeys(Control) - Method in class org.tentackle.fx.FxUtilities
Remaps certain keys.
remapKeys(T) - Method in class org.tentackle.fx.component.config.ComponentConfigurator
Remaps certain keys.
remapKeys(T) - Method in class org.tentackle.fx.component.config.TextAreaConfigurator
 
remapKeys(T) - Method in class org.tentackle.fx.component.config.TextInputControlConfigurator
 
rememberParameter(int, Object) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the parameter to be remembered for diagnostics.
REMOTECLEAR - Static variable in class org.tentackle.model.impl.RelationImpl
clear-on-remote-save relation flag.
RemoteDbConnection - Interface in org.tentackle.dbms.rmi
RMI remote connection.
This is the first remote object passed to the client when it connects to the application server.
RemoteDbConnectionImpl - Class in org.tentackle.dbms.rmi
Server side RMI-connection implementation.
RemoteDbConnectionImpl(RmiServer, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Creates a connection.
RemoteDbSession - Interface in org.tentackle.dbms.rmi
Application server session.
The session will create all other delegates for the client.
RemoteDbSessionCleanupThread - Class in org.tentackle.dbms.rmi
Cleans up dead or crashed sessions.
RemoteDbSessionCleanupThread(long, Set<WeakReference<RemoteDbSessionImpl>>, int) - Constructor for class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Creates the cleanup thread.
RemoteDbSessionImpl - Class in org.tentackle.dbms.rmi
User session within the application server.
RemoteDbSessionImpl(RemoteDbConnectionImpl, SessionInfo, SessionInfo) - Constructor for class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Creates a session on a given connection.
remoteDelegate() - Method in interface org.tentackle.dbms.rmi.RemoteDelegateLocator.Result
Gets the remote delegate interface for a class.
RemoteDelegate - Interface in org.tentackle.dbms.rmi
Tag interface for Remote delegates.
The implementation of a RemoteDelegate must provide a constructor as follows:
remoteDelegateId - Variable in class org.tentackle.dbms.DbObjectClassVariables
ID for the remote delegate for this class.
remoteDelegateId - Variable in class org.tentackle.dbms.DbOperationClassVariables
ID for the remote delegate for this class.
remoteDelegateImpl() - Method in interface org.tentackle.dbms.rmi.RemoteDelegateLocator.Result
Gets the remote delegate implementation for a class.
RemoteDelegateImpl<T> - Class in org.tentackle.dbms.rmi
All remote delegates must extend this class
RemoteDelegateImpl(RemoteDbSessionImpl, Class<T>) - Constructor for class org.tentackle.dbms.rmi.RemoteDelegateImpl
Creates a delegate.
RemoteDelegateInvocationHandler - Class in org.tentackle.dbms.rmi
Invocation handler to capture RMI method invocations.
RemoteDelegateInvocationHandler(RemoteDelegateImpl<?>) - Constructor for class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Creates an invocation handler for a RemoteDelegate.
RemoteDelegateLocator - Interface in org.tentackle.dbms.rmi
Finds the remote delegate classes for a given class.
RemoteDelegateLocator.Result - Interface in org.tentackle.dbms.rmi
The result.
RemoteInputStream - Class in org.tentackle.dbms.rmi
 
RemoteInputStream(InputStreamRemoteDelegate) - Constructor for class org.tentackle.dbms.rmi.RemoteInputStream
Creates a remote input stream.
RemoteMethod - Annotation Interface in org.tentackle.common
Annotation for manually written methods that must be remoting capable.
RemoteOutputStream - Class in org.tentackle.dbms.rmi
 
RemoteOutputStream(OutputStreamRemoteDelegate) - Constructor for class org.tentackle.dbms.rmi.RemoteOutputStream
Creates a remote output stream.
RemoteResultSetCursor<T> - Interface in org.tentackle.persist.rmi
Remote delegate interface for ResultSetCursor.
RemoteResultSetCursorImpl<T> - Class in org.tentackle.persist.rmi
Remote delegate implementation for ResultSetCursor.
RemoteResultSetCursorImpl(RemoteDbSessionImpl, Class<T>) - Constructor for class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
Creates a remote cursor delegate.
RemoteServerObject - Class in org.tentackle.dbms.rmi
Extends UnicastRemoteObject to get the port and socket factories.
RemoteServerObject() - Constructor for class org.tentackle.dbms.rmi.RemoteServerObject
Creates and exports a new UnicastRemoteObject object using an anonymous port.
RemoteServerObject(int) - Constructor for class org.tentackle.dbms.rmi.RemoteServerObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port.
RemoteServerObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.dbms.rmi.RemoteServerObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories.
RemoteSession - Interface in org.tentackle.session
The remote session.
Provides access to the remote (server-side) client session.
RemoteSessionAdapter - Class in org.tentackle.dbms
Adapter for a remote session.
Hides the RMI stuff.
RemoteSessionAdapter(RemoteDbSession) - Constructor for class org.tentackle.dbms.RemoteSessionAdapter
Creates the remote session adapter.
RemoteSessionClosedException - Exception Class in org.tentackle.dbms.rmi
RMI servers should throw a RemoteSessionClosedException if the remote session is already closed.
RemoteSessionClosedException() - Constructor for exception class org.tentackle.dbms.rmi.RemoteSessionClosedException
Constructs a new session closed exception without a session and with null as its detail message.
RemoteSessionClosedException(String) - Constructor for exception class org.tentackle.dbms.rmi.RemoteSessionClosedException
Constructs a new session closed exception without a session and with the specified detail message.
RemoteSessionClosedException(String, Throwable) - Constructor for exception class org.tentackle.dbms.rmi.RemoteSessionClosedException
Constructs a new session closed exception without a session and with the specified detail message and cause.
RemoteSessionFactory - Interface in org.tentackle.dbms
Factory for remote sessions.
remove() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
remove() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
remove(boolean) - Method in class org.tentackle.session.BackendConfiguration
Removes this configuration.
remove(boolean) - Method in class org.tentackle.session.DriverConfiguration
Removes this configuration.
remove(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
remove(int) - Method in class org.tentackle.misc.ImmutableArrayList
 
remove(int) - Method in class org.tentackle.misc.TrackedArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Class<P>, long) - Method in class org.tentackle.misc.IdentifiableMap
Removes an object from the map.
remove(Object) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
remove(Object) - Method in class org.tentackle.misc.ImmutableArrayList
 
remove(Object) - Method in class org.tentackle.misc.TrackedArrayList
Removes the first occurrence of the specified element from this list, if it is present.
If the list does not contain the element, it is unchanged.
remove(Object) - Method in class org.tentackle.reflect.PropertyMap
 
remove(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
remove(String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
remove(String) - Method in class org.tentackle.log.log4j2v.Log4J2MappedDiagnosticContext
 
remove(String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Removes the context identified by the key parameter using the underlying system's MDC implementation.
remove(String) - Method in class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
 
remove(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
remove(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the value associated with the specified key in this preference node, if any.
remove(Collection<? extends T>) - Method in class org.tentackle.misc.IdentifiableMap
Removes a collection from the map.
remove(T) - Method in class org.tentackle.misc.IdentifiableMap
Removes an object from the map.
remove(T) - Method in class org.tentackle.pdo.PdoCache
Removes an object from cache.
Can be used by apps to remove an object explicitly.
remove(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Removes an object from this cache index.
Does not throw an exception if it not in cache.
removeAliveTask(Session) - Method in class org.tentackle.session.SessionKeepAliveDaemon
Removes the task for given session.
removeAll(Collection<?>) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
removeAll(Collection<?>) - Method in class org.tentackle.misc.TrackedArrayList
Removes all objects that are contained in the given collection.
All removed object will be added to the list of removed objects.
removeAllEventFilters() - Method in class org.tentackle.fx.rdc.EventListenerProxy
Removes all event filters.
removeAllEventHandlers() - Method in class org.tentackle.fx.rdc.EventListenerProxy
Removes all event handlers.
removeAllListeners() - Method in interface org.tentackle.reflect.ClassMapper
Removes all class mapped listeners.
removeAllListeners() - Method in class org.tentackle.reflect.DefaultClassMapper
 
removeAllPdoEventListeners() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Removes all PDO-event handlers and filters.
The method is provided to avoid memory leaks.
removeAllPropertyListeners() - Method in class org.tentackle.dbms.AbstractDbObject
Removes all PropertyListeners.
removeBackendConfigurations(String, boolean) - Static method in class org.tentackle.session.BackendConfiguration
Removes all backend configurations for given application.
removeBinding(String) - Method in interface org.tentackle.bind.Binder
Programmatically removes a binding from the view.
removeBinding(String) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
removeBinding(String) - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
 
removeBinding(String) - Method in interface org.tentackle.fx.bind.FxComponentBinder
Programmatically removes a binding from the view.
removeBinding(FxComponent) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
removeBinding(FxComponent) - Method in interface org.tentackle.fx.bind.FxComponentBinder
Programmatically removes a binding from this view.
removeBindOption(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Removes a bind option.
removeBlunt(int) - Method in class org.tentackle.misc.TrackedArrayList
 
removeBlunt(int) - Method in interface org.tentackle.misc.TrackedList
Removes the element at given index from the list but does not mark it modified.
removeBlunt(E) - Method in class org.tentackle.misc.TrackedArrayList
 
removeBlunt(E) - Method in interface org.tentackle.misc.TrackedList
Removes the element from the list but does not mark it modified.
removeChild(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
Removes a child node.
removeColumn(String) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
removeColumn(String) - Method in interface org.tentackle.fx.table.TableConfiguration
Removes a column via binding path.
removeConnection(int) - Method in class org.tentackle.dbms.DefaultConnectionManager
Removes a connection from the list.
removed(E) - Method in interface org.tentackle.misc.TrackedListListener
An element has been removed from the list.
removeDbIndex(int) - Method in class org.tentackle.dbms.DbPool
Removes the index from the pool.
removeDbInstance(Db, int) - Method in class org.tentackle.dbms.DbPool
Closes a Db instance and removes it from the pool.
removeDirectory(String) - Static method in class org.tentackle.common.FileHelper
Removes a directory and all its contents recursively.
removeDriverConfigurations(boolean) - Static method in class org.tentackle.session.DriverConfiguration
Removes all driver configurations.
removeEventFilter(EventType<T>, EventHandler<T>) - Method in class org.tentackle.fx.rdc.EventListenerProxy
Removes an event filter.
removeEventHandler(EventType<T>, EventHandler<T>) - Method in class org.tentackle.fx.rdc.EventListenerProxy
Removes an event handler.
removeExisting(T) - Method in class org.tentackle.pdo.PdoCacheIndex
Remove an object from this cache index.
Assumes that the object really is in cache.
removeExplicitClassLoader(String, String, ClassLoader) - Static method in class org.tentackle.common.ServiceFactory
Removes an explicit classloader for a given service path and name.
Loaders are kept in a linked list for each path and name combination.
removeExplicitClassLoaderImpl(String, String, ClassLoader) - Method in class org.tentackle.common.ServiceFactory
Removes an explicit classloader for a given service path and name.
Loaders are kept in a linked list for each path and name combination.
removeFromMissing(PdoCacheIndex.CacheKey) - Method in class org.tentackle.pdo.PdoCacheIndex
Removes the key from the set of missing PDOs.
removeIdSerial(List<Attribute>) - Method in class org.tentackle.model.impl.EntityImpl
Removes id and serial from the list of attributes.
removeIf(Predicate<? super E>) - Method in class org.tentackle.misc.TrackedArrayList
 
removeIndex(PdoCacheIndex<T, ?>) - Method in class org.tentackle.pdo.PdoCache
removes an index.
removeListener(TrackedListListener<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
removeListener(TrackedListListener<E>) - Method in interface org.tentackle.misc.TrackedList
Removes a listener.
removeListener(ClassMappedListener) - Method in interface org.tentackle.reflect.ClassMapper
Removes a class mapped listener.
removeListener(ClassMappedListener) - Method in class org.tentackle.reflect.DefaultClassMapper
 
removeMethod(Class<?>, Class<?>...) - Method in class org.tentackle.reflect.MethodCache
Removes a method from the cache.
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxCheckBox
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxChoiceBox
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxColorPicker
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxComboBox
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxDatePicker
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxListView
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxPasswordField
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxRadioButton
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTableView
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTextArea
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTextField
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxToggleButton
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTreeTableView
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.component.FxTreeView
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxAccordion
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxAnchorPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxBorderPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxButtonBar
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxDialogPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxFlowPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxGridPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxHBox
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxScrollPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxSplitPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxStackPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTab
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTabPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTextFlow
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTilePane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxTitledPane
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxToolBar
 
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.container.FxVBox
 
removeModelToViewListener(ModelToViewListener) - Method in interface org.tentackle.fx.FxControl
Removes a model-to-view listener.
removeModelToViewListener(ModelToViewListener) - Method in class org.tentackle.fx.FxControlDelegate
 
removeModificationListener(ModificationListener) - Method in class org.tentackle.dbms.DbModificationTracker
Removes a modification listener.
removeModificationListener(ModificationListener) - Method in interface org.tentackle.session.ModificationTracker
Removes a modification listener.
removeNode() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
removeNode() - Method in class org.tentackle.prefs.DefaultPreferences
 
removeNode() - Method in interface org.tentackle.prefs.PersistedPreferences
Removes this preference node and all of its descendants, invalidating any preferences contained in the removed nodes.
removeNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
removeNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
removeNodeChangeListener(NodeChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the specified NodeChangeListener, so it no longer receives change events.
removeNodeChangeListener(DbPreferences, NodeChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Removes a node listener.
removeNonCacheables() - Method in class org.tentackle.pdo.PdoCache
Removes all PDOs with isCacheable() == false.
Useful if the cacheable attribute changes temporarily.
removeObjectsForSession(Session) - Method in class org.tentackle.pdo.PdoCache
Removes all objects and lists for a given session.
removeObjectsForSession(Session) - Method in class org.tentackle.pdo.PdoCacheIndex
Removes all objects for given session from index.
removeObjectsForSessionInAllCaches(Session) - Method in class org.tentackle.pdo.DefaultPdoCacheFactory
 
removeObjectsForSessionInAllCaches(Session) - Static method in class org.tentackle.pdo.Pdo
Removes all objects in ALL caches that refer to a given session.
Useful after having closed a session in an RMI-Server, for example.
removeObjectsForSessionInAllCaches(Session) - Method in interface org.tentackle.pdo.PdoCacheFactory
Removes all objects in ALL caches that refer to a given session.
Useful after having closed a session in an RMI-Server, for example.
removeObsoleteRules(Session) - Method in class org.tentackle.security.DefaultSecurityManager
 
removeObsoleteRules(Session) - Method in interface org.tentackle.security.SecurityManager
Removes obsolete rules.
removePdoEventFilter(EventType<PdoEvent>, EventHandler<PdoEvent>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Removes a PDO-event filter.
removePdoEventHandler(EventType<PdoEvent>, EventHandler<PdoEvent>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Removes a PDO-event handler.
removePersistentKey(String) - Method in class org.tentackle.dbms.prefs.DbPreferences
Removes a key.
removePreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferences
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the specified preference change listener, so it no longer receives preference change events.
removePreferenceChangeListener(DbPreferences, PreferenceChangeListener) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Removes a preferences changed listener.
removePreparedStatement(PreparedStatementWrapper) - Method in class org.tentackle.dbms.ManagedConnection
Removes a closed prepared statement.
removePropertyListener(String, PropertyListener) - Method in class org.tentackle.dbms.AbstractDbObject
Removes a PropertyListener from the listener list for a specific property.
removePropertyListener(String, PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Removes a property listener that gets invoked if the given property changes.
removePropertyListener(PropertyListener) - Method in class org.tentackle.dbms.AbstractDbObject
Removes a PropertyListener from the listener list.
removePropertyListener(PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Removes a property listener that gets invoked if any of the properties change.
removeRange(int, int) - Method in class org.tentackle.misc.TrackedArrayList
Removes from this list all elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
Shifts any succeeding elements to the left (reduces their index).
removeReferencingClass(Class<? extends AbstractDbObject<?>>, String) - Method in class org.tentackle.dbms.DbObjectClassVariables
Removes a PDO class that is referencing the class from this class variable holder.
removeReferencingClass(Class<R>, String) - Method in class org.tentackle.persist.AbstractPersistentObject
Removes a PDO class that is referencing this PDO clazz.
removeRemovedObject(E) - Method in class org.tentackle.misc.TrackedArrayList
Removes an object from the list of removed objects.
Only objects of type <E> are added.
removeRemovedObjects(Collection<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Removes a list of objects to the list of removed objects.
Only objects of type <E> are added.
removeResultSet(ResultSetWrapper) - Method in class org.tentackle.dbms.ManagedConnection
Removes a pending result set.
removeRoot(DbPreferences) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Removes a root node of given node from the repository.
removeRunningStatement(StatementWrapper) - Method in class org.tentackle.dbms.ManagedConnection
Removes a statement from the running statements.
removeSavepoint(SavepointHandle) - Method in class org.tentackle.dbms.DbTransaction
Removes a savepoint.
removeSessionIndex(int) - Method in class org.tentackle.dbms.DefaultConnectionManager
Removes a session index.
removeSessionInfo(T) - Method in class org.tentackle.web.app.WebSessionKeyCache
Removes a mapping between a session and a session info.
This is usually done in the logout controller.
removeShutdownRunnable(Runnable) - Method in class org.tentackle.dbms.DbModificationTracker
Removes a shutdown runnable.
removeShutdownRunnable(Runnable) - Method in interface org.tentackle.session.ModificationTracker
Unregisters a shutdown runnable.
removeTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
removeTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Removes a task from the queue.
removeTaskListener(TaskListener) - Method in class org.tentackle.task.AbstractTask
 
removeTaskListener(TaskListener) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
removeTaskListener(TaskListener) - Method in interface org.tentackle.task.Task
Removes a task listener.
removeTaskListener(TaskListener) - Method in interface org.tentackle.task.TaskDispatcher
Removes a task listener.
removeToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binder
Removes a to-model binding listener.
removeToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binding
Removes a to-model binding listener.
removeToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binder
Removes a to-view binding listener.
removeToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binding
Removes a to-view binding listener.
removeTrailingText(String, String...) - Static method in class org.tentackle.common.StringHelper
Removes a trailing text from a string.
Stops when the first trailing string is found.
removeValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binder
Removes a validation listener.
removeValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binding
Removes a validation listener.
removeValidator(Validator) - Method in class org.tentackle.bind.AbstractBinding
 
removeValidator(Validator) - Method in interface org.tentackle.bind.Binding
Removes a validator.
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxCheckBox
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxChoiceBox
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxColorPicker
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxComboBox
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxDatePicker
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxListView
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxPasswordField
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxRadioButton
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTableView
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTextArea
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTextField
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxToggleButton
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTreeTableView
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.component.FxTreeView
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxAccordion
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxAnchorPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxBorderPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxButtonBar
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxDialogPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxFlowPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxGridPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxHBox
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxScrollPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxSplitPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxStackPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTab
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTabPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTextFlow
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTilePane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxTitledPane
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxToolBar
 
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.container.FxVBox
 
removeViewToModelListener(ViewToModelListener) - Method in interface org.tentackle.fx.FxControl
Removes a view-to-model listener.
removeViewToModelListener(ViewToModelListener) - Method in class org.tentackle.fx.FxControlDelegate
 
removeWebSession(T) - Method in class org.tentackle.web.app.WebApplication
Removes a mapping between a web session key and a user session info.
This is usually done in the logout controller.
renameColumns() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the renameColumns record component.
reOpen() - Method in class org.tentackle.dbms.Db
 
reOpen() - Method in interface org.tentackle.session.Session
Re-opens a session.
If the session is open, it will be closed first.
If the session belongs to a group, the re-opened session will be grouped as well.
REPEATABLE_READ - Enum constant in enum class org.tentackle.session.TransactionIsolation
Dirty reads and non-repeatable reads are prevented, phantom reads can occur.
RepeatableValidation - Annotation Interface in org.tentackle.validate
Annotation to mark another annotation as a repeatable container annotation for a validation annotation.
RepeatableValidator - Interface in org.tentackle.validate
The repeatable container validator.
replaceAll(UnaryOperator<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
replaceSilently(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Replaces the element at the specified position in this list with the specified element.
The new element will replace the existing one without affecting the modification state of the list!
replaceSilently(int, E) - Method in interface org.tentackle.misc.TrackedList
Replaces the element at the specified position in this list with the specified element.
The old element will replace the existing one without affecting the modification state of the list.
replay(ModificationLog.ReplayState, List<? extends ModificationLog>, boolean, boolean, Db) - Method in class org.tentackle.dbms.ModificationLog
Replays a list of modlogs within a single transaction.
It will also create new txId if the modlogs are copied.
replay(ModificationLog, Session, boolean) - Method in class org.tentackle.dbms.ModificationLog
Applies a modification to another db.
The method is not static to allow overriding (e.g. to extend with more transaction types).
replayDelete(ModificationLog, AbstractDbObject<?>, boolean) - Method in class org.tentackle.dbms.ModificationLog
Replay a delete.
replayFinishModification(ModificationLog, AbstractDbObject<?>) - Method in class org.tentackle.dbms.ModificationLog
Perform postprocessing for replay.
replayInitModification(ModificationLog, AbstractDbObject<?>) - Method in class org.tentackle.dbms.ModificationLog
Perform preprocessing for replay.
replayInsert(ModificationLog, AbstractDbObject<?>, boolean) - Method in class org.tentackle.dbms.ModificationLog
Replay an insert.
ReplayState() - Constructor for class org.tentackle.dbms.ModificationLog.ReplayState
Creates an initial state.
replayUpdate(ModificationLog, AbstractDbObject<?>, boolean) - Method in class org.tentackle.dbms.ModificationLog
Replay an update.
requestChangeableUpdate() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
requestChangeableUpdate() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Request to update the changeable attribute of all dynamically mandatory components.
requestDb(boolean, boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Requests for a session to work with.
By default, the thread-local session is used.
requestInitialFocus() - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
 
requestInitialFocus() - Method in class org.tentackle.fx.rdc.login.Login
Sets the initial focus.
requestInitialFocus() - Method in class org.tentackle.fx.rdc.PdoEditor
Requests the initial focus after stage is shown.
requestInitialFocus() - Method in class org.tentackle.fx.rdc.PdoFinder
Requests the initial focus after stage is shown.
requestInitialFocus() - Method in class org.tentackle.fx.rdc.PdoViewer
 
requestInitialFocus() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
requestInitialFocus() - Method in class org.tentackle.fx.rdc.security.SecurityEditor
 
requestMandatoryUpdate() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
requestMandatoryUpdate() - Method in interface org.tentackle.fx.bind.FxComponentBinder
Request to update the mandatory attribute of all dynamically mandatory components.
requestSession() - Method in class org.tentackle.dbms.DbModificationTracker
 
requestSession() - Method in interface org.tentackle.session.ExclusiveSessionProvider
Requests a session for exclusive use.
requestTermination() - Method in class org.tentackle.daemon.DaemonSupervisor
Requests to stop this supervisor.
Does not wait and returns immediately.
requestTermination() - Method in interface org.tentackle.daemon.Terminatable
Requests to terminate.
Does not wait and returns immediately.
requestTermination() - Method in class org.tentackle.dbms.DbTransactionFactory
Requests supervisor thread termination.
requestTermination() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Requests thread termination.
requestTermination() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
requestTokenLock() - Method in interface org.tentackle.pdo.PersistentObject
Requests a token lock.
requestTokenLock() - Method in class org.tentackle.persist.AbstractPersistentObject
Requests an edited by lock.
RESERVED_WORDS_H2 - Static variable in class org.tentackle.sql.backends.H2
array of additional reserved words.
RESERVED_WORDS_PG - Static variable in class org.tentackle.sql.backends.Postgres
array of additional reserved words.
RESERVED_WORDS_SQL2003 - Static variable in class org.tentackle.sql.backends.AbstractSql2003Backend
array of additional reserved words.
RESERVED_WORDS_SQL92 - Static variable in class org.tentackle.sql.backends.AbstractSql92Backend
array of reserved words.
reserveId() - Method in class org.tentackle.dbms.AbstractDbObject
Reserves an ID.
reserveId() - Method in interface org.tentackle.pdo.PersistentObject
Reserves an ID.
reserveId(long) - Method in class org.tentackle.dbms.AbstractDbObject
Reserves a given ID.
It doesn't matter whether the ID is negative or positive.
reserveId(long) - Method in interface org.tentackle.pdo.PersistentObject
Reserves a given ID.
It doesn't matter whether the ID is negative or positive.
reset() - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
resetColumnIndex() - Method in class org.tentackle.dbms.ResultSetSection
Clears the column index.
resizeColumnsToFitContent(TableView<?>) - Method in class org.tentackle.fx.FxUtilities
Resizes the width of all columns of a table to fit the displayed content.
Unlike the "double-click on column separator"-feature this method computes the column widths according to the content currently displayed.
resizeColumnsToFitContent(TreeTableView<?>) - Method in class org.tentackle.fx.FxUtilities
Resizes the width of all columns of a tree table to fit the displayed content.
Unlike the "double-click on column separator"-feature this method computes the column widths according to the content currently displayed.
resources() - Element in annotation interface org.tentackle.fx.FxControllerService
Gets the resource bundle for annotated controller.
RESOURCES_NONE - Static variable in annotation interface org.tentackle.fx.FxControllerService
Disables loading of the resource bundle.
Set resources=FxControllerService.RESOURCES_NONE.
restore() - Method in class org.tentackle.dbms.rmi.InvocationLocals
Restores the thread-locals, session's ownerthread and MDC.
restoreDefaultCursor(Node, Cursor) - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Restores the cursor to the default.
RESTRICT - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
The primary key may not be updated if it has been imported by another table as a foreign key.
Result(String, String) - Constructor for record class org.tentackle.model.migrate.IndexMigrator.Result
Creates an instance of a Result record class.
Result(Collection<Pattern>, Collection<ColumnMigration>, Map<String, String>, String, String, String) - Constructor for record class org.tentackle.model.migrate.TableMigrator.Result
Creates an instance of a Result record class.
resultAll(JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the result set for all objects in the current context for use in lists.
resultAllCursor(JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the result set for all objects in the current context for use in cursors.
Cursors differ from lists because they need ResultSet.TYPE_SCROLL_INSENSITIVE set.
resultAllIdSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Selects all id,serial-pairs of this class and returns the ResultSetWrapper.
resultAllObjects() - Method in class org.tentackle.dbms.AbstractDbObject
Selects all objects of this class and returns the ResultSetWrapper.
resultAllWithExpiredTableSerials(JoinedSelect<T>, long) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the result set for all objects in the current context with a given expired tableserial.
resultByNormText(String, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the result set for the normtext query.
resultByNormTextCursor(String, JoinedSelect<T>) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the result set for the normtext query as a cursor.
resultObjectsWithExpiredTableSerials(long) - Method in class org.tentackle.dbms.AbstractDbObject
Selects all objects of this class with a higher tableserial and returns the ResultSetWrapper.
results() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns the value of the results record component.
resultsAsMessage() - Method in exception class org.tentackle.validate.ValidationFailedException
Gets the validation results concatenated to a single message string.
ResultSetCursor<T> - Class in org.tentackle.persist
A cursor for a ResultSetWrapper.
ResultSetCursor(DomainContext, RemoteResultSetCursor<T>) - Constructor for class org.tentackle.persist.ResultSetCursor
Creates a cursor for a remote session.
Constructor for pdo objects.
ResultSetCursor(T, ResultSetWrapper) - Constructor for class org.tentackle.persist.ResultSetCursor
Creates a cursor for a local session.
ResultSetCursor(T, ResultSetWrapper, JoinedSelect<T>) - Constructor for class org.tentackle.persist.ResultSetCursor
Creates a cursor for a local session.
ResultSetCursor.FetchList<T> - Class in org.tentackle.persist
Adds a closed flag to saveObject a roundtrip in remote sessions.
resultSetGreaterId(long) - Method in class org.tentackle.dbms.ModificationLog
Selects the first modlog with an ID greater than given ID.
ResultSetSection - Class in org.tentackle.dbms
A section of columns within the result set.
ResultSetSection(ResultSetWrapper, Object) - Constructor for class org.tentackle.dbms.ResultSetSection
Creates a section.
resultSetSince(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Selects the first modlog since a given modification time.
ResultSetSkipBlock - Class in org.tentackle.dbms
A subset of the columns returned by a ResultSetWrapper.
ResultSetSkipBlock(ResultSetWrapper, int) - Constructor for class org.tentackle.dbms.ResultSetSkipBlock
Creates a skip block.
resultSetToList(ResultSetWrapper, Class<T>) - Method in class org.tentackle.dbms.DbUtilities
Converts a resultset to a list of DTOs.
Works for builder- and setter pattern and all registered DataTypes.
Constructor pattern works for records, but not for classes, since in Java the parameters are unnamed.
resultSetUnprocessed() - Method in class org.tentackle.dbms.ModificationLog
Selects the unprocessed modlogs as a result set.
ResultSetWrapper - Class in org.tentackle.dbms
A wrapper for ResultSets.
ResultSetWrapper(StatementWrapper, StatementHistory, ResultSet) - Constructor for class org.tentackle.dbms.ResultSetWrapper
Creates a wrapper for the given result set.
resultsToMessage(List<ValidationResult>) - Method in class org.tentackle.validate.ValidationUtilities
Concatenates the validation results getMessage() to a single string.
resultsToString(List<ValidationResult>) - Method in class org.tentackle.validate.ValidationUtilities
Concatenates the validation results toString() to a single string.
retainAll(Collection<?>) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
retainAll(Collection<?>) - Method in class org.tentackle.misc.ImmutableArrayList
 
retainAll(Collection<?>) - Method in class org.tentackle.misc.TrackedArrayList
Removes all objects that are not contained in the given collection.
All removed object will be added to the list of removed objects.
reThrow(List<ValidationResult>) - Method in exception class org.tentackle.validate.ValidationFailedException
Rethrows this exception with the given validation results prepended.
retry() - Element in annotation interface org.tentackle.pdo.Transaction
Determines whether a transaction that is rolled back due to a temporary exception should be retried.
By default, transactions will not be retried.
Isolation levels TransactionIsolation.REPEATABLE_READ and TransactionIsolation.SERIALIZABLE may produce database serialization errors and throw transient SQL exceptions, which usually requires retryable transactions to work reliably in production.
Another source for such temporary exceptions are database deadlocks.
The Tentackle persistence layer will also mark NotFoundExceptions as temporary, if an optimistic locking error is detected (serial mismatch).
retryLogLevel() - Element in annotation interface org.tentackle.pdo.Transaction
The log level to log retries.
retryPolicy() - Element in annotation interface org.tentackle.pdo.Transaction
Defines the retry policy.
ReturnableSessionProvider - Interface in org.tentackle.session
Returnable session provider.
reuseAddress - Variable in class org.tentackle.io.SocketConfiguratorBase
 
REVERSED - Static variable in class org.tentackle.model.impl.RelationImpl
map list relation to reversed 1:1 object relation.
revertAttributesToSnapshot(AbstractDbObject) - Method in class org.tentackle.dbms.AbstractDbObject
Copies all attributes from a snapshot object back to this object.
revertAttributesToSnapshot(StoredBundleKeyPersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Copies all attributes from a snapshot back to this object.
revertAttributesToSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Copies all attributes from a snapshot back to this object.
revertAttributesToSnapshot(AbstractPersistentObject) - Method in class org.tentackle.persist.AbstractPersistentObject
Copies all attributes from a snapshot object back to this object.
revertAttributesToSnapshot(NumberPoolPersistenceImpl) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Copies all attributes from a snapshot back to this object.
revertAttributesToSnapshot(NumberRangePersistenceImpl) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
Copies all attributes from a snapshot back to this object.
revertAttributesToSnapshot(SecurityPersistenceImpl) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Copies all attributes from a snapshot back to this object.
revertComponentsToSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Reverts all components of this object to a given snapshot.
revertComponentsToSnapshot(AbstractPersistentObject) - Method in class org.tentackle.persist.AbstractPersistentObject
Reverts all components of this object to a given snapshot.
revertComponentsToSnapshot(NumberPoolPersistenceImpl) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
Reverts all components of this object to a given snapshot.
revertToSnapshot(TrackedList<E>) - Method in class org.tentackle.misc.TrackedArrayList
Reverts to the given snapshot.
If this is a copy, the copies of the objects in the snapshot will be stored in this list.
revertToSnapshot(TrackedList<E>, TrackedList<E>) - Static method in interface org.tentackle.misc.TrackedList
Reverts a list to a snapshot'd state of the list.
If the original list is null, a new list is created as a copy of the snapshot.
revertToSnapshot(T) - Method in interface org.tentackle.misc.Snapshotable
Reverts the state of this object to given snapshot.
revertToSnapshot(T) - Method in class org.tentackle.persist.AbstractPersistentObject
Reverts the state of this object to given snapshot.
revertToSnapshot(T, T) - Static method in class org.tentackle.pdo.Pdo
Reverts a PDO to a given snapshot.
If the original pdo is null, a copy of the snapshot will be created.
RIGHT - Enum constant in enum class org.tentackle.fx.component.Note.Position
to the right side of the node.
RIGHT - Enum constant in enum class org.tentackle.sql.JoinType
right outer join.
RMI_SERVICE - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the RMI service name.
RmiServer - Class in org.tentackle.dbms.rmi
A generic RMI server.
The backend properties file is parsed for the following keywords: service=service-URL: defaults to the basename of the RMI-server class instance at the default registry port on localhost, i.e.
RmiServer(SessionInfo) - Constructor for class org.tentackle.dbms.rmi.RmiServer
Creates an instance of an RMI-server with default connection object.
RmiServer(SessionInfo, Class<? extends RemoteDbConnectionImpl>) - Constructor for class org.tentackle.dbms.rmi.RmiServer
Creates an instance of an RMI-server.
RMISocketFactoryFactory - Class in org.tentackle.io
The factory for RMI socket factories.
RMISocketFactoryFactory() - Constructor for class org.tentackle.io.RMISocketFactoryFactory
Creates the RMI socket factory.
RMISocketFactoryType - Enum Class in org.tentackle.io
The RMI socket factory type.
RN_BUNDLE - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
relation name for 'StoredBundle bundle via bundleId (Bundle)'.
RN_KEYS - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
relation name for 'composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys)'.
RN_NUMBERPOOL - Static variable in interface org.tentackle.ns.pdo.NumberRangePersistence
relation name for 'NumberPool numberPool via numberPoolId'.
RN_NUMBERRANGELIST - Static variable in interface org.tentackle.ns.pdo.NumberPoolPersistence
relation name for 'composite list of NumberRange numberRangeList via NumberRange#numberPoolId'.
rollback() - Method in class org.tentackle.dbms.DbTransaction
Performs a rollback.
Executes all rollback runnables and removes them.
rollback(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Performs a rollback.
rollback(long) - Method in class org.tentackle.dbms.Db
 
rollback(long) - Method in interface org.tentackle.session.Session
Rolls back a transaction if the corresponding Session.begin() has started it.
The rollback is logged as INFO along with all statements.
rollback(long, boolean) - Method in class org.tentackle.dbms.Db
Rolls back a transaction if the corresponding "begin()" has started it.
rollback(long, boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
rollback(long, boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
rollback(Savepoint) - Method in class org.tentackle.dbms.ManagedConnection
Undoes all changes made after the given Savepoint object was set.
rollback(Db) - Method in interface org.tentackle.dbms.RollbackTxRunnable
Performs any processing necessary before rollback.
rollback(Db, long) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
rollback(Db, long) - Method in interface org.tentackle.persist.LockManager
Notifies the lockmanager that a transaction has been rolled back.
rollback(SavepointHandle) - Method in class org.tentackle.dbms.Db
Undoes all changes made after the given Savepoint object was set.
rollback(SavepointHandle) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
rollback(SavepointHandle) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
rollback(SavepointHandle) - Method in interface org.tentackle.session.Session
Undoes all changes made after the given Savepoint object was set.
rollbackImmediately(Throwable) - Method in class org.tentackle.dbms.Db
Rolls back the current transaction, if pending.
Used to clean up in case of an exception or alike.
rollbackSilently() - Element in annotation interface org.tentackle.pdo.Transaction
Determines whether rollbacks should be logged in detail or not.
By default, rollbacks are logged with detailed diagnostics, such as executed statements, durations and more, if they are caused by a non-temporary PersistenceException (for example, due to a constraint violation).
rollbackSilently(long) - Method in class org.tentackle.dbms.Db
 
rollbackSilently(long) - Method in interface org.tentackle.session.Session
Rolls back a transaction if the corresponding Session.begin() has started it.
Same as Session.rollback(long) but without logging.
RollbackTxRunnable - Interface in org.tentackle.dbms
A Runnable that gets invoked before a physical rollback.
The rollback runnable is Serializable and transferred to the server, if registered at a remote client.
ROW - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
edit next/previous cell after commit.
run() - Method in class org.tentackle.common.ToolRunner
Runs the tool.
run() - Method in class org.tentackle.daemon.DaemonSupervisor
 
run() - Method in class org.tentackle.dbms.DbPoolTimeoutThread
 
run() - Method in class org.tentackle.dbms.ManagedConnectionMonitor
 
run() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
 
run() - Method in class org.tentackle.log.LoggingRunnable
 
run() - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
run() - Method in class org.tentackle.session.SessionKeepAliveDaemon
 
run() - Method in class org.tentackle.session.SessionKeepAliveTask
 
run() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
run(Object, Runnable) - Method in class org.tentackle.fx.FxUtilities
Runs a runnable in a separate thread.
Avoids blocking the FX-application thread.
If the execution fails, an error dialog is shown.
run(String) - Method in class org.tentackle.sql.DefaultScriptRunner
 
run(String) - Method in interface org.tentackle.sql.ScriptRunner
Runs the SQL script.
runAndWait(Runnable) - Method in class org.tentackle.fx.FxUtilities
Runs a command on the FX application thread and waits for its execution to finish.
runInBackground(Node, Collection<Supplier<V>>, long, Consumer<Map<Supplier<V>, V>>) - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Runs a collection of runners in background in parallel.
Failures will be presented to the user in an error dialog.
runInBackground(Node, Collection<Supplier<V>>, long, Consumer<Map<Supplier<V>, V>>, Consumer<Map<Supplier<V>, RuntimeException>>) - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
Runs a collection of runners in background in parallel.
If there are failures, failedUI (if any) will be invoked before finishedUI.
runInBackground(Node, Supplier<V>, Consumer<V>, Consumer<RuntimeException>) - Method in class org.tentackle.fx.rdc.RdcUtilities
Runs some code in another thread and optionally updates the UI.
The method is provided to hide the concrete implementation and make it replaceable.
Use this method whenever some lengthy operation (database I/O, for example) would otherwise block the event queue.
runInBackground(Node, Supplier<V>, Consumer<V>, Consumer<RuntimeException>) - Method in class org.tentackle.fx.rdc.RdcUtilitiesWithBackgroundPool
 
running - Variable in class org.tentackle.dbms.StatementWrapper
flag if statement is currently running.
running() - Element in annotation interface org.tentackle.pdo.Transaction
Requires that a transaction is already running.
If the optional transaction name is given, it must match the name of the current transaction.
runPostCommits() - Method in class org.tentackle.dbms.Db
Runs the post commits in reverse order of registration.
Post commits are registered for the session, not the transaction, i.e. they are not transferred via RMI to the middle tier like CommitTxRunnables or RollbackTxRunnables.
runScript(String, String) - Method in class org.tentackle.dbms.Db
Runs an SQL script.
runSearch() - Method in class org.tentackle.fx.rdc.PdoFinder
Runs the search.
runSearch() - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
runSearch(T) - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Runs the interactive search.

S

safeInterrupt() - Method in class org.tentackle.daemon.DaemonSupervisor
Safely interrupt the dispatcher without interrupting any running task.
save() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Saves the current PDO.
save() - Method in interface org.tentackle.pdo.PersistentObject
Save this PDO.
If the object is new, a new ID is obtained and the object inserted.
save() - Method in class org.tentackle.persist.AbstractPersistentObject
 
save(Collection<X>, boolean) - Static method in class org.tentackle.persist.AbstractPersistentObject
Saves a list of PDOs.
This method is provided to save components in PDOs only.
save(PersistentDomainObject<?>) - Static method in class org.tentackle.persist.AbstractPersistentObject
Saves a PDO.
This method is provided to save components in PDOs only.
saveCollection(Collection<? extends PersistentDomainObject<?>>) - Method in class org.tentackle.pdo.PdoUtilities
Saves a collection of PDOs.
saveCollection(Collection<? extends PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.pdo.PdoUtilities
Saves a list of PDOs.
All objects with isPersistable() == true will be saved.
saveCollection(Collection<? extends PersistentDomainObject<?>>, boolean, boolean) - Method in class org.tentackle.pdo.PdoUtilities
Saves a list of PDOs.
All objects with isPersistable() == true will be saved.
saveImpl() - Method in class org.tentackle.persist.AbstractPersistentObject
Implementation of save bypassing the invocation handler.
saveImpl(T) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
saveImpl(T) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
saveModelValue(M) - Method in class org.tentackle.fx.translate.AbstractValueTranslator
 
saveModelValue(M) - Method in interface org.tentackle.fx.ValueTranslator
Remembers the model value for later check if changed.
Only invoked if ValueTranslator.isMappingIncomplete() is true.
saveModelValue(I18NText) - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
saveObject() - Method in class org.tentackle.dbms.AbstractDbObject
Saves this object.
This is the standard method applications should use to insert or update objects.
If the ID is 0, a new ID is obtained and this object inserted.
saveObject() - Method in class org.tentackle.dbms.ModificationLog
Saves this object.
This is the standard method applications should use to insert or update objects.
If the ID is 0, a new ID is obtained and this object inserted.
saveObject(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
saveObject(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
saveObject(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
SavepointHandle - Record Class in org.tentackle.session
A savepoint handle.
SavepointHandle(int) - Constructor for record class org.tentackle.session.SavepointHandle
Creates a handle for an unnamed savepoint.
SavepointHandle(String) - Constructor for record class org.tentackle.session.SavepointHandle
Creates a handle for a named savepoint.
SavepointHandle(String, Integer) - Constructor for record class org.tentackle.session.SavepointHandle
Creates an instance of a SavepointHandle record class.
savePreferences() - Method in class org.tentackle.fx.rdc.table.TablePopup
Saves the table preferences.
System- or user scope is determined from PersistedPreferencesFactory.
savePreferences(boolean) - Method in class org.tentackle.fx.rdc.table.TablePopup
Saves the table preferences.
savePreferences(String, boolean) - Method in class org.tentackle.fx.component.FxTableView
Saves the column sizes, visibility, view size and sorting to the preferences.
savePreferences(String, boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Saves the column sizes, visibility, view size and sorting to the preferences.
savePreferences(FxTableView<S>, String, boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
savePreferences(FxTableView<S>, String, boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Saves the column sizes, visibility, view size and sorting to the preferences.
savePreferences(FxTreeTableView<S>, String, boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
savePreferences(FxTreeTableView<S>, String, boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Saves the column sizes, visibility, view size and sorting to the preferences.
saveReferencedRelations(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Saves all composite relations referenced by this object.
saveReferencingRelations(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Saves all composite relations that reference this object.
saveReferencingRelations(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
saveReferencingRelations(boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
saveView() - Method in class org.tentackle.fx.component.FxCheckBox
 
saveView() - Method in class org.tentackle.fx.component.FxChoiceBox
 
saveView() - Method in class org.tentackle.fx.component.FxColorPicker
 
saveView() - Method in class org.tentackle.fx.component.FxComboBox
 
saveView() - Method in class org.tentackle.fx.component.FxDatePicker
 
saveView() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
saveView() - Method in class org.tentackle.fx.component.FxListView
 
saveView() - Method in class org.tentackle.fx.component.FxPasswordField
 
saveView() - Method in class org.tentackle.fx.component.FxRadioButton
 
saveView() - Method in class org.tentackle.fx.component.FxTableView
 
saveView() - Method in class org.tentackle.fx.component.FxTextArea
 
saveView() - Method in class org.tentackle.fx.component.FxTextField
 
saveView() - Method in class org.tentackle.fx.component.FxToggleButton
 
saveView() - Method in class org.tentackle.fx.component.FxTreeTableView
 
saveView() - Method in class org.tentackle.fx.component.FxTreeView
 
saveView() - Method in class org.tentackle.fx.container.FxAccordion
 
saveView() - Method in class org.tentackle.fx.container.FxAnchorPane
 
saveView() - Method in class org.tentackle.fx.container.FxBorderPane
 
saveView() - Method in class org.tentackle.fx.container.FxButtonBar
 
saveView() - Method in class org.tentackle.fx.container.FxDialogPane
 
saveView() - Method in class org.tentackle.fx.container.FxFlowPane
 
saveView() - Method in class org.tentackle.fx.container.FxGridPane
 
saveView() - Method in class org.tentackle.fx.container.FxHBox
 
saveView() - Method in class org.tentackle.fx.container.FxPane
 
saveView() - Method in class org.tentackle.fx.container.FxScrollPane
 
saveView() - Method in class org.tentackle.fx.container.FxSplitPane
 
saveView() - Method in class org.tentackle.fx.container.FxStackPane
 
saveView() - Method in class org.tentackle.fx.container.FxTab
 
saveView() - Method in class org.tentackle.fx.container.FxTabPane
 
saveView() - Method in class org.tentackle.fx.container.FxTextFlow
 
saveView() - Method in class org.tentackle.fx.container.FxTilePane
 
saveView() - Method in class org.tentackle.fx.container.FxTitledPane
 
saveView() - Method in class org.tentackle.fx.container.FxToolBar
 
saveView() - Method in class org.tentackle.fx.container.FxVBox
 
saveView() - Method in class org.tentackle.fx.FxComponentDelegate
 
saveView() - Method in class org.tentackle.fx.FxContainerDelegate
 
saveView() - Method in interface org.tentackle.fx.FxControl
Creates a copy of the value shown to the user.
saveView() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
Scavenger - Interface in org.tentackle.daemon
Interface for cleanup services like cleanup threads.
scope() - Element in annotation interface org.tentackle.security.pdo.SecurityValidator
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Changeable
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Equal
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Fail
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.False
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Greater
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Less
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotNull
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotZero
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Null
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Pattern
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Size
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.True
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Validate
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Zero
The validation scopes the validator should be applied to.
SCOPE - Static variable in class org.tentackle.model.impl.RelationImpl
property scope = ...
ScopeConfigurator - Interface in org.tentackle.validate
A configurator for default scopes.
Script - Interface in org.tentackle.script
A generic script.
SCRIPT - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a script
ScriptConverter - Interface in org.tentackle.script
Converts a script according to a given language.
ScriptFactory - Interface in org.tentackle.script
A factory for scripts.
SCRIPTING - Static variable in class org.tentackle.app.AbstractApplication
Property to set the default scripting language.
ScriptingLanguage - Interface in org.tentackle.script
Interface tentackle scripting languages must implement.
ScriptRunner - Interface in org.tentackle.sql
SQL script runner.
ScriptRunnerResult - Record Class in org.tentackle.sql
The result of a statement executed by a ScriptRunner.
ScriptRunnerResult(String, int, String, int, Object...) - Constructor for record class org.tentackle.sql.ScriptRunnerResult
Creates an instance of a ScriptRunnerResult record class.
ScriptRuntimeException - Exception Class in org.tentackle.script
Script exception.
ScriptRuntimeException() - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(String) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(Throwable) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptVariable - Class in org.tentackle.script
Script variable.
ScriptVariable(String) - Constructor for class org.tentackle.script.ScriptVariable
Creates a ScriptVariable without value.
ScriptVariable(String, Object) - Constructor for class org.tentackle.script.ScriptVariable
Creates a ScriptVariable.
scroll(int) - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource a given number of rows.
scroll(int) - Method in class org.tentackle.persist.ResultSetCursor
Moves the cursor a given number of rows.
scroll(int) - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Moves the cursor a given number of rows.
scroll(int) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
ScrollableResource<T> - Interface in org.tentackle.misc
A scrollable resource.
A ScrollableResource is a wrapper around a resource.
ScrollPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a ScrollPane.
ScrollPaneBuilder() - Constructor for class org.tentackle.fx.container.build.ScrollPaneBuilder
Creates the builder.
ScrollPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a ScrollPane.
ScrollPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.ScrollPaneConfigurator
Creates the configurator for a ScrollPane.
scrollToCentered(int) - Method in class org.tentackle.fx.component.FxListView
Scrolls the view in such a way that the given row is positioned in the center of the visible rows.
scrollToCentered(int) - Method in class org.tentackle.fx.component.FxTableView
Scrolls the view in such a way that the given row is positioned in the center of the visible rows.
scrollToCentered(int) - Method in class org.tentackle.fx.component.FxTreeTableView
Scrolls the view in such a way that the given row is positioned in the center of the visible rows.
scrollToCentered(int) - Method in class org.tentackle.fx.component.FxTreeView
Scrolls the view in such a way that the given row is positioned in the center of the visible rows.
scrollToCentered(S) - Method in class org.tentackle.fx.component.FxTableView
Scrolls the view in such a way that the given object's row is positioned in the center of the visible rows.
scrollToCentered(T) - Method in class org.tentackle.fx.component.FxListView
Scrolls the view in such a way that the given object's row is positioned in the center of the visible rows.
scrollToIndexInDropDown() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Scrolls to the selected index in the dropdown.
search() - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Search for a PDO.
searchPdo(T, Consumer<T>) - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Modal search of the pdo.
SECOND_MS - Static variable in class org.tentackle.common.Constants
a second in milliseconds.
seconds() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in seconds.
secondsToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the seconds as a String.
securableToString() - Method in class org.tentackle.domain.security.SecurityDomainImpl
 
securableToString() - Method in interface org.tentackle.security.pdo.SecurityDomain
Gets the securable as a string.
Secured - Annotation Interface in org.tentackle.security
Annotation to secure a method.
SecuredInterceptor - Class in org.tentackle.security
Interceptor to perform security checks.
SecuredInterceptor() - Constructor for class org.tentackle.security.SecuredInterceptor
Creates a Secured interceptor.
security() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Shows the security dialog.
Security - Interface in org.tentackle.security.pdo
A security rule.
SecurityDialogFactory - Interface in org.tentackle.fx.rdc.security
A factory for security dialogs.
SecurityDomain - Interface in org.tentackle.security.pdo
Security rule domain interface.
SecurityDomainImpl - Class in org.tentackle.domain.security
Security domain implementation.
SecurityDomainImpl() - Constructor for class org.tentackle.domain.security.SecurityDomainImpl
 
SecurityDomainImpl(Security) - Constructor for class org.tentackle.domain.security.SecurityDomainImpl
 
SecurityEditor - Class in org.tentackle.fx.rdc.security
Security permissions editor.
SecurityEditor() - Constructor for class org.tentackle.fx.rdc.security.SecurityEditor
Creates the security editor.
SecurityException - Exception Class in org.tentackle.security
Runtime exception thrown for security violations.
SecurityException() - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception without a session and with null as its detail message.
SecurityException(String) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception without a session with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception without a session with the specified detail message and cause.
SecurityException(Identifiable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given pc object with null as its detail message.
SecurityException(Identifiable, String) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified detail message.
SecurityException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified detail message and cause.
SecurityException(Identifiable, Throwable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified cause and a detail message of (cause==null ?
SecurityException(Session) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with null as its detail message.
SecurityException(Session, String) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified detail message.
SecurityException(Session, String, Throwable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified detail message and cause.
SecurityException(Session, Throwable) - Constructor for exception class org.tentackle.security.SecurityException
Constructs a new security violation exception for a given session with the specified cause and a detail message of (cause==null ?
SecurityFactory - Interface in org.tentackle.security
Factory for security related objects.
SecurityGuiProvider - Class in org.tentackle.fx.rdc.security
GUI provider for Security.
SecurityGuiProvider(Security) - Constructor for class org.tentackle.fx.rdc.security.SecurityGuiProvider
Creates the provider.
SecurityManager - Interface in org.tentackle.security
The SecurityManager applies security rules to PersistentDomainObjects or classes and grants or denies permissions.
SecurityPersistence - Interface in org.tentackle.security.pdo
Persistence interface for security rules.
SecurityPersistenceImpl - Class in org.tentackle.persist.security
Security rule persistence implementation.
SecurityPersistenceImpl() - Constructor for class org.tentackle.persist.security.SecurityPersistenceImpl
Creates a security rule without domain context or session.
SecurityPersistenceImpl(Security) - Constructor for class org.tentackle.persist.security.SecurityPersistenceImpl
Creates a security rule without domain context or session.
SecurityPersistenceImpl(Security, DomainContext) - Constructor for class org.tentackle.persist.security.SecurityPersistenceImpl
Creates a security rule.
SecurityPersistenceImpl(Security, Session) - Constructor for class org.tentackle.persist.security.SecurityPersistenceImpl
Creates a security rule with a session only.
SecurityRemoteDelegate - Interface in org.tentackle.persist.security.rmi
Remote delegate for SecurityPersistenceImpl.
SecurityRemoteDelegateImpl - Class in org.tentackle.persist.security.rmi
Remote delegate implementation for SecurityPersistenceImpl.
SecurityRemoteDelegateImpl(RemoteDbSessionImpl, Class<SecurityPersistenceImpl>, Class<Security>) - Constructor for class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
Creates the remote delegate for SecurityPersistenceImpl.
SecurityResult - Interface in org.tentackle.security
Represents a result from the SecurityManager for a privilege request.
SecurityRulesView - Class in org.tentackle.fx.rdc.security
Security editor controller.
SecurityRulesView() - Constructor for class org.tentackle.fx.rdc.security.SecurityRulesView
Creates the security rules controller.
SecurityValidator - Annotation Interface in org.tentackle.security.pdo
Ingot validator annotation.
SecurityValidatorImpl - Class in org.tentackle.security.pdo
Security validator implementation.
SecurityValidatorImpl() - Constructor for class org.tentackle.security.pdo.SecurityValidatorImpl
Creates a security object validator.
select() - Method in class org.tentackle.fx.component.config.PrefixSelectionFeature
Select an item according to the current prefix.
select(long) - Method in interface org.tentackle.pdo.PersistentObject
Loads a PDO from the database by its unique ID.
select(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
select(long, boolean, boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Loads a PDO from the database by its unique ID.
select(DomainContext, long) - Method in class org.tentackle.pdo.PdoCache
Retrieves a PDO by ID.
Always loads if missing in cache.
select(DomainContext, long, boolean) - Method in class org.tentackle.pdo.PdoCache
Retrieves a PDO by ID.
select(DomainContext, long, boolean, boolean) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
select(DomainContext, long, boolean, boolean) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
select(DomainContext, C) - Method in class org.tentackle.pdo.PdoCacheIndex
Select an PersistentDomainObject by key from db.
select(PdoCacheIndex<T, C>, DomainContext, C) - Method in class org.tentackle.pdo.PdoCache
Retrieve PDO via cache.
Load from storage if not in cache.
select(PdoCacheIndex<T, C>, DomainContext, C, boolean) - Method in class org.tentackle.pdo.PdoCache
Retrieves a PDO via cache.
select(PdoCacheIndex<T, C>, DomainContext, C, C) - Method in class org.tentackle.pdo.PdoCache
Retrieves a range of objects from cache.
Objects not in cache so far will NOT be loaded from storage!
SELECT - Static variable in class org.tentackle.model.impl.RelationImpl
property select = ...
selectAll() - Method in interface org.tentackle.pdo.PersistentObject
Selects all objects of this class.
Eager relations are loaded as well, but limited to the first level to prevent join hogs.
selectAll() - Method in class org.tentackle.persist.AbstractPersistentObject
Selects all records in current context as a list.
selectAll(DomainContext) - Method in class org.tentackle.pdo.PdoCache
Retrieves all objects for a domain context via cache.
Will replace expired objects.
selectAll(DomainContext) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectAll(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllAsCursor() - Method in interface org.tentackle.pdo.PersistentObject
Selects all records in current context as a cursor.
selectAllAsCursor() - Method in class org.tentackle.persist.AbstractPersistentObject
Selects all records in current context as a cursor
selectAllAsCursor(DomainContext) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectAllAsCursor(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllCached() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectAllCached() - Method in interface org.tentackle.pdo.PersistentObject
Gets all objects in context via cache.
If there is no cache, the default implementation load from the database.
selectAllCached() - Method in class org.tentackle.persist.AbstractPersistentObject
Gets all objects in context via cache.
selectAllCached() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectAllCursorStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectAllForCache() - Method in interface org.tentackle.pdo.PersistentObject
Selects all objects to be loaded into the cache.
selectAllForCache() - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectAllForCache(DomainContext) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectAllForCache(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllFromStorage(DomainContext) - Method in class org.tentackle.pdo.PdoCache
Read all PDOs from storage.
selectAllIdSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Selects all id,serial-pairs of this class as a list of IdSerialTuple.
selectAllIdSerial() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectAllIdSerial() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectAllIdSerial() - Method in interface org.tentackle.pdo.PersistentObject
Selects all id,serial-pairs of this class as a list of IdSerialTuple.
selectAllIdSerial() - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllIdSerials() - Method in class org.tentackle.dbms.DbModificationTracker
Selects id/serial for all monitored tables.
Override this method to listen on other modification tables as well (from other apps, for example), see DbModificationTracker.getModifiedMasterSerial().
selectAllIdSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectAllIdSerial().
selectAllObjects() - Method in class org.tentackle.dbms.AbstractDbObject
Selects all objects of this class as a List.
selectAllObjects() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectAllObjects() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectAllObjects() - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllObjectsStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectAll().
selectAllSerials() - Method in interface org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegate
 
selectAllSerials() - Method in class org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegateImpl
 
selectAllStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
prepared statement ID for AbstractPersistentObject.selectAll().
selectAllWithExpiredTableSerials(long) - Method in interface org.tentackle.pdo.PersistentObject
Selects all pdos with a tableSerial starting at a given serial.
Useful to update expired objects in a batch.
selectAllWithExpiredTableSerials(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectAllWithExpiredTableSerials(DomainContext, long) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectAllWithExpiredTableSerials(DomainContext, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectAllWithExpiredTableSerialsStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectByBundleId(long) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
selectByBundleId(long) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
selectByBundleId(DomainContext, long) - Method in interface org.tentackle.i18n.pdo.rmi.StoredBundleKeyRemoteDelegate
 
selectByBundleId(DomainContext, long) - Method in class org.tentackle.i18n.pdo.rmi.StoredBundleKeyRemoteDelegateImpl
 
selectByDomainContext(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectByDomainContext(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Selects all rules for a given domain context.
selectByDomainContext(DomainContext, int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
selectByDomainContext(DomainContext, int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
selectByGrantee(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectByGrantee(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Selects all rules for a given grantId.
selectByGrantee(DomainContext, int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
selectByGrantee(DomainContext, int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
selectByInvertedNormTextCursorStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectByInvertedNormTextStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectByNameRealm(String, String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Selects by pool name and realm.
selectByNameRealm(String, String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
selectByNameRealm(DomainContext, String, String) - Method in interface org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegate
 
selectByNameRealm(DomainContext, String, String) - Method in class org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegateImpl
 
selectByNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets all keys belonging to a node.
selectByNodeIdAndKey(long, String) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets the prefkey belonging to a node for a given key.
selectByNormText(String) - Method in interface org.tentackle.pdo.PersistentObject
Selects all objects containing a normalized text.
The given text will be normalized via StringNormalizer.normalize(String) and selected via a sql LIKE expression.
selectByNormText(String) - Method in class org.tentackle.persist.AbstractPersistentObject
Selects all objects with a given normtext as a list.
selectByNormText(DomainContext, String) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectByNormText(DomainContext, String) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectByNormTextAsCursor(String) - Method in interface org.tentackle.pdo.PersistentObject
Same as PersistentObject.selectByNormText(String) but returns a cursor.
selectByNormTextAsCursor(String) - Method in class org.tentackle.persist.AbstractPersistentObject
Selects all objects with a given normtext as a cursor.
selectByNormTextAsCursor(DomainContext, String) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectByNormTextAsCursor(DomainContext, String) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectByNormTextCursorStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectByNormTextStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectByNumberPoolId(long) - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Selects composite list of NumberRange numberRangeList via NumberRange#numberPoolId.
selectByNumberPoolId(long) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
selectByNumberPoolId(DomainContext, long) - Method in interface org.tentackle.persist.ns.rmi.NumberRangeRemoteDelegate
 
selectByNumberPoolId(DomainContext, long) - Method in class org.tentackle.persist.ns.rmi.NumberRangeRemoteDelegateImpl
 
selectByObject(int, long) - Method in class org.tentackle.dbms.ModificationLog
Gets the modlogs pending for a given object.
selectByObject(int, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectByObject(int, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectByObject(int, long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectByObject(int, long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Select all rules for given objectId and objectClassId.
selectByObject(DomainContext, int, long) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
selectByObject(DomainContext, int, long) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
selectByObjectClass(String) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectByObjectClass(String) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Select all rules for given objectClass.
selectByObjectClass(DomainContext, String) - Method in interface org.tentackle.persist.security.rmi.SecurityRemoteDelegate
 
selectByObjectClass(DomainContext, String) - Method in class org.tentackle.persist.security.rmi.SecurityRemoteDelegateImpl
 
selectByParentId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets all nodes belonging to a parent node.
selectByRootNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Gets all keys belonging to a root node and all its sub nodes sorted by id.
selectByRootNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Gets all keys belonging to a root node and all its sub nodes sorted by id.
selectByTemplate(AbstractPersistentObject<T, P>) - Method in class org.tentackle.persist.AbstractPersistentObject
Selects an object according to a template object.
selectByTxId(long) - Method in class org.tentackle.dbms.ModificationLog
Selects the transaction.
selectByTxId(long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectByTxId(long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectByUniqueDomainKey(String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Selects NumberPool by its unique domain key.
selectByUniqueDomainKey(String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
selectByUniqueDomainKey(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects StoredBundle by its unique domain key.
selectByUniqueDomainKey(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectByUniqueDomainKey(DomainContext, String) - Method in interface org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegate
 
selectByUniqueDomainKey(DomainContext, String) - Method in class org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegateImpl
 
selectByUniqueDomainKey(DomainContext, String, String) - Method in interface org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegate
 
selectByUniqueDomainKey(DomainContext, String, String) - Method in class org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegateImpl
 
selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects via remote cache, if session is remote.
selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects via remote cache, if session is remote.
selectByUniqueDomainKeyForCache(DomainContext, StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegate
 
selectByUniqueDomainKeyForCache(DomainContext, StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegateImpl
 
selectByUserAndName(String, String) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Selects a node by user and name.
selectByUserAndType(long, ModificationType) - Method in class org.tentackle.dbms.ModificationLog
Selects all logs pending for a given user and type.
selectByUserAndType(long, ModificationType) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectByUserAndType(long, ModificationType) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectCached(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectCached(long) - Method in interface org.tentackle.pdo.PersistentObject
Gets the object via cache.
If there is no cache, the default implementation just loads from the database.
selectCached(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the object via cache.
If there is no cache (i.e. the method is not overridden), the default implementation just loads from the db.
selectCached(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects via cache by unique domain key.
selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects via cache by unique domain key.
selectCachedOnly(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectCachedOnly(long) - Method in interface org.tentackle.pdo.PersistentObject
Gets the object via cache only.
If there is no cache, the default implementation just loads from the database.
selectCachedOnly(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Gets the object via cache only.
If there is no cache (i.e. the method is not overridden), the default implementation just loads from the db.
selectCachedOnly(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects from cache by unique domain key but does not load from db if not in cache.
selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects from cache by unique domain key but does not load from db if not in cache.
selectDomainContextObject(Window, DomainContext, Consumer<PersistentDomainObject<?>>) - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
 
selectDomainContextObject(Window, DomainContext, Consumer<PersistentDomainObject<?>>) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Selects a domain context PDO.
This is usually a search dialog for PDOs describing a domain context.
selectExpiredTableSerials(long) - Method in class org.tentackle.dbms.AbstractDbObject
Determines the objects with a tableSerial starting at a given serial.
selectExpiredTableSerials(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectExpiredTableSerials(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectExpiredTableSerials(long) - Method in interface org.tentackle.pdo.PersistentObject
Determines the objects with a tableSerial starting at a given serial.
selectExpiredTableSerials(long, long) - Method in class org.tentackle.dbms.AbstractDbObject
Determines the objects with their tableSerial within a given range.
selectExpiredTableSerials(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectExpiredTableSerials(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectExpiredTableSerials(long, long) - Method in interface org.tentackle.pdo.PersistentObject
Determines the objects with their tableSerial within a given range.
selectExpiredTableSerials1StatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectExpiredTableSerials().
selectExpiredTableSerials2StatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
 
selectFile(String, String, String, String, Stage) - Method in class org.tentackle.fx.rdc.RdcUtilities
Selects a file via file chooser dialog and remembers the decision in the user preferences.
selectFirstUnprocessed() - Method in class org.tentackle.dbms.ModificationLog
Selects the next record to process.
This is the first unprocessed modlog with the lowest ID.
selectFirstUnprocessed() - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectFirstUnprocessed() - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectFirstUnprocessedGreater(long) - Method in class org.tentackle.dbms.ModificationLog
Selects the next record to process greater than a given id.
selectFirstUnprocessedGreater(long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectFirstUnprocessedGreater(long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectForCache(long) - Method in interface org.tentackle.pdo.PersistentObject
Selects a PDO to be loaded into the cache.
selectForCache(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectForCache(DomainContext, long) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectForCache(DomainContext, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectForUpdate(long) - Method in interface org.tentackle.pdo.PersistentObject
Loads a PDO from the database by its unique ID with a database write-lock.
Requires that a transaction is running.
selectForUpdate(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectForUpdateStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectForUpdate().
selectGrantee(Window, DomainContext, Consumer<PersistentDomainObject<?>>) - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
Selects a grantee.
This is usually a search dialog for users and/or user-groups.
selectGrantee(Window, DomainContext, Consumer<PersistentDomainObject<?>>) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Selects a grantee.
This is usually a search dialog for users and/or user-groups.
selectGreaterId(long) - Method in class org.tentackle.dbms.ModificationLog
Selects the first modlog with an ID greater than given ID.
selectGreaterId(long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectGreaterId(long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectIdSerial(String) - Method in class org.tentackle.dbms.DbModification
Selects the id and serial by tablename.
selectIdSerialForName(String) - Method in class org.tentackle.dbms.DbModificationTracker
Selects the pair of id/serial for a given table name.
selectIdSerialForName(String) - Method in interface org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegate
 
selectIdSerialForName(String) - Method in class org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegateImpl
 
SelectionType - Enum Class in org.tentackle.model
The selection type.
selectLastProcessed() - Method in class org.tentackle.dbms.ModificationLog
Selects the last processed modlog.
This is the last processed modlog with the highest ID.
selectLastProcessed() - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectLastProcessed() - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectLatest(long, int) - Method in interface org.tentackle.pdo.PersistentObject
Selects the latest PDOs.
Returns an optionally limited list of PDOs sorted by ID descending.
selectLatest(long, int) - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectLatest(DomainContext, long, int) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
selectLatest(DomainContext, long, int) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectLatestStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectMasterSerial() - Method in class org.tentackle.dbms.DbModification
Reads the master-serial.
selectMasterSerial() - Method in class org.tentackle.dbms.DbModificationTracker
Reads the master-serial from the database.
selectMasterSerial() - Method in interface org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegate
 
selectMasterSerial() - Method in class org.tentackle.dbms.rmi.DbModificationTrackerRemoteDelegateImpl
 
selectMaxId() - Method in class org.tentackle.dbms.AbstractDbObject
Selects the highest id.
selectMaxId() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectMaxId() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectMaxId() - Method in interface org.tentackle.pdo.PersistentObject
Selects the highest id.
selectMaxIdStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectMaxId().
selectMaxTableSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Selects the highest table serial.
selectMaxTableSerial() - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectMaxTableSerial() - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectMaxTableSerial() - Method in interface org.tentackle.pdo.PersistentObject
Selects the highest table serial.
selectMaxTableSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectMaxTableSerial().
selectNextObject(ResultSetWrapper) - Method in class org.tentackle.dbms.AbstractDbObject
Selects the next object from a result-set.
selectObject(long) - Method in class org.tentackle.dbms.AbstractDbObject
Loads an object from the database by its unique ID.
selectObject(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectObject(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectObject(long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectObject(Session, Class<T>, long, boolean) - Method in class org.tentackle.dbms.DbUtilities
Loads an object from the database.
selectObject(Session, Class<T>, long, boolean) - Method in class org.tentackle.persist.PersistenceUtilities
 
selectObjectForUpdate(long) - Method in class org.tentackle.dbms.AbstractDbObject
Load the object from the database with exclusive lock (aka write lock).
This is implemented via "SELECT FOR UPDATE".
selectObjectForUpdate(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectObjectForUpdate(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectObjectForUpdate(long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
selectObjectStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for select().
selectObjectsWithExpiredTableSerials(long) - Method in class org.tentackle.dbms.AbstractDbObject
Selects all objects with a tableSerial starting at a given serial.
Useful to update expired objects in a batch.
selectObjectsWithExpiredTableSerials(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectObjectsWithExpiredTableSerials(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectObjectsWithExpiredTableSerialsStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectObjectsWithExpiredTableSerials
selector - Variable in class org.tentackle.fx.component.config.PrefixSelectionFeature
 
selectSerial(long) - Method in class org.tentackle.dbms.AbstractDbObject
Selects the serial-number for a given object id.
selectSerial(long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
selectSerial(long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
selectSerial(long) - Method in interface org.tentackle.pdo.PersistentObject
Selects the serial-number for a given object id from the database.
selectSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for selectSerial().
selectSpreadsheetFile(String, Stage) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Selects the spreadsheet file.
selectTableNameForId(long) - Method in class org.tentackle.dbms.DbModification
Selects the tablename for a given ID.
selectTokenLocked(long) - Method in interface org.tentackle.pdo.PersistentObject
Loads a PDO from the database by its unique ID and applies a token lock.
Same as PersistentObject.select(long) followed by PersistentObject.requestTokenLock(), but requires only a single roundtrip if remote.
selectTokenLocked(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
selectTokenLockStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
selectTxIds(long, long) - Method in class org.tentackle.dbms.ModificationLog
 
selectTxIds(long, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectTxIds(long, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectUpTo(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Selects all modlogs that are unprocessed or modified up to a given timestamp.
Used to replay modlogs after a crash.
selectUpTo(Timestamp) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
selectUpTo(Timestamp) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
selectXmlFile(String, Stage) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Selects the XML file.
sendBufferSize - Variable in class org.tentackle.io.SocketConfiguratorBase
 
sendUrgentData(int) - Method in class org.tentackle.io.SocketImplWrapper
 
SeparatorSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
suggestion generator function for strings composed of separated strings.
Useful for number matching in choices like XXX-YYY-Z-AAA.
SeparatorSuggestionGenerator(String) - Constructor for class org.tentackle.fx.component.auto.SeparatorSuggestionGenerator
Creates an suggestion generator for a given separator.
SEQUENCE_BASED - Static variable in class org.tentackle.dbms.DefaultIdSourceConfigurator
sequence-based id source.
SEQUENCE_MULTIPLIER - Static variable in class org.tentackle.dbms.ObjectSequenceId
Default sequence multiplier.
serial - Variable in class org.tentackle.dbms.prefs.DbPreferencesOperation.RefreshInfo
the serial version of the preferences tree.
serial() - Method in class org.tentackle.app.LogoutEvent
 
serial() - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Returns the value of the serial record component.
serial() - Method in record class org.tentackle.dbms.rmi.DefaultMasterSerial
Returns the value of the serial record component.
serial() - Method in interface org.tentackle.session.MasterSerial
Gets the serial value.
serial() - Method in class org.tentackle.session.MasterSerialListEvent
 
SERIALIZABLE - Enum constant in enum class org.tentackle.session.TransactionIsolation
Dirty reads, non-repeatable reads and phantom reads are prevented.
SERIALIZED - Static variable in class org.tentackle.model.impl.RelationImpl
serialized relation flag.
SerialNumbered - Interface in org.tentackle.misc
Something providing a serial number.
ServerApplication - Class in org.tentackle.persist.app
RMI Application Server.
ServerApplication(String, String, Class<? extends RemoteDbConnectionImpl>) - Constructor for class org.tentackle.persist.app.ServerApplication
Creates an instance of an application server.
ServerSocketConfigurator - Interface in org.tentackle.io
Configures a socket.
ServerSocketConfiguratorHolder - Interface in org.tentackle.io
A holder for a ServerSocketConfigurator.
ServerSocketFactory - Class in org.tentackle.io
Standard server socket factory.
ServerSocketFactory() - Constructor for class org.tentackle.io.ServerSocketFactory
Creates the server socket factory.
ServerUpdateUtilities - Class in org.tentackle.update
Utility methods to implement the application update.
ServerUpdateUtilities() - Constructor for class org.tentackle.update.ServerUpdateUtilities
Creates a server update utilities instance.
Service - Annotation Interface in org.tentackle.common
Annotation to express that the annotated class is a service implementation.
ServiceFactory - Class in org.tentackle.common
Factory for services based on ServiceFinder.
ServiceFactory() - Constructor for class org.tentackle.common.ServiceFactory
Creates the factory.
ServiceFinder - Interface in org.tentackle.common
Finds service configurations.
ServiceFinderKey - Record Class in org.tentackle.common
Key to map service finders.
ServiceFinderKey(ClassLoader, String) - Constructor for record class org.tentackle.common.ServiceFinderKey
Creates an instance of a ServiceFinderKey record class.
ServiceName - Annotation Interface in org.tentackle.common
Annotation to express that the annotated class is a service implementation.
Differs from @Service that the service can be some arbitrary name.
servicePath() - Method in record class org.tentackle.common.ServiceFinderKey
Returns the value of the servicePath record component.
Session - Interface in org.tentackle.session
The session.
Describes a persistence and security context.
SessionBundle - Class in org.tentackle.session
Bundle for the session module.
SessionClosedException - Exception Class in org.tentackle.session
Runtime exception thrown if the session is already closed.
SessionClosedException() - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception without a session and with null as its detail message.
SessionClosedException(String) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception without a session with the specified detail message.
SessionClosedException(String, Throwable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception without a session with the specified detail message and cause.
SessionClosedException(Identifiable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given pc object with null as its detail message.
SessionClosedException(Identifiable, String) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified detail message.
SessionClosedException(Identifiable, String, Throwable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified detail message and cause.
SessionClosedException(Identifiable, Throwable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified cause and a detail message of (cause==null ?
SessionClosedException(Session) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with null as its detail message.
SessionClosedException(Session, String) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified detail message.
SessionClosedException(Session, String, Throwable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified detail message and cause.
SessionClosedException(Session, Throwable) - Constructor for exception class org.tentackle.session.SessionClosedException
Constructs a new database session closed exception for a given session with the specified cause and a detail message of (cause==null ?
SessionCloseHandler - Interface in org.tentackle.session
A handler invoked whenever a Session is closed.
SessionDependable - Interface in org.tentackle.session
Interface for objects depending on sessions.
SessionFactory - Interface in org.tentackle.session
Factory for Sessions.
SessionHolder - Interface in org.tentackle.session
Holder for a session.
SessionInfo - Interface in org.tentackle.session
Session information.
SessionInfoFactory - Interface in org.tentackle.session
Factory for SessionInfo.
SessionKeepAliveDaemon - Class in org.tentackle.session
A task dispatcher to keep sessions alive.
SessionKeepAliveDaemon(long) - Constructor for class org.tentackle.session.SessionKeepAliveDaemon
Creates the daemon.
SessionKeepAliveTask - Class in org.tentackle.session
The task to keep a session alive.
The task uses the ExecutorService to spawn asynchronous pings.
SessionKeepAliveTask(SessionKeepAliveDaemon, Session, long, long) - Constructor for class org.tentackle.session.SessionKeepAliveTask
Creates a keep alive task.
SessionPool - Interface in org.tentackle.session
A pool of sessions for a given session info.
Allows a single user to use multiple sessions in parallel.
SessionPooledExecutor - Class in org.tentackle.session
Executes runnables on a pool of sessions.
Useful to run background tasks in parallel, each task with its own session.
SessionPooledExecutor(SessionPool) - Constructor for class org.tentackle.session.SessionPooledExecutor
Creates the executor service for a session pool.
SessionPoolFactory - Interface in org.tentackle.session
Factory for session pools.
SessionPoolProvider - Interface in org.tentackle.session
Provider for local or remote session pools.
SessionProvider - Interface in org.tentackle.session
Session provider.
SessionsView - Class in org.tentackle.fx.rdc.admin
View showing all sessions logged in to the middle tier.
Allows killing sessions as well.
SessionsView() - Constructor for class org.tentackle.fx.rdc.admin.SessionsView
Creates a session view controller.
SessionTaskDispatcher - Interface in org.tentackle.session
A TaskDispatcher using a Session.
SessionTaskDispatcherLock - Class in org.tentackle.session
Lock for the DefaultSessionTaskDispatcher.
SessionTaskDispatcherLock(DefaultSessionTaskDispatcher, Object) - Constructor for class org.tentackle.session.SessionTaskDispatcherLock
Creates a dispatcher lock.
SessionUtilities - Class in org.tentackle.session
Utility methods for session related stuff.
SessionUtilities() - Constructor for class org.tentackle.session.SessionUtilities
Creates a utility instance.
SessionValidationUtilities - Class in org.tentackle.session
Extended validation utilities.
Honors the field- and method-order by using the ordinal of the Persistent-annotation, which is generated according to the model's definition.
As a result, the validators are invoked by priority + position in the source code.
SessionValidationUtilities() - Constructor for class org.tentackle.session.SessionValidationUtilities
Creates the validation utilities.
set(int, E) - Method in class org.tentackle.misc.CopyOnWriteList
 
set(int, E) - Method in class org.tentackle.misc.ImmutableArrayList
 
set(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Replaces the element at the specified position in this list with the specified element.
The old element will be added to the list of removed objects.
set(E) - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
set(String, long) - Method in class org.tentackle.misc.NamedCounter
Sets the value for given named counter.
set(String, T) - Method in class org.tentackle.misc.NamedValue
Sets the value for given name.
set(Backend, PreparedStatement, int, Boolean, boolean, Integer) - Method in class org.tentackle.sql.datatypes.BooleanType
 
set(Backend, PreparedStatement, int, Byte, boolean, Integer) - Method in class org.tentackle.sql.datatypes.ByteType
 
set(Backend, PreparedStatement, int, Character, boolean, Integer) - Method in class org.tentackle.sql.datatypes.CharacterType
 
set(Backend, PreparedStatement, int, Double, boolean, Integer) - Method in class org.tentackle.sql.datatypes.DoubleType
 
set(Backend, PreparedStatement, int, Float, boolean, Integer) - Method in class org.tentackle.sql.datatypes.FloatType
 
set(Backend, PreparedStatement, int, Integer, boolean, Integer) - Method in class org.tentackle.sql.datatypes.IntegerType
 
set(Backend, PreparedStatement, int, Long, boolean, Integer) - Method in class org.tentackle.sql.datatypes.LongType
 
set(Backend, PreparedStatement, int, Object, boolean, Integer) - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
set(Backend, PreparedStatement, int, Short, boolean, Integer) - Method in class org.tentackle.sql.datatypes.ShortType
 
set(Backend, PreparedStatement, int, String, boolean, Integer) - Method in class org.tentackle.sql.datatypes.LargeStringType
 
set(Backend, PreparedStatement, int, String, boolean, Integer) - Method in class org.tentackle.sql.datatypes.StringType
 
set(Backend, PreparedStatement, int, BigDecimal, boolean, Integer) - Method in class org.tentackle.sql.datatypes.BigDecimalType
 
set(Backend, PreparedStatement, int, Date, boolean, Integer) - Method in class org.tentackle.sql.datatypes.DateType
 
set(Backend, PreparedStatement, int, Time, boolean, Integer) - Method in class org.tentackle.sql.datatypes.TimeType
 
set(Backend, PreparedStatement, int, Timestamp, boolean, Integer) - Method in class org.tentackle.sql.datatypes.TimestampType
 
set(Backend, PreparedStatement, int, Instant, boolean, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
set(Backend, PreparedStatement, int, Instant, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
set(Backend, PreparedStatement, int, LocalDate, boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalDateType
 
set(Backend, PreparedStatement, int, LocalDateTime, boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
set(Backend, PreparedStatement, int, LocalTime, boolean, Integer) - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
set(Backend, PreparedStatement, int, OffsetDateTime, boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
set(Backend, PreparedStatement, int, OffsetDateTime, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
set(Backend, PreparedStatement, int, OffsetTime, boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
set(Backend, PreparedStatement, int, OffsetTime, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
set(Backend, PreparedStatement, int, ZonedDateTime, boolean, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
set(Backend, PreparedStatement, int, ZonedDateTime, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
set(Backend, PreparedStatement, int, UUID, boolean, Integer) - Method in class org.tentackle.sql.datatypes.UUIDType
 
set(Backend, PreparedStatement, int, Binary<? extends Serializable>, boolean, Integer) - Method in class org.tentackle.sql.datatypes.BinaryType
 
set(Backend, PreparedStatement, int, BMoney, boolean, Integer) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
set(Backend, PreparedStatement, int, BMoney, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
set(Backend, PreparedStatement, int, DMoney, boolean, Integer) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
set(Backend, PreparedStatement, int, DMoney, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
set(Backend, PreparedStatement, int, I18NText, boolean, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
set(Backend, PreparedStatement, int, I18NText, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
set(Backend, PreparedStatement, int, T, boolean, Integer) - Method in interface org.tentackle.sql.DataType
Sets the object into a prepared statement.
Must be implemented if DataType.isPredefined() returns false.
set(Backend, PreparedStatement, int, T, int, boolean, Integer) - Method in interface org.tentackle.sql.DataType
Sets a column of an object into a prepared statement.
Must be implemented if DataType.isPredefined() returns false.
set(Backend, PreparedStatement, int, T, int, boolean, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
set(DataType<T>, int, T, boolean, Integer) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
set(DataType<T>, int, T, boolean, Integer) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the object into the statement via its DataType.
This method is provided for application-specific types.
set(DataType<T>, int, T, int, boolean, Integer) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
set(DataType<T>, int, T, int, boolean, Integer) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets a column of an object into a prepared statement via its DataType.
This method is provided for application-specific types.
set(SqlType, int, Object) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
set(SqlType, int, Object) - Method in interface org.tentackle.sql.BackendPreparedStatement
Generic setter for objects via known SqlType.
set(T, Object) - Method in class org.tentackle.fx.FxPropertyMapping
 
set(T, Object) - Method in class org.tentackle.reflect.PropertyMapping
Sets the property value.
The value will be converted to the type of the property, if necessary.
SET_DEFAULT - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
If the primary key is updated or deleted, the foreign key (imported key) is set to the default value.
SET_NULL - Enum constant in enum class org.tentackle.sql.metadata.ForeignKeyAction
When the primary key is updated or deleted, the foreign key (imported key) is changed to NULL..
setAcceptByDefault(boolean) - Method in class org.tentackle.security.DefaultSecurityManager
 
setAcceptByDefault(boolean) - Method in interface org.tentackle.security.SecurityManager
Sets the default behaviour for "no rules found" for the SecurityResult to "accepted".
setAccessScope(AccessScope) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setAccessScope(AccessScope) - Method in class org.tentackle.model.impl.RelationImpl
 
setAlignment(Pos) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setAlignment(Pos) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the alignment within the cell.
setAlive(boolean) - Method in class org.tentackle.dbms.Db
Sets the session's alive state.
setAlive(boolean) - Method in class org.tentackle.dbms.DbTransaction
Sets the alive flag.
setAlive(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setAlive(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setAlive(boolean) - Method in interface org.tentackle.session.Session
Sets the session's alive state.
setAllEnabled(boolean) - Static method in class org.tentackle.pdo.PdoCache
Sets all caches enabled or disabled.
setAllowed(boolean) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setAllowed(boolean) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute allowed.
setAnnotatedElement(AnnotatedElement) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setAnnotatedElement(AnnotatedElement) - Method in interface org.tentackle.validate.Validator
Sets the annotated element.
setAnnotation(Annotation) - Method in class org.tentackle.log.LogInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.pdo.InvokeInBuddyDelegateInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.pdo.NotWithinContextInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.pdo.PostCommitInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.pdo.TransactionInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.pdo.WithinContextInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.reflect.AbstractInterceptor
 
setAnnotation(Annotation) - Method in interface org.tentackle.reflect.Interceptor
Sets the interceptor annotation.
setAnnotation(Annotation) - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.security.SecuredInterceptor
 
setAnnotation(Annotation) - Method in interface org.tentackle.validate.RepeatableValidator
Sets the annotation of the container validator.
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ChangeableImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.EqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.FailImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.FalseImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.GreaterImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.LessImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.MandatoryImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotNullImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NullImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.PatternImpl
 
setAnnotation(Annotation) - Method in interface org.tentackle.validate.Validator
Sets the annotation of the validator.
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.SizeImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.TrueImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ValidateImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ZeroImpl
 
setAnnotation(Annotation) - Method in interface org.tentackle.validate.ValidatorList
Sets the annotation of the validator list,
setAnnotations(List<String>) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setAnnotations(List<String>) - Method in class org.tentackle.model.impl.RelationImpl
 
setApplication(String) - Method in class org.tentackle.session.BackendConfiguration
Sets the application name.
setApplication(String, boolean) - Method in class org.tentackle.fx.rdc.login.Backends
Sets the application name and loads the configured backends.
setApplicationId(long) - Method in class org.tentackle.session.DefaultSessionInfo
 
setApplicationId(long) - Method in interface org.tentackle.session.SessionInfo
Sets the application id.
Should be unique among the same application name.
setApplicationName(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setApplicationName(String) - Method in interface org.tentackle.session.SessionInfo
Sets the name of the application.
setApplicationTypeName(String) - Method in class org.tentackle.model.impl.AttributeImpl
Sets the application specific type if Convertible.
setArgs(String[]) - Method in class org.tentackle.misc.CommandLine
Sets the arguments.
setArray(int, Class<?>, int, Collection<?>, String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setArray(int, Class<?>, int, Collection<?>, String) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets an array parameter.
Used for array operators such as IN, ANY or ALL.
setArray(PreparedStatement, int, SqlType, Collection<?>, String) - Method in interface org.tentackle.sql.Backend
Sets an array parameter in a prepared statement.
setArray(PreparedStatement, int, SqlType, Collection<?>, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
setAttachTimeout(long) - Method in class org.tentackle.dbms.DefaultConnectionManager
Sets the attach-timeout.
setAttribute(Attribute) - Method in class org.tentackle.model.impl.RelationImpl
 
setAttributeAndColumnName(Attribute, String) - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
setAutoCommit(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Sets the autocommit feature.
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.delegate.AbstractTextFieldDelegate
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxComboBox
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxTextArea
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.component.FxTextField
 
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in interface org.tentackle.fx.FxTextComponent
Sets the auto-completion function.
The function get the input from the user and returns a list of matching items.
setAutoCompletion(Function<String, List<List<SubString>>>) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setAutoSelect(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setAutoSelect(boolean) - Method in interface org.tentackle.fx.FxTextComponent
Sets the auto-select feature.
A component with auto-select enabled will automatically select all characters if the component gets the keyboard focus.
setAutoSelect(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setAutoSelect(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setAutoSelect(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setAutoSelect(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the autoselect feature.
setAutoSync(boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
setAutoSync(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setAutoSync(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the autosync feature.
setBackendKeepAliveEnabled(boolean) - Method in class org.tentackle.sql.BackendInfo
Sets whether a keep-alive SELECT should be sent periodically on idle connections.
When true and backendTimeout is set, a dummy select will be sent to the backend, when the connection is idle for more than backendTimeout minutes.
setBackends(Collection<Backend>) - Method in interface org.tentackle.model.EntityFactory
Sets the backends to validate the model against.
setBackends(Collection<Backend>) - Method in class org.tentackle.model.impl.EntityFactoryImpl
 
setBackendTimeout(int) - Method in class org.tentackle.sql.BackendInfo
Sets the database connection inactivity timeout.
Some databases close connections if being idle for a certain time, which cannot be deactivated especially in clouds.
When this timeout is set, a dummy select will be sent to the backend, to make sure that the connection hasn't been closed in the meantime and/or to keep it alive periodically.
setBaseBundleName(String) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
setBaseBundleName(String) - Method in interface org.tentackle.fx.table.TableConfiguration
Sets the optional resource bundle name.
setBatch(DbBatch) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the statement batch if batched within the current transaction.
setBatchSize(int) - Method in class org.tentackle.dbms.Db
Sets the batch size for JDBC auto batching.
setBegin(long) - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Sets the attribute begin.
setBegin(long) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setBigDecimal(int, BigDecimal) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setBigDecimal(int, BigDecimal) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinary(int, Binary<?>) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the designated parameter to the given Binary value.
setBindable(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setBindable(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxAccordion
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxAnchorPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxBorderPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxButtonBar
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxDialogPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxFlowPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxGridPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxHBox
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxScrollPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxSplitPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxStackPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxTab
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxTabPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxTextFlow
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxTilePane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxTitledPane
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxToolBar
 
setBindable(boolean) - Method in class org.tentackle.fx.container.FxVBox
 
setBindable(boolean) - Method in class org.tentackle.fx.FxContainerDelegate
 
setBindable(boolean) - Method in interface org.tentackle.fx.FxControl
Sets whether this control is bindable, i.e. should be checked within a binding hierarchy.
setBindable(boolean) - Method in class org.tentackle.fx.FxControlDelegate
 
setBindable(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxCheckBox
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxColorPicker
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxComboBox
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxDatePicker
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxListView
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxPasswordField
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxRadioButton
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxTableView
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxTextArea
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxTextField
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxToggleButton
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.component.FxTreeView
 
setBinding(FxComponentBinding) - Method in interface org.tentackle.fx.FxComponent
Sets the binding.
setBinding(FxComponentBinding) - Method in class org.tentackle.fx.FxComponentDelegate
 
setBinding(FxTableBinding<S, T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setBinding(FxTableBinding<S, T>) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the binding.
setBindingOptions(String) - Method in interface org.tentackle.bind.BindableElement
Sets the binding options.
setBindingOptions(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxCheckBox
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxColorPicker
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxListView
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxRadioButton
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxTableView
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxTextField
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxToggleButton
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setBindingPath(String) - Method in class org.tentackle.fx.component.FxTreeView
 
setBindingPath(String) - Method in interface org.tentackle.fx.FxComponent
Sets the path to bind this component to.
setBindingPath(String) - Method in class org.tentackle.fx.FxComponentDelegate
 
setBindingType(TableConfiguration.BINDING) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
setBindingType(TableConfiguration.BINDING) - Method in interface org.tentackle.fx.table.TableConfiguration
Sets the type of binding.
setBindOptions(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setBlankZero(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setBlankZero(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets whether to blank out numeric zero values.
setBluntDeclared(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setBMoney(int, BMoney) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the designated parameter to a BMoney value.
A BMoney will not be stored as a single field but as two fields: a double representing the value an int representing the scale This is due to most DBMS can't store arbitrary scaled decimals in a single column, i.e. all values in the column must have the same scale.
setBoolean(int, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setBoolean(int, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, Boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setBoolean(int, Boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Boolean value.
setBoolean(String, Boolean) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Boolean.
If the value is the same as in system space, the user value is removed.
setBoundRootObject(S) - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
setBoundRootObject(S) - Method in interface org.tentackle.fx.bind.FxTableBinding
Sets the row object.
setBoundTable(FxTableView<S>) - Method in class org.tentackle.fx.table.TotalsTableView
Sets the bound table.
This is the table holding the data to summarize in this table.
setBundle(StoredBundle) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets StoredBundle bundle via bundleId (Bundle).
setBundle(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setBundleBlunt(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Sets bundle without setting any attributes.
setByte(int, byte) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setByte(int, byte) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java byte value.
setByte(int, Byte) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setByte(int, Byte) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Byte value.
setByteArray(String, byte[]) - Method in class org.tentackle.prefs.CompositePreferences
Sets a bytearray.
If the value is the same as in system space, the user value is removed.
setCached(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setCamelName(String) - Method in interface org.tentackle.bind.BindableElement
Sets the camelcase name of this element.
setCamelName(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
setCaseConversion(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setCaseConversion(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the case conversion.
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxComboBox
 
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxDatePicker
 
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxPasswordField
 
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxTextArea
 
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.component.FxTextField
 
setCaseConversion(CaseConversion) - Method in interface org.tentackle.fx.FxTextComponent
Sets the case conversion.
setCaseConversion(CaseConversion) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setCaseSensitive(boolean) - Method in class org.tentackle.fx.component.auto.SeparatorSuggestionGenerator
Sets case sensitivity.
setCaseSensitive(boolean) - Method in class org.tentackle.fx.component.auto.SimpleSuggestionGenerator
Sets case sensitivity.
setCause(Throwable) - Method in class org.tentackle.task.AbstractTask
 
setCause(Throwable) - Method in interface org.tentackle.task.Task
Sets an exception that caused the task to fail.
setCellType(TableCellType<T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setCellType(TableCellType<T>) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the specific table cell type.
setChainedInterceptor(Interceptor) - Method in class org.tentackle.reflect.AbstractInterceptor
 
setChainedInterceptor(Interceptor) - Method in interface org.tentackle.reflect.Interceptor
Sets the chained interceptor.
setChangeable(boolean) - Method in interface org.tentackle.bind.Binding
Updates the changeable attribute of the bound element.
setChangeable(boolean) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
setChangeable(boolean) - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxComboBox
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxListView
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxTableView
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxTextArea
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxTextField
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.component.FxTreeView
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxAccordion
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxAnchorPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxBorderPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxButtonBar
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxDialogPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxFlowPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxGridPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxHBox
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxScrollPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxSplitPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxStackPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxTab
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxTabPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxTextFlow
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxTilePane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxTitledPane
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxToolBar
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.container.FxVBox
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.FxContainerDelegate
 
setChangeable(boolean) - Method in interface org.tentackle.fx.FxControl
Set the control to be changeable.
This is a unified abstraction and will be translated to setEditable or setDisabled, whatever is appropriate to this control.
setChangeable(boolean) - Method in class org.tentackle.fx.FxControlDelegate
Sets the value of the changeable property.
setChangeable(boolean) - Method in class org.tentackle.fx.rdc.PdoEditor
Set the changeable property of the editor's view.
setChangeable(boolean) - Method in class org.tentackle.fx.rdc.security.SecurityEditor
Sets the changeability of the editor.
setChar(int, char) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setChar(int, char) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java char value.
setCharacter(int, Character) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setCharacter(int, Character) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Character value.
setCharacter(int, Character, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setCharacter(int, Character, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Character value.
setCheckingStatementResultSetParameters(boolean) - Static method in class org.tentackle.dbms.ManagedConnection
Sets whether to check that requested resulttype and concurrency matches the prepared statement reused.
setCheckInterval(long) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the check interval in milliseconds.
setChoices(List<T>) - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Sets the original list of available choices.
AbstractSuggestionGenerator.convert(Object) is invoked on that objects to compare against the user's input.
setClassId(int) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the class id for this po.
setClassId(int) - Method in class org.tentackle.model.impl.EntityImpl
Sets the entity id.
setClassLoader(ClassLoader) - Method in interface org.tentackle.common.BundleFactory
Sets the classloader to load the bundles.
If set, this classloader will be used for BundleFactory.getBundle(java.lang.String) and BundleFactory.getBundle(java.lang.String, java.util.Locale).
setClassLoader(ClassLoader) - Method in class org.tentackle.common.DefaultBundleFactory
 
setClassName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setClearOnRemoteSave(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setClientAuthenticationRequired(boolean) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets whether server requests SSL-client-authentication.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets the client socket factory for all delegates.
setClientVersion(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setClientVersion(String) - Method in interface org.tentackle.session.SessionInfo
Sets the client's version.
setClosed(boolean) - Method in class org.tentackle.persist.ResultSetCursor.FetchList
Sets the list to be closed.
setCloseStatementOnclose(boolean) - Method in class org.tentackle.dbms.ResultSetWrapper
Set the statement to be closed when result set is closed.
setCollectingStatistics(boolean) - Method in class org.tentackle.dbms.DbTransactionFactory
Sets whether statistics should be collected.
setCollectingStatistics(boolean) - Static method in class org.tentackle.dbms.ManagedConnection
Sets a flag whether to collect statement statistics.
setCollectingStatistics(boolean) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets whether statistics should be collected.
setCollectingStatistics(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether statistics should be collected.
setColumnMenuEnabled(boolean) - Method in class org.tentackle.fx.rdc.table.TablePopup
Enables or disables the column menu.
The column menu allows to set the visibility of columns.
setColumnName(String) - Method in class org.tentackle.model.impl.AttributeImpl
 
setColumnName(String) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the column name.
setColumnOffset(int) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the column offset.
setColumnOffset(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Sets the column offset.
setColumnPrefix(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxTextAreaDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
setColumns(int) - Method in class org.tentackle.fx.component.FxComboBox
 
setColumns(int) - Method in class org.tentackle.fx.component.FxDatePicker
 
setColumns(int) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setColumns(int) - Method in class org.tentackle.fx.component.FxPasswordField
 
setColumns(int) - Method in class org.tentackle.fx.component.FxTextArea
 
setColumns(int) - Method in class org.tentackle.fx.component.FxTextField
 
setColumns(int) - Method in interface org.tentackle.fx.FxTextComponent
Sets the number of columns in this component.
The visible width is adjusted according to the current font.
setComment(String) - Method in class org.tentackle.model.impl.CommonOptionsImpl
Sets the comment.
setComment(String) - Method in class org.tentackle.model.impl.IndexImpl
 
setComment(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setComment(String) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the comment.
setComment(String) - Method in class org.tentackle.sql.metadata.TableMetaData
Sets the comment.
setCommitOnCloseVoucher(boolean, long) - Method in class org.tentackle.dbms.ResultSetWrapper
Set whether to commit() before close() or not.
Some dbms (e.g.
setCompleted(long) - Method in class org.tentackle.task.AbstractTask
 
setCompleted(long) - Method in interface org.tentackle.task.Task
Sets the completed timestamp.
setComponentBindingClass(Class<? extends FxComponent>, Class<? extends FxComponentBinding>) - Method in class org.tentackle.fx.bind.DefaultFxBindingFactory
 
setComponentBindingClass(Class<? extends FxComponent>, Class<? extends FxComponentBinding>) - Method in interface org.tentackle.fx.bind.FxBindingFactory
Defines the binding for a component class.
setComponentPath(String) - Method in class org.tentackle.fx.component.FxCheckBox
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxColorPicker
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxListView
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxRadioButton
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxTableView
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxTextField
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxToggleButton
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setComponentPath(String) - Method in class org.tentackle.fx.component.FxTreeView
 
setComponentPath(String) - Method in interface org.tentackle.fx.FxComponent
Sets the component path.
setComponentPath(String) - Method in class org.tentackle.fx.FxComponentDelegate
 
setComposite(boolean) - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
setComposite(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setConfiguration(TableConfiguration<S>) - Method in class org.tentackle.fx.component.FxTableView
Sets the table configuration.
setConfiguration(TableConfiguration<S>) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the table configuration.
setConnectionInactivityTimeout(int) - Method in class org.tentackle.dbms.MpxConnectionManager
Sets the connection inactivity timeout in minutes.
By default, connections that weren't used for a long time (≥ minMinutes/2 minutes) are checked for being still alive via ManagedConnection.verifyConnection() before being attached.
setConnectionInactivityTimeoutMs(long) - Method in class org.tentackle.dbms.ManagedConnection
Sets the optional connection inactivity timeout.
setConnectionKeepAlive(boolean) - Method in class org.tentackle.dbms.MpxConnectionManager
Sets whether to send dummy selects to the backend periodically.
setConnectionKeepAliveEnabled(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Sets the optional flag to send dummy selects periodically to the backend.
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxAccordion
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxAnchorPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxBorderPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxButtonBar
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxDialogPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxFlowPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxGridPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxHBox
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxScrollPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxSplitPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxStackPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxTab
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxTabPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxTextFlow
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxTilePane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxTitledPane
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxToolBar
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.container.FxVBox
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
setContainerChangeable(boolean) - Method in class org.tentackle.fx.FxContainerDelegate
 
setContainerChangeable(boolean) - Method in interface org.tentackle.fx.FxControl
Invoked when setChangeable() is invoked on the container of this component.
setContainerChangeable(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setContainerChangeable(List<?>, boolean) - Method in class org.tentackle.fx.FxContainerDelegate
Updates the container changeable flag of all components.
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxAccordion
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxAnchorPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxBorderPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxButtonBar
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxDialogPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxFlowPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxGridPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxHBox
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxScrollPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxSplitPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxStackPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxTab
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxTabPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxTextFlow
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxTilePane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxTitledPane
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxToolBar
 
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.container.FxVBox
 
setContainerChangeableIgnored(boolean) - Method in interface org.tentackle.fx.FxControl
Sets whether to ignore setContainerChangeable.
setContainerChangeableIgnored(boolean) - Method in class org.tentackle.fx.FxControlDelegate
 
setContentNode(Node) - Method in class org.tentackle.fx.component.Note
Sets the content node displayed by this note.
setContextId(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setContextIdAttribute(Attribute) - Method in class org.tentackle.model.impl.EntityImpl
Sets the context id attribute.
setController(FxController) - Method in class org.tentackle.fx.container.FxAccordion
 
setController(FxController) - Method in class org.tentackle.fx.container.FxAnchorPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxBorderPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxButtonBar
 
setController(FxController) - Method in class org.tentackle.fx.container.FxDialogPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxFlowPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxGridPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxHBox
 
setController(FxController) - Method in class org.tentackle.fx.container.FxPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxScrollPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxSplitPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxStackPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxTab
 
setController(FxController) - Method in class org.tentackle.fx.container.FxTabPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxTextFlow
 
setController(FxController) - Method in class org.tentackle.fx.container.FxTilePane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxTitledPane
 
setController(FxController) - Method in class org.tentackle.fx.container.FxToolBar
 
setController(FxController) - Method in class org.tentackle.fx.container.FxVBox
 
setController(FxController) - Method in interface org.tentackle.fx.FxContainer
Sets the controller of this container.
setController(FxController) - Method in class org.tentackle.fx.FxContainerDelegate
 
setConverter(Class<T>, Function<Object, T>) - Method in class org.tentackle.misc.ObjectUtilities
Sets a converter for a given class.
setCopy(boolean) - Method in interface org.tentackle.misc.Snapshotable
Marks this object as a copy.
setCopy(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setCopy(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
 
setCopyToClipboardEnabled(boolean) - Method in class org.tentackle.fx.component.FxListView
Configures the table to copy a cell via Ctrl-C to the clipboard.
setCopyToClipboardEnabled(boolean) - Method in class org.tentackle.fx.component.FxTableView
Configures the table to copy a cell via Ctrl-C to the clipboard.
setCopyToClipboardEnabled(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Configures the table to copy a cell via Ctrl-C to the clipboard.
setCountAttribute(Attribute) - Method in class org.tentackle.model.impl.RelationImpl
 
setCountModificationAllowed(boolean) - Method in class org.tentackle.dbms.Db
Defines whether objects are allowed to count modifications.
setCountModificationAllowed(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setCountModificationAllowed(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setCrashed(boolean) - Method in class org.tentackle.dbms.Db
Sets the crash flag.
The session may be marked as crashed to reduce logging of succeeding errors.
setCreatePdoAllowed(boolean) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets whether creating a new PDO is allowed.
setCurrentLocale(Locale) - Method in class org.tentackle.common.LocaleProvider
Sets the locale used by the current thread.
The locale is stored as ThreadLocal.
setCurrentSession(Session) - Static method in interface org.tentackle.session.Session
Sets the session used by the current thread.
The session is stored as ThreadLocal.
setCursor(ResultSetCursor<T>) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
Sets the local cursor.
setDaemonEnabled(int, boolean) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the enabled state for daemon at given index.
Setting a daemon to disabled will terminate it if running and prevent the daemon from be (re-)started.
setDaemonNum(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the number of daemons.
setDarkMode(boolean) - Method in class org.tentackle.fx.FxUtilities
Enables dark mode.
setDataType(DataType<?>) - Method in class org.tentackle.model.impl.AttributeImpl
 
setDate(int) - Method in class org.tentackle.common.Date
Deprecated.
setDate(int) - Method in class org.tentackle.common.Time
Deprecated.
setDate(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setDate(int, Date) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDate(int, Date) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDate(int, Date, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, Calendar) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, Calendar, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDate(int, Date, Calendar, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDead(boolean) - Method in interface org.tentackle.daemon.Supervisable
Forces the supervisable to be dead or alive.
setDead(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Marks a connection being dead.
setDead(boolean) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setDeadInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setDeadInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the dead interval.
setDeeplyReferenced(boolean) - Method in class org.tentackle.model.impl.EntityImpl
 
setDeepReference(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setDefault(BackendConfiguration, String, boolean) - Static method in class org.tentackle.session.BackendConfiguration
Sets the default backend configuration.
setDefaultClass(Class<?>) - Method in interface org.tentackle.reflect.ClassMapper
Sets the default class.
If there is no matching class, the mapper returns this class.
setDefaultClass(Class<?>) - Method in class org.tentackle.reflect.DefaultClassMapper
 
setDefaultIdSource(IdSource) - Method in class org.tentackle.dbms.Db
Set the default IdSource.
This is the source that is used to generate unique object IDs if classes did not configure their own source.
setDefaultLanguage(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
setDefaultLanguage(String) - Method in interface org.tentackle.script.ScriptFactory
Sets the default language.
setDefaultLanguage(ScriptingLanguage) - Method in class org.tentackle.script.DefaultScriptFactory
 
setDefaultLanguage(ScriptingLanguage) - Method in interface org.tentackle.script.ScriptFactory
Sets the default language.
setDefaultValue(Object) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setDefaultValue(String) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the default value.
setDefinedTableAlias(String) - Method in class org.tentackle.model.impl.EntityImpl
Sets the table alias defined by the model specification.
setDefiningNmRelation(Relation) - Method in class org.tentackle.model.impl.RelationImpl
 
setDelegate(M) - Method in class org.tentackle.reflect.Mixin
Sets the delegate.
setDelegate(FxCheckBoxDelegate) - Method in class org.tentackle.fx.component.FxCheckBox
Sets the delegate.
Useful for application specific needs.
setDelegate(FxChoiceBoxDelegate) - Method in class org.tentackle.fx.component.FxChoiceBox
Sets the delegate.
Useful for application specific needs.
setDelegate(FxColorPickerDelegate) - Method in class org.tentackle.fx.component.FxColorPicker
Sets the delegate.
Useful for application specific needs.
setDelegate(FxComboBoxDelegate) - Method in class org.tentackle.fx.component.FxComboBox
Sets the delegate.
Useful for application specific needs.
setDelegate(FxDatePickerDelegate) - Method in class org.tentackle.fx.component.FxDatePicker
Sets the delegate.
Useful for application specific needs.
setDelegate(FxHTMLEditorDelegate) - Method in class org.tentackle.fx.component.FxHTMLEditor
Sets the delegate.
Useful for application specific needs.
setDelegate(FxListViewDelegate) - Method in class org.tentackle.fx.component.FxListView
Sets the delegate.
Useful for application specific needs.
setDelegate(FxPasswordFieldDelegate) - Method in class org.tentackle.fx.component.FxPasswordField
Sets the delegate.
Useful for application specific needs.
setDelegate(FxRadioButtonDelegate) - Method in class org.tentackle.fx.component.FxRadioButton
Sets the delegate.
Useful for application specific needs.
setDelegate(FxTableViewDelegate) - Method in class org.tentackle.fx.component.FxTableView
Sets the delegate.
Useful for application specific needs.
setDelegate(FxTextAreaDelegate) - Method in class org.tentackle.fx.component.FxTextArea
Sets the delegate.
Useful for application specific needs.
setDelegate(FxTextFieldDelegate) - Method in class org.tentackle.fx.component.FxTextField
Sets the delegate.
Useful for application specific needs.
setDelegate(FxToggleButtonDelegate) - Method in class org.tentackle.fx.component.FxToggleButton
Sets the delegate.
Useful for application specific needs.
setDelegate(FxTreeTableViewDelegate) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the delegate.
Useful for application specific needs.
setDelegate(FxTreeViewDelegate) - Method in class org.tentackle.fx.component.FxTreeView
Sets the delegate.
Useful for application specific needs.
setDeletionCascaded(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setDeletionFromMainClass(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setDescending(boolean) - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
setDescription(String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute description.
setDescription(String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setDeselectAllowed(Boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
Sets whether deselect is allowed via delete or backspace key.
setDeselectAllowed(Boolean) - Method in class org.tentackle.fx.component.FxComboBox
Sets whether deselect is allowed via delete or backspace key.
setDigitsOnly(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setDispatcher(TaskDispatcher) - Method in class org.tentackle.task.AbstractTask
 
setDispatcher(TaskDispatcher) - Method in interface org.tentackle.task.Task
Sets the dispatcher.
setDisplayedName(String) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setDisplayedName(String) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the column name displayed in the column header.
setDMoney(int, DMoney) - Method in class org.tentackle.dbms.PreparedStatementWrapper
Sets the designated parameter to a DMoney value.
A DMoney will not be stored as a single field but as two fields: a BigDecimal with a scale of 0 representing the value an int representing the scale This is due to most DBMS can't store arbitrary scaled decimals in a single column, i.e. all values in the column must have the same scale.
setDomainContext(DomainContext) - Method in class org.tentackle.app.AbstractApplication
Sets the domain context.
setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setDomainContext(DomainContext) - Method in interface org.tentackle.pdo.DomainContextDependable
Sets this object's database application context.
setDomainContext(DomainContext) - Method in class org.tentackle.pdo.DummyPersistentOperation
 
setDomainContext(DomainContext) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets this object's database application context.
setDomainContext(DomainContext) - Method in class org.tentackle.persist.AbstractPersistentOperation
Sets the database context.
setDomainContext(DomainContext) - Method in class org.tentackle.persist.AdminExtensionAdapter
Sets this object's database application context.
setDomainContext(DomainContext) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setDomainContext(DomainContext) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setDomainContext(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
Sets the domain context in the default object.
setDomainContext(DomainContext) - Method in class org.tentackle.persist.rmi.AbstractPersistentOperationRemoteDelegateImpl
Sets the domain context in the default operation object.
setDomainContextClassId(int) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setDomainContextClassId(int) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute domainContextClassId.
setDomainContextId(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setDomainContextId(long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute domainContextId.
setDomainContextImmutable(boolean) - Method in interface org.tentackle.pdo.DomainContextDependable
Sets the immutable flag of the domain context.
setDomainContextImmutable(boolean) - Method in class org.tentackle.pdo.DummyPersistentOperation
Sets the immutable flag of the domain context.
setDomainContextImmutable(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the immutable flag of the domain context.
setDomainContextImmutable(boolean) - Method in class org.tentackle.persist.AbstractPersistentOperation
Sets the immutable flag of the domain context.
setDomainContextImmutable(boolean) - Method in class org.tentackle.persist.AdminExtensionAdapter
 
setDomainContextObject(PersistentDomainObject<?>) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Sets the application context's object.
setDomainContextObject(PersistentDomainObject<?>) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the application context's object.
setDomainKey(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setDouble(int, double) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDouble(int, double) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(int, Double) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setDouble(int, Double) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Double value.
setDouble(String, Double) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Double.
If the value is the same as in system space, the user value is removed.
setDoubleClickHandler(Consumer<T>) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the double click handler.
If the search dialog is non-modal and the user double-clicks on a row of the table view, this handler will be invoked instead of the default (showing the PDO editor, if any provided).
setDriver(String) - Method in class org.tentackle.session.DriverConfiguration
Gets the driver's classname.
setDriver(DriverConfiguration) - Method in class org.tentackle.session.BackendConfiguration
Sets the driver configuration.
setDropIfExistsEnabled(boolean) - Method in interface org.tentackle.sql.Backend
Some database support drop index/constraint/column IF EXISTS.
This may be useful if migration scripts are generated against non-production databases that contain test indexes etc...
Notice, that those temporary DDL changes should better use the temporary prefix (see Backend.isTemporaryName(String)) in order to be ignored by the migrator.
setDropIfExistsEnabled(boolean) - Method in class org.tentackle.sql.backends.AbstractBackend
 
setEditable(boolean) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Sets whether the user can change the editor's contents.
setEditable(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setEditable(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets whether the column is editable.
setEditedBy(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the user editing this object.
Does *NOT* alter isModified() and does not require the object to be mutable.
setEditedExpiry(Timestamp) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the time when the token should expire.
Does *NOT* alter isModified() and does not require the object to be mutable.
setEditedSince(Timestamp) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the time since when this object is being edited.
Does *NOT* alter isModified() and does not require the object to be mutable.
setEditMode(TableConfiguration.EDITMODE) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
setEditMode(TableConfiguration.EDITMODE) - Method in interface org.tentackle.fx.table.TableConfiguration
Sets the edit mode.
setEditor(FxComponent) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setEditor(FxComponent) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the editor component.
setEditor(PdoEditor<T>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Sets the pdo editor.
setEmbeddedFields(int, PreparedStatementWrapper) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the fields of an embedded PDO.
setEmbeddingPersistentObject(AbstractPersistentObject<?, ?>, String) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the embedding PO for this embedded PDO.
Throws a PersistenceException if this is not an embedded PDO.
setEnabled(boolean) - Static method in class org.tentackle.i18n.StoredBundleFactory
Sets whether loading bundles from backend is enabled at all.
setEnabled(boolean) - Method in class org.tentackle.pdo.PdoCache
Sets cache enabled or disabled.
setEnabled(boolean) - Method in class org.tentackle.security.DefaultSecurityManager
 
setEnabled(boolean) - Method in interface org.tentackle.security.SecurityManager
Enables or disables this security manager.
setEnabledCipherSuites(String[]) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets the enabled cipher suites.
setEnabledProtocols(String[]) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets the enabled protocols.
setEncodingCharset(Charset) - Static method in class org.tentackle.common.Settings
Sets the encoding used to read and write files.
setEncryptedProperty(String, char[]) - Method in class org.tentackle.common.EncryptedProperties
Sets the property char array and stores it encrypted, if a Cryptor is available.
setEncryptedProperty(String, String) - Method in class org.tentackle.common.EncryptedProperties
Sets the property string and stores it encrypted, if a Cryptor is available.
setEnd(long) - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Sets the attribute end.
setEnd(long) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setEntityAliases(EntityAliases) - Method in class org.tentackle.model.impl.ModelImpl
 
setEntityAliases(EntityAliases) - Method in interface org.tentackle.model.Model
Sets the entity aliases for relations between entities.
setError(String) - Method in class org.tentackle.fx.component.FxCheckBox
 
setError(String) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setError(String) - Method in class org.tentackle.fx.component.FxColorPicker
 
setError(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setError(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setError(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setError(String) - Method in class org.tentackle.fx.component.FxListView
 
setError(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setError(String) - Method in class org.tentackle.fx.component.FxRadioButton
 
setError(String) - Method in class org.tentackle.fx.component.FxTableView
 
setError(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setError(String) - Method in class org.tentackle.fx.component.FxTextField
 
setError(String) - Method in class org.tentackle.fx.component.FxToggleButton
 
setError(String) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setError(String) - Method in class org.tentackle.fx.component.FxTreeView
 
setError(String) - Method in interface org.tentackle.fx.ErrorPopupSupported
Sets the error message.
Notice that an empty string will set the style but does not show any popup.
setError(String) - Method in class org.tentackle.fx.FxComponentDelegate
 
setError(String) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxComboBox
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxDatePicker
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxPasswordField
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxTextArea
 
setErrorOffset(Integer) - Method in class org.tentackle.fx.component.FxTextField
 
setErrorOffset(Integer) - Method in interface org.tentackle.fx.FxTextComponent
Sets the error offset.
setErrorOffset(Integer) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setErrorTemporary(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setErrorTemporary(boolean) - Method in interface org.tentackle.fx.ErrorPopupSupported
Sets the temporary error flag.
setErrorTemporary(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
setEscapeProcessingEnabled(boolean) - Method in class org.tentackle.sql.DefaultScriptRunner
 
setEscapeProcessingEnabled(boolean) - Method in interface org.tentackle.sql.ScriptRunner
Enables or disables JDBC escape processing.
setExpireAt(long) - Method in class org.tentackle.dbms.ManagedConnection
Sets the epochal time when this connection should be closed, if unused.
setExpired(boolean) - Method in interface org.tentackle.pdo.PersistentObject
Sets this object's expiration flag.
Expired objects are considered as invalid and must be reloaded before being used any further.
setExpired(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets this object's expiration flag.
setExportedSessionGroupId(int) - Method in class org.tentackle.dbms.Db
Sets the session group exported to remote clients.
setFactoryClassloader(ClassLoader) - Static method in class org.tentackle.common.ServiceFactory
Sets the classloader to load the service factory.
setFactoryClassname(String) - Static method in class org.tentackle.common.ServiceFactory
Sets the classname of the service factory.
setFadeEffect(long, long, long) - Method in class org.tentackle.fx.component.Note
Configures an animation to fade-in, pause showing and fade-out again.
setFallbackToProperties(boolean) - Static method in class org.tentackle.i18n.StoredBundleControl
Sets whether properties should be tried if no stored bundle found.
setFetchDirection(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class org.tentackle.dbms.StatementWrapper
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchDirection(int) - Method in class org.tentackle.persist.ResultSetCursor
Sets the fetch direction.
setFetchDirection(int) - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Sets the fetch direction.
setFetchDirection(int) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
setFetchSize(int) - Method in class org.tentackle.dbms.Db
Sets the default fetchsize for all "wrapped" statements (PreparedStatementWrapper and StatementWrapper)
setFetchSize(int) - Method in class org.tentackle.dbms.Query
Sets the optional fetchsize. 0 = drivers default.
setFetchSize(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in class org.tentackle.dbms.StatementWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects generated by this Statement.
setFetchSize(int) - Method in interface org.tentackle.misc.ScrollableResource
Sets the fetchsize.
This is the number of rows the cursor will fetch from the server in one batch.
setFetchSize(int) - Method in class org.tentackle.persist.ResultSetCursor
Sets the fetch size.
This is the number of rows the cursor will fetch from the server in one batch.
setFetchSize(int) - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Sets the fetchsize.
This is the number of rows the cursor will fetch from the server in one batch.
setFetchSize(int) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
setField(Field) - Method in interface org.tentackle.bind.BindableElement
Sets the bound field.
setField(Field) - Method in class org.tentackle.bind.DefaultBindableElement
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the values of all fields (all columns of the database table) in the given PreparedStatementWrapper from the object's attributes.
setFields(PreparedStatementWrapper) - Method in class org.tentackle.dbms.DbModification
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.dbms.ModificationLog
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.persist.lock.DbTokenLock
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setFiller(char) - Method in class org.tentackle.fx.component.FxComboBox
 
setFiller(char) - Method in class org.tentackle.fx.component.FxDatePicker
 
setFiller(char) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setFiller(char) - Method in class org.tentackle.fx.component.FxPasswordField
 
setFiller(char) - Method in class org.tentackle.fx.component.FxTextArea
 
setFiller(char) - Method in class org.tentackle.fx.component.FxTextField
 
setFiller(char) - Method in interface org.tentackle.fx.FxTextComponent
Sets the filler character.
The default is space.
setFiller(char) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setFilterCondition(String) - Method in class org.tentackle.model.impl.IndexImpl
 
setFilterCondition(String) - Method in class org.tentackle.sql.metadata.IndexMetaData
Sets the filter condition.
setFinallyImmutable() - Method in class org.tentackle.dbms.AbstractDbObject
 
setFinallyImmutable() - Method in interface org.tentackle.misc.Immutable
Makes this object finally immutable.
Any attempt to make it mutable again results in an ImmutableException.
setFinallyImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
setFinallyImmutable() - Method in class org.tentackle.session.DefaultSessionInfo
 
setFinallyImmutable(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
 
setFinallyImmutable(boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Makes this collection finally immutable.
Any attempt to make it mutable again results in an ImmutableException.
setFinallyImmutable(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setFinder(PdoFinder<T>) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the pdo finder.
setFinderVisible(boolean) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the visibility of the finder.
The method must be invoked after setPdo because the finder will be made visible according to
setFixedCellSize(double) - Method in class org.tentackle.fx.component.AutoCompletionPopup
Sets the height of a popup row.
This is a styleable property: "-tt-autocomplete-fixed-cell-size".
setFixedClassLoader(ClassLoader) - Method in class org.tentackle.common.ServiceFactory
Sets the fixed classloader.
Default is Thread.currentThread().getContextClassLoader().
setFloat(int, float) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setFloat(int, float) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java float value.
setFloat(int, Float) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setFloat(int, Float) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Float value.
setFloat(String, Float) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Float.
If the value is the same as in system space, the user value is removed.
setForeignAttribute(Attribute) - Method in class org.tentackle.model.impl.RelationImpl
 
setForeignEntity(Entity) - Method in class org.tentackle.model.impl.RelationImpl
 
setForeignKeyColumn(String) - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Sets the referencing column.
setForeignKeyTable(String) - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Updates the foreign table name.
This is necessary, if a table was renamed.
setForeignRelation(Relation) - Method in class org.tentackle.model.impl.RelationImpl
 
setFrom(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the "from"-method.
setFrom(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setFromSuper(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setFunctionName(String) - Method in class org.tentackle.model.impl.IndexAttributeImpl
 
setFxApplication(FxApplication) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Sets the FX application instance.
setGenericType(Type) - Method in class org.tentackle.fx.component.FxCheckBox
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxColorPicker
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxComboBox
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxDatePicker
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxListView
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxPasswordField
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxRadioButton
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxTableView
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxTextArea
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxTextField
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxToggleButton
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setGenericType(Type) - Method in class org.tentackle.fx.component.FxTreeView
 
setGenericType(Type) - Method in interface org.tentackle.fx.FxComponent
Sets the generic type.
setGenericType(Type) - Method in class org.tentackle.fx.FxComponentDelegate
 
setGenericType(Type) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setGenericType(Type) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the generic type.
setGetter(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the getter method.
setGetter(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setGrantee(PersistentDomainObject<?>) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Sets the grantee.
setGrantee(PersistentDomainObject<?>) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the grantee.
setGranteeClassId(int) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setGranteeClassId(int) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute granteeClassId.
setGranteeId(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setGranteeId(long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute granteeId.
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxCheckBox
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxColorPicker
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxListView
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxRadioButton
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxTableView
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxTextField
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxToggleButton
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setHelpUrl(String) - Method in class org.tentackle.fx.component.FxTreeView
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxAccordion
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxAnchorPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxBorderPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxButtonBar
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxDialogPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxFlowPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxGridPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxHBox
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxScrollPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxSplitPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxStackPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxTab
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxTabPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxTextFlow
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxTilePane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxTitledPane
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxToolBar
 
setHelpUrl(String) - Method in class org.tentackle.fx.container.FxVBox
 
setHelpUrl(String) - Method in interface org.tentackle.fx.FxControl
Sets the online-help URL.
If a help url is set, a browser will be launched to show that url if there is no help url for the control the help was requested for.
setHelpUrl(String) - Method in class org.tentackle.fx.FxControlDelegate
 
setHelpURL(String) - Method in class org.tentackle.fx.FxUtilities
Sets the help URL prefix.
setHidden(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setHostInfo(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setHostInfo(String) - Method in interface org.tentackle.session.SessionInfo
Sets the host info.
setHours(int) - Method in class org.tentackle.common.Date
Deprecated.
setHours(int) - Method in class org.tentackle.common.Time
Deprecated.
setHours(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setId(long) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the unique ID of this object.
setId(long) - Method in class org.tentackle.task.AbstractTask
 
setId(long) - Method in interface org.tentackle.task.Task
Sets the task id.
setIdConfiguration(String) - Method in class org.tentackle.dbms.Db
Sets the ID-Source configuration.
setIdentifiable(Identifiable) - Method in exception class org.tentackle.pdo.DomainException
Sets the identifiable.
setImmutable(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Defines whether attributes of the object may be changed.
setImmutable(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setImmutable(boolean) - Method in interface org.tentackle.misc.Immutable
Sets the immutable property.
setImmutable(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
 
setImmutable(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setImmutable(boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setImmutable(boolean) - Method in class org.tentackle.session.DefaultSessionInfo
 
setImmutable(boolean, boolean) - Method in class org.tentackle.misc.ImmutableArrayList
Defines whether this list or any objects of this list may be changed.
setImmutable(boolean, boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Sets the immutable state.
setImmutable(boolean, boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setImmutableLoggingLevel(Logger.Level) - Method in class org.tentackle.dbms.AbstractDbObject
 
setImmutableLoggingLevel(Logger.Level) - Method in interface org.tentackle.misc.Immutable
Sets the optional logging level.
If set, any attempt to modify an immutable object will just log the violation instead of throwing an ImmutableException.
setImmutableLoggingLevel(Logger.Level) - Method in class org.tentackle.misc.ImmutableArrayList
 
setImmutableLoggingLevel(Logger.Level) - Method in class org.tentackle.session.DefaultSessionInfo
 
setInactivityTimeout(int) - Method in class org.tentackle.fx.rdc.login.Login
Sets the inactivity timeout.
If there is no keyboard input the application will terminate.
setIncSize(int) - Method in class org.tentackle.dbms.DbPool
Sets the minimum increment to enlarge the pool.
setIndex(int) - Method in class org.tentackle.dbms.ManagedConnection
Sets the connection index.
setIndexName(String) - Method in class org.tentackle.model.impl.ModelImpl
 
setIndexName(String) - Method in interface org.tentackle.model.Model
Sets the name of the model index list.
The default is Model.DEFAULT_INDEX_NAME.
setIndexName(String) - Method in class org.tentackle.sql.metadata.IndexMetaData
Sets the index name.
setInfo(String) - Method in class org.tentackle.fx.component.FxButton
 
setInfo(String) - Method in class org.tentackle.fx.component.FxCheckBox
 
setInfo(String) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setInfo(String) - Method in class org.tentackle.fx.component.FxColorPicker
 
setInfo(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setInfo(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setInfo(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setInfo(String) - Method in class org.tentackle.fx.component.FxListView
 
setInfo(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setInfo(String) - Method in class org.tentackle.fx.component.FxRadioButton
 
setInfo(String) - Method in class org.tentackle.fx.component.FxTableView
 
setInfo(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setInfo(String) - Method in class org.tentackle.fx.component.FxTextField
 
setInfo(String) - Method in class org.tentackle.fx.component.FxToggleButton
 
setInfo(String) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setInfo(String) - Method in class org.tentackle.fx.component.FxTreeView
 
setInfo(String) - Method in class org.tentackle.fx.FxComponentDelegate
 
setInfo(String) - Method in interface org.tentackle.fx.InfoPopupSupported
Sets the info message.
Notice that an empty string will set the style but does not show any popup.
setInfoLogSize(int) - Method in class org.tentackle.dbms.MpxConnectionManager
Sets the number of connections when to start info logging.
setInheritanceType(InheritanceType) - Method in class org.tentackle.model.impl.EntityImpl
Sets the inheritance type.
setInitialValue(String) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setInnerTypeName(String) - Method in class org.tentackle.model.impl.AttributeImpl
Sets the inner type name.
setInstant(int, Instant) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setInstant(int, Instant) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.Instant value.
setInstant(int, Instant, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setInstant(int, Instant, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.Instant value.
setInt(int, int) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setInt(int, int) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java int value.
setInteger(int, Integer) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setInteger(int, Integer) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Integer value.
setInteger(String, Integer) - Method in class org.tentackle.prefs.CompositePreferences
Sets an integer.
If the value is the same as in system space, the user value is removed.
setIntegrity(Integrity) - Method in class org.tentackle.model.impl.EntityImpl
Sets the integrity.
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setInvalidChars(String) - Method in class org.tentackle.fx.component.FxTextField
 
setInvalidChars(String) - Method in interface org.tentackle.fx.FxTextComponent
Sets invalid characters.
setInvalidChars(String) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setInvalidChars(String) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setInvalidChars(String) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets invalid characters.
setItems(List<T>) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Shows the search results.
setKeepAlive(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_KEEPALIVE.
setKeepAliveInterval(long) - Method in class org.tentackle.dbms.Db
 
setKeepAliveInterval(long) - Method in interface org.tentackle.session.Session
Sets the auto keep alive interval.
If set, the session will be setAlive every keepAliveInterval milliseconds by the SessionKeepAliveDaemon.
setKeepQuota(int) - Method in class org.tentackle.pdo.PdoCache
Set the keep quota in percent for the caching strategy.
setKey(String) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Sets the attribute key.
setKey(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets the attribute key.
setKey(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setKeyPrefix(String) - Method in class org.tentackle.common.EncryptedProperties
Sets a key prefix.
The prefix is prepended to the key for EncryptedProperties.getProperty(String) and alike.
setLargeString(int, String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLargeString(int, String) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets a very large string.
This is usually converted to SQL CLOB.
setLargeString(int, String, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLargeString(int, String, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets a very large string.
This is usually converted to SQL CLOB.
setLastSerial(long) - Method in class org.tentackle.dbms.ModificationTally
Sets the last serial.
setLastViewObject(Object) - Method in class org.tentackle.fx.FxComponentDelegate
Sets the last view object.
The method is invoked from FxComponentDelegate.setViewValue(Object) when updating from the model.
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in interface org.tentackle.sql.Backend
Sets optional parameters before applying the original parameters.
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.H2
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.Informix
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.MsSql
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.MySql
 
setLeadingSelectParameters(BackendPreparedStatement, int, int) - Method in class org.tentackle.sql.backends.Postgres
 
setLength(int) - Method in class org.tentackle.model.parse.Line
Sets the line's length.
Invoked from within Line.parse().
setLenient(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setLenient(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setLenient(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setLenient(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setLenient(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setLenient(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setLenient(boolean) - Method in interface org.tentackle.fx.FxTextComponent
Sets whether parsing to model should be lenient.
setLenient(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setLenient(boolean) - Method in class org.tentackle.fx.translate.AbstractValueTranslator
Sets whether parsing to model should be lenient.
setLimit(int) - Method in class org.tentackle.dbms.Query
Sets the maximum number of rows to retrieve for this query. e
setLinkMethodIndex(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setLinkMethodName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setListenerSuppressedIfModelUnchanged(boolean) - Method in interface org.tentackle.fx.FxComponent
Sets whether the ViewToModelListeners should be invoked even if the model's value did not change at all.
setListenerSuppressedIfModelUnchanged(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxListView
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTableView
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.component.FxTreeView
 
setListenerSuppressedIfViewUnchanged(boolean) - Method in interface org.tentackle.fx.FxComponent
Sets whether the ModelToViewListeners should be invoked even if the view's value will not change at all.
setListenerSuppressedIfViewUnchanged(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.component.RdcChoiceBox
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.component.RdcComboBox
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLoadAllPdosCallback(Callback<T, Collection<T>>) - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Sets the callback to load all PDOs.
Used by PdoComponentAddon.getAllPdos(PersistentDomainObject).
setLocalClientMode(boolean) - Method in class org.tentackle.dbms.DbModificationTracker
Sets local client mode.
setLocalDate(int, LocalDate) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLocalDate(int, LocalDate) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.LocalDate value using the default time zone of the virtual machine that is running the application.
setLocalDate(int, LocalDate, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLocalDate(int, LocalDate, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.LocalDate value using the default time zone of the virtual machine that is running the application.
setLocalDateTime(int, LocalDateTime) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLocalDateTime(int, LocalDateTime) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.LocalDateTime value.
setLocalDateTime(int, LocalDateTime, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLocalDateTime(int, LocalDateTime, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.LocalDateTime value.
setLocale(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Sets the attribute locale.
setLocale(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setLocale(Locale) - Method in class org.tentackle.session.DefaultSessionInfo
 
setLocale(Locale) - Method in interface org.tentackle.session.SessionInfo
Sets the session's locale.
setLocalTime(int, LocalTime) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLocalTime(int, LocalTime) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.LocalTime value.
setLockedBy(long) - Method in class org.tentackle.persist.lock.DbTokenLock
Sets the attribute lockedBy.
setLockedSince(Timestamp) - Method in class org.tentackle.persist.lock.DbTokenLock
Sets the attribute lockedSince.
setLockExpiry(Timestamp) - Method in class org.tentackle.persist.lock.DbTokenLock
Sets the attribute lockExpiry.
setLockLingerEnabled(boolean) - Method in class org.tentackle.session.DefaultSessionInfo
 
setLockLingerEnabled(boolean) - Method in interface org.tentackle.session.SessionInfo
Sets whether token-locks are removed when session is closed.
setLoggingInvocationDetails(boolean) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets whether args and return values will be logged as well.
setLoggingInvocationDetails(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether args and return values will be logged as well.
setLoggingInvocations(boolean) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets whether each invocation should be logged.
setLoggingInvocations(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether each invocation should be logged.
setLogLevelForParallelOpenResultSets(Logger.Level) - Static method in class org.tentackle.dbms.ManagedConnection
Sets the logging level to log nested selects.
If enabled, selects running in parallel on the same connection will be logged.
setLogMinAttachMillis(long) - Static method in class org.tentackle.dbms.ManagedConnection
Sets the minimum milliseconds a connection remains attached before being logged.
setLogMinDurationMillis(long) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets the minimum milliseconds a method needs to execute before being logged.
setLogMinDurationMillis(long) - Static method in class org.tentackle.dbms.StatementHistory
Sets the duration of statements to be logged as a warning.
setLogMinDurationMillis(long) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets the minimum milliseconds a method needs to execute before being logged.
setLogMinReturnedCollectionSize(int) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets the minimum size of returned collection to get logged.
setLogMinReturnedCollectionSize(int) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets the minimum size of returned collection to get logged.
setLogModificationAllowed(boolean) - Method in class org.tentackle.dbms.Db
Sets the modification allowed state.
setLogModificationAllowed(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setLogModificationAllowed(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setLogModificationDeferred(boolean) - Method in class org.tentackle.dbms.Db
Sets the modification logging deferred state for the current transaction.
In deferred mode the ModificationLogs are not written to the database.
setLogModificationDeferred(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setLogModificationDeferred(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setLogModificationTxEnabled(boolean) - Method in class org.tentackle.dbms.Db
Turn transaction-logging on or off.
setLogModificationTxEnabled(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setLogModificationTxEnabled(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setLogModificationTxId(long) - Method in class org.tentackle.dbms.Db
Sets the transaction id.
setLogModificationTxId(long) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setLogModificationTxId(long) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setLogStatisticsMillis(long) - Static method in class org.tentackle.dbms.ManagedConnection
Sets the optional periodical log of statistics in milliseconds.
If turned on, the statistics will be logged and cleared every logStatisticsMillis milliseconds.
setLong(int, long) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLong(int, long) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java long value.
setLong(int, Long) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setLong(int, Long) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Long value.
setLong(String, Long) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Long.
If the value is the same as in system space, the user value is removed.
setLowerCase(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setLowWaterMark(long) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute lowWaterMark.
setLowWaterMark(long) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setMainController(C) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Sets the main controller instance.
setMandatory(boolean) - Method in interface org.tentackle.bind.Binding
Updates the mandatory attribute of the bound element.
setMandatory(boolean) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
setMandatory(boolean) - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxComboBox
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxListView
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxTableView
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxTextArea
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxTextField
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the value of the mandatory property.
setMandatory(boolean) - Method in class org.tentackle.fx.component.FxTreeView
Sets the value of the mandatory property.
setMandatory(boolean) - Method in interface org.tentackle.fx.FxComponent
Sets the mandatory option.
Mandatory fields are differently visualized.
setMandatory(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
Sets the value of the mandatory property.
setMapNull(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setMaxCol(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxComboBox
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxDatePicker
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxPasswordField
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxTextArea
 
setMaxColumns(int) - Method in class org.tentackle.fx.component.FxTextField
 
setMaxColumns(int) - Method in interface org.tentackle.fx.FxTextComponent
Sets the maximum number of columns.
The number of columns will be enforced by the model.
setMaxColumns(int) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setMaxColumns(Integer) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setMaxColumns(Integer) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the max columns.
setMaxCountForClearWarnings(int) - Method in class org.tentackle.dbms.DefaultConnectionManager
Sets the countForClearWarnings trigger, 0 = app must eat the warnings!
setMaxCountForClearWarnings(int) - Method in class org.tentackle.dbms.ManagedConnection
Sets the countForClearWarnings trigger.
setMaxIdleMinutes(long) - Method in class org.tentackle.dbms.DbPool
Sets the idle minutes.
Sessions are closed if unused for given minutes.
setMaxLogCollectionSize(int) - Static method in class org.tentackle.common.StringHelper
Sets the size limit of collections to be logged.
If an object is logged, and it is a collection and the size exceeds maxLogCollectionSize, only the number of items is logged in StringHelper.objectToLoggableString(java.lang.Object) instead of each item.
setMaxRows(int) - Method in class org.tentackle.dbms.Db
sets the maximum number of rows in resultsets.
setMaxRows(int) - Method in class org.tentackle.dbms.Query
Sets the optional maximum row count for this cursor.
setMaxRows(int) - Method in class org.tentackle.dbms.StatementWrapper
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setMaxSize(int) - Method in class org.tentackle.dbms.DbPool
Sets the maximum size.
setMaxSize(int) - Method in class org.tentackle.pdo.PdoCache
Sets the maximum cache size.
Default is 0 = unlimited.
setMaxSizeHardLimit(boolean) - Method in class org.tentackle.pdo.PdoCache
Sets whether maxSize is a hard limit.
setMaxStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the maximum number of starts.
setMaxStatementsPerTransaction(int) - Static method in class org.tentackle.dbms.ManagedConnection
Sets the limit for the number of statements per transaction.
Useful to detect wild running transactions eating up all memory and blowing up the backend.
Default is 0 (disabled).
setMaxSuggestions(int) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
Sets the max. number of suggestions.
setMaxUsageMinutes(long) - Method in class org.tentackle.dbms.DbPool
Sets the maximum usage minutes.
Sessions are closed if unused and first used foe given timeout.
setMdcFilter(Pattern) - Static method in class org.tentackle.dbms.ManagedConnection
Sets Optional filter to log only statements for certain MappedDiagnosticContexts.
If set, statements are only collected for logging if the MDC is valid and the pattern matches the toString-value of the MDC.
setMdcFilter(Pattern) - Static method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Sets the optional filter to log only RMI-calls for certain MappedDiagnosticContexts.
If set, statements are only collected for logging if the MDC is valid and the pattern matches the toString-value of the MDC.
setMessage(String) - Method in class org.tentackle.dbms.ModificationLog
Sets the message.
setMessage(String) - Method in class org.tentackle.fx.rdc.login.Login
Sets the message field.
setMessage(String) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setMessage(String) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute message.
setMessageParameter(String, String) - Method in class org.tentackle.dbms.ModificationLog
Sets a message parameter.
setMessageParameters(ParameterString) - Method in class org.tentackle.dbms.ModificationLog
Sets the message parameters.
setMethodArgs(List<MethodArgument>) - Method in class org.tentackle.model.impl.RelationImpl
 
setMethodName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setMidnight(Calendar) - Static method in class org.tentackle.common.DateHelper
Sets the given calendar to midnight.
setMinSize(int) - Method in class org.tentackle.dbms.DbPool
Sets the minimum size.
setMinutes(int) - Method in class org.tentackle.common.Date
Deprecated.
setMinutes(int) - Method in class org.tentackle.common.Time
Deprecated.
setMinutes(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setModal(boolean) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Sets this CRUD should be treated as modal.
Modality cannot be retrieved from the stage because there may be no stage yet.
setModelDefaults(ModelDefaults) - Method in class org.tentackle.model.impl.ModelImpl
 
setModelDefaults(ModelDefaults) - Method in interface org.tentackle.model.Model
Sets the model defaults to apply when loading the model sources.
setModelValue(Object) - Method in class org.tentackle.bind.AbstractBinding
 
setModelValue(Object) - Method in interface org.tentackle.bind.Binding
Sets the model value.
setModelValue(Object, Object, boolean) - Method in class org.tentackle.bind.AbstractBinding
Sets the model value.
setModificationTrackerSession(boolean) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets the modification tracker session flag.
setModified(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the modified flag.
setModified(boolean) - Method in class org.tentackle.misc.TrackedArrayList
Sets the modified state.
setModified(boolean) - Method in interface org.tentackle.misc.TrackedList
Sets the modified state.
setModified(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the modified flag.
setModified(boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setModified(boolean) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setModType(ModificationType) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute modType.
setMonth(int) - Method in class org.tentackle.common.Date
Deprecated.
setMonth(int) - Method in class org.tentackle.common.Time
Deprecated.
setMonth(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setMute(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setName(String) - Method in class org.tentackle.common.EncryptedProperties
Sets the optional name of the properties.
The name can be used to express the source, for example the name of a properties file.
setName(String) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Sets the attribute name.
setName(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Sets the attribute name.
setName(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setName(String) - Method in class org.tentackle.model.impl.AttributeImpl
 
setName(String) - Method in class org.tentackle.model.impl.EntityImpl
Sets the entity's name.
setName(String) - Method in class org.tentackle.model.impl.IndexImpl
 
setName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setName(String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute name.
setName(String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setName(String) - Method in class org.tentackle.session.AbstractSessionConfiguration
Sets the symbolic name.
setNanos(int) - Method in class org.tentackle.common.Timestamp
 
setNavigateViaEnterEnabled(boolean) - Method in class org.tentackle.fx.component.FxTextArea
By default, enter/shift-enter or tab navigates to next/previous component and ctrl-enter/tab inserts the character.
setNewValue(String) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setNmMethodName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setNmName(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setNmRelation(Relation) - Method in class org.tentackle.model.impl.RelationImpl
 
setNmScope(AccessScope) - Method in class org.tentackle.model.impl.RelationImpl
 
setNoConstant(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setNoDataMessage(String) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the message displayed in tableview when there was no data found.
setNoDeclare(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Sets the attribute nodeId.
setNoMethod(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setNoModelDefaults(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setNoPrimaryKey(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setNormText(String) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the normtext.
setNormTextProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setNull(int, int) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setNull(int, int) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to SQL NULL.
setNullable(boolean) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets whether column is nullable.
setNullable(Boolean) - Method in class org.tentackle.model.impl.AttributeImpl
Overrides nullable feature.
setNullAllowed(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setNullAllowed(boolean) - Method in interface org.tentackle.misc.TrackedList
Configures the list whether to allow adding null values.
By default, TrackedLists can be used as a drop-in replacement for ArrayList and allow nulls.
setNumberPool(NumberPool) - Method in interface org.tentackle.ns.pdo.NumberRangePersistence
Sets NumberPool numberPool via numberPoolId.
setNumberPool(NumberPool) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setNumberPoolBlunt(NumberPool) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
Sets numberPool without setting any attributes.
setObject(Object, Object) - Method in interface org.tentackle.bind.BindableElement
Sets the object of this member.
The method does nothing if the element is readonly.
setObject(Object, Object) - Method in interface org.tentackle.bind.BindingMember
Sets the object of this member.
setObject(Object, Object) - Method in class org.tentackle.bind.DefaultBindableElement
 
setObject(Object, Object) - Method in class org.tentackle.bind.DefaultBindingMember
Sets the object of this member.
setObject(PersistentDomainObject<?>) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
Sets the object this rule applies to.
Setting the null object also clears the objectClass making the rule invalid.
setObject(PersistentDomainObject<?>) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the pdo this rule applies to.
setObject(T) - Method in class org.tentackle.common.Binary
Sets the serializable.
setObjectClassId(int) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute objectClassId.
setObjectClassId(int) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setObjectClassId(int) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute objectClassId.
setObjectClassName(String) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute objectClassName.
setObjectClassName(String) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setObjectClassName(String) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute objectClassName.
setObjectId(long) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute objectId.
setObjectId(long) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setObjectId(long) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute objectId.
setOffset(int) - Method in class org.tentackle.dbms.Query
Sets an offset, i.e. number of rows to skip in a query.
setOffsetDateTime(int, OffsetDateTime) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setOffsetDateTime(int, OffsetDateTime) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.OffsetDateTime value.
setOffsetDateTime(int, OffsetDateTime, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setOffsetDateTime(int, OffsetDateTime, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.OffsetDateTime value.
setOffsetTime(int, OffsetTime) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setOffsetTime(int, OffsetTime) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.OffsetTime value.
setOnline(boolean) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute online.
setOnline(boolean) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setOOBInline(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_OOBINLINE.
setOperation(T) - Method in class org.tentackle.domain.AbstractDomainOperation
Sets the operation.
setOperation(T) - Method in class org.tentackle.pdo.DummyPersistentOperation
Sets the operation.
setOperation(T) - Method in class org.tentackle.persist.AbstractPersistentOperation
Sets the operation.
setOption(int, Object) - Method in class org.tentackle.io.SocketImplWrapper
 
setOptional(boolean) - Method in class org.tentackle.model.impl.IndexImpl
 
setOptions(String) - Method in class org.tentackle.session.BackendConfiguration
Sets the options.
setOrdinal(int) - Method in interface org.tentackle.bind.BindableElement
Sets the ordinal for sorting.
setOrdinal(int) - Method in class org.tentackle.bind.DefaultBindableElement
 
setOrdinal(int) - Method in class org.tentackle.common.ModuleInfo
Sets the ordinal.
Higher values come first in module order.
setOrdinal(int) - Method in class org.tentackle.model.impl.AttributeImpl
 
setOrdinal(int) - Method in class org.tentackle.model.impl.EntityImpl
 
setOrdinal(int) - Method in class org.tentackle.model.impl.IndexImpl
 
setOrdinal(int) - Method in class org.tentackle.model.impl.RelationImpl
 
setOsInfo(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setOsInfo(String) - Method in interface org.tentackle.session.SessionInfo
Sets the operating system info.
setOverloadable(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Defines whether object may be loaded more than once from storage.
By default, overloading is not allowed.
setOwnerThread(Thread) - Method in class org.tentackle.dbms.Db
Sets the exclusive owner thread.
setOwnerThread(Thread) - Method in interface org.tentackle.session.Session
Sets the exclusive owner thread.
setParallelOk(boolean) - Method in class org.tentackle.dbms.StatementWrapper
Sets whether parallel execution on same connection should be logged.
Multiple open result sets on a single connection usually means, that other selects are submitted while processing the result set.
setParameter(String, String) - Method in class org.tentackle.common.ParameterString
Sets a parameter.
setParentId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Sets the attribute parentId.
setParsed(boolean) - Method in class org.tentackle.model.impl.IndexImpl
Sets the index to be parsed.
Only necessary for model converters if the properties are set explicitly to prevent parsing.
setPartOfNormText(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setPartOfNormText(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setPassword(char[]) - Method in class org.tentackle.fx.component.FxPasswordField
Sets the password.
setPassword(char[]) - Method in class org.tentackle.fx.rdc.login.Login
Sets the password in the password field.
setPassword(char[]) - Method in class org.tentackle.session.DefaultSessionInfo
 
setPassword(char[]) - Method in interface org.tentackle.session.SessionInfo
Sets the password.
setPassword(String) - Method in class org.tentackle.session.BackendConfiguration
Sets the password.
setPattern(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setPattern(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setPattern(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setPattern(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setPattern(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setPattern(String) - Method in class org.tentackle.fx.component.FxTextField
 
setPattern(String) - Method in interface org.tentackle.fx.FxTextComponent
Sets the format pattern.
The format pattern is used to format the view of the data.
setPattern(String) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setPattern(String) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setPattern(String) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the formatting string.
setPdo(Security) - Method in class org.tentackle.fx.rdc.security.SecurityEditor
 
setPdo(T) - Method in class org.tentackle.domain.AbstractDomainObject
Sets the PDO.
setPdo(T) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Sets the pdo to edit.
setPdo(T) - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
Sets the PDO.
setPdo(T) - Method in class org.tentackle.fx.rdc.DefaultPdoEditor
 
setPdo(T) - Method in interface org.tentackle.fx.rdc.PdoController
Sets the PDO.
setPdo(T) - Method in class org.tentackle.fx.rdc.PdoTreeItem
Sets the pdo.
Can be used to reload the pdo, for example.
setPdo(T) - Method in class org.tentackle.fx.rdc.PdoViewer
Sets the PDO.
setPdo(T) - Method in class org.tentackle.fx.rdc.search.DefaultPdoFinder
 
setPdo(T) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the pdo as a template for the search.
setPdo(T) - Method in class org.tentackle.fx.rdc.translate.PdoComponentAddon
Sets the PDO.
setPdo(T) - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Sets the PDO via binding.
Mainly used by DnD.
setPdo(T) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the PDO.
setPdoAddon(PdoComponentAddon<T>) - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
Sets the PDO addon.
setPdoClassId(int) - Method in class org.tentackle.persist.lock.DbTokenLock
Sets the attribute pdoClassId.
setPdoList(ObservableList<T>) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Sets a list of PDOs to walk through via the up and next buttons.
setPendingComment(String) - Method in class org.tentackle.model.impl.EntityFactoryImpl
Adds a pending comment line.
setPerformancePreferences(SocketPerformancePreferences) - Method in class org.tentackle.io.SocketConfiguratorBase
Gets the performance preferences.
setPermissions(String) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setPermissions(String) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute permissions.
setPersistable(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the local persistable flag.
setPersisted(boolean) - Method in class org.tentackle.session.AbstractSessionConfiguration
Sets whether configuration is loaded from preferences.
setPool(SessionPool) - Method in class org.tentackle.dbms.Db
Sets the pool manager.
The method is invoked from a SessionPool when the session is created.
setPoolId(int) - Method in class org.tentackle.dbms.Db
Sets the pool id.
The method is invoked from a SessionPool when the session is used in a pool.
setPort(int) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets Gets the port for all delegates.
setPort(int) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets the port.
setPortRange(int) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets the port range.
setPosition(int) - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Sets the ordinal position within the index.
setPosition(Note.Position) - Method in class org.tentackle.fx.component.Note
Sets the position related to the content node.
setPreferencesSuffix(String) - Method in class org.tentackle.fx.rdc.table.TablePopup
Sets the table preferences suffix.
setPrimaryKeyColumn(String) - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Sets the primary key column.
setPrimaryKeyTable(String) - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Updates the primary table name.
This is necessary, if a table was renamed.
setPriority(int) - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
 
setPriority(int) - Method in interface org.tentackle.security.pdo.SecurityPersistence
Sets the attribute priority.
setProcessed(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setProcessed(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute processed.
setProgress(double) - Method in class org.tentackle.fx.rdc.login.Login
Sets the progress.
setProperties(EncryptedProperties) - Method in class org.tentackle.app.AbstractApplication
Sets the properties to configure the application.
setProperties(EncryptedProperties) - Method in class org.tentackle.session.DefaultSessionInfo
 
setProperties(EncryptedProperties) - Method in interface org.tentackle.session.SessionInfo
Sets the connection properties.
setPropertiesName(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setPropertiesName(String) - Method in interface org.tentackle.session.SessionInfo
Sets the name of the property file.
(without the extension .properties)
setProperty(String, String) - Method in class org.tentackle.common.EncryptedProperties
 
setProperty(String, T) - Method in class org.tentackle.dbms.Db
 
setProperty(String, T) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setProperty(String, T) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setProperty(String, T) - Method in interface org.tentackle.session.Session
Sets a session property.
Session properties are application specific.
For remote sessions, the properties are delegated to the corresponding local session at the remote side.
setProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setProvidingRootClassIdAccordingToModel(boolean) - Method in class org.tentackle.model.impl.EntityImpl
Sets whether this entity should provide a root class id according to model.
setProvidingRootIdAccordingToModel(boolean) - Method in class org.tentackle.model.impl.EntityImpl
Sets whether this entity should provide a root id according to model.
setReadOnly(boolean) - Method in class org.tentackle.dbms.Db
Sets the session to readonly.
setReadOnly(boolean) - Method in class org.tentackle.dbms.ManagedConnection
Sets the read-only mode.
setReadOnly(boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
setReadOnly(boolean) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setReadOnly(boolean) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setReadOnly(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setReadOnly(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setReadOnly(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setReadOnly(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the readonly feature.
setRealm(String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute realm.
setRealm(String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setReceiveBufferSize(Integer) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets SO_RCVBUF.
setReferenced(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setRelation(Relation) - Method in class org.tentackle.model.impl.AttributeImpl
 
setRelationType(RelationType) - Method in class org.tentackle.model.impl.RelationImpl
 
setRemote(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setRemoved(boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Sets the removed flag.
setRemoved(boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Sets the removed flag.
setRenewTokenLockRequested(boolean) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets whether to apply or renew the token lock on insert or update.
setReorderable(boolean) - Method in class org.tentackle.fx.component.FxTableView
Sets the reorderable property of all columns.
setReorderable(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the reorderable property of all columns.
setRepeatInterval(long) - Method in class org.tentackle.task.AbstractTask
 
setRepeatInterval(long) - Method in interface org.tentackle.task.Task
Sets the repeat interval in milliseconds.
Repeatable tasks are not removed from the queue but get a new scheduled epochal time and are re-queued.
setRequestSize(long) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute requestSize.
setRequestSize(long) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setResult(Serializable) - Method in class org.tentackle.task.AbstractTask
 
setResult(Serializable) - Method in interface org.tentackle.task.Task
Sets the result of the task
setReuseAddress(Boolean) - Method in class org.tentackle.io.SocketConfiguratorBase
Sets SO_REUSEADDR.
setReversed(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setRootClassId(int) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the class ID of the root entity this component belongs to.
setRootClassIdProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setRootEntity(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setRootEntityAccordingToModel(boolean) - Method in class org.tentackle.model.impl.EntityImpl
Sets whether this entity is a root-entity according to model.
setRootId(long) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the ID of the root entity this component belongs to.
setRootIdProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setRootNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Sets the attribute rootNodeId.
setRootNodeId(long) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Sets the attribute rootNodeId.
setRow(int) - Method in interface org.tentackle.misc.ScrollableResource
Sets the scrollable resource to a given row.
Row numbers start at 1.
setRow(int) - Method in class org.tentackle.persist.ResultSetCursor
Sets the cursor to a given row.
Row numbers start at 1.
setRow(int) - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Sets the cursor to a given row.
Row numbers start at 1.
setRow(int) - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
setRunning(boolean) - Method in class org.tentackle.dbms.StatementWrapper
Sets the running flag of this statements.
Updates the running statements in ManagedConnection.
setSavepoint() - Method in class org.tentackle.dbms.Db
Creates an unnamed savepoint in the current transaction.
setSavepoint() - Method in class org.tentackle.dbms.ManagedConnection
Creates an unnamed savepoint in the current transaction.
setSavepoint() - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setSavepoint() - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setSavepoint() - Method in interface org.tentackle.session.Session
Creates an unnamed savepoint in the current transaction.
setSavepoint(String) - Method in class org.tentackle.dbms.Db
Creates a savepoint with the given name in the current transaction.
setSavepoint(String) - Method in class org.tentackle.dbms.ManagedConnection
Creates a savepoint with the given name in the current transaction.
setSavepoint(String) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
setSavepoint(String) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
setSavepoint(String) - Method in interface org.tentackle.session.Session
Creates a savepoint with the given name in the current transaction.
setScale(int) - Method in class org.tentackle.fx.component.FxComboBox
 
setScale(int) - Method in class org.tentackle.fx.component.FxDatePicker
 
setScale(int) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setScale(int) - Method in class org.tentackle.fx.component.FxPasswordField
 
setScale(int) - Method in class org.tentackle.fx.component.FxTextArea
 
setScale(int) - Method in class org.tentackle.fx.component.FxTextField
 
setScale(int) - Method in interface org.tentackle.fx.FxTextComponent
Changes the format according to the given scale.
setScale(int) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setScale(int) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the scale.
setScale(Integer) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setScale(Integer) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the numeric scale.
setScale(Integer) - Method in class org.tentackle.model.impl.AttributeImpl
 
setScale(DecimalFormat, int) - Static method in class org.tentackle.misc.FormatHelper
Changes the decimal format according to the given scale.
Leaves the part before the comma unchanged!
setScheduledEpochalTime(long) - Method in class org.tentackle.task.AbstractTask
 
setScheduledEpochalTime(long) - Method in interface org.tentackle.task.Task
Sets the earliest time to be executed in epochal milliseconds.
setSchemaNameMapped(boolean) - Method in class org.tentackle.model.impl.ModelImpl
 
setSchemaNameMapped(boolean) - Method in interface org.tentackle.model.Model
Sets whether schema names should be mapped to the leading part of table names.
setScrollingToEnd(boolean) - Method in class org.tentackle.fx.rdc.PdoFinder
Sets whether the view should be scrolled to the last item when displaying the search results.
setSearchRunningImmediately(boolean) - Method in class org.tentackle.fx.rdc.PdoFinder
Defines whether to run the search immediately without any further user interaction.
setSearchRunningInBackground(boolean) - Method in class org.tentackle.fx.rdc.PdoFinder
Defines whether the query might block the client for a longer time.
setSeconds(int) - Method in class org.tentackle.common.Date
Deprecated.
setSeconds(int) - Method in class org.tentackle.common.Time
Deprecated.
setSeconds(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setSecurableClass(Class<?>) - Method in class org.tentackle.fx.rdc.security.SecurityEditor
Sets the securable class.
Adds all applying permissions to the view.
setSecuredObject(int) - Method in class org.tentackle.fx.rdc.security.SecurityRulesView
Configures the view to edit security rule sets for a PDO-class.
setSecuredObject(Class<?>) - Method in class org.tentackle.fx.rdc.security.SecurityRulesView
Configures the view to edit security rule sets for a non-PDO-class.
setSecuredObject(PersistentDomainObject<?>) - Method in class org.tentackle.fx.rdc.security.SecurityRulesView
Configures the view to edit security rule sets for a PDO.
setSelectionCached(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setSelectionType(SelectionType) - Method in class org.tentackle.model.impl.RelationImpl
 
setSelectionTypeDetermined(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setSelectionWurbletArguments(String) - Method in class org.tentackle.model.impl.RelationImpl
 
setSelectList(List<String>) - Method in class org.tentackle.fx.component.auto.AbstractSegmentedSuggestionGenerator
 
setSelectList(List<String>) - Method in class org.tentackle.fx.component.auto.AbstractSuggestionGenerator
Sets the select list.
May be used by implementations to bypass or filter choices.
setSendBufferSize(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_SNDBUF.
setSerial(long) - Method in class org.tentackle.app.LogoutEvent
 
setSerial(long) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the serial number (modification count).
setSerial(long) - Method in interface org.tentackle.session.MasterSerialEvent
Sets the serial value.
setSerial(long) - Method in class org.tentackle.session.MasterSerialListEvent
 
setSerialized(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets the server socket factory for all delegates.
setSession(Session) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the session for this object.
setSession(Session) - Method in class org.tentackle.dbms.AbstractDbOperation
Sets the session for this operation.
setSession(Session) - Method in class org.tentackle.dbms.DbModificationTracker
 
setSession(Session) - Method in class org.tentackle.dbms.ModificationLog
Sets the session for this object.
setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setSession(Session) - Method in class org.tentackle.pdo.DefaultDomainContext
 
setSession(Session) - Method in exception class org.tentackle.pdo.DomainException
Sets the session.
setSession(Session) - Method in class org.tentackle.pdo.DummyPersistentOperation
 
setSession(Session) - Method in class org.tentackle.persist.AbstractPersistentOperation
Sets the session for this operation.
setSession(Session) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setSession(Session) - Method in class org.tentackle.persist.ns.NumberRangePersistenceImpl
 
setSession(Session) - Method in class org.tentackle.persist.PdoModificationTracker
 
setSession(Session) - Method in class org.tentackle.session.AbstractSessionTask
Sets the db.
Done by SessionTaskDispatcher.
setSession(Session) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
setSession(Session) - Method in interface org.tentackle.session.SessionDependable
Sets the logical session for this object.
setSession(Session) - Method in interface org.tentackle.session.SessionHolder
Sets the session.
setSession(Session) - Method in interface org.tentackle.session.SessionTaskDispatcher
Sets the session.
setSession(Session) - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
setSessionClosedOnTermination(boolean) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
setSessionClosedOnTermination(boolean) - Method in interface org.tentackle.session.SessionTaskDispatcher
Sets whether the session should be closed on termination.
setSessionGroupId(int) - Method in class org.tentackle.dbms.Db
Sets the group number for this session.
This is an optional number describing groups of sessions, which is particularly useful in RMI-servers: if one connection fails, all others should be closed as well.
setSessionHolder(SessionHolder) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the session holder for this object.
setSessionHolder(SessionHolder) - Method in class org.tentackle.dbms.AbstractDbOperation
Sets the session holder for this object.
setSessionImmutable(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the db to immutable.
setSessionImmutable(boolean) - Method in class org.tentackle.dbms.AbstractDbOperation
Sets the db to immutable.
setSessionImmutable(boolean) - Method in class org.tentackle.pdo.DefaultDomainContext
Sets the session to immutable.
setSessionImmutable(boolean) - Method in class org.tentackle.pdo.DummyPersistentOperation
 
setSessionImmutable(boolean) - Method in class org.tentackle.session.AbstractSessionTask
 
setSessionImmutable(boolean) - Method in interface org.tentackle.session.SessionDependable
Sets the session to immutable.
setSessionImmutable(boolean) - Method in interface org.tentackle.session.SessionHolder
Sets the session to immutable.
setSessionImmutable(boolean) - Method in class org.tentackle.session.ThreadLocalSessionHolder
 
setSessionInfo(SessionInfo) - Method in class org.tentackle.app.AbstractApplication
Sets the session info.
setSessionInfo(SessionInfo) - Method in class org.tentackle.dbms.Db
Sets the session info.
This will *NOT* send the session to the remote server if this is a remote session.
setSessionInfo(SessionInfo) - Method in class org.tentackle.fx.rdc.login.Login
Sets the session info.
setSessionInfo(SessionInfo) - Method in class org.tentackle.persist.app.AbstractServerApplication
Sets the session info.
setSessionKeptAlive(boolean) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
 
setSessionKeptAlive(boolean) - Method in interface org.tentackle.session.SessionTaskDispatcher
Sets the keepalive flag.
If set, setAlive() will be invoked periodically to keep the session alive.
setSessionName(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setSessionName(String) - Method in interface org.tentackle.session.SessionInfo
Sets an optional session name.
May be used to describe the purpose of the session.
setSessionTimeout(int) - Method in class org.tentackle.dbms.rmi.RmiServer
Sets the session timeout.
setSessionTimeoutCheckInterval(long) - Method in class org.tentackle.dbms.rmi.RmiServer
Sets the timeout check interval in milliseconds.
setSetter(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the setter method.
setSetter(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setShallow(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setShallow(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setShort(int, short) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setShort(int, short) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java short value.
setShort(int, Short) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setShort(int, Short) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java Short value.
setShortLongTextEnabled(boolean) - Method in class org.tentackle.fx.component.FxComboBox
Sets whether the listview popup should display items implementing ShortLongText as two columns.
This feature is enabled by default.
setShutdownIdleTimeout(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setShutdownIdleTimeout(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets a timeout to shut down this thread if idle for a given timeout.
setSimpleEqualsAndHashCode(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
Sets whether the equals() and hashCode() methods should refer to the list instance alone.
setSimpleEqualsAndHashCode(boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Sets whether the equals() and hashCode() methods should refer to the list instance alone.
setSince(long) - Method in class org.tentackle.session.DefaultSessionInfo
 
setSince(long) - Method in interface org.tentackle.session.SessionInfo
Sets the epochal time since when logged in.
setSingleSelectMode(boolean) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the single selection mode.
This mode is usually used in a modal dialog to select exactly one PDO.
setSize(int) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the size.
setSize(Integer) - Method in class org.tentackle.model.impl.AttributeImpl
 
setSleepInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setSleepInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the sleep interval.
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
setSocketConfigurator(ServerSocketConfigurator) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Sets the socket configurator.
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.ServerSocketFactory
 
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.SslServerSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.ClientSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in interface org.tentackle.io.SocketConfiguratorHolder
Sets the socket configurator.
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.SslClientSocketFactory
 
setSoLinger(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_LINGER.
setSortable(boolean) - Method in class org.tentackle.fx.component.FxTableView
Sets the sortable property of all columns.
setSortable(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the sortable property of all columns.
setSorting(List<AttributeSorting>) - Method in class org.tentackle.model.impl.EntityImpl
Sets the default sorting.
setSortingIncluded(boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
setSortingIncluded(boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Sets whether the preferences include the column sorting.
setSoTimeout(Integer) - Method in class org.tentackle.io.SocketConfiguratorBase
Sets SO_TIMEOUT.
setSourceLine(AttributeLine) - Method in class org.tentackle.model.impl.AttributeImpl
Sets the source line.
setSourceLine(ConfigurationLine) - Method in class org.tentackle.model.impl.IndexImpl
Sets the source line.
setSourceLine(RelationLine) - Method in class org.tentackle.model.impl.RelationImpl
Sets the source line.
setStarted(long) - Method in class org.tentackle.task.AbstractTask
 
setStarted(long) - Method in interface org.tentackle.task.Task
Sets the stated timestamp.
setStatementAlwaysPrepared(boolean) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the always prepare flag.
setStatementCached(boolean) - Method in class org.tentackle.dbms.Query
Enables caching of the prepared statement.
By default, queries are one-time prepared statements that will be closed when the resultset is closed.
setStereotypes(List<String>) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setStereotypes(List<String>) - Method in class org.tentackle.model.impl.RelationImpl
 
setStopReason(int, Throwable) - Method in class org.tentackle.fx.rdc.app.FxApplication
Sets the exit value and throwable to be picked up by the stop-method when the last window is closed and stop is not invoked explicitly from within the application with a non-zero exit value.
setStrategy(PdoCacheStrategy) - Method in class org.tentackle.pdo.PdoCache
Set the caching strategy.
The strategy can be changed at any time.
setString(int, String) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setString(int, String) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java String value.
setString(int, String, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setString(int, String, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given Java String value.
setString(String, String) - Method in class org.tentackle.prefs.CompositePreferences
Sets the value for a key.
If the value is the same as in system space, the user value is removed.
setSummable(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setSummable(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets whether the column is summable.
setSuperEntity(Entity) - Method in class org.tentackle.model.impl.EntityImpl
Sets the super entity.
setSuperEntityName(String) - Method in class org.tentackle.model.impl.EntityImpl
Sets the name of the super entity.
setSystemOnly(boolean) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
setSystemOnly(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setSystemOnly(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the system-only feature.
setTableAlias(String) - Method in class org.tentackle.model.impl.EntityImpl
Sets the table alias.
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxCheckBox
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxColorPicker
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxComboBox
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxListView
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxRadioButton
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTableView
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTextArea
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTextField
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxToggleButton
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTreeView
 
setTableCell(FxTableCell<?, ?>) - Method in interface org.tentackle.fx.FxComponent
Sets the table cell if the component is used as a table cell editor.
setTableCell(FxTableCell<?, ?>) - Method in class org.tentackle.fx.FxComponentDelegate
 
setTableName(String) - Method in class org.tentackle.model.impl.EntityImpl
Sets the tablename.
setTableSerial(long) - Method in class org.tentackle.dbms.AbstractDbObject
Sets the table serial number (table modification count).
setTableSerialProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setTcpNoDelay(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets TCP_NODELAY.
setTemporary(boolean) - Method in exception class org.tentackle.common.TentackleRuntimeException
Sets the temporary flag.
The cause for a temporary exception may disappear after some time.
setText(String) - Method in class org.tentackle.fx.component.Note
Sets the text to be shown.
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxComboBox
 
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxDatePicker
 
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxPasswordField
 
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxTextArea
 
setTextAlignment(Pos) - Method in class org.tentackle.fx.component.FxTextField
 
setTextAlignment(Pos) - Method in interface org.tentackle.fx.FxTextComponent
Sets the text alignment.
setTextAlignment(Pos) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxComboBox
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxTextArea
 
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.component.FxTextField
 
setTextConverter(Function<String, String>) - Method in interface org.tentackle.fx.FxTextComponent
Sets a text converter.
Converts input text to the view's text.
setTextConverter(Function<String, String>) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setTime(int, Time) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTime(int, Time) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(long) - Method in class org.tentackle.common.Date
setTime(long) - Method in class org.tentackle.common.Time
setTime(long) - Method in class org.tentackle.common.Timestamp
setTimeout(int) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Sets the session timeout.
setTimestamp(int, Timestamp) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTimestamp(int, Timestamp) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimeZone(TimeZone) - Method in class org.tentackle.session.DefaultSessionInfo
 
setTimeZone(TimeZone) - Method in interface org.tentackle.session.SessionInfo
Sets the timezone.
Settings - Class in org.tentackle.common
Global settings.
setTitle(String) - Method in class org.tentackle.fx.rdc.table.TablePopup
Sets the printed title.
setTokenLockProvided(boolean) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setTotals(ObservableList<T>) - Method in class org.tentackle.fx.rdc.search.PdoSearch
Sets the totals.
Shows the results from PdoFinder.createTotals(javafx.collections.ObservableList<T>) or hides the totals if none.
setTracked(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setTrackedName(String) - Method in class org.tentackle.dbms.DbModification
Sets the attribute trackedName.
setTrackType(TrackType) - Method in class org.tentackle.model.impl.EntityOptionsImpl
 
setTrafficClass(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets IP_TOS.
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in interface org.tentackle.sql.Backend
Sets optional parameters after applying the original parameters.
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.H2
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.Informix
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.MsSql
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.MySql
 
setTrailingSelectParameters(BackendPreparedStatement, int, int, int) - Method in class org.tentackle.sql.backends.Postgres
 
setTransactionIsolation(int) - Method in class org.tentackle.dbms.ManagedConnection
Sets the transaction isolation level.
setTransientData(Object) - Method in class org.tentackle.persist.AbstractPersistentObject
Sets the optional transient data object.
setTranslation(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
Sets a translation.
setTranslation(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
setTreeShowingInitially(boolean) - Method in class org.tentackle.fx.rdc.PdoFinder
Sets whether the search dialog should display the initial search result as a tree instead of a table view.
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxCheckBox
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxColorPicker
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxComboBox
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxListView
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxRadioButton
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTableView
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTextArea
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTextField
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxToggleButton
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.component.FxTreeView
 
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in interface org.tentackle.fx.FxComponent
Sets the treetable cell if the component is used as a treetable cell editor.
setTreeTableCell(FxTreeTableCell<?, ?>) - Method in class org.tentackle.fx.FxComponentDelegate
 
setTrimRead(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setTrimWrite(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setTxId(long) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute txId.
setTxIdleInterval(long) - Method in class org.tentackle.dbms.DbTransactionFactory
Sets the check interval for idle or unreferenced transactions in ms.
setTxIdleTimeout(int) - Method in class org.tentackle.dbms.DbTransactionFactory
Sets the number of check intervals that must elapse to for an idle transaction to time out.
setTxName(String) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute txName.
setType(int) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the type.
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxColorPickerDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxCheckBox
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxColorPicker
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxComboBox
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxListView
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxRadioButton
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxTableView
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxTextArea
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxTextField
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxToggleButton
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setType(Class<?>) - Method in class org.tentackle.fx.component.FxTreeView
 
setType(Class<?>) - Method in interface org.tentackle.fx.FxComponent
Sets the type for this component.
setType(Class<?>) - Method in class org.tentackle.fx.FxComponentDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
 
setType(Class<?>) - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
 
setType(Class<T>) - Method in class org.tentackle.fx.rdc.table.RdcTableColumnConfiguration
 
setType(Class<T>) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setType(Class<T>) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets the column type.
setType(Note.Type) - Method in class org.tentackle.fx.component.Note
Sets the note type.
setTypeName(String) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets the type name.
setUnique(boolean) - Method in class org.tentackle.model.impl.IndexImpl
 
setUnique(boolean) - Method in class org.tentackle.sql.metadata.IndexMetaData
Sets whether index is unique.
setUniqueDomainKey(Object) - Method in class org.tentackle.domain.AbstractDomainObject
 
setUniqueDomainKey(Object) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
setUniqueDomainKey(Object) - Method in interface org.tentackle.pdo.DomainObject
Sets the unique key of this object.
The unique key is the domain-key, not the technical object id.
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setUnsigned(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setUnsigned(boolean) - Method in interface org.tentackle.fx.FxTextComponent
Sets whether a numeric field is unsigned or signed.
setUnsigned(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setUnsigned(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setUnsigned(Boolean) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setUnsigned(Boolean) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets whether a numeric field is unsigned or signed.
setupColumnFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.ColumnMetaData
Sets up the column from the database metadata result.
setUpdatedRunnable(Runnable) - Method in class org.tentackle.fx.rdc.login.Backends
Sets the runnable invoked when backends were updated.
setUpdateURL(String) - Method in class org.tentackle.update.AbstractUpdateServiceImpl
Sets the update base URL.
setupDelegate(T, Class<T>) - Method in class org.tentackle.reflect.InterceptableInvocationHandler
Creates the delegates for the given proxy instance and the domain context.
setupDelegates(T) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance without any domain context or session.
setupDelegates(T) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance without any domain context or session.
setupDelegates(T, DomainContext) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance and the domain context.
setupDelegates(T, DomainContext) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance and the domain context.
setupDelegates(T, DomainContext, DomainObject<T>) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance, a context and domain delegate.
setupDelegates(T, DomainContext, DomainOperation<T>) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance, a context and domain delegate.
setupDelegates(T, PersistentObject<T>) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance and a persistence delegate.
setupDelegates(T, PersistentObject<T>, DomainObject<T>) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance, a session and domain delegate.
setupDelegates(T, PersistentOperation<T>) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance and a persistence delegate.
setupDelegates(T, PersistentOperation<T>, DomainOperation<T>) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance, a session and domain delegate.
setupDelegates(T, Session) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance and the session.
setupDelegates(T, Session) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance and the session.
setupDelegates(T, Session, DomainObject<T>) - Method in class org.tentackle.pdo.PdoInvocationHandler
Creates the delegates for the given proxy instance, a session and domain delegate.
setupDelegates(T, Session, DomainOperation<T>) - Method in class org.tentackle.pdo.OperationInvocationHandler
Creates the delegates for the given proxy instance, a session and domain delegate.
setupFocusHandling(Control) - Method in class org.tentackle.fx.FxUtilities
Adds focus handling to sync with model.
setupFocusHandling(T) - Method in class org.tentackle.fx.component.config.ComponentConfigurator
Adds focus handling to sync with model.
setupForeignKeyColumnFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
Sets up the foreign key column from the database metadata result.
setupForeignKeyFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Sets up the foreign key from the database metadata result.
setupIndexColumnFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Sets up the index column from the database metadata result.
setupIndexFromMetaData(ResultSet) - Method in class org.tentackle.sql.metadata.IndexMetaData
Sets up the index from the database metadata result.
setUplink(String) - Method in interface org.tentackle.ns.pdo.NumberPoolPersistence
Sets the attribute uplink.
setUplink(String) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
setUpperCase(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setupTableFromMetaData(DatabaseMetaData, String[], String, String) - Method in class org.tentackle.sql.metadata.TableMetaData
Sets up the column from the database metadata result.
setUrl(String) - Method in class org.tentackle.session.BackendConfiguration
Sets the host- or service url.
setUrl(String) - Method in class org.tentackle.session.DriverConfiguration
Sets the url to load the driver.
setUser(String) - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
Sets the attribute user.
setUser(String) - Method in class org.tentackle.session.BackendConfiguration
Gets the username.
setUserClassId(int) - Method in class org.tentackle.session.DefaultSessionInfo
 
setUserClassId(int) - Method in interface org.tentackle.session.SessionInfo
Sets the class id of the current user.
setUserId(long) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute userId.
setUserId(long) - Method in class org.tentackle.session.DefaultSessionInfo
 
setUserId(long) - Method in interface org.tentackle.session.SessionInfo
Sets the user id.
setUsername(String) - Method in class org.tentackle.fx.rdc.login.Login
Sets the username in the username field.
setUserName(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setUserName(String) - Method in interface org.tentackle.session.SessionInfo
Sets the username.
setUsingMutexLocking(boolean) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setUsingMutexLocking(boolean) - Method in interface org.tentackle.task.TaskDispatcher
Sets the locking method.
setUTC(boolean) - Method in class org.tentackle.common.Timestamp
Sets the UTC flag.
setUTC(boolean) - Method in class org.tentackle.fx.component.FxComboBox
 
setUTC(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
 
setUTC(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setUTC(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
 
setUTC(boolean) - Method in class org.tentackle.fx.component.FxTextArea
 
setUTC(boolean) - Method in class org.tentackle.fx.component.FxTextField
 
setUTC(boolean) - Method in interface org.tentackle.fx.FxTextComponent
Sets whether this is a UTC timestamp.
setUTC(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setUTC(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setUTC(Timestamp, boolean) - Static method in class org.tentackle.common.Timestamp
Sets the UTC flag null-safe.
Method provided to reduce generated code.
setValidatedElementName(String) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setValidatedElementName(String) - Method in interface org.tentackle.validate.Validator
Sets the name of the validated element.
setValidationBundleClassLoader(ClassLoader) - Method in class org.tentackle.validate.ValidationUtilities
Sets the classloader to load the validation bundle class.
setValidationIndex(int) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setValidationIndex(int) - Method in interface org.tentackle.validate.Validator
Sets the invocation index of this validator.
setValidationScope(ValidationScope) - Method in class org.tentackle.bind.AbstractBinder
 
setValidationScope(ValidationScope) - Method in interface org.tentackle.bind.Binder
Sets the validation scope.
setValidChars(String) - Method in class org.tentackle.fx.component.FxComboBox
 
setValidChars(String) - Method in class org.tentackle.fx.component.FxDatePicker
 
setValidChars(String) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setValidChars(String) - Method in class org.tentackle.fx.component.FxPasswordField
 
setValidChars(String) - Method in class org.tentackle.fx.component.FxTextArea
 
setValidChars(String) - Method in class org.tentackle.fx.component.FxTextField
 
setValidChars(String) - Method in interface org.tentackle.fx.FxTextComponent
Sets allowed characters.
setValidChars(String) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
setValidChars(String) - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
setValidChars(String) - Method in interface org.tentackle.fx.table.TableColumnConfiguration
Sets allowed characters.
setValue(Object) - Method in class org.tentackle.script.ScriptVariable
Sets the variable's value.
setValue(String) - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
Sets the attribute value.
setValue(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets the attribute value.
setValue(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxCheckBox
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxColorPicker
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxComboBox
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxDatePicker
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxListView
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxPasswordField
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxRadioButton
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxTableView
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxTextArea
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxTextField
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxToggleButton
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.component.FxTreeView
 
setValueTranslator(ValueTranslator<?, ?>) - Method in interface org.tentackle.fx.FxComponent
Sets a value translator.
setValueTranslator(ValueTranslator<?, ?>) - Method in class org.tentackle.fx.FxComponentDelegate
 
setView(Parent) - Method in class org.tentackle.fx.AbstractFxController
 
setView(Parent) - Method in interface org.tentackle.fx.FxController
Sets the view managed by this controller.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxCheckBox
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxChoiceBox
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxColorPicker
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxComboBox
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxDatePicker
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxHTMLEditor
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxListView
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxPasswordField
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxRadioButton
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxTableView
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxTextArea
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxTextField
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxToggleButton
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxTreeTableView
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.component.FxTreeView
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxAccordion
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxAnchorPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxBorderPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxButtonBar
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxDialogPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxFlowPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxGridPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxHBox
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxScrollPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxSplitPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxStackPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxTab
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxTabPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxTextFlow
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxTilePane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxTitledPane
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxToolBar
Sets the value of the viewModified property.
setViewModified(boolean) - Method in class org.tentackle.fx.container.FxVBox
Sets the value of the viewModified property.
setViewModified(boolean) - Method in interface org.tentackle.fx.FxControl
Sets whether the view has been modified.
setViewModified(boolean) - Method in class org.tentackle.fx.FxControlDelegate
Sets the value of the viewModified property.
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxCheckBoxDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxColorPickerDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxHTMLEditorDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxRadioButtonDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxTextAreaDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxToggleButtonDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxCheckBox
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxColorPicker
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxComboBox
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxDatePicker
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxListView
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxPasswordField
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxRadioButton
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxTableView
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxTextArea
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxTextField
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxToggleButton
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setViewObject(Object) - Method in class org.tentackle.fx.component.FxTreeView
 
setViewObject(Object) - Method in interface org.tentackle.fx.FxComponent
Sets the internal native object of the component.
setViewSizeIncluded(boolean) - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
setViewSizeIncluded(boolean) - Method in interface org.tentackle.fx.table.TableConfiguration
Sets whether the preferences include the view size.
setViewValue(Object) - Method in class org.tentackle.bind.AbstractBinding
 
setViewValue(Object) - Method in interface org.tentackle.bind.Binding
Sets the view's value.
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxComboBoxDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxDatePickerDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxTextFieldDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxCheckBox
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxChoiceBox
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxColorPicker
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxComboBox
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxDatePicker
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxHTMLEditor
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxListView
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxPasswordField
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxRadioButton
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxTableView
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxTextArea
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxTextField
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxToggleButton
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxTreeTableView
 
setViewValue(Object) - Method in class org.tentackle.fx.component.FxTreeView
 
setViewValue(Object) - Method in interface org.tentackle.fx.FxComponent
Sets a value in this component.
The value's type is that of the model.
setViewValue(Object) - Method in class org.tentackle.fx.FxComponentDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.rdc.component.delegate.RdcChoiceBoxDelegate
 
setViewValue(Object) - Method in class org.tentackle.fx.rdc.component.delegate.RdcComboBoxDelegate
 
setVisible(boolean) - Method in class org.tentackle.fx.rdc.PdoFinder
Sets the visibility of the finder's view.
setVisibleRowCount(int) - Method in class org.tentackle.fx.component.AutoCompletionPopup
Sets the number of rows displayed in the list popup.
This is a styleable property: "-tt-autocomplete-visible-row-count".
setVmInfo(String) - Method in class org.tentackle.session.DefaultSessionInfo
 
setVmInfo(String) - Method in interface org.tentackle.session.SessionInfo
Sets the info string describing the JVM.
setWaitInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setWaitInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the timeout interval for TaskDispatcher.waitForTask(Task).
The wait interval should be shorter than the dead interval, usually deadInterval / 2.
setWarnLogSize(int) - Method in class org.tentackle.dbms.MpxConnectionManager
Sets the number of connections when to start warning logging.
setWhen(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Sets the attribute when.
setWithParameters(boolean) - Static method in class org.tentackle.dbms.StatementStatistics
Sets whether statistics should be separated according to the statement parameters.
setWithTimezone(boolean) - Method in class org.tentackle.model.impl.AttributeOptionsImpl
 
setWriteOnly(boolean) - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
setWriteOnly(boolean) - Method in class org.tentackle.model.impl.RelationImpl
 
setYear(int) - Method in class org.tentackle.common.Date
Deprecated.
setYear(int) - Method in class org.tentackle.common.Time
Deprecated.
setYear(int) - Method in class org.tentackle.common.Timestamp
Deprecated.
setZonedDateTime(int, ZonedDateTime) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setZonedDateTime(int, ZonedDateTime) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.ZonedDateTime value.
setZonedDateTime(int, ZonedDateTime, boolean) - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
setZonedDateTime(int, ZonedDateTime, boolean) - Method in interface org.tentackle.sql.BackendPreparedStatement
Sets the designated parameter to the given java.time.ZonedDateTime value.
severe(String) - Method in class org.tentackle.log.DefaultLogger
 
severe(String) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(String) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
severe(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
severe(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
severe(String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(String, Supplier<?>...) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
severe(Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
severe(Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
severe(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
severe(Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
severe(Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
SEVERE - Enum constant in enum class org.tentackle.log.Logger.Level
SEVERE is a message level indicating a serious failure.
severity() - Element in annotation interface org.tentackle.security.pdo.SecurityValidator
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Changeable
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Equal
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.False
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Greater
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Less
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotNull
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotZero
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Null
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Pattern
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Size
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.True
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Zero
The validation severity.
SHALLOW - Static variable in class org.tentackle.model.impl.RelationImpl
skip relation in snapshots or copies.
shortDatePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortDatePattern record component.
ShortLongText - Interface in org.tentackle.misc
A short and a long text.
A ShortLongText is something very simple and common: a short String and a longer more detailed description of an object.
ShortLongTextCellFactory<T> - Class in org.tentackle.fx
Cell factory to display items implementing ShortLongText.
ShortLongTextCellFactory() - Constructor for class org.tentackle.fx.ShortLongTextCellFactory
Creates the short/long-text cell factory.
ShortPrimitiveType - Class in org.tentackle.sql.datatypes
Datatype for the primitive type short.
ShortPrimitiveType() - Constructor for class org.tentackle.sql.datatypes.ShortPrimitiveType
Creates the datatype for the primitive type short.
ShortStringTranslator - Class in org.tentackle.fx.translate
Short translator.
ShortStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.ShortStringTranslator
Creates a translator.
shortTimePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimePattern record component.
shortTimePatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimePatternWithOffset record component.
shortTimestampPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPattern record component.
shortTimestampPatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPatternWithOffset record component.
shortTimestampPatternWithTimeZone() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPatternWithTimeZone record component.
ShortType - Class in org.tentackle.sql.datatypes
Datatype for Short.
ShortType() - Constructor for class org.tentackle.sql.datatypes.ShortType
Creates the dDatatype for Short.
show(Class<?>, PersistentDomainObject<?>) - Static method in class org.tentackle.fx.rdc.security.SecurityRulesView
Creates and shows the modal stage.
show(Node) - Method in class org.tentackle.fx.component.Note
Shows the note popup.
show(Stage) - Static method in class org.tentackle.fx.Fx
Shows a stage.
Should be preferred over Stage.show() to allow adding application-specific bookkeeping.
show(Stage) - Method in class org.tentackle.fx.FxUtilities
Shows a stage.
Should be preferred over Stage.show() to allow adding application-specific bookkeeping.
showApplicationStatus(String, double) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Displays a message during login.
Makes sure that the message is shown at least 100ms.
showApplicationStatus(String, double) - Method in class org.tentackle.fx.rdc.app.FxApplication
Shows the initialization status during application startup.
showApplicationStatus(String, double) - Method in class org.tentackle.fx.rdc.app.LoginApplication
 
showApplicationStatus(String, double, long) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Displays a message during login.
showControl() - Method in class org.tentackle.fx.DefaultInteractiveError
 
showControl() - Method in interface org.tentackle.fx.InteractiveError
Shows the control to the user.
The default implementation requests the focus.
showDialog(int, DomainContext) - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
 
showDialog(int, DomainContext) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Shows a dialog to edit security rule sets for a PDO-class.
showDialog(Class<?>) - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
 
showDialog(Class<?>) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Shows a dialog to edit security rule sets for a non-PDO-class.
showDialog(I18NText, I18NTextStringTranslator) - Static method in class org.tentackle.fx.translate.I18NEditor
Shows the editor dialog.
showDialog(PersistentDomainObject<?>) - Method in class org.tentackle.fx.rdc.security.DefaultSecurityDialogFactory
 
showDialog(PersistentDomainObject<?>) - Method in interface org.tentackle.fx.rdc.security.SecurityDialogFactory
Shows a dialog to edit security rule sets for a PDO.
showErrorDialog(Object, String, Throwable, Runnable) - Method in class org.tentackle.fx.FxUtilities
Shows an error dialog.
showErrorPopup() - Method in class org.tentackle.fx.component.FxCheckBox
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxChoiceBox
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxColorPicker
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxComboBox
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxDatePicker
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxListView
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxPasswordField
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxRadioButton
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxTableView
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxTextArea
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxTextField
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxToggleButton
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxTreeTableView
 
showErrorPopup() - Method in class org.tentackle.fx.component.FxTreeView
 
showErrorPopup() - Method in interface org.tentackle.fx.ErrorPopupSupported
Shows the error popup.
Requires the error message set.
showErrorPopup() - Method in class org.tentackle.fx.FxComponentDelegate
 
showErrorPopup() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
showErrorPopup(ErrorPopupSupported) - Method in class org.tentackle.fx.FxUtilities
Shows an error popup for a component.
showHelp() - Method in class org.tentackle.fx.component.FxCheckBox
 
showHelp() - Method in class org.tentackle.fx.component.FxChoiceBox
 
showHelp() - Method in class org.tentackle.fx.component.FxColorPicker
 
showHelp() - Method in class org.tentackle.fx.component.FxComboBox
 
showHelp() - Method in class org.tentackle.fx.component.FxDatePicker
 
showHelp() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
showHelp() - Method in class org.tentackle.fx.component.FxListView
 
showHelp() - Method in class org.tentackle.fx.component.FxPasswordField
 
showHelp() - Method in class org.tentackle.fx.component.FxRadioButton
 
showHelp() - Method in class org.tentackle.fx.component.FxTableView
 
showHelp() - Method in class org.tentackle.fx.component.FxTextArea
 
showHelp() - Method in class org.tentackle.fx.component.FxTextField
 
showHelp() - Method in class org.tentackle.fx.component.FxToggleButton
 
showHelp() - Method in class org.tentackle.fx.component.FxTreeTableView
 
showHelp() - Method in class org.tentackle.fx.component.FxTreeView
 
showHelp() - Method in class org.tentackle.fx.container.FxAccordion
 
showHelp() - Method in class org.tentackle.fx.container.FxAnchorPane
 
showHelp() - Method in class org.tentackle.fx.container.FxBorderPane
 
showHelp() - Method in class org.tentackle.fx.container.FxButtonBar
 
showHelp() - Method in class org.tentackle.fx.container.FxDialogPane
 
showHelp() - Method in class org.tentackle.fx.container.FxFlowPane
 
showHelp() - Method in class org.tentackle.fx.container.FxGridPane
 
showHelp() - Method in class org.tentackle.fx.container.FxHBox
 
showHelp() - Method in class org.tentackle.fx.container.FxPane
 
showHelp() - Method in class org.tentackle.fx.container.FxScrollPane
 
showHelp() - Method in class org.tentackle.fx.container.FxSplitPane
 
showHelp() - Method in class org.tentackle.fx.container.FxStackPane
 
showHelp() - Method in class org.tentackle.fx.container.FxTab
 
showHelp() - Method in class org.tentackle.fx.container.FxTabPane
 
showHelp() - Method in class org.tentackle.fx.container.FxTextFlow
 
showHelp() - Method in class org.tentackle.fx.container.FxTilePane
 
showHelp() - Method in class org.tentackle.fx.container.FxTitledPane
 
showHelp() - Method in class org.tentackle.fx.container.FxToolBar
 
showHelp() - Method in class org.tentackle.fx.container.FxVBox
 
showHelp() - Method in interface org.tentackle.fx.FxControl
Displays online help if configured.
showHelp() - Method in class org.tentackle.fx.FxControlDelegate
 
showHelp(Object) - Method in class org.tentackle.fx.FxUtilities
Opens the online help for a given component.
showInfoDialog(Object, String, Runnable) - Method in class org.tentackle.fx.FxUtilities
Shows an info dialog.
showInfoPopup() - Method in class org.tentackle.fx.component.FxButton
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxCheckBox
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxChoiceBox
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxColorPicker
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxComboBox
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxDatePicker
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxListView
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxPasswordField
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxRadioButton
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxTableView
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxTextArea
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxTextField
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxToggleButton
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxTreeTableView
 
showInfoPopup() - Method in class org.tentackle.fx.component.FxTreeView
 
showInfoPopup() - Method in class org.tentackle.fx.FxComponentDelegate
 
showInfoPopup() - Method in interface org.tentackle.fx.InfoPopupSupported
Shows the info popup.
Requires the info message set.
showInfoPopup(InfoPopupSupported) - Method in class org.tentackle.fx.FxUtilities
Shows an info popup for a component.
showNotification(Object, Popup, Parent, Runnable) - Method in class org.tentackle.fx.FxUtilities
Shows a notification popup.
The notification is centered above the owner window.
showPopup() - Method in class org.tentackle.fx.component.AutoCompletionPopup
Shows the popup below the text input component.
showPopup(List<List<SubString>>) - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Shows or updates the popup.
showQuestionDialog(Object, String, boolean, Consumer<Boolean>) - Method in class org.tentackle.fx.FxUtilities
Shows a question dialog.
To avoid blocking the event queue (see Dialog.showAndWait()), the implementation is not based on Alert and the method returns immediately.
showSaveDiscardCancelDialog(Object, Consumer<Boolean>) - Static method in class org.tentackle.fx.rdc.Rdc
Shows a question dialog whether to save, discard or cancel editing of a PDO.
showSaveDiscardCancelDialog(Object, Consumer<Boolean>) - Method in class org.tentackle.fx.rdc.RdcUtilities
Shows a question dialog whether to save, discard or cancel editing of a PDO.
showSecurityDialog() - Method in class org.tentackle.fx.rdc.admin.SessionsView
Shows the security dialog.
showTable() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Switches to the table view.
showTree() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Switches to the tree view.
showTree(T) - Static method in class org.tentackle.fx.rdc.Rdc
Shows the tree of a PDO in a modal scene.
showTree(T) - Method in class org.tentackle.fx.rdc.RdcUtilities
Shows the tree of a PDO in a modal scene.
showUpdateDialog(Object, String, Consumer<Boolean>) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Shows an update dialog to ask the user whether to update or not.
showValidationResults(Object, ValidationFailedException, NavigableSet<ValidationMapper>, Binder) - Method in class org.tentackle.fx.FxUtilities
Shows the validation warnings and errors in a dialog and marks the FxControls related to those errors.
Errors and warnings are shown in error or info dialogs.
showValidationResults(ValidationFailedException) - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Shows the validation errors.
showWarningDialog(Object, String, Runnable) - Method in class org.tentackle.fx.FxUtilities
Shows a warning dialog.
shrinkCache() - Method in class org.tentackle.pdo.PdoCache
Shrinks the cache.
Invoked when the cache reaches its limits.
shutdown() - Method in interface org.tentackle.dbms.ConnectionManager
Shuts down this connection manager.
All connections are closed and the threads stopped.
shutdown() - Method in class org.tentackle.dbms.DbPool
 
shutdown() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
shutdown() - Method in class org.tentackle.dbms.MpxConnectionManager
Shuts down this connection manager.
All connections are closed and the threads stopped.
shutdown() - Method in class org.tentackle.dbms.MultiUserDbPool
 
shutdown() - Method in class org.tentackle.io.SocketChannelDispatcher
Shutdown the dispatcher.
shutdown() - Method in interface org.tentackle.session.MultiUserSessionPool
Closes all sessions in the pool, cleans up and makes the pool unusable.
shutdown() - Method in interface org.tentackle.session.SessionPool
Closes all sessions in the pool, cleans up and makes the pool unusable.
shutdown() - Method in class org.tentackle.session.SessionPooledExecutor
Shuts down the executor service and the pool.
shutdownInput() - Method in class org.tentackle.io.SocketImplWrapper
 
shutdownOutput() - Method in class org.tentackle.io.SocketImplWrapper
 
SIMPLE - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
edit current cell only.
simpleEqualsAndHashCode - Variable in class org.tentackle.misc.ImmutableArrayList
 
SimpleSuggestionGenerator<T> - Class in org.tentackle.fx.component.auto
Simple suggestion generator function.
Finds the first match of the user's input.
SimpleSuggestionGenerator() - Constructor for class org.tentackle.fx.component.auto.SimpleSuggestionGenerator
 
SINGLE - Enum constant in enum class org.tentackle.model.InheritanceType
Single table.
Entities of all subtypes are stored in a single table.
The super-entity is abstract and cannot have instances.
SingleLine - Class in org.tentackle.model.parse
A line consisting of a single physical line.
SingleLine(Document, int, LineType) - Constructor for class org.tentackle.model.parse.SingleLine
Creates a line.
This line always spans only one line.
Singular - Annotation Interface in org.tentackle.pdo
Annotation to describe the name of a single PDO.
size() - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
size() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
size() - Method in record class org.tentackle.ns.NumberSource.Range
Gets the size of the range.
size() - Method in interface org.tentackle.ns.pdo.NumberRangeDomain
Gets the size of the range.
size() - Method in class org.tentackle.pdo.PdoCacheIndex
Gets the number of objects in this index.
Size - Annotation Interface in org.tentackle.validate.validator
The annotated element size must be between the specified boundaries (included).
SizeContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Size.
SizeImpl - Class in org.tentackle.validate.validator
Implementation of the Size-validator.
SizeImpl() - Constructor for class org.tentackle.validate.validator.SizeImpl
Creates a Size-validator.
skip() - Method in class org.tentackle.dbms.ResultSetWrapper
Skips to the next logical entity.
skip(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Performs a ResultSetWrapper.skipColumns(int) followed by a ResultSetWrapper.skip() in one method call.
Provided to save typing only.
skipColumns(int) - Method in class org.tentackle.dbms.ResultSetWrapper
Skips given number of columns in current skip block.
This is usually the column count of an entity.
skipMethodNamePrefix(String, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Skips the prefix of a method name.
The first letter after the prefix must be in uppercase.
Used to skip well-known prefixes like "set", "get", "is", etc...
sleepForInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
Sleeps for sleep interval.
SLF4JLogger - Class in org.tentackle.log.slf4j
Pluggable logger using org.slf4j.
SLF4JLogger(String) - Constructor for class org.tentackle.log.slf4j.SLF4JLogger
Creates a logger.
SLF4JMappedDiagnosticContext - Class in org.tentackle.log.slf4j
The SLF4J mdc implementation.
SLF4JMappedDiagnosticContext() - Constructor for class org.tentackle.log.slf4j.SLF4JMappedDiagnosticContext
Creates the MDC for SLF4J.
smallestPositive() - Method in class org.tentackle.common.BMoney
Returns the smallest positive value.
Ex.: if scale is 2 --> 0.01 will be returned.
smallestPositive() - Method in class org.tentackle.common.DMoney
 
SMALLINT - Enum constant in enum class org.tentackle.sql.SqlType
Short and short.
SmartDateTimeParser<T> - Class in org.tentackle.misc.time
Parser for Temporal date and time types with smart syntax support.
SmartDateTimeParser(Class<T>, TemporalQuery<T>, BiFunction<T, TemporalUnit, T>, DateTimeFormatter, String, List<SmartDateTimeParser.TextFilter>, List<SmartDateTimeParser.Shortcut>, List<SmartDateTimeParser.ErrorHandler>) - Constructor for class org.tentackle.misc.time.SmartDateTimeParser
Creates a parser.
SmartDateTimeParser.ErrorHandler - Interface in org.tentackle.misc.time
Parse exception handler.
SmartDateTimeParser.Shortcut - Interface in org.tentackle.misc.time
Shortcut for date- or time input.
SmartDateTimeParser.TextFilter - Interface in org.tentackle.misc.time
Filter applied to the input.
Returns the probably modified text.
SmartDateTimeParser.TextRange - Record Class in org.tentackle.misc.time
A part within a string.
Snapshotable<T> - Interface in org.tentackle.misc
Interface for objects providing the snapshot functionality.
SO_KEEPALIVE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_KEEPALIVE.
SO_LINGER - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_LINGER.
SO_OOBINLINE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_OOBINLINE.
SO_RCVBUF - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_RCVBUF.
SO_REUSEADDR - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_REUSEADDR.
SO_SNDBUF - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_SNDBUF.
SO_TIMEOUT - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_TIMEOUT.
SOCKET_FACTORY - Static variable in class org.tentackle.dbms.Db
Property key for the socket factory.
SOCKET_NAME - Static variable in class org.tentackle.fx.BundleMonkeyHelper
Unix domain socket in user's home directory.
SocketChannelDispatcher - Class in org.tentackle.io
A simple implementation of a dispatcher accepting incoming socket channels from client connections.
SocketChannelDispatcher(String, SocketAddress, Supplier<Consumer<SocketChannel>>) - Constructor for class org.tentackle.io.SocketChannelDispatcher
Creates a server socket channel dispatcher.
socketConfigurator - Variable in class org.tentackle.io.ClientSocketFactory
 
socketConfigurator - Variable in class org.tentackle.io.ServerSocketFactory
 
SocketConfigurator - Interface in org.tentackle.io
Configures a socket.
SocketConfiguratorBase - Class in org.tentackle.io
SocketConfiguratorBase() - Constructor for class org.tentackle.io.SocketConfiguratorBase
Parent constructor.
SocketConfiguratorHolder - Interface in org.tentackle.io
A holder for a SocketConfigurator.
SocketImplWrapper - Class in org.tentackle.io
A wrapping SocketImpl.
Nice to wrap SSL sockets to add compression, for example.
SocketImplWrapper(Socket) - Constructor for class org.tentackle.io.SocketImplWrapper
Creates an impl wrapper that delegates all method invocations to the wrapped socket.
SocketPerformancePreferences - Class in org.tentackle.io
Socket performance preferences as an object.
SocketPerformancePreferences(int, int, int) - Constructor for class org.tentackle.io.SocketPerformancePreferences
Creates a socket preferences object.
SocketWrapper - Class in org.tentackle.io
Wrapper for existing sockets to add functionality for not-extensible sockets, e.g.
SocketWrapper(Socket) - Constructor for class org.tentackle.io.SocketWrapper
Creates a wrapper for the given socket.
SOFT - Enum constant in enum class org.tentackle.model.Integrity
application-level integrity checks only.
soLinger - Variable in class org.tentackle.io.SocketConfiguratorBase
 
sort(Enumeration<URL>, String) - Method in class org.tentackle.common.ModuleSorter
Sorts an enumeration of urls according to the module hierarchy.
The highest module ordinal comes first.
sortType() - Method in record class org.tentackle.model.AttributeSorting
Returns the value of the sortType record component.
SortType - Enum Class in org.tentackle.model
Attribute sorting.
sortValidators(List<Validator>) - Method in class org.tentackle.session.SessionValidationUtilities
 
sortValidators(List<Validator>) - Method in class org.tentackle.validate.ValidationUtilities
Sorts validators by priority and validation index.
Lowest priority (0) comes last, highest first.
soTimeout - Variable in class org.tentackle.io.SocketConfiguratorBase
 
SourceInfo - Class in org.tentackle.model
Information about the source.
SourceInfo(String) - Constructor for class org.tentackle.model.SourceInfo
Creates a source info.
SourceInfo(String, int) - Constructor for class org.tentackle.model.SourceInfo
Creates a source info.
SourceInfo(String, int, int) - Constructor for class org.tentackle.model.SourceInfo
Creates a source info.
split(String, String) - Static method in class org.tentackle.common.StringHelper
Splits a string keeping strings together.
The strings may be enclosed in double- or single quotes which will not be removed.
SplitPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a SplitPane.
SplitPaneBuilder() - Constructor for class org.tentackle.fx.container.build.SplitPaneBuilder
Creates the builder.
SplitPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a SplitPane.
SplitPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.SplitPaneConfigurator
Creates the configurator for a SplitPane.
sql - Variable in class org.tentackle.dbms.StatementWrapper
the SQL string.
sql() - Method in record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Returns the value of the sql record component.
sql() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns the value of the sql record component.
SQL_ALLSTAR - Static variable in interface org.tentackle.sql.Backend
'*' all string.
SQL_ALTER_COLUMN - Static variable in interface org.tentackle.sql.Backend
SQL ALTER COLUMN fragment.
SQL_ALTER_INDEX - Static variable in interface org.tentackle.sql.Backend
SQL ALTER INDEX intro.
SQL_ALTER_TABLE - Static variable in interface org.tentackle.sql.Backend
SQL ALTER TABLE intro.
SQL_AND - Static variable in interface org.tentackle.sql.Backend
AND string.
SQL_ANDNOT - Static variable in interface org.tentackle.sql.Backend
AND NOT string.
SQL_ARRAY_ALL - Static variable in interface org.tentackle.sql.Backend
ALL array operator string.
SQL_ARRAY_ALL_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter ALL array operator string.
SQL_ARRAY_ANY - Static variable in interface org.tentackle.sql.Backend
ANY array operator string.
SQL_ARRAY_ANY_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter ANY array operator string.
SQL_ARRAY_IN - Static variable in interface org.tentackle.sql.Backend
IN array operator string.
SQL_ARRAY_IN_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter IN array operator string.
SQL_ARRAY_NOT_IN - Static variable in interface org.tentackle.sql.Backend
NOT IN array operator string.
SQL_ARRAY_NOT_IN_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter NOT IN array operator string.
SQL_ARRAY_PAR - Static variable in interface org.tentackle.sql.Backend
Array parameter (?).
SQL_COALESCE - Static variable in class org.tentackle.sql.backends.AbstractSql92Backend
COALESCE keyword.
SQL_COMMA - Static variable in interface org.tentackle.sql.Backend
comma separator.
SQL_COMMA_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter ,?
SQL_DELETE - Static variable in interface org.tentackle.sql.Backend
DELETE string.
SQL_DOT_STAR - Static variable in interface org.tentackle.sql.Backend
dot all columns.
SQL_EQUAL - Static variable in interface org.tentackle.sql.Backend
= operator string.
SQL_EQUAL_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter =?
SQL_EQUAL_PAR_COMMA - Static variable in interface org.tentackle.sql.Backend
Parameter =?
SQL_EQUAL_ZERO - Static variable in interface org.tentackle.sql.Backend
=0 string.
SQL_EXISTS - Static variable in interface org.tentackle.sql.Backend
SQL EXISTS clause with SELECT 1 and opening left parenthesis.
SQL_FETCH_FIRST - Static variable in class org.tentackle.sql.backends.AbstractSql2008Backend
FETCH FIRST string.
SQL_FETCH_FIRST - Static variable in class org.tentackle.sql.backends.H2
LIMIT string.
SQL_FETCH_FIRST_PAR - Static variable in class org.tentackle.sql.backends.H2
FETCH FIRST ?
SQL_FIRST - Static variable in class org.tentackle.sql.backends.Informix
FIRST string.
SQL_FIRST_PAR - Static variable in class org.tentackle.sql.backends.Informix
FIRST string.
SQL_FOR_UPDATE - Static variable in class org.tentackle.sql.backends.AbstractSql92Backend
FOR UPDATE string.
SQL_FROM - Static variable in interface org.tentackle.sql.Backend
FROM string.
SQL_GREATER - Static variable in interface org.tentackle.sql.Backend
> operator string.
SQL_GREATER_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter >?
SQL_GREATEROREQUAL - Static variable in interface org.tentackle.sql.Backend
>= operator string.
SQL_GREATEROREQUAL_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter ≥?
SQL_GROUPBY - Static variable in interface org.tentackle.sql.Backend
GROUP BY string.
SQL_IF_EXISTS - Static variable in interface org.tentackle.sql.Backend
SQL IF EXISTS fragment.
SQL_INSERT_INTO - Static variable in interface org.tentackle.sql.Backend
INSERT INTO string.
SQL_INSERT_VALUES - Static variable in interface org.tentackle.sql.Backend
(VALUES) string for insert.
SQL_ISNOTNULL - Static variable in interface org.tentackle.sql.Backend
IS NOT NULL string.
SQL_ISNULL - Static variable in interface org.tentackle.sql.Backend
IS NULL string.
SQL_LEFT_PARENTHESIS - Static variable in interface org.tentackle.sql.Backend
opening bracket.
SQL_LESS - Static variable in interface org.tentackle.sql.Backend
< operator string.
SQL_LESS_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter <?
SQL_LESSOREQUAL - Static variable in interface org.tentackle.sql.Backend
<= operator string.
SQL_LESSOREQUAL_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter <=?
SQL_LIKE - Static variable in interface org.tentackle.sql.Backend
LIKE operator string.
SQL_LIKE_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter LIKE ?
SQL_LIMIT - Static variable in class org.tentackle.sql.backends.MySql
LIMIT string.
SQL_LIMIT - Static variable in class org.tentackle.sql.backends.Postgres
LIMIT string.
SQL_LIMIT_PAR - Static variable in class org.tentackle.sql.backends.MySql
LIMIT ?
SQL_LIMIT_PAR - Static variable in class org.tentackle.sql.backends.Postgres
LIMIT ?
SQL_MAX - Static variable in interface org.tentackle.sql.Backend
MAX function name.
SQL_MIN - Static variable in interface org.tentackle.sql.Backend
MAX function name.
SQL_NESTED_SELECT_1 - Static variable in class org.tentackle.sql.backends.Oracle8
window function part 1.
SQL_NESTED_SELECT_2 - Static variable in class org.tentackle.sql.backends.Oracle8
window function part 2.
SQL_NESTED_SELECT_LIMIT - Static variable in class org.tentackle.sql.backends.Oracle8
condition for limit and offset.
SQL_NESTED_SELECT_OFFSET - Static variable in class org.tentackle.sql.backends.Oracle8
condition for limit and offset.
SQL_NESTED_SELECT_ROWNUM - Static variable in class org.tentackle.sql.backends.Oracle8
condition for limit and offset.
SQL_NOT - Static variable in interface org.tentackle.sql.Backend
NOT string.
SQL_NOTEQUAL - Static variable in interface org.tentackle.sql.Backend
<> operator string.
SQL_NOTEQUAL_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter <>?
SQL_NOTEQUAL_ZERO - Static variable in interface org.tentackle.sql.Backend
<>0 string.
SQL_NOTLIKE - Static variable in interface org.tentackle.sql.Backend
NOT LIKE operator string.
SQL_NOTLIKE_PAR - Static variable in interface org.tentackle.sql.Backend
Parameter NOT LIKE ?
SQL_NVL - Static variable in class org.tentackle.sql.backends.Informix
NVL keyword.
SQL_OFFSET - Static variable in class org.tentackle.sql.backends.AbstractSql2008Backend
OFFSET string.
SQL_OFFSET - Static variable in class org.tentackle.sql.backends.H2
OFFSET string.
SQL_OFFSET - Static variable in class org.tentackle.sql.backends.MySql
OFFSET string.
SQL_OFFSET - Static variable in class org.tentackle.sql.backends.Postgres
OFFSET string.
SQL_OFFSET_PAR - Static variable in class org.tentackle.sql.backends.H2
OFFSET ?
SQL_OFFSET_PAR - Static variable in class org.tentackle.sql.backends.MySql
OFFSET ?
SQL_OFFSET_PAR - Static variable in class org.tentackle.sql.backends.Postgres
OFFSET ?
SQL_OR - Static variable in interface org.tentackle.sql.Backend
OR string.
SQL_ORDERBY - Static variable in interface org.tentackle.sql.Backend
ORDER BY string.
SQL_ORNOT - Static variable in interface org.tentackle.sql.Backend
OR NOT string.
SQL_PAR - Static variable in interface org.tentackle.sql.Backend
?
SQL_PAR_COMMA - Static variable in interface org.tentackle.sql.Backend
Parameter ?
SQL_PLUS_ONE - Static variable in interface org.tentackle.sql.Backend
+1 string.
SQL_RIGHT_PARENTHESIS - Static variable in interface org.tentackle.sql.Backend
closing bracket.
SQL_SELECT - Static variable in interface org.tentackle.sql.Backend
SELECT string.
SQL_SELECT_ALL_FROM - Static variable in interface org.tentackle.sql.Backend
SELECT * FROM string.
SQL_SET - Static variable in interface org.tentackle.sql.Backend
SET string.
SQL_SKIP - Static variable in class org.tentackle.sql.backends.Informix
SKIP string.
SQL_SKIP_PAR - Static variable in class org.tentackle.sql.backends.Informix
SKIP string.
SQL_SORTASC - Static variable in interface org.tentackle.sql.Backend
sort ASC string.
SQL_SORTDESC - Static variable in interface org.tentackle.sql.Backend
sort DESC string.
SQL_TOP - Static variable in class org.tentackle.sql.backends.MsSql
TOP string.
SQL_TOP_PAR - Static variable in class org.tentackle.sql.backends.MsSql
TOP string.
SQL_UPDATE - Static variable in interface org.tentackle.sql.Backend
UPDATE string.
SQL_WHERE - Static variable in interface org.tentackle.sql.Backend
WHERE string.
SQL_WHEREALL - Static variable in interface org.tentackle.sql.Backend
"WHERE 1=1" allows AND to be added.
SQL_WHEREAND - Static variable in interface org.tentackle.sql.Backend
SQL_WHEREALL + AND will be replaced by...
SQL_WHERENOTHING - Static variable in interface org.tentackle.sql.Backend
"WHERE 1=0" to select nothing.
SQL_WHEREOR - Static variable in interface org.tentackle.sql.Backend
SQL_WHEREALL + OR will be replaced by...
SQL_WINDOW_1 - Static variable in class org.tentackle.sql.backends.AbstractSql2003Backend
window function part 1.
SQL_WINDOW_2 - Static variable in class org.tentackle.sql.backends.AbstractSql2003Backend
window function part 2.
SQL_WINDOW_LIMIT - Static variable in class org.tentackle.sql.backends.AbstractSql2003Backend
condition for limit and offset.
SQL_WINDOW_OFFSET - Static variable in class org.tentackle.sql.backends.AbstractSql2003Backend
condition for limit and offset.
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in interface org.tentackle.sql.Backend
Generates sql code to add a column.
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Db2
 
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Informix
 
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.MySql
 
sqlAddColumn(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlAlterColumnComment(String, String, String) - Method in interface org.tentackle.sql.Backend
Generates SQL code to alter the comment for an attribute.
sqlAlterColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAlterColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.MySql
 
sqlAlterColumnDefault(String, String, SqlType, Object) - Method in interface org.tentackle.sql.Backend
Generates sql code to change the default value a column.
sqlAlterColumnDefault(String, String, SqlType, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAlterColumnDefault(String, String, SqlType, Object) - Method in class org.tentackle.sql.backends.Informix
 
sqlAlterColumnDefault(String, String, SqlType, Object) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlAlterColumnNullConstraint(String, String, boolean) - Method in interface org.tentackle.sql.Backend
Generates sql code to change the null-constraint of a column.
sqlAlterColumnNullConstraint(String, String, boolean) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAlterColumnNullConstraint(String, String, boolean) - Method in class org.tentackle.sql.backends.H2
 
sqlAlterColumnNullConstraint(String, String, boolean) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlAlterColumnNullConstraint(String, String, boolean) - Method in class org.tentackle.sql.backends.Postgres
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in interface org.tentackle.sql.Backend
Generates sql code to change the datatype of a column.
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Db2
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.H2
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Informix
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.MySql
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlAlterColumnType(String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.Postgres
 
sqlAlterTableComment(String, String) - Method in interface org.tentackle.sql.Backend
Generates SQL code to alter the comment for a table.
sqlAlterTableComment(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlAsBeforeTableAlias() - Method in interface org.tentackle.sql.Backend
Gets the string before the table alias.
In most databases the " AS " is optional and some don't accept it all.
sqlAsBeforeTableAlias() - Method in class org.tentackle.sql.backends.AbstractBackend
 
SQLCode(String, int) - Constructor for record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Creates an instance of a SQLCode record class.
sqlComment(String) - Method in interface org.tentackle.sql.Backend
Create comment sql code that is interpreted as a comment by the backend.
sqlComment(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateColumn(String, String, SqlType, int, int, boolean, Object, boolean, boolean) - Method in interface org.tentackle.sql.Backend
Generates the attribute definition of a CREATE TABLE statement.
sqlCreateColumn(String, String, SqlType, int, int, boolean, Object, boolean, boolean) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateColumn(String, String, SqlType, int, int, boolean, Object, boolean, boolean) - Method in class org.tentackle.sql.backends.Db2
 
sqlCreateColumn(String, String, SqlType, int, int, boolean, Object, boolean, boolean) - Method in class org.tentackle.sql.backends.MySql
 
sqlCreateColumnComment(String, String, String) - Method in interface org.tentackle.sql.Backend
Generates SQL code to create the comment for an attribute.
sqlCreateColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.Db2
 
sqlCreateColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.H2
 
sqlCreateColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlCreateColumnComment(String, String, String) - Method in class org.tentackle.sql.backends.Postgres
 
sqlCreateCommentOnColumn(Backend, String, String, String) - Static method in class org.tentackle.sql.NonStandardCommons
Creates a COMMENT ON COLUMN statement.
sqlCreateCommentOnSequence(Backend, String, String) - Static method in class org.tentackle.sql.NonStandardCommons
Creates a COMMENT ON SEQUENCE statement.
sqlCreateCommentOnTable(Backend, String, String) - Static method in class org.tentackle.sql.NonStandardCommons
Creates a COMMENT ON TABLE statement.
sqlCreateForeignKey(String, String, String, String, String, boolean) - Method in interface org.tentackle.sql.Backend
Generates the ALTER TABLE statement to add a foreign key constraint.
sqlCreateForeignKey(String, String, String, String, String, boolean) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
sqlCreateForeignKey(Backend) - Method in interface org.tentackle.model.ForeignKey
Creates the foreign key creation sql code.
sqlCreateForeignKey(Backend) - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
sqlCreateIndex(String, String, boolean, String, String...) - Method in interface org.tentackle.sql.Backend
Generates the CREATE INDEX statement.
sqlCreateIndex(String, String, boolean, String, String...) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateIndex(Backend, Entity) - Method in class org.tentackle.model.impl.IndexImpl
 
sqlCreateIndex(Backend, Entity) - Method in interface org.tentackle.model.Index
Creates the index creation sql code.
sqlCreateSchema(String) - Method in interface org.tentackle.sql.Backend
Creates the SQL string to create a schema.
sqlCreateSchema(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateSequence(String, Long, Long) - Method in interface org.tentackle.sql.Backend
Creates the SQL string to create a sequence.
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.H2
 
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.Informix
 
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.MariaDb
 
sqlCreateSequence(String, Long, Long) - Method in class org.tentackle.sql.backends.Postgres
 
sqlCreateSequence(String, Long, Long) - Static method in class org.tentackle.sql.NonStandardCommons
Creates the SQL string to create a sequence.
sqlCreateSequenceComment(String, String) - Method in interface org.tentackle.sql.Backend
Creates the SQL string to comment a sequence.
sqlCreateSequenceComment(String, String) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
sqlCreateSequenceComment(String, String) - Method in class org.tentackle.sql.backends.H2
 
sqlCreateSequenceComment(String, String) - Method in class org.tentackle.sql.backends.Postgres
 
sqlCreateTable(Backend) - Method in interface org.tentackle.model.Entity
Creates the table creation sql code.
sqlCreateTable(Backend) - Method in class org.tentackle.model.impl.EntityImpl
 
sqlCreateTableAttributeWithoutComment(String, SqlType, int, int, boolean, Object, boolean, boolean) - Method in class org.tentackle.sql.backends.AbstractBackend
Generates the attribute definition of a CREATE TABLE statement.
sqlCreateTableClosing(String, String) - Method in interface org.tentackle.sql.Backend
Generates the last line of a CREATE TABLE statement.
sqlCreateTableClosing(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateTableClosing(String, String) - Method in class org.tentackle.sql.backends.MySql
 
sqlCreateTableComment(String, String) - Method in interface org.tentackle.sql.Backend
Generates SQL code to create the comment for a table.
sqlCreateTableComment(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateTableComment(String, String) - Method in class org.tentackle.sql.backends.Db2
 
sqlCreateTableComment(String, String) - Method in class org.tentackle.sql.backends.H2
 
sqlCreateTableComment(String, String) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlCreateTableComment(String, String) - Method in class org.tentackle.sql.backends.Postgres
 
sqlCreateTableIntro(String, String) - Method in interface org.tentackle.sql.Backend
Generates the first line of a CREATE TABLE statement.
sqlCreateTableIntro(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlCreateTableIntro(String, String) - Method in class org.tentackle.sql.backends.Db2
 
sqlCreateTableIntroWithoutComment(String) - Method in class org.tentackle.sql.backends.AbstractBackend
Generates the first line of a CREATE TABLE statement.
sqlDropColumn(String, String) - Method in interface org.tentackle.sql.Backend
Generates sql code to drop a column.
sqlDropColumn(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlDropColumn(String, String) - Method in class org.tentackle.sql.backends.Informix
 
sqlDropForeignKey(String, String) - Method in interface org.tentackle.sql.Backend
Generates the sql statement to drop a foreign key constraint.
sqlDropForeignKey(String, String) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
sqlDropIndex(String, String, String) - Method in interface org.tentackle.sql.Backend
Generates the DROP INDEX statement.
sqlDropIndex(String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlDropIndex(String, String, String) - Method in class org.tentackle.sql.backends.MySql
 
sqlDropTable(String, String) - Method in interface org.tentackle.sql.Backend
Generates the DROP TABLE statement.
sqlDropTable(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlFunction(String, String) - Method in interface org.tentackle.sql.Backend
Creates an sql function expression.
sqlFunction(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlJoin(JoinType, String, String, String) - Method in interface org.tentackle.sql.Backend
Creates a join clause.
sqlJoin(JoinType, String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlJoinSelects(JoinType, boolean, StringBuilder, String, String, String, String) - Method in interface org.tentackle.sql.Backend
Generate SQL-code for joining a table to an existing select.
sqlJoinSelects(JoinType, boolean, StringBuilder, String, String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlJoinSelects(JoinType, boolean, String, String, String, String, String) - Method in interface org.tentackle.sql.Backend
Generate SQL-code for joining a table to an existing select.
sqlJoinSelects(JoinType, boolean, String, String, String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
SqlNameType - Enum Class in org.tentackle.sql
SQL name type.
sqlNextFromSequence(String) - Method in interface org.tentackle.sql.Backend
Creates the SQL string to retrieve the next id from a sequence.
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.AbstractSql2003Backend
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.AbstractSql92Backend
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.H2
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.Informix
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.MariaDb
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlNextFromSequence(String) - Method in class org.tentackle.sql.backends.Postgres
 
sqlRenameAndAlterColumnType(String, String, String, String, SqlType, int, int, boolean, Object) - Method in interface org.tentackle.sql.Backend
Generates sql code to rename a column.
sqlRenameAndAlterColumnType(String, String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlRenameAndAlterColumnType(String, String, String, String, SqlType, int, int, boolean, Object) - Method in class org.tentackle.sql.backends.MySql
 
sqlRenameColumn(String, String, String) - Method in interface org.tentackle.sql.Backend
Generates sql code to rename a column.
sqlRenameColumn(String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlRenameColumn(String, String, String) - Method in class org.tentackle.sql.backends.Informix
 
sqlRenameColumn(String, String, String) - Method in class org.tentackle.sql.backends.MySql
 
sqlRenameIndex(String, String, String) - Method in interface org.tentackle.sql.Backend
Generates sql code to rename an index.
sqlRenameIndex(String, String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlRenameIndex(String, String, String) - Method in class org.tentackle.sql.backends.Db2
 
sqlRenameIndex(String, String, String) - Method in class org.tentackle.sql.backends.Informix
 
sqlRenameIndex(String, String, String) - Method in class org.tentackle.sql.backends.MsSql
 
sqlRenameIndex(String, String, String) - Method in class org.tentackle.sql.backends.MySql
 
sqlRenameTable(String, String) - Method in interface org.tentackle.sql.Backend
Generate sql code to rename a table.
sqlRenameTable(String, String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlRenameTable(String, String) - Method in class org.tentackle.sql.backends.Oracle8
 
SqlSupplier - Interface in org.tentackle.dbms
Backend-specific SQL-code supplier.
SqlType - Enum Class in org.tentackle.sql
The sql types used when talking to the database backend.
sqlTypeToString(SqlType, int) - Method in interface org.tentackle.sql.Backend
Converts the java SQL-type to the database type name.
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.Db2
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.H2
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.Informix
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.MsSql
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.MySql
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.Oracle8
 
sqlTypeToString(SqlType, int) - Method in class org.tentackle.sql.backends.Postgres
 
sqlUpdateToNotNull(String, String, SqlType, Object, boolean) - Method in interface org.tentackle.sql.Backend
Generates code to update a column to a non-null value.
sqlUpdateToNotNull(String, String, SqlType, Object, boolean) - Method in class org.tentackle.sql.backends.AbstractBackend
 
SSL - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
SSL socket.
No compression.
SSL_COMPRESSED - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Compressed SSL.
SslClientSocketFactory - Class in org.tentackle.io
SSL client socket factory.
SslClientSocketFactory() - Constructor for class org.tentackle.io.SslClientSocketFactory
Creates an SSL client socket factory.
SslServerSocketFactory - Class in org.tentackle.io
SSL server socket factory.
SslServerSocketFactory() - Constructor for class org.tentackle.io.SslServerSocketFactory
Creates a ServerSocketFactory with default cipher suites, protocols and without client authentication.
SslServerSocketFactory(String[], String[], boolean) - Constructor for class org.tentackle.io.SslServerSocketFactory
Creates a new ServerSocketFactory.
StackPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a StackPane.
StackPaneBuilder() - Constructor for class org.tentackle.fx.container.build.StackPaneBuilder
Creates the builder.
StackPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a StackPane.
StackPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.StackPaneConfigurator
Creates the configurator for a StackPane.
start() - Method in interface org.tentackle.app.Application
Starts the application without further arguments.
start() - Method in class org.tentackle.dbms.rmi.RmiServer
Starts the RMI server.
start() - Method in interface org.tentackle.task.TaskDispatcher
Starts the dispatcher.
start(String[]) - Method in class org.tentackle.app.AbstractApplication
 
start(String[]) - Method in interface org.tentackle.app.Application
Starts the application.
start(Stage) - Method in class org.tentackle.fx.rdc.app.FxApplication
 
startApplication(Stage) - Method in class org.tentackle.fx.rdc.app.FxApplication
The main entry point for all Tentackle JavaFX applications.
startApplication(Stage) - Method in class org.tentackle.fx.rdc.app.LoginApplication
 
startCleanupThread(long) - Static method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Starts the optional cleanup thread that will monitor the sessions for database activity.
started(Task) - Method in interface org.tentackle.task.TaskListener
Invoked whenever a task is started.
startedAt() - Method in interface org.tentackle.daemon.Supervisable
Returns the epochal time when this supervisable was started.
startedAt() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
startEdit() - Method in class org.tentackle.fx.table.FxTableCell
 
startEdit() - Method in class org.tentackle.fx.table.FxTreeTableCell
 
startKeepAliveDaemonIfNotRunning() - Method in class org.tentackle.session.SessionUtilities
Starts the keep alive thread if not already running.
startRmiServer() - Method in class org.tentackle.persist.app.ServerApplication
Starts the RMI-server.
The default implementation just does rmiServer.start().
startSkip() - Method in class org.tentackle.dbms.ResultSetWrapper
Starts or restarts skip mode.
startsWith(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment starts with another segment.
startsWithAnyOf(String, int, String...) - Static method in class org.tentackle.common.StringHelper
Same as String.startsWith(String, int), but for more multiple prefixes.
startsWithAnyOf(String, String...) - Static method in class org.tentackle.common.StringHelper
Same as String.startsWith(String), but for more multiple prefixes.
startsWithIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment starts with another segment, ignoring the case.
startup() - Method in class org.tentackle.app.AbstractApplication
Invokes all steps to start up the application.
Invoked from AbstractApplication.start(java.lang.String[]).
startup() - Method in class org.tentackle.app.ConsoleApplication
 
startup() - Method in class org.tentackle.fx.rdc.app.DesktopApplication
 
startup() - Method in class org.tentackle.persist.app.AbstractServerApplication
 
startup() - Method in class org.tentackle.persist.app.ServerApplication
 
startup() - Method in class org.tentackle.web.app.WebApplication
 
startup(long) - Method in class org.tentackle.web.app.WebSessionKeyCache
Starts the session key cache.
StatementHistory - Class in org.tentackle.dbms
History of statement execution.
StatementHistory(StatementWrapper, String) - Constructor for class org.tentackle.dbms.StatementHistory
Creates a statement execution history.
StatementId - Class in org.tentackle.dbms
A statement id.
StatementId() - Constructor for class org.tentackle.dbms.StatementId
Creates a unique statement id.
StatementKey - Class in org.tentackle.dbms
The statement key.
StatementKey(String) - Constructor for class org.tentackle.dbms.StatementKey
Creates a statement key.
StatementKey(StatementId, Class<?>) - Constructor for class org.tentackle.dbms.StatementKey
Creates the statement key.
StatementKey(StatementId, Class<?>, String) - Constructor for class org.tentackle.dbms.StatementKey
Creates the statement key.
StatementStatistics - Class in org.tentackle.dbms
Statement statistics collector.
StatementStatistics(String, String, Map<Integer, Object>) - Constructor for class org.tentackle.dbms.StatementStatistics
Create a statistics collector.
StatementStatisticsResult - Class in org.tentackle.dbms
Statistics result for SQL statements.
Optionally extends StatisticsResult by fetch duration for the result set and result set size.
StatementStatisticsResult() - Constructor for class org.tentackle.dbms.StatementStatisticsResult
Creates a statement statistics result.
StatementWrapper - Class in org.tentackle.dbms
A wrapper for sql statements.
Will catch and report SQLExceptions and keep track of being used only once after Db.createStatement().
StatementWrapper(ManagedConnection, Statement) - Constructor for class org.tentackle.dbms.StatementWrapper
Creates a wrapper for a sql statement.
STATIC_REFERENCE - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a reference to a static method of a class
StatisticsResult - Class in org.tentackle.log
Statistics result for execution count and durations.
StatisticsResult() - Constructor for class org.tentackle.log.StatisticsResult
Creates an empty statistics result.
STICKY - Enum constant in enum class org.tentackle.fx.component.Note.Type
a sticky note.
stmt - Variable in class org.tentackle.dbms.StatementWrapper
the sql statement, null if closed.
stop() - Method in interface org.tentackle.app.Application
Gracefully terminates the application.
stop() - Method in class org.tentackle.dbms.rmi.RmiServer
Stops the server.
stop() - Method in class org.tentackle.fx.rdc.app.FxApplication
 
stop(int, Throwable) - Method in class org.tentackle.app.AbstractApplication
 
stop(int, Throwable) - Method in interface org.tentackle.app.Application
Terminates the application with optional error handling.
stopCleanupThread() - Static method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Stops the cleanup thread.
stopTreeExpansion() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
stopTreeExpansion() - Method in interface org.tentackle.fx.rdc.GuiProvider
Determines whether tree expansion should stop at this object.
Sometimes the child-nodes should not be expanded if in a recursive "expand all".
StoredBundle - Interface in org.tentackle.i18n.pdo
A resource bundle stored in the database.
StoredBundle.StoredBundleUDK - Record Class in org.tentackle.i18n.pdo
The unique domain key for StoredBundle.
StoredBundleControl - Class in org.tentackle.i18n
Bundle control to use stored bundles.
Used by StoredBundleFactory in modular apps as well as by ResourceBundle in non-modular apps.
StoredBundleControl() - Constructor for class org.tentackle.i18n.StoredBundleControl
Creates a stored bundle control object.
StoredBundleControlProvider - Class in org.tentackle.i18n
Bundle control provider to use stored bundles.
StoredBundleControlProvider() - Constructor for class org.tentackle.i18n.StoredBundleControlProvider
Creates the resource bundle control provider.
StoredBundleDomain - Interface in org.tentackle.i18n.pdo
Stored bundle domain interface.
StoredBundleDomainImpl - Class in org.tentackle.i18n.pdo
StoredBundle domain implementation.
StoredBundleDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
StoredBundleDomainImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
StoredBundleFactory - Class in org.tentackle.i18n
Factory for stored bundles.
Replaces the DefaultBundleFactory.
StoredBundleFactory() - Constructor for class org.tentackle.i18n.StoredBundleFactory
Creates the bundle factory.
StoredBundleKey - Interface in org.tentackle.i18n.pdo
A bundle key translation stored in the database.
StoredBundleKeyDomain - Interface in org.tentackle.i18n.pdo
Stored bundle key domain interface.
StoredBundleKeyDomainImpl - Class in org.tentackle.i18n.pdo
StoredBundleKey domain implementation.
StoredBundleKeyDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 
StoredBundleKeyDomainImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 
StoredBundleKeyPersistence - Interface in org.tentackle.i18n.pdo
Persistence interface for stored bundle keys.
StoredBundleKeyPersistenceImpl - Class in org.tentackle.i18n.pdo
Number Space persistence implementation.
StoredBundleKeyPersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space without domain context or session.
StoredBundleKeyPersistenceImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space without domain context or session.
StoredBundleKeyPersistenceImpl(StoredBundleKey, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space.
StoredBundleKeyPersistenceImpl(StoredBundleKey, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space with a session only.
StoredBundleKeyRemoteDelegate - Interface in org.tentackle.i18n.pdo.rmi
Remote delegate for StoredBundleKeyPersistenceImpl.
StoredBundleKeyRemoteDelegateImpl - Class in org.tentackle.i18n.pdo.rmi
Remote delegate implementation for StoredBundleKeyPersistenceImpl.
StoredBundleKeyRemoteDelegateImpl(RemoteDbSessionImpl, Class<StoredBundleKeyPersistenceImpl>, Class<StoredBundleKey>) - Constructor for class org.tentackle.i18n.pdo.rmi.StoredBundleKeyRemoteDelegateImpl
Creates the remote delegate for StoredBundleKeyPersistenceImpl.
StoredBundlePersistence - Interface in org.tentackle.i18n.pdo
Persistence interface for stored bundles.
StoredBundlePersistenceImpl - Class in org.tentackle.i18n.pdo
Number Space persistence implementation.
StoredBundlePersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space without domain context or session.
StoredBundlePersistenceImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space without domain context or session.
StoredBundlePersistenceImpl(StoredBundle, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space.
StoredBundlePersistenceImpl(StoredBundle, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space with a session only.
StoredBundleRemoteDelegate - Interface in org.tentackle.i18n.pdo.rmi
Remote delegate for StoredBundlePersistenceImpl.
StoredBundleRemoteDelegateImpl - Class in org.tentackle.i18n.pdo.rmi
Remote delegate implementation for StoredBundlePersistenceImpl.
StoredBundleRemoteDelegateImpl(RemoteDbSessionImpl, Class<StoredBundlePersistenceImpl>, Class<StoredBundle>) - Constructor for class org.tentackle.i18n.pdo.rmi.StoredBundleRemoteDelegateImpl
Creates the remote delegate for StoredBundlePersistenceImpl.
StoredBundleUDK(String, String) - Constructor for record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Creates an instance of a StoredBundleUDK record class.
StoredBundleUDK(StoredBundle) - Constructor for record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Creates a unique domain key for a pdo.
StoredResourceBundle - Class in org.tentackle.i18n
ResourceBundle loaded from the database.
StoredResourceBundle(StoredBundle) - Constructor for class org.tentackle.i18n.StoredResourceBundle
Creates a resource bundle from a stored bundle.
StringColorTranslator - Class in org.tentackle.fx.translate
A string/color translator.
Useful for color pickers bound to a string in the model.
StringColorTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.StringColorTranslator
Creates the translator.
StringHelper - Class in org.tentackle.common
Some handy methods for strings.
StringNormalizer - Interface in org.tentackle.common
Translates strings to a reduced char set.
stringPropertyNames() - Method in class org.tentackle.common.EncryptedProperties
Same as Properties.stringPropertyNames() but returns only those keys that belong to the keyPrefix space, if set.
StringStringTranslator - Class in org.tentackle.fx.translate
Identity string translator.
StringStringTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.StringStringTranslator
Creates a null translator.
StringTableCellType - Class in org.tentackle.fx.table.type
String cell type.
StringTableCellType() - Constructor for class org.tentackle.fx.table.type.StringTableCellType
Creates the cell type for String.
stringToPermissionInterfaces(String) - Method in class org.tentackle.security.DefaultSecurityFactory
 
stringToPermissionInterfaces(String) - Method in interface org.tentackle.security.SecurityFactory
Converts a comma separated string to a set of permission interfaces.
stringToPermissions(String) - Method in class org.tentackle.security.DefaultSecurityFactory
 
stringToPermissions(String) - Method in interface org.tentackle.security.SecurityFactory
Converts a comma separated string to a set of permissions.
StringType - Class in org.tentackle.sql.datatypes
Datatype for String.
StringType() - Constructor for class org.tentackle.sql.datatypes.StringType
 
stripEnclosingDoubleQuotes(String) - Static method in class org.tentackle.common.StringHelper
Strips enclosing double quotes.
subList(int, int) - Method in class org.tentackle.misc.CopyOnWriteList
 
subList(int, int) - Method in class org.tentackle.misc.TrackedArrayList
 
submit(Runnable) - Static method in interface org.tentackle.session.ModificationTracker
Submits a task invoking given runnable.
submit(Collection<Supplier<V>>, long, Consumer<Map<Supplier<V>, V>>, Consumer<Map<Supplier<V>, RuntimeException>>) - Method in class org.tentackle.session.SessionPooledExecutor
Submits a collection of tasks for background execution in multiple threads of a thread pool and waits for their termination.
If there are failures, the fail handler (if any) will be invoked before the success handler.
submit(Supplier<V>, Consumer<V>, Consumer<RuntimeException>) - Method in class org.tentackle.session.SessionPooledExecutor
Submits a task for execution in background by a thread pool.
submit(ReconnectionPolicy<T>) - Method in class org.tentackle.io.Reconnector
Submits a reconnection.
If the policy is blocking, submit waits until the resource is reconnected or an exception is thrown.
subSequence(int, int) - Method in class org.tentackle.common.I18NText
 
SubString - Class in org.tentackle.misc
A segment of string.
Describes a substring by its indexes within a string.
The substring itself is built lazily, thus allowing index computations without string creations.
SubString(String) - Constructor for class org.tentackle.misc.SubString
Creates a string segment as a full copy of a string.
SubString(String, int) - Constructor for class org.tentackle.misc.SubString
Creates a string segment up to the end of the given string.
SubString(String, int, int) - Constructor for class org.tentackle.misc.SubString
Creates a string segment.
subtract(BMoney) - Method in class org.tentackle.common.BMoney
Subtracts a BMoney from this value and returns a new object.
subtract(BMoney) - Method in class org.tentackle.common.DMoney
 
subtract(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
Subtracts another duration.
sum(IndexMigrator.Result) - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Builds the sum of this and another result.
superClassVariables - Variable in class org.tentackle.persist.PersistentObjectClassVariables
The classvariables of the parent class.
null if not inherited.
SuperTypeVisitor - Class in org.tentackle.apt.visitor
A type visitor that finds type matches in supertypes as well.
SuperTypeVisitor(ProcessingEnvironment, boolean) - Constructor for class org.tentackle.apt.visitor.SuperTypeVisitor
Creates a super type visitor.
Supervisable - Interface in org.tentackle.daemon
A thread being supervised by a DaemonSupervisor.
SUPPRESS_WARNINGS_STATEFUL_DOMAIN_LOGIC - Static variable in class org.tentackle.common.Constants
suppress warnings for suspicious stateful domain logic.
sync() - Method in class org.tentackle.dbms.prefs.DbPreferences
 
sync() - Method in class org.tentackle.prefs.CompositePreferences
Syncs the preferences (system and user).
sync() - Method in class org.tentackle.prefs.DefaultPreferences
 
sync() - Method in interface org.tentackle.prefs.PersistedPreferences
Ensures that future reads from this preference node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
SYSTEM - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
System default.
JVM's default socket factories.
systemNodeForPackage(Class<?>) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
systemNodeForPackage(Class<?>) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
systemNodeForPackage(Class<?>) - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the preference node from the system preference tree that is associated (by convention) with the specified class's package.
systemNodeForPackage(Class<?>) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the preference node from the calling system's preference tree that is associated (by convention) with the specified class's package.
systemRoot() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
systemRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
systemRoot() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the system.

T

TabBuilder - Class in org.tentackle.fx.container.build
Builder to create a Tab.
TabBuilder() - Constructor for class org.tentackle.fx.container.build.TabBuilder
Creates the builder.
TabConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a Tab.
TabConfigurator() - Constructor for class org.tentackle.fx.container.config.TabConfigurator
Creates the configurator for a Tab.
TABLE_ALIAS - Enum constant in enum class org.tentackle.sql.SqlNameType
name of a table alias.
TABLE_BASED - Static variable in class org.tentackle.dbms.DefaultIdSourceConfigurator
table-based id source.
TABLE_NAME - Enum constant in enum class org.tentackle.sql.SqlNameType
name of a table.
tableAlias - Variable in class org.tentackle.persist.PersistentObjectClassVariables
The table alias to be used in joined selects.
TableCellType<T> - Interface in org.tentackle.fx.table
A table and treetable cell type.
TableCellTypeFactory - Interface in org.tentackle.fx.table
A factory for TableCellTypes.
TableCellTypeService - Annotation Interface in org.tentackle.fx.table
Annotation to express that the annotated class is a TableCellType.
TableCellTypeServiceAnnotationProcessor - Class in org.tentackle.fx.apt
Annotation processor for the @TableCellTypeService annotation.
Enforces the implementation of the following constructors: (Class)
TableCellTypeServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.apt.TableCellTypeServiceAnnotationProcessor
Creates the annotation processor.
TableColumnConfiguration<S,T> - Interface in org.tentackle.fx.table
Configuration for a table or treetable column.
TableConfiguration<S> - Interface in org.tentackle.fx.table
Configuration for table and treetable views.
The main purpose is to provide a single object to configure the component.
TableConfiguration.BINDING - Enum Class in org.tentackle.fx.table
Type of binding.
TableConfiguration.EDITMODE - Enum Class in org.tentackle.fx.table
Edit mode.
TableConfigurationProvider<T> - Interface in org.tentackle.fx.table
TableConfigurationProviderFactory - Interface in org.tentackle.fx.table
TableConfigurationProviderService - Annotation Interface in org.tentackle.fx.table
Annotation to express that the annotated class is a TableConfigurationProvider.
TableMetaData - Class in org.tentackle.sql.metadata
Database metadata for a table that is part of the model.
TableMetaData(ModelMetaData, String) - Constructor for class org.tentackle.sql.metadata.TableMetaData
Creates a table meta instance.
TableMigrator - Class in org.tentackle.model.migrate
Handles the migration of tables.
TableMigrator(Entity, Collection<ForeignKey>, Backend, TableMetaData) - Constructor for class org.tentackle.model.migrate.TableMigrator
Creates a table migrator.
TableMigrator.Result - Record Class in org.tentackle.model.migrate
Migration result.
Contains the migration parameters and the resulting SQL code.
tableName - Variable in class org.tentackle.dbms.DbObjectClassVariables
database table name.
TableName - Annotation Interface in org.tentackle.session
Annotation for the tablename of a PDO.
TablePopup<S> - Class in org.tentackle.fx.rdc.table
Table popup.
Provides a context menu with several handy features such as export to excel, save and load table settings, etc...
The popup can be used for tables and tree tables.
TablePopup(FxTableView<S>, String, String) - Constructor for class org.tentackle.fx.rdc.table.TablePopup
Creates a table popup.
TablePopup(FxTreeTableView<S>, String, String) - Constructor for class org.tentackle.fx.rdc.table.TablePopup
Creates a table popup.
TablePrinter - Class in org.tentackle.fx.rdc.table
A controller to print a table.
TablePrinter() - Constructor for class org.tentackle.fx.rdc.table.TablePrinter
Creates a table printer controller.
tableSerial() - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Returns the value of the tableSerial record component.
TableSerialExpirationBacklog - Class in org.tentackle.dbms
Keeps a backlog of expiration sets.
Used in RMI-servers to reduce database roundtrips for clients requesting the expiration info for their local caches.
TableSerialExpirationBacklog() - Constructor for class org.tentackle.dbms.TableSerialExpirationBacklog
Creates a backlog with a default size.
TableSerialExpirationBacklog(int) - Constructor for class org.tentackle.dbms.TableSerialExpirationBacklog
Creates a backlog.
tableSql() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the tableSql record component.
TableUtilities - Class in org.tentackle.fx.rdc.table
Table-related utility methods.
TableUtilities() - Constructor for class org.tentackle.fx.rdc.table.TableUtilities
Creates the table utilities.
TableViewBuilder - Class in org.tentackle.fx.component.build
Builder to create a TableView.
TableViewBuilder() - Constructor for class org.tentackle.fx.component.build.TableViewBuilder
Creates the builder.
TableViewConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TableView.
TableViewConfigurator() - Constructor for class org.tentackle.fx.component.config.TableViewConfigurator
Creates the configurator for a TableView.
TabPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a TabPane.
TabPaneBuilder() - Constructor for class org.tentackle.fx.container.build.TabPaneBuilder
Creates the builder.
TabPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a TabPane.
TabPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.TabPaneConfigurator
Creates the configurator for a TabPane.
Task - Interface in org.tentackle.task
A task being executed by the TaskDispatcher.
TaskDispatcher - Interface in org.tentackle.task
A dispatcher executing tasks in a serialized manner.
TaskDispatcherLock - Interface in org.tentackle.task
The lock of a task dispatcher.
TaskException - Exception Class in org.tentackle.task
Runtime exception for tasks and task dispatching.
TaskException() - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with null as its detail message.
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
TaskException(String) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified detail message.
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
TaskException(String, Throwable) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified detail message and cause.
TaskException(Throwable) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified cause and a detail message of (cause==null ?
TaskListener - Interface in org.tentackle.task
A listener for Task-related events.
TCP_NODELAY - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for TCP_NODELAY.
tcpNoDelay - Variable in class org.tentackle.io.SocketConfiguratorBase
 
TemporalStringTranslator<T> - Class in org.tentackle.fx.translate
String translator for date- and/or time types based on Temporal.
TemporalStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.TemporalStringTranslator
Creates a translator.
TentackleRuntimeException - Exception Class in org.tentackle.common
Tentackle runtime exception.
TentackleRuntimeException() - Constructor for exception class org.tentackle.common.TentackleRuntimeException
Constructs a new tentackle runtime exception with null as its detail message.
TentackleRuntimeException(String) - Constructor for exception class org.tentackle.common.TentackleRuntimeException
Constructs a new tentackle runtime exception with the specified detail message.
TentackleRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.common.TentackleRuntimeException
Constructs a new tentackle runtime exception with the specified detail message and cause.
TentackleRuntimeException(Throwable) - Constructor for exception class org.tentackle.common.TentackleRuntimeException
Constructs a new tentackle runtime exception with the specified cause and a detail message of (cause==null ?
Terminatable - Interface in org.tentackle.daemon
Something that can be terminated gracefully.
Useful for Threads.
terminate() - Method in class org.tentackle.daemon.DaemonSupervisor
Terminates the supervisor.
Waits until supervisor has terminated.
If the running thread is a Supervisable the thread will be "kill()"ed.
terminate() - Method in interface org.tentackle.daemon.Terminatable
Terminates the terminatable.
Requests for termination and waits until terminatable has terminated.
terminate() - Static method in class org.tentackle.fx.Fx
Terminates the FX client.
terminate() - Method in class org.tentackle.fx.FxUtilities
Terminates the FX client.
The default implementation invokes Platform.exit().
terminate() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
terminate() - Method in class org.tentackle.web.app.WebSessionKeyCache
Terminates the session cache.
terminate(String, Throwable) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Terminates the application.
terminatedAt() - Method in interface org.tentackle.daemon.Supervisable
Returns the epochal time when this supervisable has terminated.
terminatedAt() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
terminateHelperThreads() - Method in class org.tentackle.dbms.DbSessionUtilities
 
terminateHelperThreads() - Static method in class org.tentackle.pdo.Pdo
Terminates all helper threads.
terminateHelperThreads() - Method in class org.tentackle.session.SessionUtilities
Stops all helper threads.
test() - Element in annotation interface org.tentackle.fx.FxControllerService
Returns whether controller should be unit tested.
test() - Element in annotation interface org.tentackle.fx.rdc.GuiProviderService
Returns whether provider should be unit tested.
test() - Element in annotation interface org.tentackle.fx.table.TableConfigurationProviderService
Returns whether provider should be unit tested.
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.AddShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.NowShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Returns whether the shortcut applies to the given string.
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.ZoneShortcut
 
text(String) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
text(String) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the text message.
TextAreaBuilder - Class in org.tentackle.fx.component.build
Builder to create a TextArea.
TextAreaBuilder() - Constructor for class org.tentackle.fx.component.build.TextAreaBuilder
Creates the builder.
TextAreaConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TextArea.
TextAreaConfigurator() - Constructor for class org.tentackle.fx.component.config.TextAreaConfigurator
Creates the configurator for a TextArea.
TextFieldBuilder - Class in org.tentackle.fx.component.build
Builder to create a TextField.
TextFieldBuilder() - Constructor for class org.tentackle.fx.component.build.TextFieldBuilder
Creates the builder.
TextFieldConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TextField.
TextFieldConfigurator() - Constructor for class org.tentackle.fx.component.config.TextFieldConfigurator
Creates the configurator for a TextField.
TextFlowBuilder - Class in org.tentackle.fx.container.build
Builder to create a TextFlow.
TextFlowBuilder() - Constructor for class org.tentackle.fx.container.build.TextFlowBuilder
Creates the builder.
TextFlowConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a TextFlow.
TextFlowConfigurator() - Constructor for class org.tentackle.fx.container.config.TextFlowConfigurator
Creates the configurator for a TextFlow.
TextInputControlConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TextInputControl.
TextInputControlConfigurator() - Constructor for class org.tentackle.fx.component.config.TextInputControlConfigurator
Parent constructor.
TextRange(int, int) - Constructor for record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Creates an instance of a TextRange record class.
ThreadLocalSessionHolder - Class in org.tentackle.session
A session holder returning the thread-local session.
Nice if no domain context available, e.g. for low-level AbstractDbObjects.
ThreadLocalSessionHolder() - Constructor for class org.tentackle.session.ThreadLocalSessionHolder
Creates a thread-local session holder.
TilePaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a TilePane.
TilePaneBuilder() - Constructor for class org.tentackle.fx.container.build.TilePaneBuilder
Creates the builder.
TilePaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a TilePane.
TilePaneConfigurator() - Constructor for class org.tentackle.fx.container.config.TilePaneConfigurator
Creates the configurator for a TilePane.
Time - Class in org.tentackle.common
Time with database semantics.
Time() - Constructor for class org.tentackle.common.Time
Creates the current time.
Time(long) - Constructor for class org.tentackle.common.Time
Constructs a Time object using a milliseconds time value.
TIME - Enum constant in enum class org.tentackle.sql.SqlType
Time.
TimeKeeper - Class in org.tentackle.misc
A duration.
TimeKeeper() - Constructor for class org.tentackle.misc.TimeKeeper
Creates a duration.
TimeKeeper(long) - Constructor for class org.tentackle.misc.TimeKeeper
Creates a duration with given nanoseconds.
timeOf(OffsetTime) - Static method in class org.tentackle.sql.datatypes.OffsetTimeType
Derives the time from an OffsetTime value.
TIMEOUT - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the session timeout count.
TIMEOUT_INTERVAL - Static variable in class org.tentackle.dbms.rmi.RmiServer
The property key for the session timeout interval units in milliseconds.
timePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timePattern record component.
timePatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timePatternWithOffset record component.
Timestamp - Class in org.tentackle.common
Timestamp with UTC option.
Timestamp() - Constructor for class org.tentackle.common.Timestamp
Creates the current timestamp.
Timestamp(long) - Constructor for class org.tentackle.common.Timestamp
Constructs a Timestamp object using a milliseconds time value.
TIMESTAMP - Enum constant in enum class org.tentackle.sql.SqlType
Timestamp.
timestampOf(OffsetDateTime) - Static method in class org.tentackle.sql.datatypes.OffsetDateTimeType
Derives the timestamp from an OffsetDateTime value.
timestampOf(ZonedDateTime) - Static method in class org.tentackle.sql.datatypes.ZonedDateTimeType
Derives the timestamp from an ZonedDateTime value.
timestampPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPattern record component.
timestampPatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPatternWithOffset record component.
timestampPatternWithTimeZone() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPatternWithTimeZone record component.
timestampString(Timestamp) - Static method in class org.tentackle.sql.backends.Oracle8
Converts a timestamp to a string.
TimestampStringTranslator - Class in org.tentackle.fx.translate
Timestamp translator.
Applies to both Timestamp and Timestamp.
TimestampStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.TimestampStringTranslator
 
TimestampTableCellType - Class in org.tentackle.fx.table.type
Timestamp cell type.
Applies to java.sql.Timestamp and org.tentackle.common.Timestamp.
TimestampTableCellType() - Constructor for class org.tentackle.fx.table.type.TimestampTableCellType
Creates the cell type for Timestamp.
TimestampType - Class in org.tentackle.sql.datatypes
Datatype for Timestamp.
TimestampType() - Constructor for class org.tentackle.sql.datatypes.TimestampType
Creates the datatype for Timestamp.
timeString(Time) - Static method in class org.tentackle.sql.backends.Oracle8
Converts a time to a string.
TimeStringTranslator - Class in org.tentackle.fx.translate
Time translator.
Applies to both Time and Time.
TimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.TimeStringTranslator
 
TimeTableCellType - Class in org.tentackle.fx.table.type
Time cell type.
Applies to java.sql.Time and org.tentackle.common.Time.
TimeTableCellType() - Constructor for class org.tentackle.fx.table.type.TimeTableCellType
Creates the cell type for Time.
timeToReconnect() - Method in interface org.tentackle.io.ReconnectionPolicy
Number of milliseconds to wait before the next connection attempt.
Reconnection terminates if the method returns 0 or throws some runtime exception.
TimeType - Class in org.tentackle.sql.datatypes
Datatype for Time.
TimeType() - Constructor for class org.tentackle.sql.datatypes.TimeType
Creates the datatype for Time.
TINYINT - Enum constant in enum class org.tentackle.sql.SqlType
Byte and byte.
title(String) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
title(String) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the title.
TitledPaneBuilder - Class in org.tentackle.fx.container.build
Builder to create a TitledPane.
TitledPaneBuilder() - Constructor for class org.tentackle.fx.container.build.TitledPaneBuilder
Creates the builder.
TitledPaneConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a TitledPane.
TitledPaneConfigurator() - Constructor for class org.tentackle.fx.container.config.TitledPaneConfigurator
Creates the configurator for a TitledPane.
TO_MODEL_VIA_FIELD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via field.
TO_MODEL_VIA_FROM_METHOD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via from-method.
TO_MODEL_VIA_SETTER - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via setter.
TO_VIEW_VIA_FIELD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from model via field to view.
TO_VIEW_VIA_GETTER - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from model via getter to view.
toArray() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
toArray(T[]) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
toAsciiLetterOrDigit(String) - Static method in class org.tentackle.common.StringHelper
Converts to string containing only the letters A-z or digits.
All other characters will be converted to an underscore.
toBytes(char) - Static method in class org.tentackle.common.StringHelper
Converts a single (unicode) char to a byte-array.
toBytes(char[]) - Static method in class org.tentackle.common.StringHelper
Converts a char-array to a byte-array.
toCalendar(Date) - Static method in class org.tentackle.common.DateHelper
Creates a calendar for the given date.
The calendar is created using the thread-local locale, if set, else the default locale.
toCalendar(Time) - Static method in class org.tentackle.common.DateHelper
Creates a calendar for the given time.
The calendar is created using the thread-local locale, if set, else the default locale.
toCalendar(Timestamp) - Static method in class org.tentackle.common.DateHelper
Creates a calendar for the given timestamp.
The calendar is created using the thread-local locale, if set, else the default locale.
toCamelCase(String) - Static method in class org.tentackle.common.StringHelper
Converts a dotted path to camelCase.
Example:
"alpha.beta.gamma" is converted to "alphaBetaGamma".
toCharArray(String) - Static method in class org.tentackle.common.StringHelper
Null-safe string to a char-array conversion.
toCsv(String, Collection<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
toCsv(Collection<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
Conforms to RFC 4180.
toCsvLenient(Collection<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
Picks the separator automatically to avoid quoting, if possible.
toDate(Calendar) - Static method in class org.tentackle.common.DateHelper
Converts a Calendar into a org.tentackle.misc.Date.
toDate(Date) - Static method in class org.tentackle.common.DateHelper
Converts a java.util.Date into an org.tentackle.misc.Date.
today() - Static method in class org.tentackle.common.DateHelper
Creates a calendar of the current date and time.
The calendar is created using the thread-local locale, if set, else the default locale.
today(int, int, int) - Static method in class org.tentackle.common.DateHelper
Gets DateHelper.today() with an offset.
toDiagnosticString() - Method in class org.tentackle.dbms.ManagedConnection
Creates a diagnostic string.
toDiagnosticString() - Method in class org.tentackle.pdo.DefaultDomainContext
 
toDiagnosticString() - Method in interface org.tentackle.pdo.DomainContext
Get the long diagnostic string of this context.
Used for logging, for example.
toDiagnosticString() - Method in class org.tentackle.persist.lock.DbTokenLock
Creates a diagnostic string for logging.
toDiagnosticString() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
toDiagnosticString() - Method in interface org.tentackle.task.TaskDispatcher
Returns a diagnostic string.
This is an extended version of Object.toString().
toDoubleQuotes(String) - Static method in class org.tentackle.common.StringHelper
Takes a string, surrounds it with double-quotes and escapes all double-quotes already in the string according to Unix rules.
toExternal() - Method in enum class org.tentackle.dbms.DbModificationType
 
toExternal() - Method in interface org.tentackle.misc.Convertible
Convert this object to an external value.
toFixedLength(String, int) - Static method in class org.tentackle.common.StringHelper
Takes a string and returns one with a given length, cutting or filling up with spaces, whatever appropriate.
toFixedLength(String, int, char) - Static method in class org.tentackle.common.StringHelper
Takes a string and returns one with a given length, cutting or filling up with fillchars, whatever appropriate.
toFixedLengthLeftFill(String, int) - Static method in class org.tentackle.common.StringHelper
Takes a string and returns one with a given length, cutting or filling up with spaces from the left, whatever appropriate.
toFixedLengthLeftFill(String, int, char) - Static method in class org.tentackle.common.StringHelper
Takes a string and returns one with a given length, cutting or filling up with fillchars from the left, whatever appropriate.
toGenericString() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the string value: "<className>[id/serial]".
toGenericString() - Method in class org.tentackle.domain.AbstractDomainObject
 
toGenericString() - Method in class org.tentackle.fx.component.FxCheckBox
 
toGenericString() - Method in class org.tentackle.fx.component.FxChoiceBox
 
toGenericString() - Method in class org.tentackle.fx.component.FxColorPicker
 
toGenericString() - Method in class org.tentackle.fx.component.FxComboBox
 
toGenericString() - Method in class org.tentackle.fx.component.FxDatePicker
 
toGenericString() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
toGenericString() - Method in class org.tentackle.fx.component.FxListView
 
toGenericString() - Method in class org.tentackle.fx.component.FxPasswordField
 
toGenericString() - Method in class org.tentackle.fx.component.FxRadioButton
 
toGenericString() - Method in class org.tentackle.fx.component.FxTableView
 
toGenericString() - Method in class org.tentackle.fx.component.FxTextArea
 
toGenericString() - Method in class org.tentackle.fx.component.FxTextField
 
toGenericString() - Method in class org.tentackle.fx.component.FxToggleButton
 
toGenericString() - Method in class org.tentackle.fx.component.FxTreeTableView
 
toGenericString() - Method in class org.tentackle.fx.component.FxTreeView
 
toGenericString() - Method in class org.tentackle.fx.container.FxAccordion
 
toGenericString() - Method in class org.tentackle.fx.container.FxAnchorPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxBorderPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxButtonBar
 
toGenericString() - Method in class org.tentackle.fx.container.FxDialogPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxFlowPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxGridPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxHBox
 
toGenericString() - Method in class org.tentackle.fx.container.FxPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxScrollPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxSplitPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxStackPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxTab
 
toGenericString() - Method in class org.tentackle.fx.container.FxTabPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxTextFlow
 
toGenericString() - Method in class org.tentackle.fx.container.FxTilePane
 
toGenericString() - Method in class org.tentackle.fx.container.FxTitledPane
 
toGenericString() - Method in class org.tentackle.fx.container.FxToolBar
 
toGenericString() - Method in class org.tentackle.fx.container.FxVBox
 
toGenericString() - Method in class org.tentackle.fx.FxComponentDelegate
 
toGenericString() - Method in class org.tentackle.fx.FxContainerDelegate
 
toGenericString() - Method in interface org.tentackle.fx.FxControl
Returns the classname plus optional fx:id.
toGenericString() - Method in interface org.tentackle.misc.Identifiable
Gets the generic string.
This is usually the classname followed by the id in square brackets.
toGenericString() - Method in class org.tentackle.misc.IdSerialTuple
 
toGenericString() - Method in class org.tentackle.misc.XUUID
 
toGenericString() - Method in class org.tentackle.pdo.DefaultDomainContext
 
toGenericString() - Method in interface org.tentackle.pdo.DomainContext
Returns the generic string representation of this context.
toGenericString() - Method in interface org.tentackle.pdo.DomainObject
Gets the generic string representation of the domain object.
toGenericString() - Method in class org.tentackle.persist.AbstractPersistentObject
 
ToggleButtonBuilder - Class in org.tentackle.fx.component.build
Builder to create a ToggleButton.
ToggleButtonBuilder() - Constructor for class org.tentackle.fx.component.build.ToggleButtonBuilder
Creates the builder.
ToggleButtonConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a ToggleButton.
ToggleButtonConfigurator() - Constructor for class org.tentackle.fx.component.config.ToggleButtonConfigurator
Creates the configurator for a ToggleButton.
toHexString(byte[]) - Static method in class org.tentackle.common.StringHelper
Creates a human-readable hex-String out of a byte-array (e.g. from MessageDigest MD5sum).
toHTML(String) - Static method in class org.tentackle.common.StringHelper
Converts a multiline string to an HTML-string that can be displayed in a label.
toIdString() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the ID string: "classId:id".
The ID string describes the PDO by its classId and object-ID.
toIdString() - Method in interface org.tentackle.pdo.PersistentObject
Gets the ID string: "classId:id".
The ID string describes the PDO by its classId and object-ID.
toInternal(Character) - Static method in interface org.tentackle.dbms.ModificationType
Converts an external character value to a ModificationType.
toInternalImpl(Character) - Static method in enum class org.tentackle.dbms.DbModificationType
Maps a character value to a modification type.
toInternalType(String) - Method in interface org.tentackle.sql.Backend
Converts a backend specific type name to an internal name used by driver specific methods.
toInternalType(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
toInternalType(String) - Method in class org.tentackle.sql.backends.Postgres
 
TokenLock - Interface in org.tentackle.persist
A token lock.
TokenLockInfo - Record Class in org.tentackle.pdo
The edited-by token lock info.
Holds the columns editedBy, editedSince and editedExpiry in one DTO.
TokenLockInfo(long, Timestamp, Timestamp) - Constructor for record class org.tentackle.pdo.TokenLockInfo
Creates an instance of a TokenLockInfo record class.
toList() - Method in interface org.tentackle.misc.ScrollableResource
Returns the objects of this scrollable resource as a list.
toList() - Method in class org.tentackle.persist.ResultSetCursor
Returns the objects of this cursor as a list.
toList() - Method in interface org.tentackle.persist.rmi.RemoteResultSetCursor
Returns the objects of this cursor as a list.
toList() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
toList(Class<T>) - Method in class org.tentackle.dbms.ResultSetWrapper
Retrieves a list of DTOs from this resultset.
toList(List<T>) - Method in class org.tentackle.persist.ResultSetCursor
Adds the rest of the cursor to a list.
toListAndClose() - Method in interface org.tentackle.misc.ScrollableResource
Returns the objects of this scrollable resource as a list and closes this scrollable resource.
toListAndClose() - Method in class org.tentackle.persist.ResultSetCursor
Returns the objects of this cursor as a list and closes this cursor.
toLiteral(String, Integer) - Method in interface org.tentackle.sql.DataType
Takes the string representation of a value and converts it to an SQL literal.
Some types need single quotes, for example.
toLiteral(String, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
toLiteral(String, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
toLiteral(String, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
toLiteral(String, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
toLower(String) - Static method in class org.tentackle.common.StringHelper
Converts a string to lowercase allowing null values.
The conversion is done with Locale.ROOT.
toMethodArgument(String) - Method in interface org.tentackle.model.Attribute
Converts a given value string to a valid java method argument.
Adds a downcast, if necessary.
toMethodArgument(String) - Method in class org.tentackle.model.impl.AttributeImpl
 
toMillis(Date) - Static method in class org.tentackle.common.DateHelper
Converts a date to the epochal time in millis with null-check.
toModel(String) - Method in class org.tentackle.fx.translate.ValueStringTranslator
 
toModel(BindingEvent) - Method in interface org.tentackle.bind.ToModelListener
The model will be updated by the view
toModel(V) - Method in interface org.tentackle.fx.ValueTranslator
Converts a view value to a model value.
toModelFunction() - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.BMoneyStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.ByteStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.DateStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.DoubleStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.EnumStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.FloatStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.IdentityTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.IntegerStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.LongStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.ObservableListTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.ShortStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.StringColorTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.TimestampStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.TimeStringTranslator
 
toModelFunction() - Method in class org.tentackle.fx.translate.TreeItemTranslator
 
toModelFunction() - Method in interface org.tentackle.fx.ValueTranslator
Function to translate a view value to a model value.
ToModelListener - Interface in org.tentackle.bind
A listener invoked after the binding has updated the model with the view's value.
toNonPrimitive() - Method in interface org.tentackle.sql.DataType
Gets the non-primitive type if this is a primitive.
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.BooleanPrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.BytePrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.CharacterPrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.DoublePrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.FloatPrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.IntegerPrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.LongPrimitiveType
 
toNonPrimitive() - Method in class org.tentackle.sql.datatypes.ShortPrimitiveType
 
ToolBarBuilder - Class in org.tentackle.fx.container.build
Builder to create a ToolBar.
ToolBarBuilder() - Constructor for class org.tentackle.fx.container.build.ToolBarBuilder
Creates the builder.
ToolBarConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a ToolBar.
ToolBarConfigurator() - Constructor for class org.tentackle.fx.container.config.ToolBarConfigurator
Creates the configurator for a ToolBar.
ToolFinder - Class in org.tentackle.common
Finds external tools to execute.
ToolFinder() - Constructor for class org.tentackle.common.ToolFinder
Creates a tool finder.
ToolRunner - Class in org.tentackle.common
Runner for external tools.
ToolRunner(File) - Constructor for class org.tentackle.common.ToolRunner
Creates a runner for a tool.
TOP - Enum constant in enum class org.tentackle.fx.component.Note.Position
above the node.
toParameterString() - Method in class org.tentackle.common.I18NText
Creates a parameter string of the current translations.
toParsableString(String) - Static method in class org.tentackle.common.StringHelper
Converts a string to a string parsable by StringHelper.parseString(java.lang.String).
toPrimitive() - Method in interface org.tentackle.sql.DataType
Gets the primitive type if this is a non-primitive.
toPrimitive() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.BooleanType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.ByteType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.CharacterType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.DoubleType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.FloatType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.IntegerType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.LongType
 
toPrimitive() - Method in class org.tentackle.sql.datatypes.ShortType
 
toProperties() - Method in class org.tentackle.common.ParameterString
Converts a parameter string to a property list.
toQuotedString(String) - Method in interface org.tentackle.sql.Backend
Converts a string to a string enclosed in single quotes.
toQuotedString(String) - Method in class org.tentackle.sql.backends.AbstractBackend
 
toSpreadsheet(boolean) - Method in class org.tentackle.fx.rdc.table.TablePopup
Opens a dialog to export a table to an Excel sheet.
toSpreadsheet(Collection<TableColumnConfiguration<S, ?>>, File, List<S>) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Converts the column configurations to a spreadsheet file.
toSpreadsheet(FxTableView<S>, File, boolean) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Converts the table to a spreadsheet file.
toSpreadsheet(FxTreeTableView<S>, File, boolean) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Converts the treetable to a spreadsheet file.
toString() - Method in class org.tentackle.app.AbstractApplication
Gets the application's name.
toString() - Method in class org.tentackle.bind.AbstractBinding
 
toString() - Method in class org.tentackle.bind.BindingEvent
 
toString() - Method in class org.tentackle.bind.DefaultBindingMember
 
toString() - Method in class org.tentackle.bind.ValidationEvent
 
toString() - Method in class org.tentackle.common.I18NText
 
toString() - Method in class org.tentackle.common.ModuleInfo
 
toString() - Method in class org.tentackle.common.ModuleSorter
 
toString() - Method in class org.tentackle.common.ParameterString
 
toString() - Method in record class org.tentackle.common.ServiceFinderKey
Returns a string representation of this record class.
toString() - Method in class org.tentackle.common.ToolRunner
 
toString() - Method in class org.tentackle.dbms.AbstractDbObject
Gets the default string value.
The default implementation invokes AbstractDbObject.toGenericString().
toString() - Method in class org.tentackle.dbms.AbstractIdSource
 
toString() - Method in class org.tentackle.dbms.Db
 
toString() - Method in class org.tentackle.dbms.DbModification
 
toString() - Method in record class org.tentackle.dbms.DbObjectClassVariables.ForeignReference
Returns a string representation of this record class.
toString() - Method in class org.tentackle.dbms.DbObjectClassVariables
 
toString() - Method in class org.tentackle.dbms.DbOperationClassVariables
 
toString() - Method in class org.tentackle.dbms.DbPool
 
toString() - Method in class org.tentackle.dbms.DbTransaction
 
toString() - Method in record class org.tentackle.dbms.DbTransactionHandle
Returns a string representation of this record class.
toString() - Method in class org.tentackle.dbms.DefaultConnectionManager
 
toString() - Method in class org.tentackle.dbms.ManagedConnection
 
toString() - Method in class org.tentackle.dbms.ModificationLog
 
toString() - Method in class org.tentackle.dbms.PooledDb
 
toString() - Method in class org.tentackle.dbms.prefs.DbPreferences
Returns the string representation of this node.
toString() - Method in class org.tentackle.dbms.prefs.DbPreferencesKey
 
toString() - Method in class org.tentackle.dbms.prefs.DbPreferencesNode
 
toString() - Method in class org.tentackle.dbms.PreparedStatementWrapper
 
toString() - Method in class org.tentackle.dbms.ResultSetWrapper
 
toString() - Method in record class org.tentackle.dbms.rmi.DbObjectResult
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.dbms.rmi.DefaultMasterSerial
Returns a string representation of this record class.
toString() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
toString() - Method in class org.tentackle.dbms.rmi.RemoteDelegateImpl
 
toString() - Method in class org.tentackle.dbms.StatementHistory
 
toString() - Method in class org.tentackle.dbms.StatementId
 
toString() - Method in class org.tentackle.dbms.StatementKey
 
toString() - Method in class org.tentackle.dbms.StatementStatistics
 
toString() - Method in class org.tentackle.dbms.StatementStatisticsResult
 
toString() - Method in class org.tentackle.dbms.StatementWrapper
 
toString() - Method in class org.tentackle.dbms.TransactionStatisticsResult
 
toString() - Method in class org.tentackle.domain.AbstractDomainObject
Gets the string representation of this domain object.
toString() - Method in class org.tentackle.domain.ns.NumberPoolDomainImpl
 
toString() - Method in class org.tentackle.domain.ns.NumberRangeDomainImpl
 
toString() - Method in class org.tentackle.fx.DefaultInteractiveError
 
toString() - Method in class org.tentackle.fx.FxComponentDelegate
 
toString() - Method in class org.tentackle.fx.FxContainerDelegate
 
toString() - Method in class org.tentackle.fx.rdc.DefaultGuiProvider
 
toString() - Method in class org.tentackle.fx.rdc.PdoEvent
 
toString() - Method in class org.tentackle.fx.table.DefaultTableColumnConfiguration
 
toString() - Method in class org.tentackle.fx.table.DefaultTableConfiguration
 
toString() - Method in record class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Returns a string representation of this record class.
toString() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
toString() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 
toString() - Method in class org.tentackle.i18n.StoredResourceBundle
 
toString() - Method in class org.tentackle.io.AppendableWriter
Return the appendables's current value as a string.
toString() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
toString() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
toString() - Method in class org.tentackle.io.SocketConfiguratorBase
 
toString() - Method in class org.tentackle.io.SocketPerformancePreferences
 
toString() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
Returns the entries as a string.
toString() - Method in class org.tentackle.log.StatisticsResult
 
toString() - Method in class org.tentackle.misc.CompoundValue
 
toString() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns a string representation of this record class.
toString() - Method in class org.tentackle.misc.Holder
 
toString() - Method in class org.tentackle.misc.IdentifiableKey
 
toString() - Method in class org.tentackle.misc.IdSerialTuple
 
toString() - Method in class org.tentackle.misc.SubString
 
toString() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns a string representation of this record class.
toString() - Method in class org.tentackle.misc.TimeKeeper
 
toString() - Method in class org.tentackle.misc.VolatileHolder
 
toString() - Method in class org.tentackle.misc.XUUID
 
toString() - Method in enum class org.tentackle.model.AccessScope
 
toString() - Method in record class org.tentackle.model.AttributeSorting
Returns a string representation of this record class.
toString() - Method in class org.tentackle.model.impl.AttributeImpl
 
toString() - Method in class org.tentackle.model.impl.EntityImpl
 
toString() - Method in class org.tentackle.model.impl.EntityInfoImpl
 
toString() - Method in class org.tentackle.model.impl.ForeignKeyImpl
 
toString() - Method in class org.tentackle.model.impl.IndexImpl
 
toString() - Method in class org.tentackle.model.impl.RelationImpl
 
toString() - Method in class org.tentackle.model.MethodArgument
 
toString() - Method in record class org.tentackle.model.migrate.IndexMigrator.Result
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns a string representation of this record class.
toString() - Method in class org.tentackle.model.migrate.TableMigrator
 
toString() - Method in class org.tentackle.model.ModelDefaults
 
toString() - Method in class org.tentackle.model.ModelError
 
toString() - Method in class org.tentackle.model.parse.Line
 
toString() - Method in class org.tentackle.model.SourceInfo
 
toString() - Method in class org.tentackle.ns.DefaultNumberSource
 
toString() - Method in record class org.tentackle.ns.NumberSource.Range
Returns a string representation of this record class.
toString() - Method in class org.tentackle.pdo.DefaultDomainContext
Gets the string representation of this context.
toString() - Method in class org.tentackle.pdo.OperationMethodCache
 
toString() - Method in record class org.tentackle.pdo.OperationMethodCacheInfo
Returns a string representation of this record class.
toString() - Method in class org.tentackle.pdo.PdoCache
 
toString() - Method in class org.tentackle.pdo.PdoCacheIndex.CacheKey
 
toString() - Method in class org.tentackle.pdo.PdoCacheIndex
 
toString() - Method in class org.tentackle.pdo.PdoMember
 
toString() - Method in class org.tentackle.pdo.PdoMethodCache
 
toString() - Method in record class org.tentackle.pdo.PdoMethodCacheInfo
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.pdo.TokenLockInfo
Returns a string representation of this record class.
toString() - Method in class org.tentackle.persist.PersistentObjectClassVariables
 
toString() - Method in class org.tentackle.persist.rmi.RemoteResultSetCursorImpl
 
toString() - Method in class org.tentackle.persist.security.SecurityPersistenceImpl
for debugging only
toString() - Method in class org.tentackle.prefs.DefaultPreferences
 
toString() - Method in class org.tentackle.reflect.AbstractClassMapper
 
toString() - Method in class org.tentackle.reflect.InterceptableMethodCache
 
toString() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
 
toString() - Method in class org.tentackle.reflect.MethodCache
 
toString() - Method in class org.tentackle.reflect.PropertyMapping
 
toString() - Method in class org.tentackle.script.AbstractScript
 
toString() - Method in class org.tentackle.script.AbstractScriptingLanguage
 
toString() - Method in class org.tentackle.script.ScriptVariable
 
toString() - Method in class org.tentackle.security.DefaultSecurityResult
 
toString() - Method in class org.tentackle.security.GranteeDescriptor
 
toString() - Method in class org.tentackle.security.permissions.AbstractPermission
 
toString() - Method in class org.tentackle.session.AbstractSessionConfiguration
 
toString() - Method in class org.tentackle.session.DefaultSessionInfo
 
toString() - Method in class org.tentackle.session.ModificationEvent
 
toString() - Method in class org.tentackle.session.ModificationEventDetail
 
toString() - Method in record class org.tentackle.session.SavepointHandle
Returns a string representation of this record class.
toString() - Method in class org.tentackle.session.SessionKeepAliveTask
 
toString() - Method in class org.tentackle.sql.BackendInfo
 
toString() - Method in class org.tentackle.sql.backends.AbstractBackend
 
toString() - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
toString() - Method in record class org.tentackle.sql.DefaultScriptRunner.SQLCode
Returns a string representation of this record class.
toString() - Method in enum class org.tentackle.sql.JoinType
 
toString() - Method in class org.tentackle.sql.metadata.ColumnMetaData
 
toString() - Method in class org.tentackle.sql.metadata.DatabaseMetaDataTableHeader
 
toString() - Method in enum class org.tentackle.sql.metadata.ForeignKeyAction
 
toString() - Method in class org.tentackle.sql.metadata.ForeignKeyColumnMetaData
 
toString() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
 
toString() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
 
toString() - Method in class org.tentackle.sql.metadata.IndexMetaData
 
toString() - Method in class org.tentackle.sql.metadata.ModelMetaData
 
toString() - Method in class org.tentackle.sql.metadata.TableMetaData
 
toString() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns a string representation of this record class.
toString() - Method in enum class org.tentackle.sql.SqlNameType
 
toString() - Method in class org.tentackle.task.AbstractTask
 
toString() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
toString() - Method in class org.tentackle.update.ClientInfo
 
toString() - Method in class org.tentackle.update.UpdateInfo
 
toString() - Method in class org.tentackle.validate.DefaultValidationContext
 
toString() - Method in class org.tentackle.validate.scope.AbstractScope
 
toString() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
toString() - Method in class org.tentackle.validate.ValidationMapper
 
toString() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns a string representation of this record class.
toString() - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
toString() - Method in class org.tentackle.validate.validator.AbstractValidator
 
toString(Date) - Method in class org.tentackle.sql.datatypes.DateType
 
toString(Time) - Method in class org.tentackle.sql.datatypes.TimeType
 
toString(Timestamp) - Method in class org.tentackle.sql.datatypes.TimestampType
 
toString(Instant) - Method in class org.tentackle.sql.datatypes.InstantType
 
toString(LocalDate) - Method in class org.tentackle.sql.datatypes.LocalDateType
 
toString(LocalDateTime) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
toString(LocalTime) - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
toString(OffsetDateTime) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
toString(OffsetTime) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
toString(ZonedDateTime) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
toString(Collection<ModelError>) - Static method in class org.tentackle.model.ModelError
Creates a string from a collection of errors.
Multiple errors are separated by a newline.
toString(T) - Method in class org.tentackle.fx.NavigationLetterStringConverter
 
toString(T) - Method in interface org.tentackle.sql.DataType
Takes an object and converts it to a string that can in turn be parsed with DataType.valueOf(String).
The method is used to print a literal (for example the default value of a dumped attribute).
toString(T) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
toTag(Locale) - Method in class org.tentackle.common.LocaleProvider
Converts a locale to a tag.
Since there is no guarantee that Locale.toLanguageTag() and Locale.forLanguageTag(String) will round-trip, this method is provided to guarantee that at least for the supported locales.
TotalsTableView<S> - Class in org.tentackle.fx.table
A table displaying the totals of another table.
Displays any number of rows (1 for totals, 3 for totals and min + max, for example).
The items must contain the total values.
TotalsTableView() - Constructor for class org.tentackle.fx.table.TotalsTableView
Creates an unbound totals table.
toTime(Calendar) - Static method in class org.tentackle.common.DateHelper
Converts a Calendar into a org.tentackle.misc.Time.
toTime(Date) - Static method in class org.tentackle.common.DateHelper
Converts a java.util.Date into a org.tentackle.misc.Time.
toTimestamp(Calendar) - Static method in class org.tentackle.common.DateHelper
Converts a Calendar into a org.tentackle.misc.Timestamp.
toTimestamp(Date) - Static method in class org.tentackle.common.DateHelper
Converts a java.util.Date into a org.tentackle.misc.Timestamp.
toUpper(String) - Static method in class org.tentackle.common.StringHelper
Converts a string to uppercase allowing null values.
The conversion is done with Locale.ROOT.
toVarName(String) - Static method in class org.tentackle.common.StringHelper
Filters illegal chars for Java variable names.
toView(M) - Method in interface org.tentackle.fx.ValueTranslator
Converts a model value to a view value.
toView(BindingEvent) - Method in interface org.tentackle.bind.ToViewListener
The view will be updated by the model.
toViewFunction() - Method in class org.tentackle.fx.rdc.translate.PdoStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.BMoneyStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.ByteStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.CollectionTreeItemTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.DateStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.DoubleStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.EnumStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.FloatStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.IdentityTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.IntegerStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.LongStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.ObservableListTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.ShortStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.StringColorTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.TemporalStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.TimestampStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.TimeStringTranslator
 
toViewFunction() - Method in class org.tentackle.fx.translate.TreeItemTranslator
 
toViewFunction() - Method in interface org.tentackle.fx.ValueTranslator
Function to translate a model value to a view value.
ToViewListener - Interface in org.tentackle.bind
A listener invoked before the binding will update the view with the model's value.
toWords() - Method in class org.tentackle.common.BMoney
Converts a money value to a string of digits as words.
The digits after the comma are ignored.
toXml(boolean) - Method in class org.tentackle.fx.rdc.table.TablePopup
Opens a dialog to export a table to a spreadsheet.
toXml(FxTableView<S>, File, boolean) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Exports a table to an XML file.
toXml(FxTreeTableView<S>, File, boolean) - Method in class org.tentackle.fx.rdc.table.TableUtilities
Exports a treetable to an XML file.
TRACKED - Enum constant in enum class org.tentackle.model.TrackType
PDO knows whether modified or not.
TRACKED - Static variable in class org.tentackle.model.impl.RelationImpl
tracked relation flag.
TrackedArrayList<E> - Class in org.tentackle.misc
Implementation of a TrackedList.
TrackedArrayList() - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
Notice that the list is initially marked 'modified'!
TrackedArrayList(boolean) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
TrackedArrayList(int, boolean) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
TrackedArrayList(Collection<E>) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a list from a collection.
The list is NOT marked modified.
TrackedList<E> - Interface in org.tentackle.misc
A List with the ability to tell whether it has been structurally modified.
TrackedListListener<E> - Interface in org.tentackle.misc
A listener for TrackedList events.
TrackType - Enum Class in org.tentackle.model
Object tracking type.
trafficClass - Variable in class org.tentackle.io.SocketConfiguratorBase
 
transaction(Runnable) - Static method in interface org.tentackle.session.ModificationTracker
Submits a session task invoking the given runnable within a transaction of the tracker's session.
transaction(String, Runnable) - Static method in interface org.tentackle.session.ModificationTracker
Submits a session task invoking the given runnable within a transaction of the tracker's session.
transaction(String, Provider<T, E>) - Method in class org.tentackle.dbms.Db
 
transaction(String, Provider<T, E>) - Method in interface org.tentackle.session.Session
Runs code within a transaction.
transaction(Provider<T, E>) - Method in class org.tentackle.dbms.Db
 
transaction(Provider<T, E>) - Method in interface org.tentackle.session.Session
Runs code within a transaction.
The transaction name is derived from the enclosing method.
Transaction - Annotation Interface in org.tentackle.pdo
Annotation to mark a method as transactional.
TransactionInterceptor - Class in org.tentackle.pdo
Implementation of the Transaction interception.
TransactionInterceptor() - Constructor for class org.tentackle.pdo.TransactionInterceptor
Creates a Transaction interceptor.
TransactionIsolation - Enum Class in org.tentackle.session
Enum that maps the low-level integer constants of the transaction isolation levels in java.sql.Connection.
TransactionRetryPolicy - Interface in org.tentackle.pdo
 
TransactionRetryPolicyService - Annotation Interface in org.tentackle.pdo
Annotation to describe a transaction retry policy.
TransactionStatistics - Class in org.tentackle.dbms
Transaction statistics collector.
TransactionStatistics() - Constructor for class org.tentackle.dbms.TransactionStatistics
Creates a new statistics object.
TransactionStatisticsResult - Class in org.tentackle.dbms
Statistics result for transactions.
Extends StatisticsResult by number of statements.
TransactionStatisticsResult() - Constructor for class org.tentackle.dbms.TransactionStatisticsResult
Creates a statement statistics result.
TransactionWritability - Enum Class in org.tentackle.session
Enum for read-write or read-only transactions.
transferTokenLock(long) - Method in interface org.tentackle.pdo.PersistentObject
Transfers the token lock to another user.
Necessary to hand over a token without releasing it.
Eliminates the time-gap when object is token-free.
Allows taking over the token WITHOUT possessing it!
transferTokenLock(long) - Method in class org.tentackle.persist.AbstractPersistentObject
 
transferTokenLock(T, long) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
transferTokenLock(T, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
transferTokenLockStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
translate(String) - Method in class org.tentackle.model.EntityAliases
Maps the given name to an entity name.
translateAlias(String) - Method in class org.tentackle.model.impl.ModelImpl
Translates an entity name if it is an alias.
translateLevel(Logger.Level) - Method in class org.tentackle.log.slf4j.SLF4JLogger
Translate the tentackle logging level to the SLF4J level.
translateName(String) - Method in class org.tentackle.fx.DefaultGraphicProvider
 
translateName(String) - Method in class org.tentackle.fx.IkonliGraphicProvider
Translates the symbolic Tentackle icon name to the corresponding name of the icon pack.
If the name is not one of the names used by the framework, it is returned unchanged.
tree() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Shows the browser tree of the current PDO.
TreeItemTranslator<T> - Class in org.tentackle.fx.translate
TreeItem translator for FxTreeView and FxTreeTableView.
TreeItemTranslator(FxComponent) - Constructor for class org.tentackle.fx.translate.TreeItemTranslator
Creates a translator.
TreeTableViewBuilder - Class in org.tentackle.fx.component.build
Builder to create a TreeTableView.
TreeTableViewBuilder() - Constructor for class org.tentackle.fx.component.build.TreeTableViewBuilder
Creates the builder.
TreeTableViewConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TreeTableView.
TreeTableViewConfigurator() - Constructor for class org.tentackle.fx.component.config.TreeTableViewConfigurator
Creates the configurator for a TreeTableView.
TreeViewBuilder - Class in org.tentackle.fx.component.build
Builder to create a TreeView.
TreeViewBuilder() - Constructor for class org.tentackle.fx.component.build.TreeViewBuilder
Creates the builder.
TreeViewConfigurator<T> - Class in org.tentackle.fx.component.config
Configures a TreeView.
TreeViewConfigurator() - Constructor for class org.tentackle.fx.component.config.TreeViewConfigurator
Creates the configurator for a TreeView.
triggerViewModified() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
triggerViewModified() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
triggerViewModified() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
triggerViewModified() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxCheckBox
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxChoiceBox
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxColorPicker
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxComboBox
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxDatePicker
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxListView
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxPasswordField
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxRadioButton
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxTableView
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxTextArea
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxTextField
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxToggleButton
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxTreeTableView
 
triggerViewModified() - Method in class org.tentackle.fx.component.FxTreeView
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxAccordion
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxAnchorPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxBorderPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxButtonBar
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxDialogPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxFlowPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxGridPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxHBox
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxScrollPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxSplitPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxStackPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxTab
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxTabPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxTextFlow
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxTilePane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxTitledPane
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxToolBar
 
triggerViewModified() - Method in class org.tentackle.fx.container.FxVBox
 
triggerViewModified() - Method in class org.tentackle.fx.FxComponentDelegate
 
triggerViewModified() - Method in class org.tentackle.fx.FxContainerDelegate
 
triggerViewModified() - Method in interface org.tentackle.fx.FxControl
Walks up the component hierarchy and updates the viewModified property.
This is done by comparing the saved view value with the current view.
triggerViewModified() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
trim(String) - Static method in class org.tentackle.common.StringHelper
Trims a string.
The method is null-safe.
trim(String, int) - Static method in class org.tentackle.common.StringHelper
Trims a string.
The method is null-safe.
trimLeft(String, char) - Static method in class org.tentackle.common.StringHelper
Cuts leading characters.
trimRight(String, char) - Static method in class org.tentackle.common.StringHelper
Cuts trailing characters.
True - Annotation Interface in org.tentackle.validate.validator
The annotated element must be true.
TrueContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for True.
TrueImpl - Class in org.tentackle.validate.validator
Implementation of the True-validator.
TrueImpl() - Constructor for class org.tentackle.validate.validator.TrueImpl
Creates a True-validator.
TX_DELETE_ALL_IN_CONTEXT - Static variable in class org.tentackle.persist.AbstractPersistentObject
delete all in context
TX_DELETE_LIST - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: delete list
TX_DELETE_MISSING_IN_LIST - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: delete missing in list
TX_DELETE_OBJECT - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: delete object
TX_DUMMY_UPDATE - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: dummy update
TX_INSERT_OBJECT - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: insert object
TX_INSERT_PLAIN - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: insert plain
TX_SAVE - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: saveObject
TX_SAVE_COPY_IN_CONTEXT - Static variable in class org.tentackle.persist.AbstractPersistentObject
saveImpl copy in context
TX_SAVE_LIST - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: saveObject list
TX_SYNC - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: sync
TX_TRANSFER_TOKENLOCK - Static variable in class org.tentackle.persist.AbstractPersistentObject
transfer edited by
TX_UPDATE_OBJECT - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: update object
TX_UPDATE_PLAIN - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: update plain
TX_UPDATE_SERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: update serial
TX_UPDATE_SERIAL_AND_TABLESERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: update serial and tableserial
TX_UPDATE_TABLESERIAL - Static variable in class org.tentackle.dbms.AbstractDbObject
transaction name: update tableserial
TX_UPDATE_TOKENLOCK - Static variable in class org.tentackle.persist.AbstractPersistentObject
update tokenlock
TX_UPDATE_TOKENLOCK_ONLY - Static variable in class org.tentackle.persist.AbstractPersistentObject
update tokenlock only
txId() - Method in record class org.tentackle.dbms.DbTransactionHandle
Returns the value of the txId record component.
txVoucher - Variable in class org.tentackle.dbms.ModificationLog.ReplayState
transaction voucher.
type() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor type.
type(NotificationBuilder.Type) - Method in class org.tentackle.fx.DefaultNotificationBuilder
 
type(NotificationBuilder.Type) - Method in interface org.tentackle.fx.NotificationBuilder
Sets the notification type.
TYPE - Enum constant in enum class org.tentackle.sql.MigrationStrategy
TYPE_BIGINT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BIT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BLOB - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BOOL - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BOOLEAN - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BYTE - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_BYTEA - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_CHAR_1 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_CLOB - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DATE - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DATETIME - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DATETIME_YEAR_TO_SECOND - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DECIMAL - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DECIMAL_19 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DOUBLE - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_DOUBLE_PRECISION - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_FLOAT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_FLOAT4 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_FLOAT8 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_INT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_INT2 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_INT4 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_INT8 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_INTEGER - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NCHAR_1 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NUMBER - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NUMBER_1 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NUMBER_10 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NUMBER_19 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NUMBER_5 - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NVARCHAR - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_NVARCHAR_MAX - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_REAL - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_SMALLFLOAT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_SMALLINT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_TEXT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_TIME - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_TIMESTAMP - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_TINYINT - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_UUID - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_VARBINARY_MAX - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_VARCHAR - Static variable in class org.tentackle.sql.backends.AbstractBackend
 
TYPE_WARNING - Enum constant in enum class org.tentackle.sql.MigrationStrategy
typeUtils - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
typeVisitor - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 

U

unbind() - Method in interface org.tentackle.bind.Binder
Removes all bindings of the view.
unbind() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinder
 
unbind() - Method in class org.tentackle.fx.bind.DefaultFxTableBinder
Removes all bindings of the form.
unbind() - Method in class org.tentackle.fx.table.TotalsTableView
Unbinds the table.
unConCount - Variable in class org.tentackle.dbms.MpxConnectionManager
number of entries in unConList.
unConList - Variable in class org.tentackle.dbms.MpxConnectionManager
free list for unattached connections.
unDiacrit(String, boolean) - Method in class org.tentackle.common.DefaultStringNormalizer
 
unDiacrit(String, boolean) - Method in interface org.tentackle.common.StringNormalizer
Converts special unicode characters (so-called diacrits) to standard ascii.
Supports also special german and northern european "umlauts".
unExportMe() - Method in interface org.tentackle.dbms.rmi.Exportable
Un-exports this remote object.
unExportMe() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
 
unExportRemoteDelegate(RemoteDelegate) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Un-exports given remote delegate.
unexportRemoteObject(Remote) - Method in class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
Un-exports the given remote object.
unlisten(PdoListener) - Static method in class org.tentackle.pdo.Pdo
Unregisters a registered PDO listener.
unlisten(PdoListener) - Method in class org.tentackle.pdo.PdoUtilities
Unregisters a registered PDO listener.
unload(Driver) - Static method in class org.tentackle.sql.DynamicDriver
Unloads the driver.
unlock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
unlock(Object) - Method in interface org.tentackle.task.TaskDispatcher
Unlocks this thread.
Only the lock holding the lock is allowed to unlock.
unlockInternal(long) - Method in class org.tentackle.dbms.DbModificationTracker
 
unlockInternal(long) - Method in class org.tentackle.session.DefaultSessionTaskDispatcher
Releases a lock after having executed a task from the queue (or none).
unlockInternal(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
Releases a lock after having executed a task from the queue (or none).
unmarkDeleted() - Method in class org.tentackle.dbms.AbstractDbObject
Removes the deleted mark.
unmarkReady() - Method in class org.tentackle.dbms.StatementWrapper
Un-marks (consumes) this statement previously marked ready.
unregister() - Method in interface org.tentackle.app.Application
Unregisters this application.
unregisterCloseHandler(SessionCloseHandler) - Method in class org.tentackle.dbms.Db
 
unregisterCloseHandler(SessionCloseHandler) - Method in interface org.tentackle.session.Session
Unregisters a close handler.
unregisterCommitTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.Db
Unregisters a CommitTxRunnable.
unregisterCommitTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.DbTransaction
Unregisters a CommitTxRunnable.
unregisterCommitTxRunnable(DbTransactionHandle) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
unregisterCommitTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
unregisterGlobalCloseHandler(SessionCloseHandler) - Static method in class org.tentackle.dbms.Db
Unregisters a global close handler.
unregisterGlobalCloseHandler(SessionCloseHandler) - Method in class org.tentackle.dbms.DbFactory
 
unregisterGlobalCloseHandler(SessionCloseHandler) - Method in interface org.tentackle.session.SessionFactory
Unregisters a global close handler for all sessions.
unregisterGlobalSessionCloseHandler(SessionCloseHandler) - Static method in class org.tentackle.pdo.Pdo
Unregisters a global close handler for all sessions.
unregisterPersistenceVisitor(DbTransactionHandle) - Method in class org.tentackle.dbms.Db
Unregisters a PersistenceVisitor.
unregisterPersistenceVisitor(DbTransactionHandle) - Method in class org.tentackle.dbms.DbTransaction
Unregisters a PersistenceVisitor.
unregisterPersistenceVisitor(DbTransactionHandle) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
unregisterPersistenceVisitor(DbTransactionHandle) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
unregisterRollbackTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.Db
Unregisters a RollbackTxRunnable.
unregisterRollbackTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.DbTransaction
Unregisters a RollbackTxRunnable.
unregisterRollbackTxRunnable(DbTransactionHandle) - Method in interface org.tentackle.dbms.rmi.DbRemoteDelegate
 
unregisterRollbackTxRunnable(DbTransactionHandle) - Method in class org.tentackle.dbms.rmi.DbRemoteDelegateImpl
 
unUse(Db) - Method in class org.tentackle.dbms.PooledDb
Marks a pooled db unused.
unzip(File, File, Consumer<File>) - Static method in class org.tentackle.common.FileHelper
Unzips a zip file.
UpdatableDesktopApplication<C> - Class in org.tentackle.fx.rdc.update
Desktop application with auto update facility.
UpdatableDesktopApplication(String, String) - Constructor for class org.tentackle.fx.rdc.update.UpdatableDesktopApplication
Creates an FX desktop application.
update(UpdateInfo, InstallationType) - Method in class org.tentackle.fx.rdc.update.LoginFailedWithUpdateHandler
Runs the update.
update(T) - Method in class org.tentackle.persist.lock.DefaultLockManager
 
update(T) - Method in interface org.tentackle.persist.LockManager
Updates the lock token.
The method is invoked from within a transaction after the PDO has been persisted successfully.
UPDATE - Enum constant in enum class org.tentackle.dbms.DbModificationType
 
UPDATE - Static variable in class org.tentackle.fx.rdc.PdoEvent
An existing PDO has been updated to the database.
updateAlignment(FxTableCell<?, T>, Pos) - Method in class org.tentackle.fx.table.type.AbstractTableCellType
Updates the alignment of the table cell's contents.
updateAlignment(FxTreeTableCell<?, T>, Pos) - Method in class org.tentackle.fx.table.type.AbstractTableCellType
Updates the alignment of the treetable cell's contents.
updateAndSetSerial(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
updateAndSetSerial(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
updateAndSetSerial(long, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updateAndSetSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for updateSerial(long).
updateButtons() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Updates the visibility and disabled state of the buttons.
updateByObjectTypeSerial(Timestamp, int, long, ModificationType, long) - Method in class org.tentackle.dbms.ModificationLog
Updates the processing timestamp by objectclass + objectid + serial less or equal than some value.
Used to mark modlogs already processed for a given object.
updateByObjectTypeSerial(Timestamp, int, long, ModificationType, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
updateByObjectTypeSerial(Timestamp, int, long, ModificationType, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
updateChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
updateChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
updateChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
updateChangeable(boolean) - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
updateChangeable(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
 
updateChangeable(boolean) - Method in class org.tentackle.fx.FxControlDelegate
Updates other properties if changeable is bound to something else.
updateChangeable(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
updateCompositePath(List<Relation>, Entity) - Method in class org.tentackle.model.impl.ModelImpl
Updates the composite path.
updateContextInfo() - Method in class org.tentackle.pdo.PdoCache
Updates the list- and domain context info for preloading caches.
updateDarkMode(boolean) - Method in class org.tentackle.fx.rdc.app.DesktopApplication
Updates the dark mode.
All scenes get their CSS stylesheets updated and view refreshed.
updateDbObject(Identifiable) - Method in exception class org.tentackle.pdo.DomainException
Updates the identifiable if not set so far.
Used to add more info for exceptions thrown in a context where the identifiable isn't known.
updateDbObject(Identifiable) - Method in exception class org.tentackle.session.PersistenceException
Updates the pdo if not set so far.
Used to add more info for exceptions thrown in a context where the pdo isn't known.
updateDiagnostics(Timestamp, String) - Method in class org.tentackle.dbms.ModificationLog
Updates the processing timestamp and adds a comment to the message field.
updateDiagnostics(Timestamp, String, ModificationLog) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
updateDiagnostics(Timestamp, String, ModificationLog) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
updateErrorStyle(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
Updates the error style and shows/hides the popup if component has focus.
UpdateFxRdcBundle - Class in org.tentackle.fx.rdc.update
Bundle for tentackle-fx-rdc-update.
updateI18NText(I18NText) - Method in class org.tentackle.fx.translate.I18NTextStringTranslator
Updates the model with a new I18NText object.
Invoked from I18NEditor.
updateImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.dbms.AbstractDbObject
Update implementation.
updateImpl(DbObjectClassVariables<P>, SqlSupplier) - Method in class org.tentackle.persist.AbstractPersistentObject
 
UpdateInfo - Class in org.tentackle.update
Update info sent back to the client.
UpdateInfo(String, URL, String, long, String) - Constructor for class org.tentackle.update.UpdateInfo
Creates the update info.
The internal state is encrypted if a Cryptor is configured.
updateInfoStyle(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
Updates the info style and shows/hides the popup if component has focus.
updateItem(String) - Method in class org.tentackle.fx.component.auto.AutoCompletionController
Sets the selected item's string value into the text component.
updateItem(FxTableCell<?, Boolean>, Boolean) - Method in class org.tentackle.fx.table.type.BooleanTableCellType
 
updateItem(FxTableCell<?, Enum>, Enum) - Method in class org.tentackle.fx.table.type.EnumTableCellType
 
updateItem(FxTableCell<?, Object>, Object) - Method in class org.tentackle.fx.table.type.ObjectTableCellType
 
updateItem(FxTableCell<?, String>, String) - Method in class org.tentackle.fx.table.type.StringTableCellType
 
updateItem(FxTableCell<?, ZonedDateTime>, ZonedDateTime) - Method in class org.tentackle.fx.table.type.ZonedDateTimeTableCellType
 
updateItem(FxTableCell<?, I18NText>, I18NText) - Method in class org.tentackle.fx.table.type.I18NTextTableCellType
 
updateItem(FxTableCell<?, T>, T) - Method in class org.tentackle.fx.rdc.table.PdoTableCellType
 
updateItem(FxTableCell<?, T>, T) - Method in interface org.tentackle.fx.table.TableCellType
Updates the table cells view.
updateItem(FxTableCell<?, T>, T) - Method in class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
 
updateItem(FxTableCell<?, T>, T) - Method in class org.tentackle.fx.table.type.NumberTableCellType
 
updateItem(FxTreeTableCell<?, Boolean>, Boolean) - Method in class org.tentackle.fx.table.type.BooleanTableCellType
 
updateItem(FxTreeTableCell<?, Enum>, Enum) - Method in class org.tentackle.fx.table.type.EnumTableCellType
 
updateItem(FxTreeTableCell<?, Object>, Object) - Method in class org.tentackle.fx.table.type.ObjectTableCellType
 
updateItem(FxTreeTableCell<?, String>, String) - Method in class org.tentackle.fx.table.type.StringTableCellType
 
updateItem(FxTreeTableCell<?, ZonedDateTime>, ZonedDateTime) - Method in class org.tentackle.fx.table.type.ZonedDateTimeTableCellType
 
updateItem(FxTreeTableCell<?, I18NText>, I18NText) - Method in class org.tentackle.fx.table.type.I18NTextTableCellType
 
updateItem(FxTreeTableCell<?, T>, T) - Method in class org.tentackle.fx.rdc.table.PdoTableCellType
 
updateItem(FxTreeTableCell<?, T>, T) - Method in interface org.tentackle.fx.table.TableCellType
Updates the treetable cells view.
updateItem(FxTreeTableCell<?, T>, T) - Method in class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
 
updateItem(FxTreeTableCell<?, T>, T) - Method in class org.tentackle.fx.table.type.NumberTableCellType
 
updateItem(T, boolean) - Method in class org.tentackle.fx.rdc.PdoTableCell
 
updateItem(T, boolean) - Method in class org.tentackle.fx.rdc.PdoTreeCell
 
updateItem(T, boolean) - Method in class org.tentackle.fx.rdc.PdoTreeTableCell
 
updateItem(T, boolean) - Method in class org.tentackle.fx.table.FxTableCell
 
updateItem(T, boolean) - Method in class org.tentackle.fx.table.FxTreeTableCell
 
updateLabels(T, Label, Label) - Method in class org.tentackle.fx.ShortLongTextCellFactory
Updates the labels of a cell.
updateLocation() - Method in class org.tentackle.fx.component.skin.NoteSkin
Updates the location when the effective size is known.
updateMandatoryStyle(boolean) - Method in class org.tentackle.fx.FxComponentDelegate
Does the physical update of the style.
updateMandatoryStyle(boolean) - Method in class org.tentackle.fx.FxTextComponentDelegate
 
updateMDC() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Updates the MappedDiagnosticContext with the session data.
updateModel() - Method in class org.tentackle.fx.component.delegate.FxListViewDelegate
 
updateModel() - Method in class org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
 
updateModel() - Method in class org.tentackle.fx.component.delegate.FxTableViewDelegate
 
updateModel() - Method in class org.tentackle.fx.component.delegate.FxTreeTableViewDelegate
 
updateModel() - Method in class org.tentackle.fx.component.delegate.FxTreeViewDelegate
 
updateModel() - Method in class org.tentackle.fx.component.FxCheckBox
 
updateModel() - Method in class org.tentackle.fx.component.FxChoiceBox
 
updateModel() - Method in class org.tentackle.fx.component.FxColorPicker
 
updateModel() - Method in class org.tentackle.fx.component.FxComboBox
 
updateModel() - Method in class org.tentackle.fx.component.FxDatePicker
 
updateModel() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
updateModel() - Method in class org.tentackle.fx.component.FxListView
 
updateModel() - Method in class org.tentackle.fx.component.FxPasswordField
 
updateModel() - Method in class org.tentackle.fx.component.FxRadioButton
 
updateModel() - Method in class org.tentackle.fx.component.FxTableView
 
updateModel() - Method in class org.tentackle.fx.component.FxTextArea
 
updateModel() - Method in class org.tentackle.fx.component.FxTextField
 
updateModel() - Method in class org.tentackle.fx.component.FxToggleButton
 
updateModel() - Method in class org.tentackle.fx.component.FxTreeTableView
 
updateModel() - Method in class org.tentackle.fx.component.FxTreeView
 
updateModel() - Method in class org.tentackle.fx.container.FxAccordion
 
updateModel() - Method in class org.tentackle.fx.container.FxAnchorPane
 
updateModel() - Method in class org.tentackle.fx.container.FxBorderPane
 
updateModel() - Method in class org.tentackle.fx.container.FxButtonBar
 
updateModel() - Method in class org.tentackle.fx.container.FxDialogPane
 
updateModel() - Method in class org.tentackle.fx.container.FxFlowPane
 
updateModel() - Method in class org.tentackle.fx.container.FxGridPane
 
updateModel() - Method in class org.tentackle.fx.container.FxHBox
 
updateModel() - Method in class org.tentackle.fx.container.FxPane
 
updateModel() - Method in class org.tentackle.fx.container.FxScrollPane
 
updateModel() - Method in class org.tentackle.fx.container.FxSplitPane
 
updateModel() - Method in class org.tentackle.fx.container.FxStackPane
 
updateModel() - Method in class org.tentackle.fx.container.FxTab
 
updateModel() - Method in class org.tentackle.fx.container.FxTabPane
 
updateModel() - Method in class org.tentackle.fx.container.FxTextFlow
 
updateModel() - Method in class org.tentackle.fx.container.FxTilePane
 
updateModel() - Method in class org.tentackle.fx.container.FxTitledPane
 
updateModel() - Method in class org.tentackle.fx.container.FxToolBar
 
updateModel() - Method in class org.tentackle.fx.container.FxVBox
 
updateModel() - Method in class org.tentackle.fx.FxComponentDelegate
 
updateModel() - Method in class org.tentackle.fx.FxContainerDelegate
 
updateModel() - Method in interface org.tentackle.fx.FxControl
Updates the model according to the view.
updateModel() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
updateModelAndView(FxControl) - Method in class org.tentackle.fx.component.config.ComponentConfigurator
Updates the model and the view.
The view update will also trigger dynamic rendering such as mandatory/changeable.
updateNormText() - Method in class org.tentackle.persist.AbstractPersistentObject
Updates the normtext attribute if normtext is provided by this PDO.
updateObject() - Method in class org.tentackle.dbms.AbstractDbObject
Updates this object to the database.
The modified attribute gets cleared if insert was successful.
updateObject() - Method in class org.tentackle.persist.AbstractPersistentObject
 
updateObject(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
updateObject(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
updateObject(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updatePersistentKey(DbPreferencesKey) - Method in class org.tentackle.dbms.prefs.DbPreferences
Updates the persistent key.
updatePersistentNode(DbPreferencesNode) - Method in class org.tentackle.dbms.prefs.DbPreferences
Updates the persistent node.
updatePlain() - Method in class org.tentackle.dbms.AbstractDbObject
Updates this object to the database without any further processing (i.e. prepareSetFields, linked objects, mod counting, logging, etc...).
updatePlain(P) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
updatePlain(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
updatePlain(P) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updatePrevNextButtons() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Enables/Disables the previous and next buttons.
updateProcessed(Timestamp) - Method in class org.tentackle.dbms.ModificationLog
Updates the processing timestamp.
updateProcessed(Timestamp, ModificationLog) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
updateProcessed(Timestamp, ModificationLog) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
updateRelations() - Method in class org.tentackle.model.impl.ModelImpl
 
updateRelations() - Method in interface org.tentackle.model.Model
Updates the relations if not yet done during load.
updateRelations(EntityInfo) - Method in class org.tentackle.model.impl.ModelImpl
Updates all relations.
updateRepository(Db, long, long) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
Updates the repository.
Invoked whenever the data in prefnode or prefkey has changed.
updateRootContext() - Method in class org.tentackle.persist.AbstractPersistentObject
Updates the root context.
Method is used after deserialization.
updateSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Updates and increments the serial number of this object.
The method is provided to update an object with isModified() == true and 'modified' == false, i.e. an object that itself is not modified but some of its components.
updateSerial(long) - Method in class org.tentackle.dbms.AbstractDbObject
Updates and sets the serial number of this object.
Caution: this is a low-level method provided to fix the serial if it is wrong for whatever reason.
updateSerial(long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
updateSerial(long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
updateSerial(long, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updateSerialAndTableSerial() - Method in class org.tentackle.dbms.AbstractDbObject
Same as AbstractDbObject.updateSerial() but updates tableSerial as well.
updateSerialAndTableSerial(long, long, long) - Method in interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
 
updateSerialAndTableSerial(long, long, long) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
 
updateSerialAndTableSerial(long, long, long) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updateSerialAndTableSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for updateSerialAndTableSerial().
updateSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for updateSerial().
UpdateService - Interface in org.tentackle.update
RMI service to provide the update info for an application.
updateSessionInfoAfterLogin() - Method in class org.tentackle.app.AbstractClientApplication
Updates the session info after successful login.
updateSessionInfoFromEnvironment(SessionInfo) - Method in class org.tentackle.fx.rdc.app.LoginApplication
Updates the session with username and password from the process environment.
updateStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for update().
updateTableSerialStatementId - Variable in class org.tentackle.dbms.DbObjectClassVariables
prepared statement ID for updateTableSerial().
updateThreadLocal() - Method in class org.tentackle.dbms.rmi.RemoteDelegateInvocationHandler
Updates the thread-local memory.
updateTitle() - Method in class org.tentackle.fx.rdc.crud.PdoCrud
Updates the window title if attached to its own stage.
updateTitle() - Method in class org.tentackle.fx.rdc.search.PdoSearch
Updates the window title if attached to its own stage.
updateTokenLock(Timestamp) - Method in class org.tentackle.persist.AbstractPersistentObject
Updates the token lock columns in the database record.
Will *NOT* log modification and *NOT* update the serial-counter!
updateTokenLock(Timestamp, long, Timestamp) - Method in class org.tentackle.persist.AbstractPersistentObject
Updates the token lock columns in the database record.
Will *NOT* log modification and *NOT* update the serial-counter!
updateTokenLock(DomainContext, long, Timestamp, long, Timestamp) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
updateTokenLock(DomainContext, long, Timestamp, long, Timestamp) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updateTokenLockOnly() - Method in class org.tentackle.persist.AbstractPersistentObject
Update the token-lock attributes to persistent storage.
No check is done whether locked or not and there is no serial update and no modlog.
updateTokenLockOnly(DomainContext, long, long, Timestamp, Timestamp) - Method in interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
 
updateTokenLockOnly(DomainContext, long, long, Timestamp, Timestamp) - Method in class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
 
updateTokenLockOnlyStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
updateTokenLockStatementId - Variable in class org.tentackle.persist.PersistentObjectClassVariables
updateUnprocessedByTxId(Timestamp, long) - Method in class org.tentackle.dbms.ModificationLog
Updates the processing timestamp of a transaction for all unprocessed modlogs.
updateUnprocessedByTxId(Timestamp, long) - Method in interface org.tentackle.dbms.rmi.ModificationLogRemoteDelegate
 
updateUnprocessedByTxId(Timestamp, long) - Method in class org.tentackle.dbms.rmi.ModificationLogRemoteDelegateImpl
 
updateView() - Method in class org.tentackle.fx.component.FxCheckBox
 
updateView() - Method in class org.tentackle.fx.component.FxChoiceBox
 
updateView() - Method in class org.tentackle.fx.component.FxColorPicker
 
updateView() - Method in class org.tentackle.fx.component.FxComboBox
 
updateView() - Method in class org.tentackle.fx.component.FxDatePicker
 
updateView() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
updateView() - Method in class org.tentackle.fx.component.FxListView
 
updateView() - Method in class org.tentackle.fx.component.FxPasswordField
 
updateView() - Method in class org.tentackle.fx.component.FxRadioButton
 
updateView() - Method in class org.tentackle.fx.component.FxTableView
 
updateView() - Method in class org.tentackle.fx.component.FxTextArea
 
updateView() - Method in class org.tentackle.fx.component.FxTextField
 
updateView() - Method in class org.tentackle.fx.component.FxToggleButton
 
updateView() - Method in class org.tentackle.fx.component.FxTreeTableView
 
updateView() - Method in class org.tentackle.fx.component.FxTreeView
 
updateView() - Method in class org.tentackle.fx.container.FxAccordion
 
updateView() - Method in class org.tentackle.fx.container.FxAnchorPane
 
updateView() - Method in class org.tentackle.fx.container.FxBorderPane
 
updateView() - Method in class org.tentackle.fx.container.FxButtonBar
 
updateView() - Method in class org.tentackle.fx.container.FxDialogPane
 
updateView() - Method in class org.tentackle.fx.container.FxFlowPane
 
updateView() - Method in class org.tentackle.fx.container.FxGridPane
 
updateView() - Method in class org.tentackle.fx.container.FxHBox
 
updateView() - Method in class org.tentackle.fx.container.FxPane
 
updateView() - Method in class org.tentackle.fx.container.FxScrollPane
 
updateView() - Method in class org.tentackle.fx.container.FxSplitPane
 
updateView() - Method in class org.tentackle.fx.container.FxStackPane
 
updateView() - Method in class org.tentackle.fx.container.FxTab
 
updateView() - Method in class org.tentackle.fx.container.FxTabPane
 
updateView() - Method in class org.tentackle.fx.container.FxTextFlow
 
updateView() - Method in class org.tentackle.fx.container.FxTilePane
 
updateView() - Method in class org.tentackle.fx.container.FxTitledPane
 
updateView() - Method in class org.tentackle.fx.container.FxToolBar
 
updateView() - Method in class org.tentackle.fx.container.FxVBox
 
updateView() - Method in class org.tentackle.fx.FxComponentDelegate
 
updateView() - Method in class org.tentackle.fx.FxContainerDelegate
 
updateView() - Method in interface org.tentackle.fx.FxControl
Updates the view according to the model.
updateView() - Method in class org.tentackle.fx.FxTextComponentDelegate
 
updateView(Object) - Method in class org.tentackle.bind.AbstractBinding
Updates the view.
updateView(Object) - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
updateView(Object) - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
updateView(Object, Object, boolean) - Method in class org.tentackle.bind.AbstractBinding
Updates the view.
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxAccordion
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxAnchorPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxBorderPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxButtonBar
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxDialogPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxFlowPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxGridPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxHBox
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxScrollPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxSplitPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxStackPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxTab
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxTabPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxTextFlow
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxTilePane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxTitledPane
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxToolBar
 
updateViewNonFocused() - Method in class org.tentackle.fx.container.FxVBox
 
updateViewNonFocused() - Method in interface org.tentackle.fx.FxContainer
Updates the view according to the model.
The method is the same as FxControl.updateView() but skips any focused component.
updateViewNonFocused() - Method in class org.tentackle.fx.FxContainerDelegate
 
UPPER_CASE - Enum constant in enum class org.tentackle.fx.CaseConversion
Convert to uppercase.
url() - Element in annotation interface org.tentackle.fx.FxControllerService
Gets the fxml-URL for annotated controller.
use(Thread) - Method in class org.tentackle.dbms.PooledDb
Marks a pooled db used.
usedMinutes(long) - Method in class org.tentackle.dbms.PooledDb
Returns the number of minutes the session has been used at all.
UserHomeJavaDir - Class in org.tentackle.misc
The user's home cache.
userNodeForPackage(Class<?>) - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
userNodeForPackage(Class<?>) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
userNodeForPackage(Class<?>) - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the preference node from the user preference tree that is associated (by convention) with the specified class's package.
userNodeForPackage(Class<?>) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
userRoot() - Method in class org.tentackle.dbms.prefs.DbPreferencesFactory
 
userRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
userRoot() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the user.
userRootOnly() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the user.
UUID - Enum constant in enum class org.tentackle.sql.SqlType
UUID.
UUIDType - Class in org.tentackle.sql.datatypes
Datatype for UUID.
UUIDType() - Constructor for class org.tentackle.sql.datatypes.UUIDType
Creates the datatype for UUID.

V

validate() - Method in class org.tentackle.bind.AbstractBinding
 
validate() - Method in interface org.tentackle.bind.Binding
Validates the binding.
validate() - Method in class org.tentackle.misc.CompoundValue
Validates the configuration of this compound value.
Validates the script, if any.
validate() - Method in interface org.tentackle.model.Attribute
Validates the attribute.
validate() - Method in interface org.tentackle.model.CommonOptions
Validates the options.
validate() - Method in class org.tentackle.model.impl.AttributeImpl
 
validate() - Method in class org.tentackle.model.impl.CommonOptionsImpl
 
validate() - Method in class org.tentackle.model.impl.EntityImpl
Validates the entity without relation dependent settings.
validate() - Method in class org.tentackle.model.impl.IndexImpl
 
validate() - Method in class org.tentackle.model.impl.RelationImpl
 
validate() - Method in interface org.tentackle.model.Index
Validates the index.
validate() - Method in interface org.tentackle.model.Relation
Validates the relation.
validate() - Method in interface org.tentackle.pdo.PersistentObject
Validates this PDO.
Invokes all field- and object validators.
If the PDO is a composite, all components will be validated as well.
validate() - Method in class org.tentackle.persist.AbstractPersistentObject
 
validate() - Method in class org.tentackle.script.jsr.JSR223Script
 
validate() - Method in interface org.tentackle.script.Script
Validates the script.
The script will be compiled, if not already done, but not executed.
validate() - Method in class org.tentackle.sql.metadata.ColumnMetaData
Validates and post-processes the column data.
validate() - Method in class org.tentackle.sql.metadata.ForeignKeyMetaData
Validates and post-processes the foreign key data.
validate() - Method in class org.tentackle.sql.metadata.IndexColumnMetaData
Validates and post-processes the index column data.
validate() - Method in class org.tentackle.sql.metadata.IndexMetaData
Validates and post-processes the index data.
validate() - Method in class org.tentackle.sql.metadata.MySqlColumnMetaData
 
validate() - Method in class org.tentackle.sql.metadata.OracleColumnMetaData
 
validate() - Method in class org.tentackle.sql.metadata.PostgresColumnMetaData
 
validate() - Method in class org.tentackle.sql.metadata.PostgresIndexMetaData
 
validate() - Method in class org.tentackle.sql.metadata.TableMetaData
Validates and post-processes the table data.
validate() - Method in class org.tentackle.validate.validator.AbstractValidator
 
validate() - Method in interface org.tentackle.validate.Validator
Validates the validator's configuration.
Checks the references and parses the scripts, if any.
validate(String, ValidationScope) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
validate(String, ValidationScope) - Method in class org.tentackle.persist.AbstractPersistentObject
 
validate(String, ValidationScope) - Method in class org.tentackle.persist.ns.NumberPoolPersistenceImpl
 
validate(String, ValidationScope) - Method in interface org.tentackle.validate.Validateable
Validates the object.
Applies all field- and object-validators.
validate(TableMigrator, TableMigrator.Result) - Method in interface org.tentackle.model.migrate.CustomMigrationValidator
Validates a migration.
validate(Model) - Method in interface org.tentackle.model.CustomModelValidator
Validates the model.
validate(Validateable) - Method in class org.tentackle.validate.ValidationUtilities
Convenience method for simple objects such as DTOs.
Validates for path "object" and AllScope.
Throws ValidationFailedException if failed.
validate(Validateable, String, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Validates an object.
The method first applies the field validators followed by the object validators.
validate(ValidationContext) - Method in class org.tentackle.security.pdo.SecurityValidatorImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ChangeableImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.EqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.FailImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.FalseImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.GreaterImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.LessImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.MandatoryImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotNullImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NullImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.PatternImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.SizeImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.TrueImpl
 
validate(ValidationContext) - Method in interface org.tentackle.validate.Validator
Performs the validation.
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ValidateImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ZeroImpl
 
validate(P) - Method in class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
Validates the object before it is saved.
The default implementation does nothing.
Validate - Annotation Interface in org.tentackle.validate.validator
Validates a component of the object.
There are 2 use-cases for this annotation: Validate the contents of an application-specific datatype.
Validateable - Interface in org.tentackle.validate
An object that can be validated.
validateCollection(Collection<? extends Validateable>, String, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Validates a collection of objects.
validateComponents(Entity, Integrity, Set<ModelError>) - Method in class org.tentackle.model.impl.ModelImpl
Verifies that the integrity is the same within a given composite hierarchy.
ValidateContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Validate.
validated(ValidationEvent) - Method in interface org.tentackle.bind.ValidationListener
A validation was performed.
validateFields(List<Validator>, ValidationScope, String, Object) - Method in class org.tentackle.validate.ValidationUtilities
Applies validators for fields of the given parent object.
The model values are determined by the annotated elements per validator.
validateForm() - Method in class org.tentackle.fx.AbstractValidateableFxController
Validates the controller.
validateForm() - Method in class org.tentackle.fx.rdc.PdoEditor
Validates the form before the PDO get saved.
This can be used for validations that are not covered by the persistence model, for example password confirmation.
ValidateImpl - Class in org.tentackle.validate.validator
Implementation of the Validate-validator.
ValidateImpl() - Constructor for class org.tentackle.validate.validator.ValidateImpl
Creates a Validate-validator.
validateInheritanceHierarchy(Entity, InheritanceType, TrackType, Integrity, Set<ModelError>) - Method in class org.tentackle.model.impl.ModelImpl
Verifies that the inheritance, integrity and track type is the same within a given inheritance hierarchy.
Notice that concrete classes (the leafs of the hierarchy) must have InheritanceType.NONE defined!
validateInjections() - Method in class org.tentackle.fx.AbstractFxController
 
validateInjections() - Method in interface org.tentackle.fx.FxController
Validate @FXML-annotated fields.
The fxml-loader does not throw an exception if a fx:id does not correspond to a field annotated with @FXML.
validateJavaIdentifier(String) - Method in class org.tentackle.model.impl.NameVerifierImpl
Validates the given name against the rules for Java identifiers and possible conflicts with method names in superclasses.
validateObject(List<Validator>, ValidationScope, String, Object, Object, Class<?>) - Method in class org.tentackle.validate.ValidationUtilities
Applies validators to the given object.
validateRelated() - Method in class org.tentackle.model.impl.EntityImpl
Validates the relation dependent settings.
Assumes ModelImpl.updateRelations() applied successfully.
validateValidators() - Method in class org.tentackle.persist.app.AbstractServerApplication
Validates the validators.
The default implementation loads all Validators of all PDO classes and invokes Validator.validate().
validateVersion(int, int) - Method in interface org.tentackle.sql.Backend
Verifies that the major and minor version of the connection's metadata is compatible with this backend.
If the latest backend is not compatible, the URL may be post-fixed with a backend type for an older version, for example:
validateVersion(int, int) - Method in class org.tentackle.sql.backends.AbstractBackend
 
validateVersion(int, int) - Method in class org.tentackle.sql.backends.Oracle
 
Validation - Annotation Interface in org.tentackle.validate
Annotation to mark another annotation as a validation annotation and to establish a link between the validation annotation and the validator implementation.
ValidationBundle - Class in org.tentackle.security.pdo
Bundle for validation messages.
ValidationContext - Interface in org.tentackle.validate
The validation context.
ValidationContextFactory - Interface in org.tentackle.validate
Factory for validation contexts.
ValidationEvent - Class in org.tentackle.bind
A validation event.
ValidationEvent(Binding, List<ValidationResult>) - Constructor for class org.tentackle.bind.ValidationEvent
A binding event.
ValidationFailedException - Exception Class in org.tentackle.validate
Exception thrown if a validation fails logically.
ValidationFailedException(String) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
ValidationFailedException(String, List<ValidationResult>) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
ValidationFailedException(List<ValidationResult>) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
validationIndex() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the validationIndex record component.
ValidationListener - Interface in org.tentackle.bind
A listener that gets invoked on binding events.
ValidationMapper - Class in org.tentackle.validate
A mapper to translate validation paths to binding paths.
ValidationMapper(String, Binder, String, Binder) - Constructor for class org.tentackle.validate.ValidationMapper
Creates a mapper.
ValidationResult - Interface in org.tentackle.validate
The result of a validation.
ValidationResult.CollectionIndex - Record Class in org.tentackle.validate
A collection index within a validation path
ValidationRuntimeException - Exception Class in org.tentackle.validate
Exception thrown to indicate that the validation could not be applied.
ValidationRuntimeException() - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with null as its detail message.
ValidationRuntimeException(String) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified detail message.
ValidationRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified detail message and cause.
ValidationRuntimeException(Throwable) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified cause and a detail message of (cause==null ?
ValidationScope - Interface in org.tentackle.validate
A validation scope.
ValidationScopeFactory - Interface in org.tentackle.validate
Factory for validation scope singletons.
ValidationScopeService - Annotation Interface in org.tentackle.validate
Annotation to express that the annotated class is an implementation of a validation scope.
ValidationScriptConverter - Annotation Interface in org.tentackle.validate.validator
Annotation for a script converter for validation and condition scripts.
ValidationSeverity - Interface in org.tentackle.validate
A severity associated with a failed validation.
Applications may define their own severities or replace the default ones in order to create application-specific validation results.
ValidationSeverityFactory - Interface in org.tentackle.validate
Factory for validation severity singletons.
ValidationSeverityService - Annotation Interface in org.tentackle.validate
Annotation to express that the annotated class is an implementation of a validation severity.
ValidationUtilities - Class in org.tentackle.validate
Utilities for validation.
ValidationUtilities() - Constructor for class org.tentackle.validate.ValidationUtilities
Creates the validation utilities.
ValidationUtilities.MapResult - Record Class in org.tentackle.validate
ValidationUtilities.ValidatorKey - Record Class in org.tentackle.validate
Key to override field annotations by method annotations.
Validator - Interface in org.tentackle.validate
A validator.
ValidatorBundle - Class in org.tentackle.validate.validator
Bundle for validators in tentackle-core.
ValidatorCache - Class in org.tentackle.validate
Holds all fixed validators for a class.
ValidatorCache() - Constructor for class org.tentackle.validate.ValidatorCache
Creates a validator cache.
validatorClass() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the validatorClass record component.
ValidatorCompoundValueFactory - Interface in org.tentackle.validate
Factory to create CompoundValues for validators.
ValidatorKey(String, Class<?>, int) - Constructor for record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Creates an instance of a ValidatorKey record class.
ValidatorKey(Validator) - Constructor for record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Creates a validator key from a validator.
ValidatorList - Interface in org.tentackle.validate
A list of validators.
value() - Element in annotation interface org.tentackle.common.Analyze
The classname of the handler.
Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.
value() - Element in annotation interface org.tentackle.common.Bundle
The optional bundle name.
Empty string if annotated class.
value() - Element in annotation interface org.tentackle.common.ClasspathFirst
Gets the serviced class.
value() - Element in annotation interface org.tentackle.common.MappedService
The classname of the service class.
value() - Element in annotation interface org.tentackle.common.ModuleOrdinal
Gets the fixed ordinal.
value() - Element in annotation interface org.tentackle.common.RemoteMethod
If methods with the same name exist in the same class, the wurblet can identify it by a special tag.
value() - Element in annotation interface org.tentackle.common.Service
Gets the serviced class.
value() - Element in annotation interface org.tentackle.common.ServiceName
Gets the service name.
value() - Method in class org.tentackle.dbms.StatementId
Gets the value of the id.
value() - Element in annotation interface org.tentackle.fx.BuilderService
Determines the class for which the annotated class is a builder for.
value() - Element in annotation interface org.tentackle.fx.ConfiguratorService
Determines the class for which the annotated class is a configurator for.
value() - Element in annotation interface org.tentackle.fx.GraphicProviderService
The realm.
Default is empty string which refers to the tentackle realm.
value() - Element in annotation interface org.tentackle.fx.rdc.GuiProviderService
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
value() - Element in annotation interface org.tentackle.fx.rdc.PdoTableContextMenuItemService
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
value() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeContextMenuItemService
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
value() - Element in annotation interface org.tentackle.fx.rdc.PdoTreeTableContextMenuItemService
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
value() - Element in annotation interface org.tentackle.fx.table.TableCellTypeService
Determines the serviced class.
value() - Element in annotation interface org.tentackle.fx.table.TableConfigurationProviderService
Determines the serviced class.
value() - Element in annotation interface org.tentackle.log.Log
The logging level.
Defaults to Logger.Level.INFO.
value() - Element in annotation interface org.tentackle.pdo.DomainObjectService
Determines the PDO interface.
The PDO-interface extends the persistence- and the domain interfaces.
value() - Element in annotation interface org.tentackle.pdo.DomainOperationService
Determines the operation interface.
The operation-interface extends the persistence- and the domain interfaces.
value() - Element in annotation interface org.tentackle.pdo.InvokeInBuddyDelegate
The method name.
If the name is missing the buddy delegate's method has the same name as the annotated one.
value() - Element in annotation interface org.tentackle.pdo.NotWithinContext
The name(s) that must not be within the current domain context.
value() - Element in annotation interface org.tentackle.pdo.PersistentObjectService
Determines the PDO interface.
The PDO-interface extends the persistence- and the domain interfaces.
value() - Element in annotation interface org.tentackle.pdo.PersistentOperationService
Determines the PO interface.
The PO-interface extends the persistence operation interface.
value() - Element in annotation interface org.tentackle.pdo.Plural
Determines the plural.
value() - Element in annotation interface org.tentackle.pdo.Singular
Determines the singular.
value() - Element in annotation interface org.tentackle.pdo.Transaction
The transaction name.
By default, the name will be derived from the annotated method.
value() - Element in annotation interface org.tentackle.pdo.TransactionRetryPolicyService
Determines the name of the policy.
value() - Element in annotation interface org.tentackle.pdo.WithinContext
The name(s) that must be within the current domain context.
value() - Element in annotation interface org.tentackle.reflect.InterceptionService
Determines the interceptable interface.
value() - Element in annotation interface org.tentackle.security.PermissionService
Determines the permission interface.
value() - Element in annotation interface org.tentackle.security.Secured
The permissions that must be accepted within the object's domain context.
value() - Element in annotation interface org.tentackle.session.ClassId
Determines the class ID.
value() - Element in annotation interface org.tentackle.session.MasterSerialEventService
Determines the serviced event class.
value() - Element in annotation interface org.tentackle.session.TableName
Determines the tablename.
value() - Element in annotation interface org.tentackle.validate.RepeatableValidation
 
value() - Element in annotation interface org.tentackle.validate.Validation
 
value() - Element in annotation interface org.tentackle.validate.ValidationScopeService
Determines the validation scope interface.
value() - Element in annotation interface org.tentackle.validate.ValidationSeverityService
Determines the validation severity interface.
value() - Element in annotation interface org.tentackle.validate.validator.Changeable
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.ChangeableContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Equal
 
value() - Element in annotation interface org.tentackle.validate.validator.EqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Fail
Controls how the validation results are checked.
value() - Element in annotation interface org.tentackle.validate.validator.FailContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.False
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.FalseContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Greater
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Less
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.LessContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.LessOrEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Mandatory
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.MandatoryContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.MessageScriptConverter
Determines the scripting language this converter is applicable for.
value() - Element in annotation interface org.tentackle.validate.validator.NotEmptyContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.NotEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotNull
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NotNullContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotZero
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NotZeroContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Null
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NullContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Pattern
 
value() - Element in annotation interface org.tentackle.validate.validator.PatternContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.SizeContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.True
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.TrueContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.ValidateContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.ValidationScriptConverter
Determines the scripting language this converter is applicable for.
value() - Element in annotation interface org.tentackle.validate.validator.Zero
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.ZeroContainer
Gets the list of annotations.
valueOf(int) - Static method in enum class org.tentackle.session.TransactionIsolation
Derives the transaction isolation enum from the low-level constant integer.
valueOf(Boolean) - Static method in enum class org.tentackle.session.TransactionWritability
Derives the transaction writability enum from the low-level boolean.
valueOf(Class<T>, Object) - Method in class org.tentackle.misc.ObjectUtilities
Invokes a matching valueOf method on the given class for a given value.
valueOf(String) - Static method in enum class org.tentackle.bind.BindingEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.tentackle.common.Date
Converts a string into a date.
valueOf(String) - Static method in class org.tentackle.common.I18NText
Creates an I18NText from a string in the current locale.
valueOf(String) - Static method in class org.tentackle.common.Time
Converts a string into a time.
valueOf(String) - Static method in class org.tentackle.common.Timestamp
Converts a string into a timestamp.
valueOf(String) - Static method in enum class org.tentackle.dbms.DbModificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.CaseConversion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.component.Note.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.component.Note.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.FxControllerService.BINDING
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.NotificationBuilder.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.table.TableConfiguration.BINDING
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.io.RMISocketFactoryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.log.Logger.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.misc.CompoundValue.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.tentackle.misc.XUUID
Creates an XUUID from a string.
The null string returns null.
The empty or blank string is mapped to XUUID.NIL.
valueOf(String) - Static method in enum class org.tentackle.model.AccessScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.InheritanceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.Integrity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.parse.LineType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.RelationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.SelectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.SortType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.model.TrackType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.pdo.PdoCacheStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.pdo.PdoMember.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.reflect.Interception.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.session.TransactionIsolation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.session.TransactionWritability
Returns the enum constant of this class with the specified name.
valueOf(String) - Method in interface org.tentackle.sql.DataType
Parses a string and converts to the value of this type.
The method is used to parse a literal (for example the default value defined in the model).
valueOf(String) - Method in class org.tentackle.sql.datatypes.BigDecimalType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.BinaryType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.BMoneyType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.BooleanType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.ByteType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.CharacterType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.ConvertibleType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.DateType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.DMoneyType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.DoubleType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.FloatType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.InstantType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.IntegerType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.LocalDateTimeType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.LocalDateType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.LocalTimeType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.LongType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.ShortType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.StringType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.TimestampType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.TimeType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.UUIDType
 
valueOf(String) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
valueOf(String) - Static method in enum class org.tentackle.sql.JoinType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.sql.metadata.ForeignKeyAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.sql.MigrationStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.sql.SqlNameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.sql.SqlType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.update.InstallationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.validate.validator.Fail.Results
Returns the enum constant of this class with the specified name.
valueOfLiteralToCode(String, Integer) - Method in interface org.tentackle.sql.DataType
Creates the java code to apply the valueOf method to a String.
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDataType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.AbstractDateTimeType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.AbstractNumberType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.CharacterType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.I18NTextType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.InstantType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.LongType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.OffsetDateTimeType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.OffsetTimeType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.StringType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.UUIDType
 
valueOfLiteralToCode(String, Integer) - Method in class org.tentackle.sql.datatypes.ZonedDateTimeType
 
values() - Static method in enum class org.tentackle.bind.BindingEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.dbms.DbModificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.CaseConversion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.component.Note.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.component.Note.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.FxControllerService.BINDING
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.NotificationBuilder.CloseButtonMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.NotificationBuilder.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.table.TableConfiguration.BINDING
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.fx.table.TableConfiguration.EDITMODE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.io.RMISocketFactoryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.log.Logger.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.misc.CompoundValue.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.AccessScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.InheritanceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.Integrity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.parse.LineType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.RelationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.SelectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.SortType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.model.TrackType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.pdo.PdoCacheStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.pdo.PdoMember.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.reflect.Interception.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.session.TransactionIsolation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.session.TransactionWritability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.sql.JoinType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.sql.metadata.ForeignKeyAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.sql.MigrationStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.sql.SqlNameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.sql.SqlType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.update.InstallationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.validate.validator.Fail.Results
Returns an array containing the constants of this enum class, in the order they are declared.
valueStringToCode(String) - Method in class org.tentackle.sql.datatypes.AbstractDataType
Transforms the value string of an object to java code.
ValueStringTranslator<M> - Class in org.tentackle.fx.translate
A value translator for text components.
ValueStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.ValueStringTranslator
Creates the translator.
valueToLiteral(SqlType, Object) - Method in interface org.tentackle.sql.Backend
Converts a type and value to a literal string.
valueToLiteral(SqlType, Object) - Method in class org.tentackle.sql.backends.AbstractBackend
 
valueToLiteral(SqlType, Object) - Method in class org.tentackle.sql.backends.Oracle8
 
ValueTranslator<M,V> - Interface in org.tentackle.fx
A value translator.
Converts between view and model types.
ValueTranslatorService - Annotation Interface in org.tentackle.fx
Annotation for value translators.
ValueTranslatorServiceAnnotationProcessor - Class in org.tentackle.fx.apt
Annotation processor for the @ValueTranslatorService annotation.
Enforces the implementation of the following constructors: (FxComponent) (FxComponent, Class)
ValueTranslatorServiceAnnotationProcessor() - Constructor for class org.tentackle.fx.apt.ValueTranslatorServiceAnnotationProcessor
Creates the annotation processor.
VAR_CLASS - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the parent class.
VAR_CONTEXT - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the validation context itself (to access properties via put/get).
VAR_OBJECT - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the parent object.
VAR_PATH - Static variable in interface org.tentackle.validate.ValidationContext
script variable for validation path.
VAR_SCOPE - Static variable in interface org.tentackle.validate.ValidationContext
script variable for effective scope.
VAR_VALUE - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the value.
VARCHAR - Enum constant in enum class org.tentackle.sql.SqlType
String.
variablesToString(Set<ScriptVariable>) - Static method in class org.tentackle.script.ScriptVariable
Returns the string of a list of variables.
VBoxBuilder - Class in org.tentackle.fx.container.build
Builder to create a VBox.
VBoxBuilder() - Constructor for class org.tentackle.fx.container.build.VBoxBuilder
Creates the builder.
VBoxConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a VBox.
VBoxConfigurator() - Constructor for class org.tentackle.fx.container.config.VBoxConfigurator
Creates the configurator for a VBox.
verifyAttributeName(Attribute) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyAttributeName(Attribute) - Method in interface org.tentackle.model.NameVerifier
Verifies the Java name of an attribute.
verifyColumnName(Attribute) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyColumnName(Attribute) - Method in interface org.tentackle.model.NameVerifier
Verifies the column name of an attribute.
verifyConnection() - Method in class org.tentackle.dbms.ManagedConnection
Checks whether connection is still valid.
verifyConstructor(Element, TypeVisitor<Boolean, Void>) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Verifies that the element provides a certain constructor.
verifyEntityName(Entity) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyEntityName(Entity) - Method in interface org.tentackle.model.NameVerifier
Verifies the Java name of an entity.
verifyImplements(Element, String) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Verify that annotated class implements a certain interface or extends a given class.
verifyIndexName(Index) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyIndexName(Index) - Method in interface org.tentackle.model.NameVerifier
Verifies the name of an index.
verifyRelationName(Relation) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyRelationName(Relation) - Method in interface org.tentackle.model.NameVerifier
Verifies the Java name of a relation.
verifySessionInfo(SessionInfo) - Method in class org.tentackle.dbms.rmi.RemoteDbSessionImpl
Verifies and updates the client's session info.
Needs to be implemented by the application.
Checks login credentials and sets the user id.
verifySessions() - Method in class org.tentackle.dbms.rmi.RemoteDbSessionCleanupThread
Verifies and cleans up the sessions.
verifyStatelessDomainLogic(Element) - Method in class org.tentackle.apt.pdo.AbstractDomainServiceAnnotationProcessor
Verifies that there is no stateful logic.
verifyTableAlias(Entity) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyTableAlias(Entity) - Method in interface org.tentackle.model.NameVerifier
Verifies the table alias of an entity.
verifyTableName(Entity) - Method in class org.tentackle.model.impl.NameVerifierImpl
 
verifyTableName(Entity) - Method in interface org.tentackle.model.NameVerifier
Verifies the table name of an entity.
Version - Class in org.tentackle.common
Holds Tentackle versioning information.
VersionIncompatibleException - Exception Class in org.tentackle.session
Exception thrown if client's and server's versions don't match.
VersionIncompatibleException(String, String, String) - Constructor for exception class org.tentackle.session.VersionIncompatibleException
Creates a version incompatible exception.
view() - Element in annotation interface org.tentackle.fx.FxControllerService
When set, instances of the given view class and annotated controller are created without using FXMLLoader at all.
This option is provided for situations, when creating the view programmatically turns out to be easier than sticking to the FXML approach.
viewChanged() - Method in interface org.tentackle.fx.ViewToModelListener
Updates the model according to the view.
viewClass() - Element in annotation interface org.tentackle.fx.ValueTranslatorService
Defines the view's data class.
viewComponentToString() - Method in class org.tentackle.bind.AbstractBinding
Gets the string representation of the bound view element.
viewComponentToString() - Method in class org.tentackle.fx.bind.DefaultFxComponentBinding
 
viewComponentToString() - Method in class org.tentackle.fx.bind.DefaultFxTableBinding
 
ViewItem<T> - Class in org.tentackle.fx.rdc.contextmenu
Menu item to view a PDO.
ViewItem(PdoTableCell<?, T>) - Constructor for class org.tentackle.fx.rdc.contextmenu.ViewItem
 
ViewItem(PdoTreeCell<T>) - Constructor for class org.tentackle.fx.rdc.contextmenu.ViewItem
Creates a menu item.
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxCheckBox
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxChoiceBox
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxColorPicker
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxComboBox
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxDatePicker
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxHTMLEditor
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxListView
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxPasswordField
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxRadioButton
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxTableView
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxTextArea
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxTextField
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxToggleButton
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxTreeTableView
 
viewModifiedProperty() - Method in class org.tentackle.fx.component.FxTreeView
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxAccordion
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxAnchorPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxBorderPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxButtonBar
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxDialogPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxFlowPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxGridPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxHBox
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxScrollPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxSplitPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxStackPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxTab
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxTabPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxTextFlow
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxTilePane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxTitledPane
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxToolBar
 
viewModifiedProperty() - Method in class org.tentackle.fx.container.FxVBox
 
viewModifiedProperty() - Method in interface org.tentackle.fx.FxControl
Gets the viewModified property.
viewModifiedProperty() - Method in class org.tentackle.fx.FxControlDelegate
 
ViewPermission - Interface in org.tentackle.security.permissions
View permission interface.
ViewPermissionImpl - Class in org.tentackle.security.permissions
Permission to view a PDO.
ViewPermissionImpl() - Constructor for class org.tentackle.security.permissions.ViewPermissionImpl
Creates the view permission.
ViewToModelListener - Interface in org.tentackle.fx
Listener invoked to fetch the value from the view and update the model.
Low-level alternative to the tentackle binding.
visit(Object, Class<?>[], Object...) - Method in class org.tentackle.reflect.ReflectiveVisitor
Visits an object.
visit(AbstractDbObject<?>, Character) - Method in class org.tentackle.dbms.IgnoreDuplicatesPersistenceVisitor
Visits all objects.
visitDeclared(DeclaredType, Class<?>) - Method in class org.tentackle.apt.visitor.SuperTypeVisitor
 
visitExecutable(ExecutableType, Void) - Method in class org.tentackle.apt.visitor.ClassArgConstructorVisitor
 
visitExecutable(ExecutableType, Void) - Method in class org.tentackle.apt.visitor.NoArgsVisitor
 
VolatileHolder<T> - Class in org.tentackle.misc
A Holder with a volatile object reference.
VolatileHolder() - Constructor for class org.tentackle.misc.VolatileHolder
Creates a holder without an initial value.
VolatileHolder(T) - Constructor for class org.tentackle.misc.VolatileHolder
Creates a holder with an initial value.

W

waitForTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
waitForTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Waits for a task to get completed.
Throws a TaskException if the wait times out (see TaskDispatcher.getDeadInterval()).
waitMillis(String, int) - Method in class org.tentackle.pdo.DefaultTransactionRetryPolicy
 
waitMillis(String, int) - Method in interface org.tentackle.pdo.TransactionRetryPolicy
Computes the number of milliseconds to wait before retrying the transaction.
warning(Object, String) - Static method in class org.tentackle.fx.Fx
Shows a warning dialog.
warning(Object, String, Runnable) - Static method in class org.tentackle.fx.Fx
Shows a warning dialog.
warning(String) - Method in class org.tentackle.log.DefaultLogger
 
warning(String) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(String) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
warning(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Object...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Object...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
warning(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Throwable) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Throwable) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
warning(String, Supplier<?>...) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Supplier<?>...) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(String, Supplier<?>...) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Supplier<?>...) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
warning(Throwable, Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
warning(Throwable, Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(Throwable, Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
warning(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
warning(Supplier<String>) - Method in class org.tentackle.log.log4j2v.Log4J2Logger
 
warning(Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(Supplier<String>) - Method in class org.tentackle.log.slf4j.SLF4JLogger
 
WARNING - Enum constant in enum class org.tentackle.fx.NotificationBuilder.Type
Displays a warning.
WARNING - Enum constant in enum class org.tentackle.log.Logger.Level
WARNING is a message level indicating a potential problem.
warnings() - Method in record class org.tentackle.sql.ScriptRunnerResult
Returns the value of the warnings record component.
warningSql() - Method in record class org.tentackle.model.migrate.TableMigrator.Result
Returns the value of the warningSql record component.
warnOpenMillis - Static variable in class org.tentackle.dbms.ResultSetWrapper
Enables a warning logging if result sets are longer open than given milliseconds.
0 to disable (default).
Useful to detect unexpected database write locks or programming errors when result sets are kept open for a long time (consuming an attached connection), for example, due to expensive processing while reading the result set.
wasNull() - Method in class org.tentackle.dbms.ResultSetWrapper
Reports whether the last column read had a value of SQL NULL.
WebApplication<T> - Class in org.tentackle.web.app
Web Server Application.
WebApplication(String, String) - Constructor for class org.tentackle.web.app.WebApplication
Creates an instance of a web application.
WebSessionKeyCache<T> - Class in org.tentackle.web.app
A cache mapping user session infos to the web container's session keys.
WebSessionKeyCache() - Constructor for class org.tentackle.web.app.WebSessionKeyCache
Creates a session key cache.
WindowConfigurator<T> - Class in org.tentackle.fx.container.config
Configures a Window.
WindowConfigurator() - Constructor for class org.tentackle.fx.container.config.WindowConfigurator
Creates the configurator for Window.
with(int, int) - Method in class org.tentackle.misc.SubString
Creates a new string segment from relative to this segment.
with(String) - Method in class org.tentackle.common.I18NText
Derives an I18NText object with a translation for the current locale.
with(Locale, String) - Method in class org.tentackle.common.I18NText
Derives an I18NText object with a translation for the given locale.
WithinContext - Annotation Interface in org.tentackle.pdo
Annotation to express that the annotated method must be within a given named context.
WithinContextInterceptor - Class in org.tentackle.pdo
Implementation for the WithinContext interception.
WithinContextInterceptor() - Constructor for class org.tentackle.pdo.WithinContextInterceptor
Creates a WithinContext interceptor.
withStacktrace() - Method in interface org.tentackle.log.Loggable
Returns whether to log the stacktrace.
withStacktrace() - Method in exception class org.tentackle.validate.ValidationFailedException
 
wrapperToPrimitiveClass(Class<?>) - Static method in class org.tentackle.reflect.ReflectionHelper
Converts a wrapper class to its primitive class.
writability() - Element in annotation interface org.tentackle.pdo.Transaction
The transaction writability.
write(byte[]) - Method in interface org.tentackle.dbms.rmi.OutputStreamRemoteDelegate
Writes bytes to a stream.
write(byte[]) - Method in class org.tentackle.dbms.rmi.OutputStreamRemoteDelegateImpl
 
write(byte[], int, int) - Method in class org.tentackle.dbms.rmi.RemoteOutputStream
 
write(byte[], int, int) - Method in class org.tentackle.io.CompressedOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
write(char[], int, int) - Method in class org.tentackle.io.AppendableWriter
 
write(int) - Method in class org.tentackle.dbms.rmi.RemoteOutputStream
 
write(int) - Method in class org.tentackle.io.CompressedOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
write(String) - Method in class org.tentackle.io.AppendableWriter
 
write(String, int, int) - Method in class org.tentackle.io.AppendableWriter
 
WRITEONLY - Static variable in class org.tentackle.model.impl.RelationImpl
writeonly relation flag.
WritePermission - Interface in org.tentackle.security.permissions
Read permission interface.
WritePermissionImpl - Class in org.tentackle.security.permissions
Permission to write.
WritePermissionImpl() - Constructor for class org.tentackle.security.permissions.WritePermissionImpl
Creates the write-permission.
writeReplace() - Method in class org.tentackle.pdo.DefaultDomainContext
This does the trick to set up the non-transient rootId and rootClassId when sent via rmi the first time.
writeToFile() - Method in class org.tentackle.pdo.PdoCacheFileStore
Writes the cache to persistent storage.
Throws PdoRuntimeException if writing failed.

X

XUUID - Class in org.tentackle.misc
Extended UUID.
An XUUID is a combination of an ID and a UUID.
XUUID(long, UUID) - Constructor for class org.tentackle.misc.XUUID
Creates an extended UUID.
XUUID(Identifiable, UUID) - Constructor for class org.tentackle.misc.XUUID
Creates an extended UUID from an Identifiable.

Y

YEAR_WINDOW - Static variable in class org.tentackle.fx.translate.TemporalStringTranslator
Property to define the sliding year input window.
yes(Object, String, boolean, Runnable) - Static method in class org.tentackle.fx.Fx
Shows a question dialog.
Short for Fx.question(Object, String, boolean, Consumer) if answer is only checked for yes.
YES - Enum constant in enum class org.tentackle.fx.FxControllerService.BINDING
standard binding.
YES - Enum constant in enum class org.tentackle.fx.table.TableConfiguration.BINDING
standard binding.

Z

zero() - Method in class org.tentackle.misc.TimeKeeper
Sets the duration to zero.
Zero - Annotation Interface in org.tentackle.validate.validator
The annotated element must be 0 (zero).
ZeroContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Zero.
ZeroImpl - Class in org.tentackle.validate.validator
Implementation of the Zero-validator.
ZeroImpl() - Constructor for class org.tentackle.validate.validator.ZeroImpl
Creates a Zero-validator.
ZonedDateTimeStringTranslator - Class in org.tentackle.fx.translate
Translator for ZonedDateTime.
ZonedDateTimeStringTranslator(FxTextComponent) - Constructor for class org.tentackle.fx.translate.ZonedDateTimeStringTranslator
Creates a translator.
ZonedDateTimeTableCellType - Class in org.tentackle.fx.table.type
ZonedDateTime cell type.
ZonedDateTimeTableCellType() - Constructor for class org.tentackle.fx.table.type.ZonedDateTimeTableCellType
Creates the cell type for ZonedDateTime.
ZonedDateTimeType - Class in org.tentackle.sql.datatypes
Datatype for ZonedDateTime.
ZonedDateTimeType() - Constructor for class org.tentackle.sql.datatypes.ZonedDateTimeType
Creates the datatype for ZonedDateTime.
ZoneFilter - Class in org.tentackle.misc.time
Filter for timezones.
ZoneFilter() - Constructor for class org.tentackle.misc.time.ZoneFilter
Creates a zone filter.
zoneOf(ZonedDateTime) - Static method in class org.tentackle.sql.datatypes.ZonedDateTimeType
Derives the timezone name from an ZonedDateTime value.
ZoneShortcut - Class in org.tentackle.misc.time
Shortcut for a ZoneId.
ZoneShortcut() - Constructor for class org.tentackle.misc.time.ZoneShortcut
Creates the zone shortcut.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form