Uses of Class
org.hibernate.FetchMode
-
-
Uses of FetchMode in org.hibernate
Fields in org.hibernate declared as FetchMode Modifier and Type Field Description static FetchModeFetchMode. EAGERDeprecated.use FetchMode.JOINstatic FetchModeFetchMode. LAZYDeprecated.use FetchMode.SELECTMethods in org.hibernate that return FetchMode Modifier and Type Method Description static FetchModeFetchMode. valueOf(java.lang.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.Methods in org.hibernate with parameters of type FetchMode Modifier and Type Method Description CriteriaCriteria. setFetchMode(java.lang.String associationPath, FetchMode mode)Specify an association fetching strategy for an association or a collection of values. -
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.criterion
Methods in org.hibernate.criterion with parameters of type FetchMode Modifier and Type Method Description DetachedCriteriaDetachedCriteria. setFetchMode(java.lang.String associationPath, FetchMode mode)Set the fetch mode for a given association -
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.loader
Methods in org.hibernate.loader with parameters of type FetchMode Modifier and Type Method Description protected JoinTypeJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)Determine the appropriate type of join (if any) to use to fetch the given association.protected JoinTypeJoinWalker. getJoinType(AssociationType associationType, FetchMode config, PropertyPath path, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth, CascadeStyle cascadeStyle)Determine the appropriate associationType of join (if any) to use to fetch the given association.protected booleanAbstractEntityJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle)The superclass deliberately excludes collectionsprotected booleanJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle)Override on subclasses to enable or suppress joining of certain association typesprotected booleanJoinWalker. isJoinedFetchEnabledInMapping(FetchMode config, AssociationType type)Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining -
Uses of FetchMode in org.hibernate.loader.collection
Methods in org.hibernate.loader.collection with parameters of type FetchMode Modifier and Type Method Description protected JoinTypeBasicCollectionJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth) -
Uses of FetchMode in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria with parameters of type FetchMode Modifier and Type Method Description protected JoinTypeCriteriaJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)protected JoinTypeCriteriaJoinWalker. getJoinType(AssociationType associationType, FetchMode config, PropertyPath path, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth, CascadeStyle cascadeStyle) -
Uses of FetchMode in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type FetchMode Modifier and Type Method Description protected JoinTypeEntityJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)protected booleanCascadeEntityJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle) -
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(java.lang.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)FetchModeCompositeCustomType. getFetchMode(int i)FetchModeCompositeType. getFetchMode(int index)Retrieve the fetch mode of the indicated component property.
-