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(java.lang.String entityName, java.util.Set<java.lang.String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, EntityKey entityKey, SharedSessionContractImplementor session) -
Uses of CompositeType in org.hibernate.criterion
Methods in org.hibernate.criterion with parameters of type CompositeType Modifier and Type Method Description protected voidExample. addComponentTypedValues(java.lang.String path, java.lang.Object component, CompositeType type, java.util.List<TypedValue> list, Criteria criteria, CriteriaQuery criteriaQuery)protected voidExample. appendComponentCondition(java.lang.String path, java.lang.Object component, CompositeType type, Criteria criteria, CriteriaQuery criteriaQuery, java.lang.StringBuilder buf) -
Uses of CompositeType in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi that return CompositeType Modifier and Type Method Description CompositeTypeEmbeddedTypeDescriptor. getHibernateType() -
Uses of CompositeType in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type CompositeType Constructor Description CompositeElementPropertyMapping(java.lang.String[] elementColumns, java.lang.String[] elementColumnReaders, java.lang.String[] elementColumnReaderTemplates, java.lang.String[] elementFormulaTemplates, CompositeType compositeType, Mapping 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(java.lang.String path, CompositeType type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory) -
Uses of CompositeType in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CompositeType Modifier and Type Method Description CompositeTypeCompositionDefinition. getType() -
Uses of CompositeType in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type CompositeType Modifier and Type Method Description voidProxyFactory. postInstantiate(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set<java.lang.Class> interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.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(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.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(java.lang.String entityName, java.lang.Class persistentClass, java.io.Serializable id, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals) -
Uses of CompositeType in org.hibernate.proxy.pojo.bytebuddy
Methods in org.hibernate.proxy.pojo.bytebuddy that return CompositeType Modifier and Type Method Description protected CompositeTypeSerializableProxy. getComponentIdType()Methods in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeType Modifier and Type Method Description voidByteBuddyProxyFactory. postInstantiate(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set<java.lang.Class> interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType)Constructors in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeType Constructor Description ByteBuddyInterceptor(java.lang.String entityName, java.lang.Class persistentClass, java.lang.Class[] interfaces, java.io.Serializable id, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals)SerializableProxy(java.lang.String entityName, java.lang.Class persistentClass, java.lang.Class[] interfaces, java.io.Serializable id, java.lang.Boolean readOnly, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType)SerializableProxy(java.lang.String entityName, java.lang.Class persistentClass, java.lang.Class[] interfaces, java.io.Serializable id, java.lang.Boolean readOnly, java.lang.String sessionFactoryUuid, boolean allowLoadOutsideTransaction, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.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, java.lang.String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)CompositionBasedCompositionAttribute(AbstractCompositionAttribute source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, java.lang.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, java.util.Set<java.lang.String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean collectionsInDefaultFetchGroupEnabled, PersisterCreationContext creationContext)Static constructorConstructors in org.hibernate.tuple.entity with parameters of type CompositeType Constructor Description BytecodeEnhancementMetadataPojoImpl(java.lang.String entityName, java.lang.Class entityClass, java.util.Set<java.lang.String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean enhancedForLazyLoading, LazyAttributesMetadata lazyAttributesMetadata)EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, java.lang.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" mappingsclassCompositeCustomTypeAdaptsCompositeUserTypeto theTypeinterfaceclassEmbeddedComponentTypeclassObjectTypeSpecific adaptation of the "any" type to the old deprecated "object" type
-