Uses of Class
de.hybris.bootstrap.typesystem.YAttributeDeployment.TableType
-
Packages that use YAttributeDeployment.TableType Package Description de.hybris.bootstrap.typesystem -
-
Uses of YAttributeDeployment.TableType in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YAttributeDeployment.TableType Modifier and Type Method Description YAttributeDeployment.TableTypeYAttributeDeployment. getTableType()static YAttributeDeployment.TableTypeYAttributeDeployment.TableType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YAttributeDeployment.TableType[]YAttributeDeployment.TableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.bootstrap.typesystem with parameters of type YAttributeDeployment.TableType Modifier and Type Method Description protected java.util.Set<YAttributeDeployment>YDeployment. getAttributeDeployments(YAttributeDeployment.TableType tableType)java.util.Set<YIndexDeployment>YDeployment. getIndexDeployments(YAttributeDeployment.TableType tableType)Constructors in de.hybris.bootstrap.typesystem with parameters of type YAttributeDeployment.TableType Constructor Description YAttributeDeployment(YNamespace container, java.lang.String deploymentName, java.lang.String persistenceQualifier, java.lang.String javaType, YAttributeDeployment.TableType tableType)YAttributeDeployment(YNamespace container, java.lang.String deploymentName, java.lang.String persistenceQualifier, java.lang.String javaType, YAttributeDeployment.TableType tableType, YAttributeDescriptor attDesc)
-