Uses of Enum Class
adalid.core.enums.VirtualEntityType
Packages that use VirtualEntityType
-
Uses of VirtualEntityType in adalid.core
Methods in adalid.core that return VirtualEntityTypeMethods in adalid.core with parameters of type VirtualEntityTypeModifier and TypeMethodDescriptionAbstractPersistentEntity.getQueryTable(int maxDepth, VirtualEntityType virtualEntityType) AbstractPersistentEntity.getQueryTable(VirtualEntityType virtualEntityType) protected voidAbstractVirtualEntity.setVirtualEntityType(VirtualEntityType virtualEntityType) -
Uses of VirtualEntityType in adalid.core.enums
Methods in adalid.core.enums that return VirtualEntityTypeModifier and TypeMethodDescriptionstatic VirtualEntityTypeReturns the enum constant of this class with the specified name.static VirtualEntityType[]VirtualEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VirtualEntityType in adalid.core.interfaces
Methods in adalid.core.interfaces that return VirtualEntityType -
Uses of VirtualEntityType in adalid.core.sql
Methods in adalid.core.sql that return VirtualEntityTypeConstructors in adalid.core.sql with parameters of type VirtualEntityTypeModifierConstructorDescriptionQueryTable(PersistentEntity entity, int maxDepth, VirtualEntityType virtualEntityType)