object HbmConfigBinder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HbmConfigBinder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class CollSecondPass extends CollectionSecondPass
- class MapSecondPass extends CollSecondPass
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 bindCollection(entity: PersistentClass, role: String, cp: CollectionProperty, coll: Collection): Collection
- def bindCollectionSecondPass(colp: CollectionProperty, collection: Collection, entities: Map[String, PersistentClass], mappings: Mappings): Unit
- def bindColumn(cm: Column, column: Column): Unit
- def bindComponent(component: Component, comp: Component, path: String, isEmbedded: Boolean, mappings: Mappings): Component
- def bindManyToOne(manyToOne: ManyToOne, name: String, entityName: String, cols: Seq[Column], fetchable: Fetchable = null): ManyToOne
- def bindMapSecondPass(mapp: MapProperty, map: Map, entities: Map[String, PersistentClass], mappings: Mappings): Unit
- def bindProperty(pm: Property, property: Property, mappings: Mappings): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createCollection(colp: CollectionProperty, owner: PersistentClass, mappings: Mappings): Collection
- def createProperty(value: Value, propertyName: String, clazz: Class[_], pm: Property, mappings: Mappings): Property
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def initOuterJoinFetchSetting(col: Fetchable, seqp: Fetchable): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isQuoted(name: String): Boolean
- def makeIdentifier(em: Entity, sv: SimpleValue): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def qualify(first: String, second: String): String
- def quote(name: String): String
- def quoteIdentifier(identifier: 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
- def unqualify(name: String): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )