Hierarchy For Package st.orm
Class Hierarchy
- java.lang.Object
- st.orm.AbstractMetamodel<T,
E, V> (implements st.orm.Metamodel<T, E>) - st.orm.AbstractKeyMetamodel<T,
E, V> (implements st.orm.Metamodel.Key<T, E>)
- st.orm.AbstractKeyMetamodel<T,
- st.orm.StormConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- st.orm.PersistenceException
- st.orm.NonUniqueResultException
- st.orm.NoResultException
- st.orm.OptimisticLockException
- st.orm.PersistenceException
- java.lang.RuntimeException
- java.lang.Exception
- st.orm.AbstractMetamodel<T,
Interface Hierarchy
- st.orm.BindVars
- st.orm.BindVars.RecordListener
- st.orm.Converter<D,
E> - st.orm.Data
- st.orm.Entity<ID>
- st.orm.Projection<ID>
- st.orm.Element
- st.orm.EntityCallback<E>
- st.orm.JoinType
- st.orm.Metamodel<T,
E> - st.orm.Metamodel.Key<T,
E>
- st.orm.Metamodel.Key<T,
- st.orm.Operator
- st.orm.Ref<T>
- st.orm.Slice<R>
Annotation Interface Hierarchy
- st.orm.Convert (implements java.lang.annotation.Annotation)
- st.orm.DbColumn (implements java.lang.annotation.Annotation)
- st.orm.DbColumns (implements java.lang.annotation.Annotation)
- st.orm.DbEnum (implements java.lang.annotation.Annotation)
- st.orm.DbIgnore (implements java.lang.annotation.Annotation)
- st.orm.DbTable (implements java.lang.annotation.Annotation)
- st.orm.DefaultConverter (implements java.lang.annotation.Annotation)
- st.orm.Discriminator (implements java.lang.annotation.Annotation)
- st.orm.DynamicUpdate (implements java.lang.annotation.Annotation)
- st.orm.FK (implements java.lang.annotation.Annotation)
- st.orm.Inline (implements java.lang.annotation.Annotation)
- st.orm.Json (implements java.lang.annotation.Annotation)
- st.orm.MetamodelType (implements java.lang.annotation.Annotation)
- st.orm.Persist (implements java.lang.annotation.Annotation)
- st.orm.PK (implements java.lang.annotation.Annotation)
- st.orm.Polymorphic (implements java.lang.annotation.Annotation)
- st.orm.ProjectionQuery (implements java.lang.annotation.Annotation)
- st.orm.SqlLog (implements java.lang.annotation.Annotation)
- st.orm.UK (implements java.lang.annotation.Annotation)
- st.orm.Version (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- st.orm.DefaultJoinType (implements st.orm.JoinType)
- st.orm.DirtyCheck
- st.orm.Discriminator.DiscriminatorType
- st.orm.EnumType
- st.orm.GenerationStrategy
- st.orm.Polymorphic.Strategy
- st.orm.ResolveScope
- st.orm.SelectMode
- st.orm.TemporalType
- st.orm.UpdateMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- st.orm.Metamodel.KeyDelegate<T,
E> (implements st.orm.Metamodel.Key<T, E>) - st.orm.Page<R> (implements st.orm.Slice<R>)
- st.orm.Pageable
- st.orm.Pageable.Order
- st.orm.Scrollable<T>
- st.orm.Window<R> (implements st.orm.Slice<R>)
- st.orm.Metamodel.KeyDelegate<T,
- java.lang.Record