Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hbm

generate annotated java class from hbm file

java hibernate annotations hbm

Modifying how nHibernate saves Saga data in nServiceBus

c# nhibernate nservicebus hbm

failed.org.hibernate.MappingException: Could not determine type for: String, for columns: [org.hibernate.mapping.Column(db col name)

hibernate hbm

Failed hibernate mapping: An association from the table X refers to an unmapped class Y

Set creation and update time with Hibernate in Xml mappings

Breaking changes with NHibernate 4 upgrade

NHibernate Discriminated Subclasses of a Joined-Subclass

How do I output the HBMs that Fluent NHibernate Creates?

The element 'class' in namespace 'urn:nhibernate-mapping-2.2' has invalid child element 'property'

c# nhibernate hbm

Hibernate - update the primary key 'id' column in the table

java hibernate hbm

Mapping Java byte[] to MySQL binary(64) in Hibernate

mysql hibernate hbm2ddl hbm

Mapping a boolean with hibernate

java hibernate hbm2ddl hbm

could not delete collection : [NHibernate.Exceptions.GenericADOException]

c# hibernate nhibernate hbm

Adding an enum as a class property in HBM

How can I map "insert='false' update='false'" on a composite-id key-property which is also used in a one-to-many FK?