Uses of Interface
de.hybris.platform.jalo.type.Type.TypeImpl
-
Packages that use Type.TypeImpl Package Description de.hybris.platform.jalo.type de.hybris.platform.persistence.type -
-
Uses of Type.TypeImpl in de.hybris.platform.jalo.type
Subinterfaces of Type.TypeImpl in de.hybris.platform.jalo.type Modifier and Type Interface Description static interface
AtomicType.AtomicTypeImpl
The persistence layer implementation interface.static interface
CollectionType.CollectionTypeImpl
The presistence layer implementation interface.static interface
ComposedType.ComposedTypeImpl
Persistence layer interface.static interface
MapType.MapTypeImpl
Internal persistence layer implementation interface.Methods in de.hybris.platform.jalo.type that return Type.TypeImpl Modifier and Type Method Description protected Type.TypeImpl
Type. getTypeImpl()
Internal access to persistence layer implementation. -
Uses of Type.TypeImpl in de.hybris.platform.persistence.type
Classes in de.hybris.platform.persistence.type that implement Type.TypeImpl Modifier and Type Class Description class
AtomicTypeEJBImpl
class
CollectionTypeEJBImpl
class
ComposedTypeEJBImpl
class
MapTypeEJBImpl
class
TypeEJBImpl
-