Uses of Class
com.blazebit.persistence.view.impl.metamodel.BasicTypeImpl
Packages that use BasicTypeImpl
-
Uses of BasicTypeImpl in com.blazebit.persistence.view.impl.change
Fields in com.blazebit.persistence.view.impl.change declared as BasicTypeImplConstructors in com.blazebit.persistence.view.impl.change with parameters of type BasicTypeImplModifierConstructorDescriptionAbstractChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType) AbstractCollectionChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, C initial, C current, PluralDirtyChecker<C, V> pluralDirtyChecker) AbstractEmptyPluralChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType) AbstractImmutableChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType, C initial, C current) AbstractImmutablePluralChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, C initial, C current) AbstractMapChangeModel(ManagedViewTypeImplementor<K> keyType, BasicTypeImpl<K> keyBasicType, ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Map<K, V> initial, Map<K, V> current, MapDirtyChecker<Map<K, V>, K, V> pluralDirtyChecker) AbstractPluralChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, C initial, C current, D pluralDirtyChecker) AbstractSingularChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType) BasicElementSingularChangeModel(BasicTypeImpl<V> basicType, V current, DirtyChecker<V> dirtyChecker) BasicSingularChangeModel(BasicTypeImpl<V> basicType, V initial, V current, DirtyChecker<V> dirtyChecker) CollectionChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Collection<V> initial, Collection<V> current, PluralDirtyChecker<Collection<V>, V> pluralDirtyChecker) EmptyCollectionChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType) EmptyListChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType) EmptyMapChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, ManagedViewTypeImplementor<K> keyType, BasicTypeImpl<K> basicKeyType) EmptySetChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType) EmptySingularChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType) ImmutableCollectionChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType, Collection<E> initial, Collection<E> current) ImmutableListChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType, List<E> initial, List<E> current) ImmutableMapChangeModel(ManagedViewTypeImplementor<K> keyType, BasicTypeImpl<K> keyBasicType, ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Map<K, V> initial, Map<K, V> current) ImmutableSetChangeModel(ManagedViewTypeImplementor<E> type, BasicTypeImpl<E> basicType, Set<E> initial, Set<E> current) ImmutableSingularChangeModel(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, V initial, V current) ListChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, List<V> initial, List<V> current, PluralDirtyChecker<List<V>, V> pluralDirtyChecker) MapChangeModelImpl(ManagedViewTypeImplementor<K> keyType, BasicTypeImpl<K> keyBasicType, ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Map<K, V> initial, Map<K, V> current, MapDirtyChecker<Map<K, V>, K, V> pluralDirtyChecker) SetChangeModelImpl(ManagedViewTypeImplementor<V> type, BasicTypeImpl<V> basicType, Set<V> initial, Set<V> current, PluralDirtyChecker<Set<V>, V> pluralDirtyChecker)