Uses of Interface
org.hibernate.type.CompositeType
-
-
Uses of CompositeType in org.hibernate.bytecode.enhance.spi.interceptor
Constructors in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type CompositeType Constructor Description EnhancementAsProxyLazinessInterceptor(String entityName, Set<String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, EntityKey entityKey, SharedSessionContractImplementor session) -
Uses of CompositeType in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type CompositeType Constructor Description CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory) -
Uses of CompositeType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type CompositeType Modifier and Type Method Description protected voidAbstractPropertyMapping. initComponentPropertyPaths(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) -
Uses of CompositeType in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type CompositeType Modifier and Type Method Description voidProxyFactory. postInstantiate(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)Called immediately after instantiation of this factory. -
Uses of CompositeType in org.hibernate.proxy.map
Methods in org.hibernate.proxy.map with parameters of type CompositeType Modifier and Type Method Description voidMapProxyFactory. postInstantiate(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) -
Uses of CompositeType in org.hibernate.proxy.pojo
Fields in org.hibernate.proxy.pojo declared as CompositeType Modifier and Type Field Description protected CompositeTypeBasicLazyInitializer. componentIdTypeConstructors in org.hibernate.proxy.pojo with parameters of type CompositeType Constructor Description BasicLazyInitializer(String entityName, Class<?> persistentClass, Object id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals) -
Uses of CompositeType in org.hibernate.proxy.pojo.bytebuddy
Methods in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeType Modifier and Type Method Description voidByteBuddyProxyFactory. postInstantiate(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)Constructors in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeType Constructor Description ByteBuddyInterceptor(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals)SerializableProxy(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Boolean readOnly, String sessionFactoryUuid, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) -
Uses of CompositeType in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return CompositeType Modifier and Type Method Description CompositeTypeAbstractCompositionAttribute. getType()Constructors in org.hibernate.tuple.component with parameters of type CompositeType Constructor Description AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo) -
Uses of CompositeType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity with parameters of type CompositeType Modifier and Type Method Description static BytecodeEnhancementMetadataBytecodeEnhancementMetadataPojoImpl. from(PersistentClass persistentClass, Set<String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean collectionsInDefaultFetchGroupEnabled, Metadata metadata)Static constructorConstructors in org.hibernate.tuple.entity with parameters of type CompositeType Constructor Description EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo) -
Uses of CompositeType in org.hibernate.type
Classes in org.hibernate.type that implement CompositeType Modifier and Type Class Description classAnyTypeHandles "any" mappingsclassComponentTypeHandles "component" mappingsclassEmbeddedComponentType -
Uses of CompositeType in org.hibernate.type.spi
Subinterfaces of CompositeType in org.hibernate.type.spi Modifier and Type Interface Description interfaceCompositeTypeImplementor
-