Uses of Interface
com.blazebit.persistence.impl.AliasInfo
Packages that use AliasInfo
-
Uses of AliasInfo in com.blazebit.persistence.impl
Classes in com.blazebit.persistence.impl that implement AliasInfoModifier and TypeClassDescriptionclassclassclassThis is the join alias info for "special" join nodes that aren't rendered as joins but only serve for providing a "treat-view" on an existing join node.Methods in com.blazebit.persistence.impl that return AliasInfoModifier and TypeMethodDescriptionAliasManager.getAliasInfo(String alias) AliasManager.getAliasInfoForBottomLevel(String alias) Methods in com.blazebit.persistence.impl that return types with arguments of type AliasInfoMethods in com.blazebit.persistence.impl with parameters of type AliasInfoModifier and TypeMethodDescriptionAliasManager.registerAliasInfo(AliasInfo aliasInfo) Register the given alias info if possible If the given alias already exists an exception is thrown.voidAliasManager.unregisterAliasInfoForBottomLevel(AliasInfo aliasInfo)