Uses of Class
org.hibernate.MappingException
-
Packages that use MappingException Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.dialect.identity org.hibernate.dialect.sequence org.hibernate.engine.spi org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.procedure org.hibernate.query org.hibernate.query.sql.spi org.hibernate.type -
-
Uses of MappingException in org.hibernate
Subclasses of MappingException in org.hibernate Modifier and Type Class Description classAnnotationExceptionAnnotation related exception.classDuplicateMappingExceptionRaised whenever a duplicate for a certain type occurs.classInvalidMappingExceptionThrown when a mapping is found to be invalid.classPropertyNotFoundExceptionIndicates that an expected getter or setter method could not be found on a class.classUnknownEntityTypeExceptionIndicates an attempt was made to refer to an unknown entity name/class. -
Uses of MappingException in org.hibernate.boot
Subclasses of MappingException in org.hibernate.boot Modifier and Type Class Description classInvalidMappingExceptionIndicates a problem parsing the mapping document at a givenOrigin.classMappingExceptionIndicates a problem parsing a mapping document.classMappingNotFoundExceptionIndicates that a mapping document could not be found at a givenOrigin.classUnsupportedOrmXsdVersionException -
Uses of MappingException in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that throw MappingException Modifier and Type Method Description StringAbstractDelegatingMetadata. getIdentifierPropertyName(String className)TypeAbstractDelegatingMetadata. getIdentifierType(String className)StringInFlightMetadataCollector. getPhysicalColumnName(Table table, String logicalName)StringInFlightMetadataCollector. getPhysicalColumnName(Table table, Identifier logicalName)TypeAbstractDelegatingMetadata. getReferencedPropertyType(String className, String propertyName)voidAbstractDelegatingMetadata. validate()voidMetadataImplementor. validate() -
Uses of MappingException in org.hibernate.cfg
Subclasses of MappingException in org.hibernate.cfg Modifier and Type Class Description classCannotForceNonNullableExceptionIndicates an internal attempt to mark a column as non-nullable (because its part of a PK, etc) but we cannot force that column to be non-nullable.classNotYetImplementedExceptionMapping not yet implementedclassRecoverableExceptionDeprecated.Was only ever referenced in a single place, in an extremely dubious way.Methods in org.hibernate.cfg that throw MappingException Modifier and Type Method Description ConfigurationConfiguration. addCacheableFile(File xmlFile)Add a cacheable mapping file.ConfigurationConfiguration. addCacheableFile(String xmlFile)Add a cacheable mapping file.ConfigurationConfiguration. addClass(Class entityClass)Read a mapping as an application resource using the convention that a class namedfoo.bar.Foois mapped by a filefoo/bar/Foo.hbm.xmlwhich can be resolved as a classpath resource.ConfigurationConfiguration. addDirectory(File dir)Read all.hbm.xmlmapping documents from a directory tree.ConfigurationConfiguration. addFile(File xmlFile)Read mappings from a particular XML file.ConfigurationConfiguration. addFile(String xmlFile)Read mappings from a particular XML fileConfigurationConfiguration. addInputStream(InputStream xmlInputStream)Read mappings from anInputStream.ConfigurationConfiguration. addJar(File jar)Read all.hbm.xmlmappings from a.jarfile.ConfigurationConfiguration. addPackage(String packageName)Read package-level metadata.ConfigurationConfiguration. addResource(String resourceName)Read mappings as an application resource name, that is, using a classpath lookup, trying different class loaders in turn.ConfigurationConfiguration. addURL(URL url)Read mappings from aURL.static voidAnnotationBinder. bindClass(org.hibernate.annotations.common.reflection.XClass clazzToProcess, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass, MetadataBuildingContext context)Bind a class having JSR175 annotations.voidCollectionSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidCopyIdentifierComponentSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidIdGeneratorResolverSecondPass. doSecondPass(Map<String,PersistentClass> idGeneratorDefinitionMap)voidIndexOrUniqueKeySecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidJoinedSubclassFkSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidOneToOneSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidPkDrivenByDefaultMapsIdSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidSecondaryTableSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidSetBasicValueTypeSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidSimpleToOneFkSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidToOneFkSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)voidVerifyFetchProfileReferenceSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses)org.hibernate.annotations.common.reflection.XClassPropertyData. getClassOrElement()Returns the returned class itself or the element type if an arrayorg.hibernate.annotations.common.reflection.XClassPropertyInferredData. getClassOrElement()org.hibernate.annotations.common.reflection.XClassPropertyPreloadedData. getClassOrElement()org.hibernate.annotations.common.reflection.XClassWrappedInferredData. getClassOrElement()StringPropertyData. getClassOrElementName()Returns the returned class name itself or the element type if an arrayStringPropertyInferredData. getClassOrElementName()StringPropertyPreloadedData. getClassOrElementName()StringWrappedInferredData. getClassOrElementName()AccessTypePropertyInferredData. getDefaultAccess()AccessTypePropertyPreloadedData. getDefaultAccess()org.hibernate.annotations.common.reflection.XClassPropertyData. getPropertyClass()Return the class itselforg.hibernate.annotations.common.reflection.XClassPropertyInferredData. getPropertyClass()org.hibernate.annotations.common.reflection.XClassPropertyPreloadedData. getPropertyClass()org.hibernate.annotations.common.reflection.XClassWrappedInferredData. getPropertyClass()StringPropertyData. getPropertyName()StringPropertyInferredData. getPropertyName()StringPropertyPreloadedData. getPropertyName()StringWrappedInferredData. getPropertyName()StringPropertyData. getTypeName()Returns the returned class name itselfStringPropertyInferredData. getTypeName()StringPropertyPreloadedData. getTypeName()StringWrappedInferredData. getTypeName()abstract voidCollectionSecondPass. secondPass(Map<String,PersistentClass> persistentClasses) -
Uses of MappingException in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that throw MappingException Modifier and Type Method Description voidResultsetMappingSecondPass. doSecondPass(Map<String,PersistentClass> persistentClasses) -
Uses of MappingException in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity that throw MappingException Modifier and Type Method Description StringAbstractTransactSQLIdentityColumnSupport. getIdentityColumnString(int type)StringIdentityColumnSupport. getIdentityColumnString(int type)The syntax used during DDL to define a column as being an IDENTITY of a particular type.StringIdentityColumnSupportImpl. getIdentityColumnString(int type)StringAbstractTransactSQLIdentityColumnSupport. getIdentitySelectString(String table, String column, int type)StringHANAIdentityColumnSupport. getIdentitySelectString(String table, String column, int type)StringIdentityColumnSupport. getIdentitySelectString(String table, String column, int type)Get the select command to use to retrieve the last generated IDENTITY value for a particular tableStringIdentityColumnSupportImpl. getIdentitySelectString(String table, String column, int type) -
Uses of MappingException in org.hibernate.dialect.sequence
Methods in org.hibernate.dialect.sequence that throw MappingException Modifier and Type Method Description StringNoSequenceSupport. getCreateSequenceString(String sequenceName)StringNoSequenceSupport. getCreateSequenceString(String sequenceName, int initialValue, int incrementSize)default StringSequenceSupport. getCreateSequenceString(String sequenceName)Typically dialects which support sequences can create a sequence with a single command.default StringSequenceSupport. getCreateSequenceString(String sequenceName, int initialValue, int incrementSize)Typically dialects which support sequences can create a sequence with a single command.StringTiDBSequenceSupport. getCreateSequenceString(String sequenceName, int initialValue, int incrementSize)String[]NoSequenceSupport. getCreateSequenceStrings(String sequenceName, int initialValue, int incrementSize)default String[]SequenceSupport. getCreateSequenceStrings(String sequenceName, int initialValue, int incrementSize)An optional multi-line form for databases whichSequenceSupport.supportsPooledSequences().StringNoSequenceSupport. getDropSequenceString(String sequenceName)default StringSequenceSupport. getDropSequenceString(String sequenceName)Typically dialects which support sequences can drop a sequence with a single command.StringSQLServer16SequenceSupport. getDropSequenceString(String sequenceName)String[]NoSequenceSupport. getDropSequenceStrings(String sequenceName)default String[]SequenceSupport. getDropSequenceStrings(String sequenceName)The multiline script used to drop a sequence.StringNoSequenceSupport. getSelectSequenceNextValString(String sequenceName)StringSequenceSupport. getSelectSequenceNextValString(String sequenceName)Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.StringANSISequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringDB2iSequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringDB2SequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringDerbySequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringH2V1SequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringLegacyDB2SequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringMariaDBSequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringPostgreSQLSequenceSupport. getSelectSequencePreviousValString(String sequenceName)default StringSequenceSupport. getSelectSequencePreviousValString(String sequenceName)Generate the select expression fragment that will retrieve the previous value of a sequence as part of another (typically DML) statement.StringTiDBSequenceSupport. getSelectSequencePreviousValString(String sequenceName)StringNoSequenceSupport. getSequenceNextValString(String sequenceName)StringNoSequenceSupport. getSequenceNextValString(String sequenceName, int increment)default StringSequenceSupport. getSequenceNextValString(String sequenceName)Generate the appropriate select statement to to retrieve the next value of a sequence.default StringSequenceSupport. getSequenceNextValString(String sequenceName, int increment)Generate the appropriate select statement to to retrieve the next value of a sequence.StringDB2iSequenceSupport. getSequencePreviousValString(String sequenceName)StringLegacyDB2SequenceSupport. getSequencePreviousValString(String sequenceName)default StringSequenceSupport. getSequencePreviousValString(String sequenceName)Generate the appropriate select statement to to retrieve the previous value of a sequence.StringSQLServerSequenceSupport. getSequencePreviousValString(String sequenceName) -
Uses of MappingException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw MappingException Modifier and Type Method Description StringMapping. getIdentifierPropertyName(String className)Deprecated.StringSessionFactoryDelegatingImpl. getIdentifierPropertyName(String className)TypeMapping. getIdentifierType(String className)Deprecated.TypeSessionFactoryDelegatingImpl. getIdentifierType(String className)TypeMapping. getReferencedPropertyType(String className, String propertyName)Deprecated.TypeSessionFactoryDelegatingImpl. getReferencedPropertyType(String className, String propertyName)BooleanVersionValue. isUnsaved(Object version) -
Uses of MappingException in org.hibernate.id
Methods in org.hibernate.id that throw MappingException Modifier and Type Method Description voidAssigned. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidConfigurable. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Deprecated.Configure this instance, given the value of parameters specified by the user as<param>elements.voidForeignGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)default voidIdentifierGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Configure this instance, given the value of parameters specified by the user as<param>elements.voidIncrementGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidSelectGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidUUIDGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Deprecated.voidUUIDHexGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)TypeExportableColumn.ValueImpl. getType()booleanExportableColumn.ValueImpl. isValid(Mapping mapping)voidExportableColumn.ValueImpl. setTypeUsingReflection(String className, String propertyName) -
Uses of MappingException in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that throw MappingException Modifier and Type Method Description voidSequenceStyleGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidTableGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry) -
Uses of MappingException in org.hibernate.mapping
Methods in org.hibernate.mapping that throw MappingException Modifier and Type Method Description voidPersistentClass. addSubclass(Subclass subclass)voidRootClass. addSubclass(Subclass subclass)protected voidPersistentClass. checkColumnDuplication(Set<String> distinctColumns, Value value)protected voidPersistentClass. checkPropertyColumnDuplication(Set<String> distinctColumns, List<Property> properties)voidCollection. createAllKeys()voidMap. createAllKeys()voidOneToOne. createForeignKey()voidSimpleValue. createForeignKey()IdentifierGeneratorComponent. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)Deprecated.IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)CascadeStyleProperty. getCascadeStyle()Class<?>Component. getComponentClass()CollectionTypeArray. getDefaultCollectionType()abstract CollectionTypeCollection. getDefaultCollectionType()CollectionTypeList. getDefaultCollectionType()Class<?>Array. getElementClass()GetterProperty. getGetter(Class clazz)Class<?>PersistentClass. getMappedClass()PropertyComponent. getProperty(String propertyName)PropertyPersistentClass. getProperty(String propertyName)PropertyAccessStrategyBackref. getPropertyAccessStrategy(Class clazz)PropertyAccessStrategyIndexBackref. getPropertyAccessStrategy(Class clazz)PropertyAccessStrategyProperty. getPropertyAccessStrategy(Class clazz)PropertyPersistentClass. getRecursiveProperty(String propertyPath)PropertyPersistentClass. getReferencedProperty(String propertyPath)Given a property path, locate the appropriate referenceable property reference.SetterProperty. getSetter(Class clazz)intColumn. getSqlTypeCode(Mapping mapping)PropertyPersistentClass. getSubclassProperty(String propertyName)AnyTypeAny. getType()TypeAny.KeyValue. getType()TypeAny.MetaValue. getType()TypeBasicValue. getType()TypeCollection. getType()TypeComponent. getType()TypeDependantValue. getType()TypeManyToOne. getType()TypeOneToOne. getType()TypeProperty. getType()TypeValue. getType()booleanAny. isValid(Mapping mapping)booleanAny.KeyValue. isValid(Mapping mapping)booleanOneToMany. isValid(Mapping mapping)booleanProperty. isValid(Mapping mapping)booleanSimpleValue. isValid(Mapping mapping)booleanToOne. isValid(Mapping mapping)booleanValue. isValid(Mapping mapping)voidForeignKey. setReferencedTable(Table referencedTable)voidAny. setTypeUsingReflection(String className, String propertyName)voidBasicValue. setTypeUsingReflection(String className, String propertyName)voidComponent. setTypeUsingReflection(String className, String propertyName)voidSimpleValue. setTypeUsingReflection(String className, String propertyName)voidToOne. setTypeUsingReflection(String className, String propertyName)voidValue. setTypeUsingReflection(String className, String propertyName)voidCollection. validate(Mapping mapping)voidIdentifierCollection. validate(Mapping mapping)voidIndexedCollection. validate(Mapping mapping)voidJoinedSubclass. validate(Mapping mapping)voidPersistentClass. validate(Mapping mapping)voidRootClass. validate(Mapping mapping)voidSet. validate(Mapping mapping)voidSingleTableSubclass. validate(Mapping mapping)voidUnionSubclass. validate(Mapping mapping)Constructors in org.hibernate.mapping that throw MappingException Constructor Description Component(MetadataBuildingContext metadata, Collection collection)Component(MetadataBuildingContext metadata, Component component)Component(MetadataBuildingContext metadata, Join join)Component(MetadataBuildingContext metadata, PersistentClass owner)Component(MetadataBuildingContext metadata, Table table, PersistentClass owner)OneToMany(MetadataBuildingContext buildingContext, PersistentClass owner)OneToOne(MetadataBuildingContext buildingContext, Table table, PersistentClass owner) -
Uses of MappingException in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that throw MappingException Modifier and Type Method Description voidAbstractCollectionPersister. postInstantiate()voidCollectionPersister. postInstantiate()Constructors in org.hibernate.persister.collection that throw MappingException Constructor Description AbstractCollectionPersister(Collection collectionBootDescriptor, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)AbstractCollectionPersister(Collection collectionBootDescriptor, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated.BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated.CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory)OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)Deprecated. -
Uses of MappingException in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that throw MappingException Modifier and Type Method Description intDiscriminatorType. getColumnSpan(Mapping mapping)TypeAbstractEntityPersister. getPropertyType(String propertyName)Get the type of a particular property by name.TypeEntityPersister. getPropertyType(String propertyName)Get the type of a particular property by name.int[]DiscriminatorType. getSqlTypeCodes(Mapping mapping)protected voidAbstractPropertyMapping. initComponentPropertyPaths(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory)protected voidAbstractEntityPersister. initPropertyPaths(Metadata mapping)protected voidAbstractPropertyMapping. initPropertyPaths(String path, Type type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)protected voidAbstractEntityPersister. initSubclassPropertyAliasesMap(PersistentClass model)Must be called by subclasses, at the end of their constructorsprotected voidAbstractEntityPersister. postConstruct(Metadata mapping)Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.voidAbstractEntityPersister. postInstantiate()voidEntityPersister. postInstantiate()Finish the initialization of this object. -
Uses of MappingException in org.hibernate.procedure
Methods in org.hibernate.procedure that throw MappingException Modifier and Type Method Description ProcedureCallProcedureCall. addSynchronizedEntityClass(Class entityClass)ProcedureCallProcedureCall. addSynchronizedEntityName(String entityName) -
Uses of MappingException in org.hibernate.query
Subclasses of MappingException in org.hibernate.query Modifier and Type Class Description classUnknownSqlResultSetMappingExceptionIndicates a request for named ResultSet mapping which could not be foundMethods in org.hibernate.query that throw MappingException Modifier and Type Method Description NativeQuery<T>NativeQuery. addSynchronizedEntityClass(Class entityClass)SynchronizeableQuerySynchronizeableQuery. addSynchronizedEntityClass(Class<?> entityClass)Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.NativeQuery<T>NativeQuery. addSynchronizedEntityName(String entityName)SynchronizeableQuerySynchronizeableQuery. addSynchronizedEntityName(String entityName)Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking. -
Uses of MappingException in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that throw MappingException Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImplementor. addSynchronizedEntityClass(Class entityClass)NativeQueryImplementor<R>NativeQueryImplementor. addSynchronizedEntityName(String entityName) -
Uses of MappingException in org.hibernate.type
Methods in org.hibernate.type that throw MappingException Modifier and Type Method Description StringAssociationType. getAssociatedEntityName(SessionFactoryImplementor factory)Get the entity name of the associated entityStringCollectionType. getAssociatedEntityName(SessionFactoryImplementor factory)JoinableAssociationType. getAssociatedJoinable(SessionFactoryImplementor factory)Get the "persister" for this association - a class or collection persisterJoinableCollectionType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableEntityType. getAssociatedJoinable(SessionFactoryImplementor factory)Retrieves theJoinabledefining the associated entity.intAbstractStandardBasicType. getColumnSpan(Mapping mapping)intCollectionType. getColumnSpan(Mapping session)intComponentType. getColumnSpan(Mapping mapping)intManyToOneType. getColumnSpan(Mapping mapping)intMetaType. getColumnSpan(Mapping mapping)intOneToOneType. getColumnSpan(Mapping session)intSerializableToBlobType. getColumnSpan(Mapping mapping)intSpecialOneToOneType. getColumnSpan(Mapping mapping)intType. getColumnSpan(Mapping mapping)How many columns are used to persist this type.TypeCollectionType. getElementType(SessionFactoryImplementor factory)Get the Hibernate type of the collection elementsStringEntityType. getIdentifierOrUniqueKeyPropertyName(Mapping factory)The name of the property on the associated entity to which our FK refersTypeEntityType. getIdentifierOrUniqueKeyType(Mapping factory)Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.int[]AbstractStandardBasicType. getSqlTypeCodes(Mapping mapping)int[]AnyType. getSqlTypeCodes(Mapping mapping)int[]CollectionType. getSqlTypeCodes(Mapping session)int[]ComponentType. getSqlTypeCodes(Mapping mapping)int[]ManyToOneType. getSqlTypeCodes(Mapping mapping)int[]MetaType. getSqlTypeCodes(Mapping mapping)int[]OneToOneType. getSqlTypeCodes(Mapping session)int[]SerializableToBlobType. getSqlTypeCodes(Mapping mapping)int[]SpecialOneToOneType. getSqlTypeCodes(Mapping mapping)int[]Type. getSqlTypeCodes(Mapping mapping)Return the JDBC types codes (perTypes) for the columns mapped by this type.Constructors in org.hibernate.type that throw MappingException Constructor Description CustomType(UserType<J> userType, String[] registrationKeys, TypeConfiguration typeConfiguration)CustomType(UserType<J> userType, TypeConfiguration typeConfiguration)
-