Uses of Class
de.hybris.platform.odata2services.odata.schema.KeyGenerator
-
Packages that use KeyGenerator Package Description de.hybris.platform.odata2services.odata.schema de.hybris.platform.odata2services.odata.schema.entity -
-
Uses of KeyGenerator in de.hybris.platform.odata2services.odata.schema
Classes in de.hybris.platform.odata2services.odata.schema with type parameters of type KeyGenerator Modifier and Type Class Description classBaseKeyGeneratorUnitTest<T extends KeyGenerator>Subclasses of KeyGenerator in de.hybris.platform.odata2services.odata.schema Modifier and Type Class Description classIntegrationKeyGeneratorclassLocalizedKeyGeneratorclassUniquePropertiesKeyGeneratorA key generator that uses any simple entity property having "IsUnique" annotation for the entity key. -
Uses of KeyGenerator in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity that return KeyGenerator Modifier and Type Method Description protected KeyGeneratorSingleEntityTypeGenerator. getKeyGenerator()Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type KeyGenerator Modifier and Type Method Description voidSingleEntityTypeGenerator. setKeyGenerator(KeyGenerator generator)
-