Uses of Class
org.hibernate.FetchMode
-
-
Uses of FetchMode in org.hibernate
Methods in org.hibernate that return FetchMode Modifier and Type Method Description static FetchModeFetchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchMode[]FetchMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FetchMode in org.hibernate.cfg
Methods in org.hibernate.cfg that return FetchMode Modifier and Type Method Description static FetchModeAnnotationBinder. getFetchMode(FetchType fetch) -
Uses of FetchMode in org.hibernate.id
Methods in org.hibernate.id that return FetchMode Modifier and Type Method Description FetchModeExportableColumn.ValueImpl. getFetchMode() -
Uses of FetchMode in org.hibernate.mapping
Methods in org.hibernate.mapping that return FetchMode Modifier and Type Method Description FetchModeCollection. getFetchMode()FetchModeFetchable. getFetchMode()FetchModeOneToMany. getFetchMode()FetchModeSimpleValue. getFetchMode()FetchModeToOne. getFetchMode()FetchModeValue. getFetchMode()Methods in org.hibernate.mapping with parameters of type FetchMode Modifier and Type Method Description voidCollection. setFetchMode(FetchMode fetchMode)voidFetchable. setFetchMode(FetchMode joinedFetch)voidToOne. setFetchMode(FetchMode fetchMode) -
Uses of FetchMode in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return FetchMode Modifier and Type Method Description FetchModeAbstractCollectionPersister. getFetchMode()FetchModeQueryableCollection. getFetchMode()Should we load this collection role by outerjoining? -
Uses of FetchMode in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return FetchMode Modifier and Type Method Description FetchModeAbstractEntityPersister. getFetchMode(int i)FetchModeOuterJoinLoadable. getFetchMode(int i)May this (subclass closure) property be fetched using an SQL outerjoin? -
Uses of FetchMode in org.hibernate.tuple
Methods in org.hibernate.tuple that return FetchMode Modifier and Type Method Description FetchModeAbstractNonIdentifierAttribute. getFetchMode()FetchModeBaselineAttributeInformation. getFetchMode()FetchModeNonIdentifierAttribute. getFetchMode()Methods in org.hibernate.tuple with parameters of type FetchMode Modifier and Type Method Description BaselineAttributeInformation.BuilderBaselineAttributeInformation.Builder. setFetchMode(FetchMode fetchMode)Constructors in org.hibernate.tuple with parameters of type FetchMode Constructor Description BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)StandardProperty(String name, Type type, boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)Deprecated.Constructs NonIdentifierProperty instances. -
Uses of FetchMode in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component with parameters of type FetchMode Modifier and Type Method Description protected FetchStyleCompositeBasedAssociationAttribute. determineFetchStyleByMetadata(FetchMode fetchMode, AssociationType type) -
Uses of FetchMode in org.hibernate.type
Methods in org.hibernate.type that return FetchMode Modifier and Type Method Description FetchModeAnyType. getFetchMode(int i)FetchModeComponentType. getFetchMode(int i)FetchModeCompositeType. getFetchMode(int index)Retrieve the fetch mode of the indicated component property.
-