Uses of Class
org.hibernate.internal.util.ImmutableBitSet
-
Packages that use ImmutableBitSet Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal.util Internal utility classes -
-
Uses of ImmutableBitSet in org.hibernate.engine.internal
Fields in org.hibernate.engine.internal declared as ImmutableBitSet Modifier and Type Field Description protected @Nullable ImmutableBitSet
AbstractEntityEntry. maybeLazySet
Methods in org.hibernate.engine.internal that return ImmutableBitSet Modifier and Type Method Description @Nullable ImmutableBitSet
AbstractEntityEntry. getMaybeLazySet()
Methods in org.hibernate.engine.internal with parameters of type ImmutableBitSet Modifier and Type Method Description void
AbstractEntityEntry. setMaybeLazySet(@Nullable ImmutableBitSet maybeLazySet)
-
Uses of ImmutableBitSet in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ImmutableBitSet Modifier and Type Method Description @Nullable ImmutableBitSet
EntityEntry. getMaybeLazySet()
Has a bit set for every attribute position that is potentially lazy.Methods in org.hibernate.engine.spi with parameters of type ImmutableBitSet Modifier and Type Method Description void
EntityEntry. setMaybeLazySet(@Nullable ImmutableBitSet maybeLazySet)
-
Uses of ImmutableBitSet in org.hibernate.internal.util
Fields in org.hibernate.internal.util declared as ImmutableBitSet Modifier and Type Field Description static ImmutableBitSet
ImmutableBitSet. EMPTY
Methods in org.hibernate.internal.util that return ImmutableBitSet Modifier and Type Method Description static ImmutableBitSet
ImmutableBitSet. valueOf(BitSet bitSet)
Methods in org.hibernate.internal.util with parameters of type ImmutableBitSet Modifier and Type Method Description boolean
ImmutableBitSet. contains(ImmutableBitSet set)
-