Uses of Class
de.hybris.platform.directpersistence.statement.backend.ServiceCol
-
-
Uses of ServiceCol in de.hybris.platform.directpersistence.record
Methods in de.hybris.platform.directpersistence.record with parameters of type ServiceCol Modifier and Type Method Description ColumnPayload.BuilderColumnPayload.Builder. serviceCol(ServiceCol serviceCol) -
Uses of ServiceCol in de.hybris.platform.directpersistence.statement
Methods in de.hybris.platform.directpersistence.statement with parameters of type ServiceCol Modifier and Type Method Description protected ColumnPayloadNewItemStatementsBuilder. getTimeColumn(java.util.Date now, ServiceCol timeCol) -
Uses of ServiceCol in de.hybris.platform.directpersistence.statement.backend
Methods in de.hybris.platform.directpersistence.statement.backend that return ServiceCol Modifier and Type Method Description static ServiceColServiceCol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceCol[]ServiceCol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceCol in de.hybris.platform.directpersistence.statement.sql
Methods in de.hybris.platform.directpersistence.statement.sql with parameters of type ServiceCol Modifier and Type Method Description FluentSqlBuilderFluentSqlBuilder. field(ServiceCol field)
-