class BindSourceProcessor extends MetadataSourceProcessor
Beangle Model Bind Metadadta processor.
- See also
org.hibernate.boot.model.source.internal.hbm.ModelBinder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BindSourceProcessor
- MetadataSourceProcessor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BindSourceProcessor(metadataSources: MetadataSources, context: MetadataBuildingContext)
Type Members
- class CollSecondPass extends CollectionSecondPass
- class MapSecondPass extends CollectionSecondPass
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindClass(em: EntityTypeMapping): RootClass
- def bindCollection(entity: PersistentClass, role: String, cp: PluralPropertyMapping[_], coll: Collection): Collection
- def bindCollectionSecondPass(colp: PluralPropertyMapping[_], collection: Collection, entities: Map[String, PersistentClass]): Unit
- def bindColumn(cm: Column, column: Column): Unit
- def bindComponent(component: Component, comp: EmbeddableTypeMapping, path: String, isEmbedded: Boolean): Component
- def bindManyToOne(manyToOne: ManyToOne, name: String, entityName: String, cols: Iterable[Column], fetchable: Fetchable = null): ManyToOne
- def bindMapSecondPass(mapp: MapPropertyMapping, map: Map, entities: Map[String, PersistentClass]): Unit
- def bindProperty(propertyName: String, pm: PropertyMapping[_], property: Property): Unit
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createCollection(colp: PluralPropertyMapping[_], owner: PersistentClass): Collection
- def createProperty(value: Value, propertyName: String, clazz: Class[_], pm: PropertyMapping[_]): Property
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finishUp(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initOuterJoinFetchSetting(col: Fetchable, seqp: Fetchable): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeIdentifier(em: EntityTypeMapping, sv: SimpleValue): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def postProcessEntityHierarchies(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def prepare(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def prepareForEntityHierarchyProcessing(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processAuxiliaryDatabaseObjectDefinitions(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processEntityHierarchies(processedEntityNames: Set[String]): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processFetchProfiles(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processFilterDefinitions(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processIdentifierGenerators(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processNamedQueries(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processQueryRenames(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processResultSetMappings(): Unit
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def processTypeDefinitions(): Unit
Process all custom Type definitions.
Process all custom Type definitions. This step has no prerequisites.
- Definition Classes
- BindSourceProcessor → MetadataSourceProcessor
- def qualify(first: String, second: String): String
- def setTypeUsingReflection(value: Value, clazz: Class[_], propertyName: String): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])