Uses of Class
adalid.core.enums.FetchType
-
Packages that use FetchType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of FetchType in adalid.core
Methods in adalid.core that return FetchType Modifier and Type Method Description FetchTypeAbstractEntity. getFetchType()FetchTypeEntityCollection. getFetchType()Methods in adalid.core with parameters of type FetchType Modifier and Type Method Description voidEntityCollection. setFetchType(FetchType fetchType)El método setFetchType se utiliza para establecer la estrategia para obtener datos de la base de datos. -
Uses of FetchType in adalid.core.annotations
Methods in adalid.core.annotations that return FetchType Modifier and Type Method Description FetchTypefetch()fetch especifica si la operación fetch obtiene la entidad relacionada simultáneamente con la entidad (EAGER) o posteriormente, por demanda (LAZY).FetchTypefetch()fetch especifica si la operación fetch obtiene la colección simultáneamente con la entidad (EAGER) o posteriormente, por demanda (LAZY).FetchTypefetch()fetch especifica si la operación fetch obtiene la entidad relacionada simultáneamente con la entidad (EAGER) o posteriormente, por demanda (LAZY). -
Uses of FetchType in adalid.core.enums
Methods in adalid.core.enums that return FetchType Modifier and Type Method Description static FetchTypeFetchType. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchType[]FetchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FetchType in adalid.core.interfaces
Methods in adalid.core.interfaces that return FetchType Modifier and Type Method Description FetchTypeEntityReference. getFetchType()
-